]> git.pond.sub.org Git - empserver/shortlog
empserver
2012-02-21 Markus ArmbrusterClean up how quit and server shutdown trigger connectio...
2012-02-21 Markus ArmbrusterFix login command quit to really quit
2012-02-21 Markus ArmbrusterFix idle timeout during execute
2012-02-20 Markus ArmbrusterMake execute yield the processor after every command
2012-02-20 Markus ArmbrusterSimplify recvclient() to return -1 for all failures
2012-02-20 Markus ArmbrusterDon't lose output when client shuts down input transmission
2012-02-20 Markus ArmbrusterShow treasury status on EOF, quit, shutdown
2012-02-20 Markus ArmbrusterFix client's command abort at beginning of first input...
2012-02-20 Markus ArmbrusterSimplify journal_entry_pr(), rename to journal_entry_wr...
2012-02-20 Markus ArmbrusterPut home page URL into configure --help
2012-02-20 Markus ArmbrusterBump version to 4.3.30
2012-01-20 Markus ArmbrusterFinal change log polish for 4.3.29 v4.3.29
2012-01-15 Markus ArmbrusterUpdate change log for 4.3.29
2011-12-29 Markus Armbrusterdrop and fly from carrier can fail to load last civ...
2011-12-29 Markus ArmbrusterClean up journal_open() to open the journal write-only
2011-12-29 Markus ArmbrusterClean up read to open telegram file read-only
2011-12-29 Markus ArmbrusterCheck for mailbox creation failure
2011-12-29 Markus ArmbrusterFactor mailbox_create() out of nat_reset() and files.c
2011-12-29 Markus ArmbrusterChange read and wire to never delete a corrupt mailbox
2011-12-29 Markus ArmbrusterClean up how read deals with new telegram arrivals
2011-12-29 Markus ArmbrusterChange wire not to read more after confirming deletion
2011-12-29 Markus ArmbrusterLimit telegram squashing to 5s total
2011-12-29 Markus ArmbrusterDon't lie "You have a new telegram" after read with...
2011-12-29 Markus ArmbrusterFix telegram notifications during read (toggle inform on)
2011-12-29 Markus ArmbrusterFix wire not to clear pending telegrams with toggle...
2011-12-29 Markus ArmbrusterFix pending anno count for annos squashed together
2011-12-29 Markus ArmbrusterFix read not to split production report when update...
2011-12-29 Markus ArmbrusterSimplify how typed_wu() counts telegrams
2011-12-29 Markus ArmbrusterFix clear_telegram_is_new() for TEL_NORM from POGO...
2011-12-29 Markus ArmbrusterClean up how telegram_is_new() detects production report
2011-12-29 Markus ArmbrusterMove clear_telegram_is_new() call to beginning of update
2011-12-29 Markus ArmbrusterEnsure the update's production report isn't split by...
2011-12-29 Markus ArmbrusterSaner error handling in typed_wu()
2011-12-29 Markus ArmbrusterDrop superfluous fseek() from rea()
2011-12-29 Markus ArmbrusterMake add require confirmation for unadvisable actions
2011-12-29 Markus ArmbrusterMake add refuse to touch a country while it's being...
2011-12-29 Markus ArmbrusterFix add not to crash on negative country number
2011-12-29 Markus ArmbrusterDon't bother giving POGO BTUs in files
2011-12-29 Markus ArmbrusterCreate all deities with $123456789, not just POGO
2011-12-29 Markus ArmbrusterMove setting nat_cnam, nat_pnam into nat_reset()
2011-12-29 Markus ArmbrusterUse nat_reset() for POGO in files.c
2011-12-29 Markus ArmbrusterMake files set the usual nation flags for POGO
2011-12-29 Markus Armbrusternat_reset() is no longer used with STAT_SANCT, simplify
2011-12-29 Markus ArmbrusterChange newcap back to not wiping the country
2011-12-29 Markus ArmbrusterMake add always reset the country
2011-12-29 Markus ArmbrusterRename add argument "new" to "player"
2011-12-29 Markus ArmbrusterDrop add argument "active"
2011-12-29 Markus ArmbrusterDrop add's obscure sector check and wipe functionality
2011-12-29 Markus ArmbrusterDrop add's undocumented land unit destruction feature
2011-12-29 Markus ArmbrusterPermit no-op country name change again
2011-12-29 Markus ArmbrusterImprove newcap's origin error message
2011-12-29 Markus ArmbrusterStreamline a few files error messages
2011-12-29 Markus ArmbrusterFix files and fairland to report ef_open() failure...
2011-12-29 Markus ArmbrusterReplace exit(-1) by exit(1)
2011-12-29 Markus ArmbrusterMake allocate_memory() return void
2011-12-29 Markus ArmbrusterGuard against unusable fd in pthreads' empth_select()
2011-12-29 Markus ArmbrusterFix lwpSleepFd()'s guard against unusable fd
2011-12-29 Markus ArmbrusterPlug FILE leak on show_first_tel() error paths
2011-12-29 Markus ArmbrusterPlug memory leak in set_paths() error path
2011-12-29 Markus ArmbrusterFix read_schedule() not to fclose(stdin)
2011-12-29 Markus ArmbrusterPlug FILE leak on read_schedule() parse error path
2011-12-29 Markus ArmbrusterPlug memory leak in verify_row()
2011-12-29 Markus ArmbrusterMake play show no last command when there hasn't been one
2011-12-29 Markus ArmbrusterRemove unreachable code in sell()
2011-12-29 Markus ArmbrusterFix info sell on second argument
2011-12-29 Markus ArmbrusterMake scripts/savecore create the core directory
2011-12-29 Markus ArmbrusterRename tgz to arc in scripts/backup
2011-12-29 Markus ArmbrusterFix empire(6) synopsis for argument of -s
2011-12-29 Markus ArmbrusterFix use-after-free when plane is downed or aborted...
2011-08-03 Markus ArmbrusterBump version to 4.3.29
2011-07-16 Markus ArmbrusterClean up omit_ids() not to set an extra element in... v4.3.28
2011-07-16 Markus ArmbrusterUpdate change log for 4.3.28
2011-07-16 Markus ArmbrusterDon't let POGO (#0) navigate and march ghosts
2011-07-16 Markus ArmbrusterMake llook ignore land units and planes loaded on land...
2011-07-16 Markus ArmbrusterFix "sector can board" test to ignore land units on...
2011-07-16 Markus ArmbrusterFix transport to reject planes loaded on land units
2011-07-16 Markus ArmbrusterFix lradar to reject land units loaded on land units
2011-07-13 Markus ArmbrusterFix strength to ignore land units loaded on land units
2011-07-12 Markus ArmbrusterFix navigate and march to find paths longer than 7...
2011-07-10 Markus ArmbrusterMake march sub-command 'i' show military, #land units...
2011-07-10 Markus ArmbrusterUpdate doc/debugging for recent commit a9611a57
2011-07-10 Markus ArmbrusterNew server option -F to force start even when state...
2011-07-10 Markus ArmbrusterGive init_server() internal linkage
2011-07-10 Markus ArmbrusterChange empdump to export even when game state looks bad
2011-07-10 Markus ArmbrusterSplit ef_verify() into ef_verify_config(), ef_verify_st...
2011-07-10 Markus ArmbrusterFactor verify_table() out of ef_verify()
2011-07-10 Markus ArmbrusterFix return value of ef_verify() to match function comment
2011-07-10 Markus ArmbrusterFix prewrite callbacks' cargo list update for in-place...
2011-07-10 Markus ArmbrusterLand units loaded on land units fight che again
2011-07-10 Markus ArmbrusterDon't leave cargo stuck on land unit killed by che
2011-07-10 Markus ArmbrusterFactor lnd_dies_fighting_che() out of take_casualties()
2011-07-10 Markus ArmbrusterUnits no longer die from lack of maintenance
2011-07-10 Markus ArmbrusterBelatedly update info Maintenance for removed budget...
2011-07-10 Markus ArmbrusterOops when stuck cargo snaps to new ship, plane or land...
2011-07-09 Markus ArmbrusterAvoid false positive generation oops in navigate and...
2011-07-09 Markus ArmbrusterFix client redirection and execute for non-ASCII characters
2011-07-09 Markus ArmbrusterFix prexec() comment pasto
2011-07-09 Markus ArmbrusterFix execute not to mangle the argument when it prompts...
2011-07-09 Markus ArmbrusterRevert "Simplify execute(): use getstarg() instead...
2011-07-09 Markus ArmbrusterFix execute to filter input just like the main command...
next