]> git.pond.sub.org Git - empserver/history - src/lib/subs/unitsub.c
Update copyright notice
[empserver] / src / lib / subs / unitsub.c
2014-01-02 Markus ArmbrusterUpdate copyright notice
2013-06-06 Markus Armbrusteredit: Teleport planes and land units to carrier on...
2013-01-12 Markus ArmbrusterUpdate copyright notice
2012-06-10 Markus ArmbrusterUpdate copyright notice
2011-07-12 Markus ArmbrusterFix navigate and march to find paths longer than 7...
2011-07-10 Markus ArmbrusterMake march sub-command 'i' show military, #land units...
2011-07-10 Markus ArmbrusterOops when stuck cargo snaps to new ship, plane or land...
2011-06-25 Markus ArmbrusterRename obj_nameof() to unit_nameof() and move to unitsub.c
2011-04-12 Markus ArmbrusterFix march and navigate not to interpret coordinates...
2011-04-12 Markus ArmbrusterClean up path finding in unit_sub()
2011-04-12 Markus ArmbrusterInline BestShipPath(), BestAirPath() glue
2011-04-12 Markus ArmbrusterInline BestLandPath(), BestDistPath() glue
2011-04-12 Markus ArmbrusterLicense upgrade to GPL version 3 or later
2011-04-11 Markus ArmbrusterCollect path-related stuff in path.h
2010-07-25 Markus ArmbrusterClean up suspicious coordinate system use in unit_put()
2010-06-21 Markus ArmbrusterDrop prxy()'s parameter country
2010-06-21 Markus ArmbrusterClean up suspicious coordinate system use in unit_list()
2010-06-20 Markus ArmbrusterConvert spaces to tabs
2010-06-20 Markus ArmbrusterCoding style fixes, mostly indentation and whitespace
2010-01-19 Markus ArmbrusterUpdate copyright notice
2010-01-19 Markus ArmbrusterStore sequence numbers more compactly
2009-12-13 Markus ArmbrusterUpdate known contributors comments
2009-03-24 Markus ArmbrusterDon't use 0 as null pointer constant, part 1
2009-02-08 Markus ArmbrusterUpdate copyright notice
2008-12-25 Markus ArmbrusterRemove non-mission land unit reaction
2008-09-18 Markus ArmbrusterFix trailing whitespace
2008-09-17 Markus ArmbrusterMake unit_give_away() immune to infinite recursion
2008-09-15 Markus ArmbrusterWipe orders when ship, plane, land unit or nuke changes...
2008-09-15 Markus ArmbrusterFix cargo giveaway in scrap and scuttle
2008-09-15 Markus ArmbrusterRefactor and fix scuttle and scrap code
2008-09-13 Markus ArmbrusterRewrite the broken code to move cargo with its carrier
2008-09-09 Markus ArmbrusterGet rid of ship and land unit load counters
2008-05-12 Markus ArmbrusterRemove option FUEL
2008-03-14 Markus ArmbrusterUpdate known contributors comments
2008-03-14 Markus ArmbrusterRename emp_obj_chr_name() to empobj_chr_name()
2008-03-14 Markus ArmbrusterCheck ef_type before dereferencing struct empobj
2008-02-26 Markus ArmbrusterSimplify unit_put()
2008-02-26 Markus ArmbrusterFix put_empobj() for types other than units
2008-01-19 Markus ArmbrusterUpdate copyright notice
2007-01-27 Ron Koenderink(unit_path): Replace mpr() with pr() as unit_path(...
2007-01-27 Ron Koenderink(unit_view): Replace mpr() with pr() as unit_view(...
2007-01-27 Ron Koenderink(unit_view): New, create by expanding shp_view() to...
2007-01-24 Ron Koenderink(unit_path): New, create by combining shp_path() and...
2007-01-23 Ron Koenderink(unit_put): New, create by combining shp_put() and...
2007-01-23 Ron Koenderink(unit_list): New, create by combining shp_list() and...