]> git.pond.sub.org Git - empserver/history - src
Remove special case supply of land units from ships carrying them
[empserver] / src /
2009-02-17 Markus ArmbrusterRemove special case supply of land units from ships...
2009-02-17 Markus ArmbrusterFix lmine for engineers that don't use ammo
2009-02-17 Markus ArmbrusterDon't permit landmine laying in foreign sectors
2009-02-17 Markus ArmbrusterFix lmine's "out of" messages
2009-02-16 Markus ArmbrusterMake sure lmine can't lay seamines even when sector...
2009-02-15 Markus ArmbrusterMake lmine report lack of mobility more nicely
2009-02-15 Markus ArmbrusterDon't let engineer mine while it is on a ship or land...
2009-02-15 Markus ArmbrusterDon't use automatic supply to avoid starvation at the...
2009-02-14 Markus ArmbrusterSectors and ships no longer need shells to fire flak
2009-02-12 Markus ArmbrusterUse IPv4 and v6 only when suitable interfaces are confi...
2009-02-08 Markus ArmbrusterRestructure turn() for simpler control flow
2009-02-08 Markus ArmbrusterFix turn off for empty message
2009-02-08 Markus ArmbrusterFix the previous commit to clear PF_DOWN
2009-02-08 Markus ArmbrusterAvoid repeated hours and game down status notifications
2009-02-08 Markus ArmbrusterInline gamedown() into only user may_play_now() and...
2009-02-08 Markus ArmbrusterMove show_first_tel() from player.c to rea.c
2009-02-08 Markus ArmbrusterDon't check MAXTELSIZE in typed_wu()
2009-02-08 Markus ArmbrusterFactor out code to read mailboxes, and make read more...
2009-02-08 Markus ArmbrusterRemove superflous #include "tel.h"
2009-02-08 Markus ArmbrusterMake struct telstr members tel_type and tel_length...
2009-02-08 Markus ArmbrusterDon't log out deity when gamedown() can't read downfil
2009-02-08 Markus ArmbrusterDon't fail motd command when motdfil can't be read
2009-02-08 Markus ArmbrusterDon't write junk to unused bytes of downfil and motdfil
2009-02-08 Markus ArmbrusterStore game down flag in the game table
2009-02-08 Markus ArmbrusterMove update_timeused() from may_play_now() back to...
2009-02-08 Markus ArmbrusterFix reject accept
2009-02-08 Markus ArmbrusterUpdate copyright notice
2009-02-08 Ron KoenderinkFix update thread not successfully waking up with LWP
2009-02-05 Ron KoenderinkPrevent command from executing after game is down
2009-02-02 Markus ArmbrusterFix empth_select() for funny flag arguments
2009-02-01 Ron KoenderinkAdd maximum logged in time check for nation state NEW
2009-02-01 Markus ArmbrusterFix pthread's empth_select() not to change the timeout
2009-02-01 Markus ArmbrusterIntegrate air defense missions into interception
2009-02-01 Markus ArmbrusterIntercept the same all along the flight path
2009-02-01 Markus ArmbrusterMake ships and land units spot planes along the flight...
2009-02-01 Markus ArmbrusterChange when planes spot ships and land units
2009-02-01 Markus ArmbrusterReplace unfriendly[] by rel[] in ac_encounter()
2009-02-01 Markus ArmbrusterIntercept planes at their assembly point
2009-02-01 Markus ArmbrusterRemove useless strncpy() in ac_encounter()
2009-02-01 Markus ArmbrusterFix SAM interception for intercepts other than the...
2009-02-01 Markus ArmbrusterFix air defense and flak over sectors allied to the...
2009-02-01 Markus ArmbrusterSimplify ac_encounter()'s logic for stealthy evasion
2009-02-01 Markus Armbrusteraircombat.c isn't used for intercepting missiles, simplify
2009-02-01 Markus ArmbrusterFix making contact by spotting planes from sectors
2009-02-01 Markus ArmbrusterRefactor interception over ships and land units
2009-02-01 Markus ArmbrusterMake planes report non-hostile ships and lands in targe...
2009-02-01 Markus ArmbrusterPass only PM_* mission flags to ac_encounter()
2009-02-01 Markus ArmbrusterFix mixed ASW patrols
2009-02-01 Markus ArmbrusterFix recon and sweep not to spy after all spy planes...
2009-02-01 Ron KoenderinkReimplement max_idle without a separate thread
2009-02-01 Ron KoenderinkFix client to allow multiple to clients to run concurre...
2009-02-01 Ron KoenderinkFactor out gamehours and max minutes per day checks
2009-01-24 Ron KoenderinkPrevent command from executing outside of game hours
2009-01-24 Ron KoenderinkFix enforcing game hours for players already logged in
2009-01-21 Ron KoenderinkSuppress the git checkout information for nightlybuilds
2009-01-21 Ron KoenderinkUpdate windows configuration for nightlybuild
2009-01-14 Ron KoenderinkSimplify the time() replacement for nightlybuilds
2009-01-07 Ron KoenderinkPrevent distribution from abandoning the distribution...
2009-01-06 Ron KoenderinkCleaned up check_nat_name() function
2009-01-06 Ron KoenderinkAdd standard checks to the assigning of a country name
2009-01-06 Markus ArmbrusterSimplify load() and lload()
2009-01-06 Markus ArmbrusterMake load, unload, lload and lunload usable for deities
2009-01-06 Markus ArmbrusterCheck for unit on trading block last in load() and...
2009-01-06 Markus ArmbrusterFactor move_amount() out of load_comm_ship() and load_c...
2009-01-06 Markus ArmbrusterFix loopholes that let you load and unload foreign...
2009-01-06 Markus ArmbrusterFix load, unload, lload, lunload not to give away civilians
2009-01-06 Markus ArmbrusterFactor load_comm_ok() out of load_comm_ship() and load_...
2009-01-06 Markus ArmbrusterMake lload require own sector and lunload own land...
2009-01-06 Markus ArmbrusterMake lload and lunload work on foreign lands only when...
2009-01-06 Markus ArmbrusterFix relation checks in load, unload, lload, lunload
2009-01-02 Markus ArmbrusterDon't warn deities about capital redesignation
2008-12-28 Markus ArmbrusterChange info not to prepend a header line to the info...
2008-12-28 Markus ArmbrusterFix line break accident
2008-12-28 Markus ArmbrusterMake the "You lost your capital" message point to info...
2008-12-28 Markus ArmbrusterMake sure land units with maximum mobility can attack...
2008-12-28 Markus ArmbrusterFix land unit attack mobility cost
2008-12-28 Markus ArmbrusterFold nstr_resolve_sel() into only remaining caller
2008-12-28 Markus ArmbrusterSmarter identifier resolution in conditions involving...
2008-12-27 Markus ArmbrusterSimplify type coercion in condition evaluation
2008-12-25 Markus ArmbrusterFix reporting of shot spies in news
2008-12-25 Markus ArmbrusterLand units with zero reaction radius can't go on reserv...
2008-12-25 Markus ArmbrusterRemove econfig key mission_mob_cost
2008-12-25 Markus ArmbrusterRemove oprange()'s mission parameter
2008-12-25 Markus ArmbrusterCheck capabilities required for mission before range
2008-12-25 Markus ArmbrusterDrop checks whether we can get the op-sector from mission()
2008-12-25 Markus ArmbrusterSimplify mission() by separating off clear_mission()
2008-12-25 Markus ArmbrusterStreamline signature of show_mission()
2008-12-25 Markus ArmbrusterMove show_mission() to sole caller, give it internal...
2008-12-25 Markus ArmbrusterAll missions now have op areas, simplify mission()
2008-12-25 Markus ArmbrusterMake escort mission obey op-area
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-12-14 Markus ArmbrusterRemove reserve mission's reaction radius bonus
2008-12-14 Markus ArmbrusterUse #if 0 to disable code, not comments
2008-12-14 Markus ArmbrusterClean up removal of reserve mission mobility bonus
2008-12-14 Markus ArmbrusterRemove commented out logerror() calls
2008-12-14 Markus ArmbrusterBump version to 4.3.20
2008-12-07 Markus ArmbrusterDon't let ships double-retreat first on 'i' and then...
next