]> git.pond.sub.org Git - empserver/history - include
Fix generation numbers for autonav
[empserver] / include /
2008-04-25 Markus ArmbrusterMove oops actions from log.c up to application
2008-04-22 Markus ArmbrusterGive try_supply_commod() internal linkage
2008-04-21 Markus ArmbrusterNew server option -E to choose what to do on oops
2008-04-15 Markus ArmbrusterFix and polish comments emitted by pconfig
2008-03-26 Markus ArmbrusterPass struct natstr * instead of natid to virtual selectors
2008-03-26 Markus ArmbrusterFix launch to require petrol for launching satellites
2008-03-26 Markus ArmbrusterSimplify XNORM() and YNORM()
2008-03-26 Markus ArmbrusterDoc fix
2008-03-26 Markus ArmbrusterUse sctstr member sct_uid instead of recomputing it
2008-03-26 Markus ArmbrusterFix tracking of planes flying a sortie
2008-03-26 Markus ArmbrusterDistinguish between planes "in orbit" and "launched"
2008-03-26 Markus ArmbrusterFactor out a single plane's end of sortie into new...
2008-03-17 Markus ArmbrusterJournal the PRNG seed
2008-03-14 Markus ArmbrusterNew emp_searchque()
2008-03-14 Markus ArmbrusterUpdate known contributors comments
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 ArmbrusterReplace some typedef names by enum tags.
2008-03-14 Markus ArmbrusterImplement human-readable dialect for xdump
2008-03-14 Markus ArmbrusterMake xdump code available 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_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 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 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 ArmbrusterFactor out common torpedo fire code into shp_torp()
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 ArmbrusterGive logx() internal linkage
2008-03-14 Markus ArmbrusterNew unit stat development functions
2008-03-14 Markus ArmbrusterNew ef_truncate()
2008-03-14 Markus ArmbrusterRename emp_obj_chr_name() to empobj_chr_name()
2008-03-14 Markus ArmbrusterCheck subscript of rpt[]
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 ArmbrusterDefine common get/put macros for empobj
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 ArmbrusterMake sector types signed
2008-02-26 Markus ArmbrusterReplace EFF_RDONLY by EFF_PRIVATE
2008-02-19 Markus ArmbrusterDefine and use NATID_BAD instead of literal 255
2008-02-17 Markus ArmbrusterRemove unused check_cost()
2008-02-16 Markus ArmbrusterFix confused and buggy bridge splashing code
2008-02-10 Markus ArmbrusterClean up initialization of nat_ca[]
2008-02-10 Markus ArmbrusterClean up initialization of empfile[]
2008-02-07 Markus ArmbrusterGet rid of the need to fix up lchr[].
2008-02-07 Markus ArmbrusterMake conftab.c independent of the current directory
2008-02-07 Markus ArmbrusterMake econfig keys data and info work for relative names
2008-02-03 Markus ArmbrusterClean up library dependencies
2008-02-03 Markus ArmbrusterGet rid of src/lib/gen/copy.c
2008-02-03 Markus ArmbrusterGet rid of src/lib/common/land.c
2008-02-02 Markus ArmbrusterDocument econfig key info setting for running without...
2008-02-02 Markus ArmbrusterRemove telfil, use teldir instead.
2008-02-02 Markus ArmbrusterTrim extra newline from documentation of econfig key...
2008-01-19 Markus ArmbrusterUpdate copyright notice
2007-12-15 Markus ArmbrusterComment cautioning about protocol version change.
2007-12-09 Markus ArmbrusterDisable nested execute. The execute protocol is flawed...
2007-12-08 Markus Armbruster(dispatch, explain, status): Use player->nstat instead of
2007-12-08 Markus Armbruster(player): Remove member broke.
2007-12-08 Markus Armbruster(player_set_nstat): New, factored out of init_nats().
2007-11-25 Markus ArmbrusterRecord raw arguments, to be used in the next changesets:
2007-11-23 Markus Armbruster(M_XLIGHT, M_CHOPPER): Redundant, remove.
2007-11-22 Markus Armbruster(carrier_planes): New parameter msl.
2007-11-18 Markus Armbruster(sendmessage): Internal linkage.
2007-11-15 Markus ArmbrusterShut down session on receipt of "ctld\n" even when...
2007-11-04 Markus Armbruster(carriersatxy): Remove parameters wantflags, nowantflag...
2007-11-03 Markus Armbruster(pln_airbase_ok): New parameter noisy to allow suppress...
2007-11-02 Markus Armbruster(pln_wanted, pln_capable): Rename.
2007-11-01 Markus Armbruster(mission_pln_wanted): Broken like its cousin pln_wanted...
2007-10-31 Markus Armbruster(can_be_on_ship, could_be_on_ship): Take pointer rather...
2007-10-30 Markus ArmbrusterCollect the test whether a plane fits on a carrier...
2007-10-27 Markus ArmbrusterKeep log open, rotate it just like the journal:
2007-10-23 Ron Koenderink(main, init_server, emp_server.6): Add -R command line...
2007-09-06 Markus ArmbrusterDoc fix.
2007-08-18 Markus Armbruster(fltelemstr, fltheadstr): Move from ship.h to sail.c.
2007-08-17 Ron KoenderinkInclude sys/uio.h unconditionally.
2007-08-16 Ron Koenderink[_WIN32] (readv, writev, iovec): New. POSIX equivalents.
2007-08-15 Ron KoenderinkMove WIN32 equivalent function defines to w32/w32misc...
2007-08-15 Ron Koenderink(ssize_t, pid_t) [_WIN32]: Move from misc.h to POSIX...
2007-08-15 Ron KoenderinkCreate w32misc.h to contain information that does not...
next