]> git.pond.sub.org Git - empserver/history - include/prototypes.h
bomb: Fix ship list header for ASW planes
[empserver] / include / prototypes.h
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
2009-12-13 Markus ArmbrusterFix and enable collateral damage for missing missiles
2009-12-13 Markus ArmbrusterRefactor missile interception code
2009-12-13 Markus ArmbrusterGet rid of msl_launch_mindam()
2009-12-13 Markus ArmbrusterMove msl_equip() to callers, internal linkage
2009-12-13 Markus ArmbrusterLimit nukes to strategic missions
2009-12-12 Markus ArmbrusterImprove launch diagnostic messages, switch off supply
2009-12-08 Markus ArmbrusterSimplify calling of pln_arm() & friends
2009-12-05 Markus ArmbrusterFactor new lnd_sabo() out of sabo()
2009-03-08 Markus ArmbrusterRename plane_caps() to pln_caps() and give it external...
2009-02-17 Markus ArmbrusterRedesign automatic supply interface
2009-02-17 Markus ArmbrusterFix automatic supply of defending and reacting units
2009-02-08 Markus ArmbrusterAvoid repeated hours and game down status notifications
2009-02-08 Markus ArmbrusterMove show_first_tel() from player.c to rea.c
2009-02-08 Markus ArmbrusterDon't log out deity when gamedown() can't read downfil
2009-02-08 Markus ArmbrusterUpdate copyright notice
2009-02-05 Ron KoenderinkPrevent command from executing after game is down
2009-02-01 Markus ArmbrusterIntegrate air defense missions into interception
2009-02-01 Markus ArmbrusterPass only PM_* mission flags to ac_encounter()
2009-02-01 Ron KoenderinkFactor out gamehours and max minutes per day checks
2008-12-25 Markus ArmbrusterRemove oprange()'s mission parameter
2008-12-25 Markus ArmbrusterMove show_mission() to sole caller, give it internal...
2008-12-25 Markus ArmbrusterRemove non-mission land unit reaction
2008-12-17 Markus ArmbrusterMake land units on reserve mission react within op...
2008-12-17 Markus ArmbrusterNew in_oparea(), factored out of build_mission_list_type()
2008-12-17 Markus ArmbrusterDon't reduce mission op area when range shrinks
2008-11-15 Ron KoenderinkRewrite accounting of play time
2008-11-01 Markus ArmbrusterAge che just like reserves (1% per 24 ETUs)
2008-10-28 Ron KoenderinkRepresent logged in time in seconds rather than minutes
2008-09-18 Markus ArmbrusterFix trailing whitespace
2008-09-15 Markus ArmbrusterRemove takeover_ship() and takeover_land() parameter...
2008-09-15 Markus ArmbrusterRefactor and fix scuttle and scrap code
2008-09-14 Markus ArmbrusterRemove take_plane_off_ship(), take_plane_off_land()
2008-09-12 Markus ArmbrusterMake the item iterator capable of iterating over a...
2008-09-09 Markus ArmbrusterGet rid of ship and land unit load counters
next