]> git.pond.sub.org Git - empserver/history - src
Fix empdump error messages to include program name
[empserver] / src /
2008-03-17 Markus ArmbrusterFix empdump error messages to include program name
2008-03-17 Markus ArmbrusterChange empdump syntax
2008-03-17 Markus ArmbrusterSilence compiler warning on our getpwuid() for _WIN32
2008-03-17 Markus ArmbrusterJournal the PRNG seed
2008-03-17 Markus ArmbrusterSimplify how fire command parses third argument
2008-03-17 Markus ArmbrusterClean up fire command's enum targ_type
2008-03-17 Markus ArmbrusterSimplify fire command's encoding of attacker
2008-03-17 Markus ArmbrusterFix use of uninitialized variable in multifire()
2008-03-16 Ron KoenderinkRemove nightly build configurations files that are...
2008-03-16 Ron KoenderinkRemove pre_update_hook decoration
2008-03-14 Markus ArmbrusterDon't write junk bits to unused bytes of telegram files
2008-03-14 Markus ArmbrusterFix update's resupply of food to avoid starvation
2008-03-14 Markus ArmbrusterFix return fire ammunition use in fire command
2008-03-14 Markus ArmbrusterNew emp_searchque()
2008-03-14 Markus ArmbrusterSimplify how fire command encodes lists of firing objects
2008-03-14 Markus ArmbrusterSimplify multifire() to silence compiler warning
2008-03-14 Markus ArmbrusterSimplify how fire command passes attacker to defend()
2008-03-14 Markus ArmbrusterSimplify how fire command passes defender to defend()
2008-03-14 Markus ArmbrusterSimplify quiet_bigdef()
2008-03-14 Markus ArmbrusterPlug memory leak in fire command
2008-03-14 Markus ArmbrusterFix commit 91eefc3f
2008-03-14 Markus ArmbrusterUpdate known contributors comments
2008-03-14 Markus ArmbrusterMake xundump catch extraneous fields
2008-03-14 Markus ArmbrusterFix stmtch() for exact match after multiple partial...
2008-03-14 Markus ArmbrusterNew timestamp selectors
2008-03-14 Markus ArmbrusterSet timestamp automatically on write
2008-03-14 Markus ArmbrusterPut a timestamp into struct emptypedstr
2008-03-14 Markus ArmbrusterFactor common code out of add() and new() into nat_reset()
2008-03-14 Markus ArmbrusterUpdate indent-emp for removed typedef names, belatedly.
2008-03-14 Markus ArmbrusterReplace some typedef names by enum tags.
2008-03-14 Markus ArmbrusterNew utility program empdump
2008-03-14 Markus ArmbrusterImplement human-readable dialect for xdump
2008-03-14 Markus ArmbrusterMake xundump interpret escapes in identifiers
2008-03-14 Markus ArmbrusterMake xdump code available for future use outside the...
2008-03-14 Markus ArmbrusterPrepare some xdump code for future use outside the...
2008-03-14 Markus ArmbrusterDon't store land unit stats in struct lndstr, part 2
2008-03-14 Markus ArmbrusterDon't store land unit stats in struct lndstr, part 1
2008-03-14 Markus ArmbrusterDon't store ship stats in struct shpstr
2008-03-14 Markus ArmbrusterDon't store plane stats in struct plnstr
2008-03-14 Markus ArmbrusterNew nstr_mksymval() to create symbolic values
2008-03-14 Markus ArmbrusterVirtual selectors
2008-03-14 Markus ArmbrusterReorder members of struct castr to make nsc.c easier...
2008-03-14 Markus ArmbrusterMake nstr_exec oops on bad operator
2008-03-14 Markus ArmbrusterMake nstr_exec_val() return its first argument
2008-03-14 Markus ArmbrusterMake nstr_exec_val() more robust
2008-03-14 Markus ArmbrusterMove nstr_promote() to src/lib/common/, external linkage
2008-03-14 Markus ArmbrusterFix documentation of empfile[] contents
2008-03-14 Markus ArmbrusterMake xdprval() oops on bad argument
2008-03-14 Markus ArmbrusterFix oops recovery in xdprval()
2008-03-14 Markus ArmbrusterFactor out torpedo hit chance into shp_torp_hitchance()
2008-03-14 Markus ArmbrusterFactor out ship usable gun calculation into shp_usable_...
2008-03-14 Markus ArmbrusterGive effrange() internal linkage.
2008-03-14 Markus ArmbrusterFactor out land unit firing range calculation into...
2008-03-14 Markus ArmbrusterFactor out ship firing range calculation into shp_fire_...
2008-03-14 Markus ArmbrusterRemove an unused variable in fit_plane_off_land()
2008-03-14 Markus ArmbrusterRemove dead code for estimating defense
2008-03-14 Markus Armbrusteruse_supply() is now unused, remove
2008-03-14 Markus ArmbrusterFactor out common land unit fire code into lnd_fire()
2008-03-14 Markus ArmbrusterSimplify torpedo return fire logic
2008-03-14 Markus ArmbrusterFactor out common torpedo fire code into shp_torp()
2008-03-14 Markus ArmbrusterFix torpedo return fire line of sight requirement and...
2008-03-14 Markus ArmbrusterChange test whether a land unit is artillery
2008-03-14 Markus ArmbrusterFactor out common ship gun fire code into shp_fire()
2008-03-14 Markus ArmbrusterMake depth-charging code and documentation match
2008-03-14 Markus ArmbrusterFactor out common fortress fire code into fort_fire()
2008-03-14 Markus ArmbrusterInclude system headers before ours
2008-03-14 Markus ArmbrusterGive logx() internal linkage
2008-03-14 Markus ArmbrusterNew unit stat development functions
2008-03-14 Markus ArmbrusterConvert a CANT_HAPPEN() to CANT_REACH()
2008-03-14 Markus ArmbrusterRemove edit keys deprecated in 4.3.3
2008-03-14 Markus ArmbrusterImplement xundump table truncation
2008-03-14 Markus ArmbrusterNew ef_truncate()
2008-03-14 Markus ArmbrusterPOSIX compatible ftruncate() for Windows
2008-03-14 Markus ArmbrusterRemove redundant initializations from fairland's fl_sct...
2008-03-14 Markus ArmbrusterClean up confusing loop control in fairland
2008-03-14 Markus ArmbrusterReplace unit_type_name() by empobj_chr_name()
2008-03-14 Markus ArmbrusterSimplify empobj_chr_name() oops recovery
2008-03-14 Markus ArmbrusterRename emp_obj_chr_name() to empobj_chr_name()
2008-03-14 Markus ArmbrusterMake ef_verify() check ef_type and uid
2008-03-14 Markus ArmbrusterOops when bad ef_type or uid is written to disk
2008-03-14 Markus ArmbrusterCheck ef_type before dereferencing struct empobj
2008-03-14 Markus ArmbrusterCheck subscript of rpt[]
2008-03-14 Markus ArmbrusterFix tests for unused news slots
2008-03-14 Markus ArmbrusterGet rid of struct newscache
2008-03-14 Markus ArmbrusterFix news expiry not to screw up nws_uid
2008-03-14 Markus ArmbrusterUse ef_blank() when extending news file
2008-03-14 Markus ArmbrusterUse ef_blank() when extending lost file, and simplify
2008-03-14 Markus ArmbrusterUse ef_blank() when extending treaty, loan, comm and...
2008-03-14 Markus ArmbrusterUse ef_blank for new ships, planes, land units and...
2008-03-05 Markus ArmbrusterNew ef_blank()
2008-03-05 Markus Armbrusterempfile's init callback is now unused, remove
2008-03-05 Markus Armbrustershp_init(), lnd_init(), pln_init(), nuk_init() are...
2008-03-05 Markus ArmbrusterInitialize ef_type and uid automatically in ef_extend()
2008-03-05 Markus ArmbrusterNew empfile flag EFF_TYPED to signal struct empobj...
2008-03-05 Markus ArmbrusterExtend the common header of struct empobj to include uid
2008-02-26 Markus ArmbrusterDocument tables EF_COMM, EF_TRADE and EF_COUNTRY have...
2008-02-26 Markus ArmbrusterSimplify unit_put()
2008-02-26 Markus ArmbrusterUse get_empobj() instead of get_empobjp() in unit_map()
2008-02-26 Markus ArmbrusterDefine common get/put macros for empobj
2008-02-26 Markus ArmbrusterFix get_empobjp() not to reject EF_SECTOR
next