0ad/binaries/data/mods/public/simulation/components/interfaces
2015-08-27 20:31:10 +00:00
..
AIProxy.js And of course I forgot a file. 2013-07-25 08:58:15 +00:00
AlertRaiser.js Implement town bell 2013-12-26 10:43:51 +00:00
Attack.js Add battle detection support to the simulation. Refs #1425 (Patch by Zoot) 2013-01-20 22:47:59 +00:00
AttackDetection.js Implements attack notifications based on patch by madmax and zoot, fixes #1719 2013-10-06 04:49:38 +00:00
AuraManager.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
Auras.js Convert all remaining entity template data to new file format. 2010-05-15 21:07:52 +00:00
Barter.js Barter. Closes #23. 2011-11-24 15:43:32 +00:00
BattleDetection.js Actually add the battle detection code. Refs #1425. 2013-01-20 23:36:08 +00:00
Builder.js
BuildingAI.js Added Building AI, and some small changes to GarrisonHolder 2010-11-17 07:30:25 +00:00
BuildRestrictions.js Convert all remaining entity template data to new file format. 2010-05-15 21:07:52 +00:00
Capturable.js Add useful decay message for the AI, and fix a style issue 2015-04-27 18:38:00 +00:00
CeasefireManager.js Add optional ceasefire time to the game. Patch by elexis. Fixes #2749 2015-05-05 13:38:36 +00:00
Cost.js
DamageReceiver.js # Primitive melee combat support in new simulation system 2010-02-05 22:00:39 +00:00
EndGameManager.js add wonder victory condition. Refs #1649 2013-12-28 13:40:39 +00:00
EntityLimits.js Training limits. Limit heroes to one living per player. Allow heroes to be trained again. Closes #1432 2012-11-07 17:56:14 +00:00
Formation.js # Initial support for formation movement. 2010-09-03 09:55:14 +00:00
Foundation.js Fix various bugs. Try to make the AI build its buildings closer together (WIP, and it's brute-force). 2014-01-22 03:11:19 +00:00
GarrisonHolder.js Fix Athens not researching civ phase. Make the AI adapt automatically to changing the max gatherers on fields. 2014-01-18 20:26:52 +00:00
Gate.js Gates. Adds UI buttons, replaces wall section with a gate, defines and create obstruction shapes, detects friendly units and eventually disable door's "block movement" flag, allows us to lock / unlock the door by disabling "block pathfinding" flag. Needs icons, play sound, animations. Fixes #1385, refs #619. 2012-07-08 16:25:33 +00:00
Guard.js allow units to guard/escort buildings or units, fixes #2034 2013-11-30 17:30:08 +00:00
Heal.js Implement healing. Fixes #999. 2012-04-17 20:22:13 +00:00
Health.js # Add on-screen health bars 2010-10-02 12:41:29 +00:00
Loot.js Convert all remaining entity template data to new file format. 2010-05-15 21:07:52 +00:00
Looter.js Convert all remaining entity template data to new file format. 2010-05-15 21:07:52 +00:00
Messages.js allow maps to handle garrisoned units, fixes #2984 2015-01-13 17:59:55 +00:00
Pack.js Implements siege packing. Closes #1718. 2012-12-01 00:34:03 +00:00
Player.js Fix the productionQueue for capturing. Needs the AI to be fixed in a similar way, and still needs template changes to see the full effect. Refs #2614 2015-04-06 15:02:37 +00:00
ProductionQueue.js let the AIs know when a training has started 2014-06-14 14:34:37 +00:00
Promotion.js Convert all remaining entity template data to new file format. 2010-05-15 21:07:52 +00:00
RallyPoint.js # Add rally points for newly-trained units, based on patch from evans. 2010-08-05 10:20:47 +00:00
Repairable.js add a new Repairable component defining a ratio of repairTime/buildTime for repairable entities. Fixes #633 2015-08-27 20:31:10 +00:00
ResourceDropsite.js Convert all remaining entity template data to new file format. 2010-05-15 21:07:52 +00:00
ResourceGatherer.js Handle updates for foundation progress, resource carrying and resource supply amount for AIProxy. Fixes #1327 2012-04-18 11:30:28 +00:00
ResourceSupply.js Add QueryMiragedInterface. Fixes #3189. 2015-05-01 17:03:37 +00:00
ResourceTrickle.js Implements resource trickle. Allows decimal player resources. Fixes #2413. 2014-01-31 12:01:49 +00:00
SkirmishReplacer.js Fix AI errors on skirmish maps. 2013-12-04 16:52:44 +00:00
Sound.js # Initial audio integration with new simulation system. 2010-04-04 21:24:39 +00:00
Stamina.js Convert all remaining entity template data to new file format. 2010-05-15 21:07:52 +00:00
StatisticsTracker.js Summary screen. Closes #638. 2010-11-12 22:24:49 +00:00
StatusBars.js # Add on-screen health bars 2010-10-02 12:41:29 +00:00
TechnologyManager.js Allies only share vision when researching a tech. Based on patch by niektb. Fixes #2055 2015-06-19 09:24:55 +00:00
TerritoryDecay.js petra: continuation on capture adaptation 2015-04-29 17:59:29 +00:00
Timer.js # Primitive melee combat support in new simulation system 2010-02-05 22:00:39 +00:00
Trader.js Trade. Closes #30. 2012-03-08 20:42:28 +00:00
TrainingRestrictions.js Training limits. Limit heroes to one living per player. Allow heroes to be trained again. Closes #1432 2012-11-07 17:56:14 +00:00
Trigger.js read starting tech, disabled tech, ... from map JSON file, refs #1404 2015-02-05 22:29:36 +00:00
TriggerPoint.js Add engine support to triggers + a component to provide an easy interface and to be extended by triggers. Thanks to SpahBod for the biggest part of the code, and Yves for the review. 2014-06-23 13:42:59 +00:00
UnitAI.js Move ship to shoreline when tasking units to garrison inside, fixes #1391 2013-11-08 23:22:59 +00:00
WallPiece.js Wall placement. Closes #786. 2012-05-05 19:22:22 +00:00
WallSet.js Wall placement. Closes #786. 2012-05-05 19:22:22 +00:00
Wonder.js add wonder victory condition. Refs #1649 2013-12-28 13:40:39 +00:00