0ad/binaries/data/mods/public/simulation/components
2023-11-16 09:40:44 +00:00
..
interfaces Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
tests Fix typo in c917c39a0d. 2023-09-04 13:05:36 +00:00
AIInterface.js Move PopulationBonus from cmpCost to new cmpPopulation. 2020-12-14 18:17:59 +00:00
AIProxy.js Run the AI in the same Compartment as the simulation. Let the AI access Sim data. 2022-01-30 13:33:34 +00:00
AlertRaiser.js Add brief explanations to the tooltips of the alert buttons. 2023-10-13 09:34:51 +00:00
Attack.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
AttackDetection.js Fix cosmetic ESLint warnings in JS components (and their tests). 2021-03-20 09:02:22 +00:00
Auras.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
AutoBuildable.js Remove duplication from cmpAutoBuildable init. 2021-01-10 07:25:52 +00:00
Barter.js Some cleaning in the Barter component. 2023-06-16 06:25:36 +00:00
BattleDetection.js Fix issues with the component documentation. 2023-05-10 15:55:51 +00:00
Builder.js Move GenericName, History and Icon from the civ-JSON to cmpIdentity. 2022-02-05 06:24:45 +00:00
BuildingAI.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
BuildRestrictions.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
Capturable.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
CeasefireManager.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
Cost.js Don't pass owner to initialise a foundation. 2021-04-04 06:38:16 +00:00
DeathDamage.js Rename Attacking.js-helper to Attack.js and its global to AttackHelper. 2021-04-16 06:55:23 +00:00
DelayedDamage.js Rename Attacking.js-helper to Attack.js and its global to AttackHelper. 2021-04-16 06:55:23 +00:00
Diplomacy.js Fix typo in c917c39a0d. 2023-09-04 13:05:36 +00:00
EndGameManager.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
EntityLimits.js Fix issues with the component documentation. 2023-05-10 15:55:51 +00:00
Fogging.js Fix disappearing berries due to not miraging. 2022-12-29 12:05:44 +00:00
Formation.js Fix issues with the component documentation. 2023-05-10 15:55:51 +00:00
FormationAttack.js Fix cosmetic ESLint warnings in JS components (and their tests). 2021-03-20 09:02:22 +00:00
Foundation.js Fix typo in foundation code. 2023-01-30 11:08:44 +00:00
Garrisonable.js Fix garrison rally point when unloading. 2021-04-04 05:57:42 +00:00
GarrisonHolder.js Use interval instead of timeout for healing in GarrisonHolder. 2021-04-04 06:32:53 +00:00
Gate.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
Guard.js Expose INVALID_PLAYER to the JS simulation and use it instead of -1 for consistency with the C++ counterpart. 2018-01-22 01:02:29 +00:00
GuiInterface.js Add brief explanations to the tooltips of the alert buttons. 2023-10-13 09:34:51 +00:00
Heal.js Attack using cmpAttack instead of UnitAI. 2021-04-12 06:51:39 +00:00
Health.js Fix discrepancy between max hitpoints and actual hitpoints due to floats in JS. 2023-01-12 09:16:26 +00:00
Identity.js Fix issues with the component documentation. 2023-05-10 15:55:51 +00:00
Loot.js Allow loot to be modified by technologies and auras 2017-11-15 22:56:04 +00:00
Looter.js Add safeguards for all queryOwnerInterface calls 2020-09-19 17:55:34 +00:00
Market.js Move trader gain to cmpMarket. 2021-04-07 06:58:36 +00:00
Mirage.js Store components to be miraged in cmpFogging. 2021-03-20 16:14:35 +00:00
ModifiersManager.js Bugfix & optimisations to ApplyModifiers 2023-06-14 07:27:06 +00:00
MotionBall.js
Pack.js Move Can*-function implementations from UnitAI to their respective components. 2021-03-27 11:22:34 +00:00
Player.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
PlayerManager.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
Population.js Move PopulationBonus from cmpCost to new cmpPopulation. 2020-12-14 18:17:59 +00:00
ProductionQueue.js Handle researching technologies in the TechnologyManager. 2022-01-26 07:42:36 +00:00
Promotion.js Fix duplicating promoting entities in XP trickling structures. 2021-05-15 05:40:13 +00:00
RallyPoint.js Use transform to finish construction. 2021-04-06 12:54:33 +00:00
RangeOverlayManager.js Fix cosmetic ESLint warnings in JS components (and their tests). 2021-03-20 09:02:22 +00:00
Repairable.js Mirage unrepairable in cmpRepairable. 2021-06-15 08:46:14 +00:00
Researcher.js Move GenericName, History and Icon from the civ-JSON to cmpIdentity. 2022-02-05 06:24:45 +00:00
Resistance.js Fix attacking miraged entities. 2021-09-11 04:47:25 +00:00
ResourceDropsite.js Commit resources at dropsite and add tests. 2021-01-11 11:59:07 +00:00
ResourceGatherer.js Make the space in 0 A.D. non-breaking throughout the codebase. 2023-07-27 20:54:46 +00:00
ResourceSupply.js Run the AI in the same Compartment as the simulation. Let the AI access Sim data. 2022-01-30 13:33:34 +00:00
ResourceTrickle.js Fix issues with the component documentation. 2023-05-10 15:55:51 +00:00
Settlement.js
SkirmishReplacer.js Move GenericName, History and Icon from the civ-JSON to cmpIdentity. 2022-02-05 06:24:45 +00:00
Sound.js Replace {gender} by {phenotype} and support this tag in VisualActor. 2019-08-01 19:14:40 +00:00
StatisticsTracker.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
StatusBars.js cp => CapturePoints 2020-12-23 17:26:36 +00:00
StatusEffectsReceiver.js Rename Attacking.js-helper to Attack.js and its global to AttackHelper. 2021-04-16 06:55:23 +00:00
TechnologyManager.js Add error to TechMan. when trying to finish a non-existing technology (e.g. wrong allied_view tech defined). 2023-11-16 09:40:44 +00:00
TerritoryDecay.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
TerritoryDecayManager.js Cache a list of TerritoryDecay components in the TerritoryDecayManager instead of retrieving it each time 2017-10-09 19:38:56 +00:00
Timer.js Speed up timer update by using Map.forEach 2023-06-13 15:57:18 +00:00
Trader.js Fix typo in CanTrade. 2023-06-23 12:58:14 +00:00
Trainer.js Workaround TriggerHelper.js not being able to spawn units correctly because of promotion. 2023-05-10 15:13:52 +00:00
TrainingRestrictions.js Fix issues with the component documentation. 2023-05-10 15:55:51 +00:00
Treasure.js Fix issues with the component documentation. 2023-05-10 15:55:51 +00:00
TreasureCollector.js TreasureCollecter -> TreasureCollector. 2021-05-18 16:51:44 +00:00
Trigger.js Fix a1010b83d3 and 8f8996e338 2021-11-06 11:07:28 +00:00
TriggerPoint.js Allow registering custom data for triggers 2021-05-09 16:55:36 +00:00
Turretable.js Fix infinite loop when queuing a gather order after garrison. 2021-12-09 16:35:03 +00:00
TurretHolder.js Workaround TriggerHelper.js not being able to spawn units correctly because of promotion. 2023-05-10 15:13:52 +00:00
UnitAI.js Fix formation slow-down after stopping. 2023-07-22 14:04:59 +00:00
UnitMotionFlying.js Allow setting the passability class dynamically. This is needed to improve formation behavior for the release. 2022-04-17 11:06:09 +00:00
Upgrade.js Add Requirements helper. 2022-11-24 11:20:11 +00:00
Upkeep.js Add Upkeep component. 2021-04-04 06:52:20 +00:00
ValueModificationManager.js Actually remove trailing whitespace for non-header files as well. 2016-11-23 13:02:58 +00:00
Visibility.js Revert a wrongly committed WIP change. 2015-09-18 19:54:19 +00:00
VisionSharing.js Expose INVALID_PLAYER to the JS simulation and use it instead of -1 for consistency with the C++ counterpart. 2018-01-22 01:02:29 +00:00
WallPiece.js Correct WallPiece schema help comments 2020-05-21 19:11:00 +00:00
WallSet.js Add help comments to WallPiece component schema 2020-05-21 04:34:13 +00:00
Wonder.js Fix documentation of non system component. 2017-03-24 07:09:28 +00:00