0ad/source/simulation2/components
2014-09-21 20:29:54 +00:00
..
tests Make the modmod standalone. 2014-08-25 16:38:54 +00:00
CCmpAIManager.cpp Exact stack rooting for ScriptInterface::FreezeObject. 2014-08-08 11:59:49 +00:00
CCmpCommandQueue.cpp Exact stack rooting for ScriptInterface::ToString. 2014-08-03 17:29:49 +00:00
CCmpDecay.cpp Dynamic message subscriptions. 2014-06-19 23:20:12 +00:00
CCmpFootprint.cpp add more flexibility to eject units when garrisonHolder is destroyed, fixes #2242 2014-01-08 18:27:58 +00:00
CCmpMinimap.cpp Removes pointless minimap state change during attack notification, it broke synchronized simulation state and caused some OOS errors. Fixes #2525. Refs #1719, #2526. 2014-05-19 01:35:14 +00:00
CCmpMotionBall.cpp
CCmpObstruction.cpp
CCmpObstructionManager.cpp Revert RedFox's changes to Spatial subdivisions in the simplest possible way (hopefully won't cause OOS, but at least we'll get reports). Fixes #2573, Refs #2430 . There probably are opportunities to remove more things. 2014-08-06 09:21:00 +00:00
CCmpOverlayRenderer.cpp Dynamic message subscriptions. 2014-06-19 23:20:12 +00:00
CCmpOwnership.cpp
CCmpParticleManager.cpp
CCmpPathfinder.cpp Fix units falling off the edge of the world. 2014-06-03 22:35:40 +00:00
CCmpPathfinder_Common.h Fix units falling off the edge of the world. 2014-06-03 22:35:40 +00:00
CCmpPathfinder_Tile.cpp
CCmpPathfinder_Vertex.cpp
CCmpPosition.cpp Fix an oversight in CcmpPosition from the turret changes. Reported on IRC by Falsevision. 2014-07-23 13:02:42 +00:00
CCmpProjectileManager.cpp
CCmpRallyPointRenderer.cpp Dynamic message subscriptions. 2014-06-19 23:20:12 +00:00
CCmpRangeManager.cpp Extend visibility update to all tiles around LoS vertices. Incidentally prevent an issue from arising on square maps. Also improve a code comment. 2014-09-21 20:29:54 +00:00
CCmpSelectable.cpp Dynamic message subscriptions. 2014-06-19 23:20:12 +00:00
CCmpSoundManager.cpp Stop music when resetting the simulation test mode in Atlas. 2014-09-12 21:38:10 +00:00
CCmpTemplateManager.cpp Disallow placing some special entities in Atlas. Fixes #1696. Patch by trompetin17 2014-06-30 10:20:20 +00:00
CCmpTerrain.cpp Commit coastal waves when activating fancy effects, and incidentally completely change how this effect work. Refs #48. 2014-07-28 10:14:00 +00:00
CCmpTerritoryInfluence.cpp Remove inconsistent checks for pSimulation2 when saving maps and ensure that it is set. 2014-07-01 19:00:41 +00:00
CCmpTerritoryManager.cpp Fix pathfinding and territories not being recomputed when water height changes. 2014-05-26 13:45:10 +00:00
CCmpTest.cpp
CCmpUnitMotion.cpp Dynamic message subscriptions. 2014-06-19 23:20:12 +00:00
CCmpUnitRenderer.cpp Small cleanup, including a correction in the templates documentation, and the removal of residues from the culling changes. 2014-07-12 16:03:37 +00:00
CCmpVision.cpp
CCmpVisualActor.cpp Small cleanup, including a correction in the templates documentation, and the removal of residues from the culling changes. 2014-07-12 16:03:37 +00:00
CCmpWaterManager.cpp Commit coastal waves when activating fancy effects, and incidentally completely change how this effect work. Refs #48. 2014-07-28 10:14:00 +00:00
ICmpAIInterface.cpp Small code style fix, related to a typo in the documentation. Also updates the Example component's copyright to match the current year. 2014-07-30 17:34:40 +00:00
ICmpAIInterface.h
ICmpAIManager.cpp Exact stack rooting for JSON related ScriptInterface functions. 2014-08-02 22:21:50 +00:00
ICmpAIManager.h
ICmpCommandQueue.cpp
ICmpCommandQueue.h
ICmpDecay.cpp
ICmpDecay.h
ICmpFogging.cpp Explore the map inside a player's territory border at the beginning of a game. 2014-08-26 10:01:04 +00:00
ICmpFogging.h Explore the map inside a player's territory border at the beginning of a game. 2014-08-26 10:01:04 +00:00
ICmpFootprint.cpp Changes ToJSVal to take JS::MutableHandleValue instead of JS::Value&. 2014-07-14 19:52:35 +00:00
ICmpFootprint.h add more flexibility to eject units when garrisonHolder is destroyed, fixes #2242 2014-01-08 18:27:58 +00:00
ICmpGuiInterface.cpp Small code style fix, related to a typo in the documentation. Also updates the Example component's copyright to match the current year. 2014-07-30 17:34:40 +00:00
ICmpGuiInterface.h
ICmpIdentity.cpp
ICmpIdentity.h
ICmpMinimap.cpp
ICmpMinimap.h
ICmpMirage.cpp Hide changes to buildings in the fog-of-war. 2014-08-04 22:49:19 +00:00
ICmpMirage.h Hide changes to buildings in the fog-of-war. 2014-08-04 22:49:19 +00:00
ICmpMotion.cpp
ICmpMotion.h
ICmpObstruction.cpp
ICmpObstruction.h
ICmpObstructionManager.cpp
ICmpObstructionManager.h
ICmpOverlayRenderer.cpp
ICmpOverlayRenderer.h
ICmpOwnership.cpp
ICmpOwnership.h
ICmpParticleManager.cpp
ICmpParticleManager.h
ICmpPathfinder.cpp
ICmpPathfinder.h
ICmpPlayer.cpp
ICmpPlayer.h
ICmpPlayerManager.cpp
ICmpPlayerManager.h
ICmpPosition.cpp New unit renderer. 2014-06-01 18:24:50 +00:00
ICmpPosition.h Fix non-PCH build. 2014-06-02 20:06:27 +00:00
ICmpProjectileManager.cpp
ICmpProjectileManager.h
ICmpRallyPointRenderer.cpp Recompute rally point lines when the rally point is set on a moving unit. 2014-06-04 22:07:58 +00:00
ICmpRallyPointRenderer.h Recompute rally point lines when the rally point is set on a moving unit. 2014-06-04 22:07:58 +00:00
ICmpRangeManager.cpp Explore the map inside a player's territory border at the beginning of a game. 2014-08-26 10:01:04 +00:00
ICmpRangeManager.h Explore the map inside a player's territory border at the beginning of a game. 2014-08-26 10:01:04 +00:00
ICmpSelectable.cpp
ICmpSelectable.h
ICmpSettlement.cpp
ICmpSettlement.h
ICmpSoundManager.cpp Stop music when resetting the simulation test mode in Atlas. 2014-09-12 21:38:10 +00:00
ICmpSoundManager.h Stop music when resetting the simulation test mode in Atlas. 2014-09-12 21:38:10 +00:00
ICmpTechnologyTemplateManager.cpp
ICmpTechnologyTemplateManager.h
ICmpTemplateManager.cpp AIs now properly receive aura and technology updates. Fixes #2377, Refs #1520 . Consequently reimplement repairing for AIs. 2014-01-16 20:32:44 +00:00
ICmpTemplateManager.h Small cleanup, including a correction in the templates documentation, and the removal of residues from the culling changes. 2014-07-12 16:03:37 +00:00
ICmpTerrain.cpp
ICmpTerrain.h Fix an issue with corruption of water data when the actor editor opened in Atlas. 2014-02-25 06:27:15 +00:00
ICmpTerritoryInfluence.cpp
ICmpTerritoryInfluence.h
ICmpTerritoryManager.cpp
ICmpTerritoryManager.h
ICmpTest.cpp
ICmpTest.h
ICmpUnitMotion.cpp Improve navigation for ship formations by setting the formation controller to the right passability class 2014-05-18 07:59:43 +00:00
ICmpUnitMotion.h Improve navigation for ship formations by setting the formation controller to the right passability class 2014-05-18 07:59:43 +00:00
ICmpUnitRenderer.cpp New unit renderer. 2014-06-01 18:24:50 +00:00
ICmpUnitRenderer.h New unit renderer. 2014-06-01 18:24:50 +00:00
ICmpUnknownScript.cpp
ICmpUnknownScript.h
ICmpValueModificationManager.cpp Make the actor tech-modifiable. Fixes #2243 2014-04-14 15:00:49 +00:00
ICmpValueModificationManager.h Make the actor tech-modifiable. Fixes #2243 2014-04-14 15:00:49 +00:00
ICmpVision.cpp
ICmpVision.h
ICmpVisual.cpp New unit renderer. 2014-06-01 18:24:50 +00:00
ICmpVisual.h New unit renderer. 2014-06-01 18:24:50 +00:00
ICmpWaterManager.cpp Substantial speed-up of the foam generation code. 2014-01-05 16:15:20 +00:00
ICmpWaterManager.h Substantial speed-up of the foam generation code. 2014-01-05 16:15:20 +00:00