]> git.pond.sub.org Git - empserver/shortlog
empserver
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 ArmbrusterMinor xdump documentation edit
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 ArmbrusterDocument nsc.h more completely
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 ArmbrusterTighten gcc warning options
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 ArmbrusterClean up dependencies after failed compile
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
2008-02-26 Markus ArmbrusterFix put_empobj() for types other than units
2008-02-26 Markus ArmbrusterGive unit_map() internal linkage
2008-02-26 Markus ArmbrusterNew realm selector timestamp
2008-02-26 Markus ArmbrusterClean up ugly line break
2008-02-26 Markus ArmbrusterFix test for water in explore
2008-02-26 Markus ArmbrusterMake sector types signed
2008-02-26 Markus ArmbrusterMake xundump capable of extending tables
2008-02-26 Markus ArmbrusterGeneralize ef_extend() to non-file-backed tables
2008-02-26 Markus ArmbrusterReplace EFF_RDONLY by EFF_PRIVATE
2008-02-26 Markus ArmbrusterRemove obsolete comment
2008-02-26 Ron KoenderinkRemove unused local variable in desi.c
2008-02-19 Markus ArmbrusterDefine and use NATID_BAD instead of literal 255
2008-02-17 Markus ArmbrusterFix spelling of symbol PLN_AIRBURST in plane_flags[]
2008-02-17 Markus ArmbrusterClean up trailing whitespace-space in manual pages
2008-02-17 Markus ArmbrusterConsider only wilderness for randomly placed sanctuaries
2008-02-17 Markus ArmbrusterDon't recompute sct_coastal in desi(), just use it
2008-02-17 Markus ArmbrusterRemove unused check_cost()
2008-02-17 Markus ArmbrusterDon't let designate check total cost before doing anything
2008-02-17 Markus ArmbrusterFix mobility cost for marines assaulting from non-landi...
2008-02-16 Markus ArmbrusterRemove thoroughly obsolete info on estimated odds
2008-02-16 Markus ArmbrusterSimplify take_move_in_mob()
2008-02-16 Markus ArmbrusterFix LWP's stack initialization for -s
2008-02-16 Markus ArmbrusterFix confused and buggy bridge splashing code
next