]> git.pond.sub.org Git - empserver/history - include/prototypes.h
client: Unbreak standalone build
[empserver] / include / prototypes.h
2021-01-23 Markus Armbrustercommands: Rename the command functions
2021-01-23 Markus ArmbrusterUpdate copyright notice
2021-01-23 Markus Armbrusterinclude: Move sarg.c stuff to nsc.h to avoid incomplete...
2021-01-05 Markus ArmbrusterUpdate copyright notice
2018-04-29 Markus ArmbrusterUpdate copyright notice
2017-08-07 Markus ArmbrusterUpdate copyright notice
2017-08-07 Markus ArmbrusterMerge branch 'readline'
2017-08-06 Markus Armbrusterreject: New enum rej_comm for REJ_TELE & friends
2017-08-06 Markus Armbrusterconvert shoot: Make security bonus proportional to...
2017-08-06 Markus Armbrustersubs: Factor common military counting out of shoo(...
2017-08-06 Markus Armbrusterupdate budget produce: Count loaded civilians for TECH_POP
2017-08-06 Markus Armbrusterinclude: Move update stuff from prototypes.h to update.h
2017-08-06 Markus Armbrusterinclude: Rename budg.h to update.h
2017-08-06 Markus Armbrusterupdate: Drop do_feed()'s return value
2017-08-06 Markus Armbrustersubs: Drop unused islist()
2017-08-06 Markus Armbrusterinclude: Bury dead remnants of TREATIES and SAIL
2017-08-06 Markus Armbrusterupdate: Saner rounding of sector building money and...
2017-08-06 Markus Armbrusterupdate: Use a scratch sctstr for unit repair simulation
2017-08-06 Markus Armbrusterupdate: Don't use materials and work destroyed by che...
2017-08-06 Markus Armbrusterupdate: Fix income and level use after revolt or revert...
2017-08-06 Markus Armbrusterupdate: Lift populace() from tax into prepare_sects()
2017-08-06 Markus Armbrusterneweff prod work: Use update code instead of duplicating it
2017-08-06 Markus Armbrusterneweff production: Consider insufficient food
2017-08-06 Markus Armbrusterupdate: Drop redundant produce() parameters desig,...
2017-08-06 Markus Armbrusterupdate: Drop produce() return value and parameters...
2017-08-06 Markus Armbrusterupdate: Move work percentage update into do_feed()
2017-08-06 Markus Armbrusterupdate: Drop redundant produce() parameter vec[]
2017-08-06 Markus Armbrusterupdate: Drop redundant do_feed() parameter vec[]
2017-08-06 Markus Armbrusterupdate: Eliminate produce_sect()'s getnatp()
2017-08-06 Markus Armbrusterupdate neweff production: Limit work in big cities
2017-08-06 Markus ArmbrusterRevert "subs: Add unitsatxy() parameter only_count"
2017-08-06 Markus Armbrusterinclude: Factor fnameat.h out of prototypes.h
2017-07-02 Markus ArmbrusterUpdate copyright notice
2015-03-02 Markus Armbrustersubs: Change pln_damage()'s parameter noisy to string...
2015-03-02 Markus Armbrusterbomb: Fix ship list header for ASW planes
2015-03-02 Markus Armbrustersubs: Move shared code from navi.c to subs
2015-02-28 Markus ArmbrusterUpdate copyright notice
2015-02-28 Markus Armbrusternavigate march: Drop do_unit_move() parameter together
2015-02-28 Markus Armbrustersubs: Drop has_units() parameter lp, it's always null now
2015-02-28 Markus Armbrustermarch: Check for sector abandonment before anyone marches
2015-02-28 Markus Armbrustersubs: Move sector abandonment functions to control.c
2015-02-28 Markus Armbrustersubs: Add unitsatxy() parameter only_count
2015-02-28 Markus Armbrustersail: Remove option SAIL
2015-02-28 Markus Armbrusterautonav: Remove the feature
2014-02-16 Markus Armbrustertrade: Clean up type of trdswitchown()'s second parameter
2014-02-16 Markus Armbrusterretreat: Move function declarations to retreat.h
2014-02-16 Markus Armbrustershpsub: Move declarations to ship.h
2014-02-16 Markus Armbrusterbridgefall: Factor bridge_support_at() out of bridgefall()
2014-01-02 Markus ArmbrusterUpdate copyright notice
2014-01-02 Markus Armbrusterstockpile: New command, counterpart of fleetadd, wingad...
2013-06-06 Markus Armbrustersetsector setresource: Switch to edit_sect()
2013-06-06 Markus Armbrusteredit: Report sector loss and gain properly for key 'L'
2013-06-06 Markus Armbrusterprototypes.h: Fix and complete documentation of src...
2013-05-08 Markus ArmbrusterFactor prod_resource_limit() out of produce() and prod()
2013-05-08 Markus Armbrusterprod() duplicates materials_cost(), clean up
2013-05-08 Markus ArmbrusterUse int instead of long for money
2013-05-08 Markus ArmbrusterUse int instead of long to count people
2013-05-08 Markus ArmbrusterMove declarations for chance.c to new chance.h
2013-01-12 Markus ArmbrusterDrop resnoise()'s second parameter
2013-01-12 Markus ArmbrusterUpdate copyright notice
2012-07-13 Markus ArmbrusterFactor check_obj_ok() out of the check_*_ok()
2012-07-13 Markus ArmbrusterDon't let scrap give away civilians
2012-07-13 Markus ArmbrusterReplace pln_oneway_to_carrier_ok() by pln_can_land_on_c...
2012-07-13 Markus ArmbrusterReplace pln_onewaymission() by pln_where_to_land()
2012-07-12 Markus ArmbrusterDrop could_be_on_ship()'s load count parameters
2012-06-10 Markus ArmbrusterUpdate copyright notice
2012-04-26 Markus ArmbrusterDocument the header for empmod.c and trdsub.c in protot...
2012-04-26 Markus ArmbrusterSeparate login_grace_time from max_idle
2011-07-10 Markus ArmbrusterNew server option -F to force start even when state...
2011-07-10 Markus ArmbrusterGive init_server() internal linkage
2011-06-25 Markus ArmbrusterMove pln_oninit(), lnd_oninit(), nuk_oninit() to fileta...
2011-04-14 Markus ArmbrusterMake generation numbers catch more potential yields...
2011-04-14 Markus ArmbrusterClean up move_ground()'s parsing of DIR_MAP
2011-04-14 Markus ArmbrusterRemove disabled command cede
2011-04-14 Markus ArmbrusterMove function declarations for maps.c from prototypes...
2011-04-14 Markus ArmbrusterFix satellite to fail on bad conditional
2011-04-14 Markus ArmbrusterCollect nstr_item, nstr_sect function declarations...
2011-04-14 Markus ArmbrusterMove xysize_range(), xydist_range() to xy.c and xy.h
2011-04-14 Markus ArmbrusterClean up superfluous include of nsc.h in prototypes.h
2011-04-12 Markus ArmbrusterInline BestShipPath(), BestAirPath() glue
2011-04-12 Markus ArmbrusterUse the new path finder for sea & air, drop bestownedpath()
2011-04-12 Markus ArmbrusterLicense upgrade to GPL version 3 or later
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 ArmbrusterCollect path-related stuff in path.h
2011-02-13 Markus ArmbrusterChange setrel(), setcont(), setrej() to return void
2011-02-13 Markus ArmbrusterFactor feels_like_helping() out of quiet_bigdef(),...
2011-01-09 Markus ArmbrusterRemove unused plurize()
2010-07-25 Markus ArmbrusterCompute radar range in one place, rad_range()
2010-07-25 Markus ArmbrusterSimplify automatic bmap update from ship radar
2010-07-24 Markus ArmbrusterRemove radmapnopr(), use radmapupd() instead
2010-07-18 Markus ArmbrusterPR() and PRdate() are no longer used, remove them
2010-07-18 Markus ArmbrusterFactor look_at_sect() out of do_look() and ac_encounter()
2010-06-21 Markus ArmbrusterDrop prxy()'s parameter country
2010-06-20 Markus ArmbrusterBreak long lines more tastefully
2010-05-24 Markus ArmbrusterNarrow natpass() parameter cn's type to natid
2010-04-04 Markus ArmbrusterGive deltax(), deltay() internal linkage
2010-01-19 Markus ArmbrusterUpdate copyright notice
2009-12-29 Markus ArmbrusterConsistently use int for file type parameters and locals
2009-12-29 Markus ArmbrusterConsistently use int for mission type parameters
next