MegaGlest/source/glest_game/world
Mark Vejvoda a388c92be6 - disable group unit commands as default being enabled (since its is causing out of synch) 2011-07-18 18:31:54 +00:00
..
map.cpp - bugfix for attacking logic to always listen to what you tell it (commented out recently added logic) 2011-06-09 21:38:04 +00:00
map.h Stuff from pabs (debian games) round #1 2011-05-03 07:58:59 +00:00
minimap.cpp - performance changes... (problem found by titi) most debug calls line are skipped when the debug flag is disabled even BEFORE getting into the handledebug method. 2011-03-28 03:54:23 +00:00
minimap.h - updated line endings to unix style characters to fix Bug #3085838 2011-01-20 15:56:30 +00:00
scenario.cpp - updates to commondata handling. From now on commondata tag specified the commondata folder under a techtree making it easier to share data and portable since you just need to copy the techtree and its contents, this means no sharing data between techtrees (which is good since we don't want such dependencies) 2011-05-06 22:12:16 +00:00
scenario.h - updated line endings to unix style characters to fix Bug #3085838 2011-01-20 15:56:30 +00:00
surface_atlas.cpp - added more error details when some errors are generated 2011-03-22 17:55:11 +00:00
surface_atlas.h - updated line endings to unix style characters to fix Bug #3085838 2011-01-20 15:56:30 +00:00
tileset.cpp - merged in willvarfar's particle patch 2011-07-06 22:23:51 +00:00
tileset.h - added code to merge duplicate sounds used in a techtree 2011-05-06 07:47:31 +00:00
time_flow.cpp - performance changes... (problem found by titi) most debug calls line are skipped when the debug flag is disabled even BEFORE getting into the handledebug method. 2011-03-28 03:54:23 +00:00
time_flow.h - updated line endings to unix style characters to fix Bug #3085838 2011-01-20 15:56:30 +00:00
unit_updater.cpp maxUnitCount respected by spawn attack 2011-07-06 22:35:35 +00:00
unit_updater.h - initial implementation of attack-boost logic (this is in progress code which is only triggered by new xml entries). Will explain later once tested. 2011-06-25 08:53:53 +00:00
water_effects.cpp dansk language; fix for fog of war off; command queuing works a bit better ( especially when attacking ); 2010-12-23 10:44:11 +00:00
water_effects.h - updated line endings to unix style characters to fix Bug #3085838 2011-01-20 15:56:30 +00:00
world.cpp - disable group unit commands as default being enabled (since its is causing out of synch) 2011-07-18 18:31:54 +00:00
world.h - attempt to group command execution so units given the same command at the same time will work more smartly (closer units go first and so on) 2011-07-05 04:37:35 +00:00