]> git.pond.sub.org Git - empserver/shortlog
empserver
2008-09-04 Markus ArmbrusterClean up maintenance of config table sentinels
2008-09-04 Markus ArmbrusterFix empfile[EF_VERSION].flags and .csize
2008-09-04 Markus Armbrusterstruct empfile doc fixes
2008-09-04 Markus ArmbrusterChange empfile members postread() and prewrite() to...
2008-09-04 Markus ArmbrusterFix/improve logging in ef_close(), ef_extend(), ef_trun...
2008-09-04 Markus ArmbrusterSimplify mapdist()
2008-09-04 Markus ArmbrusterUse MAPWIDTH() to allocate map buffers
2008-08-28 Markus ArmbrusterSimplify routech[]
2008-08-27 Markus ArmbrusterInclude destination in interception and plane mission...
2008-08-27 Markus ArmbrusterFix client code for catching rogue redirections and...
2008-08-27 Markus ArmbrusterFix xdump realm to dump player instead of absolute...
2008-08-27 Markus ArmbrusterFix spy to reliably avoid spying same sector more than...
2008-08-27 Markus ArmbrusterSimplify implementation of MAP_HIGH in draw_map()
2008-08-27 Markus ArmbrusterFix size of sector bitmap in do_look() and draw_map()
2008-08-27 Markus ArmbrusterReplace broken GCFx(), GCFy() by sctoff()
2008-08-27 Markus ArmbrusterKeep coordinates normalized in getpath()
2008-08-27 Markus ArmbrusterFix move_ground() to pass coordinate arguments normalized
2008-08-27 Markus ArmbrusterFix satellite coordinates screwup in launch
2008-08-27 Markus ArmbrusterFix recently introduced memory corrupter in path()
2008-08-24 Ron KoenderinkCorrections for player 8
2008-08-24 Ron KoenderinkAdd server.log and journal.log to nightly build
2008-08-20 Markus ArmbrusterFix pathrange() for paths spanning whole world (with...
2008-08-20 Markus ArmbrusterRemove cheesy work-around for broken MAPWIDTH()
2008-08-20 Markus ArmbrusterFix MAPWIDTH() for arguments other than 1
2008-08-20 Markus ArmbrusterFix default map size in interactive move, test and...
2008-08-20 Markus ArmbrusterUse snxtitem_xy() instead of snxtitem_dist(..., 0)
2008-08-20 Markus ArmbrusterSimplify draw_map()
2008-08-20 Markus ArmbrusterFold sarg_getrange() into sarg_area()
2008-08-20 Markus ArmbrusterRework code dealing with struct range fixing many bugs
2008-08-19 Markus ArmbrusterDoc fix for commit 7ca4f412
2008-08-19 Markus ArmbrusterMake snxtsct_area() expect correct range width and...
2008-08-19 Markus ArmbrusterClean up and simplify snxtitem_dist() and snxtsct_dist()
2008-08-19 Markus ArmbrusterOops on funny xysize_range() arguments
2008-08-19 Markus ArmbrusterFix computation of map buffer indexes
2008-08-19 Markus ArmbrusterFix deltx() for x < r->lx && r->lx < r->hx; likewise...
2008-08-19 Markus ArmbrusterRemove some useless code from nav_map()
2008-08-19 Ron KoenderinkBuild ecomony for player 8
2008-08-17 Ron KoenderinkExplore player 8's island
2008-08-17 Ron KoenderinkAdd additional tests to nightly build
2008-08-17 Ron KoenderinkFix timestamps for data files and lost command
2008-08-15 Markus ArmbrusterBump version to 4.3.17
2008-08-09 Ron KoenderinkAdd additional tests to nightly build
2008-08-09 Ron KoenderinkAdd change directory before starting server tests
2008-08-09 Markus ArmbrusterUpdate change log again for 4.3.16 v4.3.16
2008-08-09 Markus ArmbrusterFail announce, pray, telegram and turn on aborted telegrams
2008-08-09 Markus ArmbrusterFix recently changed command failures to use BTUs
2008-08-09 Markus ArmbrusterFix production command not to limit level production...
2008-08-09 Markus ArmbrusterGive some identifiers internal linkage
2008-08-09 Markus ArmbrusterRemove unused xdprval()
2008-08-09 Markus ArmbrusterFix work not to claim an engineer worked when it didn't
2008-08-09 Markus ArmbrusterFix work command to round mobility use randomly, not...
2008-08-09 Markus ArmbrusterFix work command not to spend more mobility than requested
2008-08-09 Markus ArmbrusterDon't permit work command to spend more money than...
2008-08-09 Markus ArmbrusterImprove work()'s message when sector doesn't need const...
2008-08-09 Markus ArmbrusterFix improve not to spend more money than available
2008-08-09 Markus Armbrusterchkmoney() is no longer used, remove it
2008-08-09 Markus ArmbrusterDon't permit convert to spend more money than available
2008-08-09 Markus ArmbrusterDon't permit demobilize to spend more money than available
2008-08-03 Markus ArmbrusterChange nav_ship() not to use RET_OK and RET_SYN as...
2008-08-03 Markus ArmbrusterGet rid of RET_SYS, just use RET_FAIL
2008-08-03 Markus ArmbrusterFix error return value of nav_loadship()
2008-08-03 Markus ArmbrusterUpdate known contributors comments
2008-08-03 Markus ArmbrusterUpdate change log for 4.3.16
2008-08-03 Markus ArmbrusterMake ship_bomb() friendlier
2008-08-03 Markus ArmbrusterSimplify control flow in ship_bomb(), plane_bomb()...
2008-08-03 Markus ArmbrusterRemove key 'd' at bomb ship, plane and land unit target...
2008-08-02 Markus ArmbrusterFix land unit flak when pin-bombed to match flak when...
2008-08-02 Markus ArmbrusterDon't permit bombing of embarked planes and land units
2008-08-02 Markus ArmbrusterRemove redundant and misleading stuff from info bomb
2008-08-02 Markus ArmbrusterFix capital maintenance to charge at 60% efficiency
2008-08-02 Markus ArmbrusterMake launch command require only 40% plane efficiency
2008-08-02 Markus ArmbrusterDisable collateral damage for automatically launched...
2008-08-02 Markus ArmbrusterFix a long vs. int format string bug in xdprsym()
2008-08-02 Markus ArmbrusterAdd gcc attribute format where it's missing
2008-08-01 Markus ArmbrusterFix struct loststr / struct empobj mismatch corrupting...
2008-07-28 Markus ArmbrusterRemove product information from show sect c
2008-07-28 Markus ArmbrusterAlways print header in show_sect_stats() and show_sect_...
2008-07-28 Markus ArmbrusterNew show product
2008-07-28 Markus ArmbrusterShow sector navigability in show se s
2008-07-28 Markus ArmbrusterShow packing type instead of selected bonuses in show...
2008-07-28 Markus ArmbrusterAdd a a line for the usual values to show se b
2008-07-27 Markus ArmbrusterUpdate coding guidelines: oops, get/put, reading player...
2008-07-27 Markus ArmbrusterDocument when emp_client signals EOF and interrupt
2008-07-27 Markus ArmbrusterFix extra prompt after abort due to misuse of snxtitem()
2008-07-27 Markus ArmbrusterFail ltend command properly when it gets aborted
2008-07-26 Markus ArmbrusterFix get_planes() to abort at the escort prompt
2008-07-26 Markus ArmbrusterNew get_planes(), factored out of plane flying commands
2008-07-25 Markus ArmbrusterFix interdiction to obey op-area for missiles
2008-07-25 Markus ArmbrusterFix remaking of sources.mk with git
2008-07-25 Gerd FlaigFix xdump.pl reference in doc/xdump
2008-07-25 Markus ArmbrusterSimplify best() and torp()
2008-07-25 Markus ArmbrusterFix parse() not to filter out tab from quoted arguments
2008-07-25 Markus ArmbrusterSimplify preport()
2008-07-25 Markus ArmbrusterClean up how snxtitem() parses country names
2008-07-25 Markus ArmbrusterMake shutdown command fail when there's no shutdown...
2008-07-25 Markus ArmbrusterImplement wakeup of shutdown thread in shutdown_initiate()
2008-07-25 Markus ArmbrusterFix shutdown_initiate() not to start multiple shutdown...
2008-07-25 Markus ArmbrusterSwap zdone's deity arguments
2008-07-25 Markus ArmbrusterMake zdone accept country names
2008-07-25 Markus ArmbrusterFix validation of threshold's threshold argument
next