]> git.pond.sub.org Git - empserver/shortlog
empserver
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...
2011-07-09 Markus ArmbrusterDon't record prompts in player_commands[]
2011-07-09 Markus ArmbrusterFix execute to print UTF-8 command correctly
2011-07-09 Markus ArmbrusterFix input/output filtering to ASCII
2011-07-09 Markus ArmbrusterUpdate and report status even after empty command
2011-06-25 Markus ArmbrusterFix xundump's "value must match" check for split tables
2011-06-25 Markus ArmbrusterBelatedly update xdump.pl not to use "xdump ver"
2011-06-25 Markus ArmbrusterDisable test of pre_update_hook in nightly build
2011-06-25 Markus ArmbrusterFix nightly's diff_to_prev.sh
2011-06-25 Markus ArmbrusterFactor product code out of ef_verify() into verify_prod...
2011-06-25 Markus ArmbrusterFold pln_zap_transient_flags() into verify_planes()
2011-06-25 Markus ArmbrusterVerify carrier references are sane
2011-06-25 Markus ArmbrusterDrop pln_zap_transient_flags()'s work-around for unusab...
2011-06-25 Markus ArmbrusterFix empdump not to touch plane file when import fails
2011-06-25 Markus ArmbrusterVerify game state and configuration reference sanity
2011-06-25 Markus ArmbrusterVerify table uid sanity more tightly
2011-06-25 Markus ArmbrusterFactor verify_tabref() out of verify_row()
2011-06-25 Markus ArmbrusterChange xdump realm not to dump unused countries' realms
2011-06-25 Markus ArmbrusterRemove option LANDSPIES, customize table land-chr instead
2011-06-25 Markus ArmbrusterRemove option TRADESHIPS, customize table ship-chr...
2011-06-25 Markus ArmbrusterFix scuttle_it()'s "is a trade ship" sanity check
2011-06-25 Markus ArmbrusterFix how configuration tables and empdump treat omitted...
2011-06-25 Markus ArmbrusterDon't misinterpret blank configuration entries as sentinels
2011-06-25 Markus ArmbrusterChange stmtch() to recognize only null as sentinel
2011-06-25 Markus ArmbrusterPermit omitting rows at the end of tables nat and game
2011-06-25 Markus ArmbrusterForbid omitting rows in config item and sect-chr
2011-06-25 Markus ArmbrusterMake xundump check each partial table supplies the...
2011-06-25 Markus ArmbrusterMake xundump reject out-of-order rows
2011-06-25 Markus ArmbrusterPermit truncating table product
2011-06-25 Markus ArmbrusterClean up xundump's test whether table may be truncated
2011-06-25 Markus ArmbrusterOverhaul how xundump keeps track of current object
2011-06-25 Markus ArmbrusterMove src/lib/subs/empobj.c back to src/lib/common/
2011-06-25 Markus ArmbrusterRename obj_nameof() to unit_nameof() and move to unitsub.c
2011-06-25 Markus ArmbrusterRemove unused get_empobj_chr()
2011-06-25 Markus ArmbrusterRefuse to grow or truncate files with fixed size
2011-06-25 Markus ArmbrusterMake ef_open() extend files with fixed size automatically
2011-06-25 Markus ArmbrusterMove pln_oninit(), lnd_oninit(), nuk_oninit() to fileta...
2011-06-25 Markus ArmbrusterMove file initialization from files.c to empfile oninit()
2011-06-25 Markus ArmbrusterInitialize empfile user callbacks explicitly
2011-06-25 Markus ArmbrusterFix empdump not to grow game state files with fixed...
2011-06-25 Markus ArmbrusterFix empdump not to truncate game state files with fixed...
2011-06-25 Markus ArmbrusterClean up how game state file sizes are checked
2011-06-25 Markus ArmbrusterFix empdump to open views, too
2011-06-25 Markus ArmbrusterClean up how a view's base table is defined
2011-06-25 Markus ArmbrusterSimplify how ef_write() handles write beyond end of...
2011-06-25 Markus ArmbrusterMake ef_close() set fids later, so it's cleaned up...
2011-06-25 Markus ArmbrusterClean up ef_close() to zap csize along with cache
2011-06-25 Markus ArmbrusterChange struct empfile callback onresize() to return...
2011-06-25 Markus ArmbrusterFix clearing mutable flags on ef_close()
2011-06-25 Markus ArmbrusterFix EFF_IMMUTABLE to include EFF_SENTINEL
2011-06-25 Markus ArmbrusterFix ef_open()'s error message for file larger than...
2011-06-25 Markus ArmbrusterFix how empdump rejects attempt to split table sect
2011-06-25 Markus Armbrusterempdump failed to catch some invalid column names
2011-06-25 Markus ArmbrusterFix empdump to check for truncation failure
2011-06-25 Markus ArmbrusterMake xundump report invalid record IDs
2011-06-25 Markus ArmbrusterMake xundump reject numbers that don't fit into integra...
2011-06-25 Markus ArmbrusterRestrict xundump to tables with a file name
2011-06-25 Markus ArmbrusterFix xdump updates not to dump bogus extra updates
2011-06-25 Markus ArmbrusterCheck record uid comes first in split config tables
2011-06-25 Markus ArmbrusterDon't stop checking xdump field headers when join field...
2011-06-25 Markus ArmbrusterA few comment fixes for nsc.[ch] file.[ch]
2011-06-25 Markus ArmbrusterBetter document how .config must match compiled-in...
2011-06-25 Markus ArmbrusterProvide proper ca_table for carrier unit# selectors
2011-06-25 Markus ArmbrusterUpdate examples in doc/xdump to current server's output
2011-06-25 Markus ArmbrusterProvide proper ca_table for meta selector table
2011-06-06 Markus ArmbrusterRefer to table names instead of C identifiers in .config
2011-06-06 Markus ArmbrusterOops in verify_row() when non-integral selector referen...
2011-06-06 Markus ArmbrusterDon't ignore non-virtual NSC_EXTRA columns in ef_verify.c
2011-06-06 Markus ArmbrusterFix use-after-free when plane gets shot down or aborted...
2011-05-29 Markus ArmbrusterDrop superfluous parameter vec[] of build_ship() &...
2011-05-29 Markus ArmbrusterBetter diagnostics when build can't find suitable sectors
2011-05-29 Markus ArmbrusterClean up buil()'s variable declarations
2011-05-29 Markus ArmbrusterMake "build n" accept the optional tech argument
2011-05-29 Markus ArmbrusterSimplify buil(): factor "can't build" handling out...
2011-04-23 Markus ArmbrusterSimplify buil(): factor getting third argument out...
2011-04-23 Markus ArmbrusterSimplify buil(): replace a switch by a function pointer
2011-04-23 Markus ArmbrusterDon't truncate research before multiplying with drnuke_...
2011-04-23 Markus ArmbrusterCreate nukes at the tech level permitted by research
2011-04-23 Markus ArmbrusterBridge building required 0.005 tech less than advertize...
2011-04-23 Markus ArmbrusterSimplify build_bridge(): replace a switch by a function...
2011-04-23 Markus ArmbrusterFactor bridge building out of buil()
2011-04-23 Markus ArmbrusterMove bridge building functions together, rename
2011-04-23 Markus ArmbrusterCheck build's first argument before asking for the...
2011-04-23 Markus ArmbrusterImplement toggle techlists for show nuke
2011-04-23 Markus ArmbrusterRewrite implementation of toggle techlists in show
2011-04-23 Markus ArmbrusterFuse a few pr() in show_ship_stats() & friends
2011-04-23 Markus ArmbrusterBelatedly clean up after commit 3b4de2fe Remove option...
2011-04-23 Markus ArmbrusterFix "show land s" to show columns xpl and lnd again
2011-04-23 Markus ArmbrusterFactor show_load() out of show_ship_capab(), show_land_...
2011-04-23 Markus ArmbrusterSimplify show_capab(), don't print trailing space
2011-04-23 Markus ArmbrusterFactor show_capab() out of show_ship_capab() & friends
2011-04-22 Markus ArmbrusterBump version to 4.3.28
2011-04-18 Ron KoenderinkFix compile under Window MinGW environment v4.3.27
2011-04-18 Markus ArmbrusterClean up extra headline in info Bridges
2011-04-18 Markus ArmbrusterUpdate info History and Overview to cover 1998-present
next