MegaGlest/source/glest_game/type_instances
Mark Vejvoda 7564635643 - added initial code for switching dropped network players to AI (currently hard coded to normal CPU) 2010-10-18 23:09:43 +00:00
..
command.cpp - modified command object to support special states which flow through network play as well. This allows for better handling of multi-unit build and allows for better future expanding of command processing. 2010-08-30 20:45:12 +00:00
command.h - added leak_dumper header all over the place (not yet functional in linux) 2010-09-07 05:25:40 +00:00
faction.cpp - added an extra NULL check to new max unit check 2010-10-11 15:58:10 +00:00
faction.h - added initial code for switching dropped network players to AI (currently hard coded to normal CPU) 2010-10-18 23:09:43 +00:00
object.cpp - small improvement for when units and objects are deleted. 2010-09-10 19:44:00 +00:00
object.h - added a caching system for rendering game entities 2010-09-10 00:28:14 +00:00
resource.h - added leak_dumper header all over the place (not yet functional in linux) 2010-09-07 05:25:40 +00:00
unit.cpp - added a little extra logic for units when pathfinding. We keep temporary lists of bad cells of harvest resources where a unit simply cannot get to. This is kept for small periods of time and then the bad cell list is purged when data gets old. This tremendously helps units to be more active when getting stuck in challenging places on maps. 2010-10-17 08:50:27 +00:00
unit.h - added a little extra logic for units when pathfinding. We keep temporary lists of bad cells of harvest resources where a unit simply cannot get to. This is kept for small periods of time and then the bad cell list is purged when data gets old. This tremendously helps units to be more active when getting stuck in challenging places on maps. 2010-10-17 08:50:27 +00:00
upgrade.cpp - added loads of debug potential. We can now output most objects as a string for logging purposes. 2010-05-18 03:53:57 +00:00
upgrade.h - added leak_dumper header all over the place (not yet functional in linux) 2010-09-07 05:25:40 +00:00