]> git.pond.sub.org Git - empserver/history - src/lib/update
Fix PRNG seeding to resist guessing
[empserver] / src / lib / update /
2013-05-08 Markus ArmbrusterReplace "roll0(N) + M" by "roll(N) + M-1"
2013-05-08 Markus ArmbrusterEncapsulate direct use of random(), srandom() in chance.c
2013-05-08 Markus ArmbrusterMove declarations for chance.c to new chance.h
2013-05-08 Markus ArmbrusterFix prod_eff() function comment
2013-01-12 Markus ArmbrusterUpdate copyright notice
2012-06-10 Markus ArmbrusterUpdate copyright notice
2012-04-26 Markus ArmbrusterClean up superfluous includes
2011-12-29 Markus ArmbrusterMove clear_telegram_is_new() call to beginning of update
2011-07-10 Markus ArmbrusterLand units loaded on land units fight che again
2011-07-10 Markus ArmbrusterDon't leave cargo stuck on land unit killed by che
2011-07-10 Markus ArmbrusterFactor lnd_dies_fighting_che() out of take_casualties()
2011-07-10 Markus ArmbrusterUnits no longer die from lack of maintenance
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-04-14 Markus ArmbrusterUpdate known contributors comments
2011-04-12 Markus ArmbrusterFix stop orders to expire even when the country is...
2011-04-12 Markus ArmbrusterClean up path finding in nav_ship()
2011-04-12 Markus ArmbrusterInline BestShipPath(), BestAirPath() glue
2011-04-12 Markus ArmbrusterCompute distribution paths center by center
2011-04-12 Markus ArmbrusterExploit fast "multiple paths from same source" in distr...
2011-04-12 Markus ArmbrusterAdd performance statistics to path finder
2011-04-12 Markus ArmbrusterUse the new path finder for land paths, drop old A*
2011-04-12 Markus ArmbrusterLicense upgrade to GPL version 3 or later
2011-04-11 Markus ArmbrusterRemove pointless check for sea from finish_sects()
2011-04-11 Markus ArmbrusterOptimize assemble_dist_paths() for foreign distribution...
2011-04-11 Markus ArmbrusterOptimize dodistribute() for sectors with no distributio...
2011-04-11 Markus ArmbrusterFix assemble_dist_paths()'s recovery from invalid dist...
2011-04-11 Markus ArmbrusterSpeed up export cost calculation in assemble_dist_paths()
2011-04-11 Markus ArmbrusterMerge dodistribute() parameters dist_i_cost, dist_e_cost
2011-04-11 Markus ArmbrusterRemove dodistribute() parameter path
2011-04-11 Markus ArmbrusterSAVE_FINISH_PATHS hasn't been used since 4.2.2, remove it
2011-04-11 Markus ArmbrusterPrint distribution costs when compiled with DISTRIBUTE_...
2011-04-11 Markus ArmbrusterLog distribution path assembly's CPU use (user and...
2011-04-11 Markus ArmbrusterLog update's CPU use (user and system time)
2011-02-18 Markus ArmbrusterUse relations_with() for getrel(NP, THEM) where NP...
2011-02-16 Markus ArmbrusterUse relations_with() in nav_loadship()
2011-02-16 Markus ArmbrusterUse relations_with() for US==THEM || getrel(getnatp...
2011-02-16 Markus ArmbrusterRearrange uses of getrel() slightly
2011-02-16 Markus ArmbrusterEliminate a few pointless relations variables
2011-02-13 Markus ArmbrusterEliminate nav_loadship() variables landown, shipown
2011-02-13 Markus ArmbrusterDrop redundant nav_loadship() parameter cnum
2011-02-13 Markus ArmbrusterEliminate nav_ship() variable cnum
2011-02-13 Markus ArmbrusterRemove option SLOW_WAR
2010-06-21 Markus ArmbrusterFix autonav to use correct coordinate system
2010-06-20 Markus ArmbrusterConvert tab after #define to space
2010-06-20 Markus ArmbrusterConvert spaces to tabs
2010-06-20 Markus ArmbrusterBreak long lines more tastefully
2010-06-20 Markus ArmbrusterCoding style fixes, mostly indentation and whitespace
2010-05-24 Markus ArmbrusterDrop ancient #ifdef DEBUG cruft
2010-05-24 Markus ArmbrusterRemove superfluous casts to natid
2010-05-13 Markus ArmbrusterDon't let embarked land units fight a che revolt
2010-05-13 Markus ArmbrusterFix che revolt to damage only land units that actually...
2010-01-19 Markus ArmbrusterClean up dead stores
2010-01-19 Markus ArmbrusterUpdate copyright notice
2010-01-19 Markus ArmbrusterGeneration numbers to catch write back of stale copies
2009-12-13 Markus ArmbrusterUpdate known contributors comments
2009-12-08 Markus ArmbrusterFix use of invalid pointer when depleting resource...
2009-07-19 Markus ArmbrusterMake sector maintenance cost configurable
2009-07-19 Markus ArmbrusterNew SCT_BUDG_MAX
2009-05-23 Markus ArmbrusterClean up automatic supply leftovers in ship update
2009-05-21 Markus ArmbrusterFix mine production resource limit for peffic != 100%
2009-05-21 Markus ArmbrusterClean up poorly chosen loop control variable names
2009-04-15 Markus ArmbrusterFix update to take dead units off carriers
2009-03-24 Markus ArmbrusterDon't use 0 as null pointer constant, part 3
2009-03-24 Markus ArmbrusterDon't use 0 as null pointer constant, part 2
2009-03-24 Markus ArmbrusterDon't use 0 as null pointer constant, part 1
2009-02-18 Markus ArmbrusterUpdate known contributors comments
2009-02-15 Markus ArmbrusterDon't use automatic supply to avoid starvation at the...
2009-02-08 Markus ArmbrusterFactor out code to read mailboxes, and make read more...
2009-02-08 Markus ArmbrusterMake struct telstr members tel_type and tel_length...
2009-02-08 Markus ArmbrusterUpdate copyright notice
2009-01-07 Ron KoenderinkPrevent distribution from abandoning the distribution...
2008-12-14 Markus ArmbrusterRemove commented out logerror() calls
2008-11-01 Markus ArmbrusterAge che just like reserves (1% per 24 ETUs)
2008-10-28 Markus ArmbrusterDon't produce food without work
2008-09-18 Markus ArmbrusterFix trailing whitespace
2008-09-15 Markus ArmbrusterRefactor and fix scuttle and scrap code
2008-09-15 Markus ArmbrusterRefuse to auto-scuttle where it doesn't pay
2008-09-13 Markus ArmbrusterUse new snxtitem_cargo() to simplify a couple of loops
2008-09-12 Markus ArmbrusterMake the item iterator capable of iterating over a...
2008-09-12 Markus ArmbrusterExpire lost items at the update instead of continuously
2008-09-09 Markus ArmbrusterCargo lists storing lists of cargo for each carrier
2008-09-09 Markus ArmbrusterNew lost_and_found() to record ownership changes.
2008-09-09 Markus ArmbrusterUpdate lost file from prewrite callbacks
2008-08-20 Markus ArmbrusterRework code dealing with struct range fixing many bugs
2008-08-03 Markus ArmbrusterChange nav_ship() not to use RET_OK and RET_SYN as...
2008-08-03 Markus ArmbrusterFix error return value of nav_loadship()
2008-08-03 Markus ArmbrusterUpdate known contributors comments
2008-08-02 Markus ArmbrusterFix capital maintenance to charge at 60% efficiency
2008-06-06 Markus ArmbrusterRemove commented out flushwu() from update_main()
2008-05-17 Markus ArmbrusterFix starvation not to starve one more than it should
2008-05-12 Markus ArmbrusterRemove option FUEL
2008-04-01 Markus ArmbrusterDon't make more babies than food permits
2008-03-26 Markus ArmbrusterRevert "Fix update's resupply of food to avoid starvation"
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-14 Markus ArmbrusterFix update's resupply of food to avoid starvation
2008-03-14 Markus ArmbrusterUpdate known contributors comments
2008-03-14 Markus ArmbrusterReplace some typedef names by enum tags.
next