0ad/binaries/data/mods/public/simulation/components
2013-11-14 07:25:56 +00:00
..
interfaces Move ship to shoreline when tasking units to garrison inside, fixes #1391 2013-11-08 23:22:59 +00:00
tests Fixes tests 2013-11-10 03:24:29 +00:00
AIInterface.js AI-related changes to the AI interface and Command.js, to facilitate debugging of upcoming new version of Aegis. 2013-07-25 08:57:07 +00:00
AIProxy.js AI-related changes to the AI interface and Command.js, to facilitate debugging of upcoming new version of Aegis. 2013-07-25 08:57:07 +00:00
Armour.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
Attack.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
AttackDetection.js Adds attacking player's name to attack notification messages. 2013-10-06 22:07:55 +00:00
AuraManager.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
Auras.js - Fix garisson and formation aura types 2013-10-30 16:12:53 +00:00
Barter.js Summary screen: separate barter info for each resource 2012-08-12 09:12:06 +00:00
BattleDetection.js Implements attack notifications based on patch by madmax and zoot, fixes #1719 2013-10-06 04:49:38 +00:00
Builder.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
BuildingAI.js fix some flaws in the preferred classes. Patch by Jammus, Fixes #1985 2013-10-16 19:08:01 +00:00
BuildRestrictions.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
Cost.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
EndGameManager.js Fix problems with EndGameManager in Atlas by waiting for the first turn 2013-11-09 10:09:28 +00:00
EntityLimits.js Fixes some erroneous documentation in EntityLimits. 2013-10-06 03:13:46 +00:00
EntityLimitsChanger.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
Formation.js Improve back to work behaviour (queues taken into account), fix #2206, patch from Itms 2013-11-01 22:00:06 +00:00
Foundation.js Remove InitSavedGame, but keep the rallypoint problem it solved. Fixes #1762, Patch by mimo. 2013-10-16 17:58:12 +00:00
GarrisonHolder.js Allows autogarrison of newly trained units, fixes #1044 2013-11-11 15:37:16 +00:00
Gate.js Gates now handle allies made using diplomacy. 2013-04-18 18:18:34 +00:00
GuiInterface.js Recursively count garrisoned units to avoid overcapacity 2013-11-03 13:13:30 +00:00
Heal.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
Health.js Fix building contstruction, but still don't allow positive regenrate for unhealable entities 2013-11-05 17:45:39 +00:00
Identity.js Adds notification tooltips for building placement, fixes #921. 2013-02-24 00:12:41 +00:00
Loot.js Implement healing. Fixes #999. 2012-04-17 20:22:13 +00:00
Looter.js Implements shared trade gain with allies, patch by mimo, fixes #1691 2013-07-16 05:59:48 +00:00
MotionBall.js # Add documentation of the entity template XML file format. 2010-04-23 16:09:03 +00:00
Pack.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
Player.js Fix problems with EndGameManager in Atlas by waiting for the first turn 2013-11-09 10:09:28 +00:00
PlayerManager.js var-fare 2013-05-12 22:28:02 +00:00
ProductionQueue.js fix tag 2102648f7c which had unwanted changes 2013-11-11 16:29:44 +00:00
Promotion.js Improve back to work behaviour (queues taken into account), fix #2206, patch from Itms 2013-11-01 22:00:06 +00:00
RallyPoint.js Fix rally point rendering on saved games. Fixes #1762. Patch by mimo 2013-09-24 20:27:18 +00:00
ResourceDropsite.js # Add resource shuttling. 2010-11-13 19:15:29 +00:00
ResourceGatherer.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
ResourceSupply.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
Settlement.js Convert all remaining entity template data to new file format. 2010-05-15 21:07:52 +00:00
SkirmishReplacer.js Remove civ code hardcoding from SkirmishReplacer component. Refs #1198. 2013-10-05 17:54:41 +00:00
Sound.js Improve performance of full state hash computation, by skipping script components that are known to have no data. 2011-03-05 22:30:32 +00:00
Stamina.js Convert all remaining entity template data to new file format. 2010-05-15 21:07:52 +00:00
StatisticsTracker.js Revert f5ab6255d0. I accidentally somehow committed my whole working tree on this computer.... 2013-08-26 04:15:36 +00:00
StatusBars.js Infinite farms with diminishing returns (but no farmland). Refs #1318. 2013-07-30 06:04:53 +00:00
TechnologyManager.js rename technology modifier 'multiplier' to 'multiply' for consistency with auras, and it looks better next to the existing 'add' 2013-11-03 14:09:32 +00:00
TechnologyTemplateManager.js Implement the js side of auras. Refs #2048. Patch with the help of Alpha123. Only the temple aura is added as example, all other aura components are removed from the templates to be created from scratch again. 2013-10-14 15:51:21 +00:00
TerritoryDecay.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
Timer.js # Health decay for buildings not in a civ center's territory. 2011-08-18 20:28:53 +00:00
Trader.js Remember the last market for back-to-order trading, fixes #2248 2013-11-06 21:07:19 +00:00
TrainingRestrictions.js Fixes some erroneous documentation in EntityLimits. 2013-10-06 03:13:46 +00:00
UnitAI.js Improve MoveToTarget when the target is moving, fixes #2253 2013-11-14 07:25:56 +00:00
UnitMotionFlying.js Fix flying unit not crashing in water when they should. Patch by scythewirler. refs #2067 2013-08-19 14:44:15 +00:00
ValueModificationManager.js Rename technology related files, methods and messages so their names represent the shared data flow between technologies and auras (and maybe future components). Implement the C++ part of auras through these generalised files. Fixes #2154 2013-10-15 10:05:08 +00:00
WallPiece.js Wall placement. Closes #786. 2012-05-05 19:22:22 +00:00
WallSet.js Fix some whitespace in scripts 2012-05-09 12:14:22 +00:00