0ad/binaries/data/mods/public/simulation/components/tests
Freagarach a10e025324 Fix typo in c917c39a0d.
Reported by @Mr.lie at
https://wildfiregames.com/forum/topic/108069-diplomacy-broken-since-rev-27722.
Based on a patch by: @elexis
This was SVN commit r27824.
2023-09-04 13:05:36 +00:00
..
setup.js Add the ability to do simple (de)serialisation cycle in the JS unit tests. (And change the PQ, Trainer and Researcher serialisation.) 2021-12-28 08:23:59 +00:00
setup_test.js
test_Attack.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_Auras.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_AutoBuildable.js
test_Barter.js Some cleaning in the Barter component. 2023-06-16 06:25:36 +00:00
test_Builder.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_Capturable.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_Damage.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_DeathDamage.js Rename Attacking.js-helper to Attack.js and its global to AttackHelper. 2021-04-16 06:55:23 +00:00
test_Diplomacy.js Fix typo in c917c39a0d. 2023-09-04 13:05:36 +00:00
test_EndGameManager.js Make the player state an enum. 2022-11-22 07:54:11 +00:00
test_EntityLimits.js
test_Formation.js Fix a comment and rename the formation angle function to better reflect what it does 2022-05-20 07:02:22 +00:00
test_Foundation.js Store build time modifier in template. 2021-04-22 06:18:00 +00:00
test_Garrisonable.js Technically seperate Turrets from GarrisonHolder. 2021-03-26 10:18:30 +00:00
test_GarrisonHolder.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_Garrisoning.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_Gate.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_GuiInterface.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_Heal.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_Health.js
test_Identity.js Add Requirements helper. 2022-11-24 11:20:11 +00:00
test_Math.js Fix cosmetic ESLint warnings in JS components (and their tests). 2021-03-20 09:02:22 +00:00
test_ModifiersManager.js Move custom JS data structures to globalscripts. 2021-04-18 08:31:30 +00:00
test_Pack.js Use transform to finish construction. 2021-04-06 12:54:33 +00:00
test_Player.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_Population.js Fix cosmetic ESLint warnings in JS components (and their tests). 2021-03-20 09:02:22 +00:00
test_ProductionQueue.js Add the ability to do simple (de)serialisation cycle in the JS unit tests. (And change the PQ, Trainer and Researcher serialisation.) 2021-12-28 08:23:59 +00:00
test_Promotion.js Fix duplicating promoting entities in XP trickling structures. 2021-05-15 05:40:13 +00:00
test_RallyPoint.js
test_Researcher.js Move GenericName, History and Icon from the civ-JSON to cmpIdentity. 2022-02-05 06:24:45 +00:00
test_Resistance.js Rename Attacking.js-helper to Attack.js and its global to AttackHelper. 2021-04-16 06:55:23 +00:00
test_ResourceDropsite.js Commit resources at dropsite and add tests. 2021-01-11 11:59:07 +00:00
test_ResourceGatherer.js Gather using ResourceGatherer instead of UnitAI. 2021-04-08 05:31:34 +00:00
test_Resources.js Store possible formations for a civ in XML instead of the JSON. 2022-02-05 06:39:53 +00:00
test_ResourceSupply.js Fix renaming fields losing the ability to be gathered. 2021-09-10 06:22:43 +00:00
test_ResourceTrickle.js Store possible formations for a civ in XML instead of the JSON. 2022-02-05 06:39:53 +00:00
test_StatisticsTracker.js
test_StatusEffectsReceiver.js Move custom JS data structures to globalscripts. 2021-04-18 08:31:30 +00:00
test_Technologies.js Store possible formations for a civ in XML instead of the JSON. 2022-02-05 06:39:53 +00:00
test_TechnologyManager.js Handle researching technologies in the TechnologyManager. 2022-01-26 07:42:36 +00:00
test_Timer.js Fix cosmetic ESLint warnings in JS components (and their tests). 2021-03-20 09:02:22 +00:00
test_Trader.js Fix typo in CanTrade. 2023-06-23 12:58:14 +00:00
test_Trainer.js Workaround TriggerHelper.js not being able to spawn units correctly because of promotion. 2023-05-10 15:13:52 +00:00
test_Treasure.js Split treasures from ResourceSupply. 2021-03-03 07:47:38 +00:00
test_TreasureCollector.js TreasureCollecter -> TreasureCollector. 2021-05-18 16:51:44 +00:00
test_Treasures.js Store possible formations for a civ in XML instead of the JSON. 2022-02-05 06:39:53 +00:00
test_TurretHolder.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_Turrets.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_UnitAI.js Pull Diplomacy out of cmpPlayer. 2023-06-19 06:33:33 +00:00
test_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
test_UpgradeModification.js Add Requirements helper. 2022-11-24 11:20:11 +00:00
test_Upkeep.js Store possible formations for a civ in XML instead of the JSON. 2022-02-05 06:39:53 +00:00
test_ValueModificationHelper.js
test_Vector.js
test_VisionSharing.js Fix cosmetic ESLint warnings in JS components (and their tests). 2021-03-20 09:02:22 +00:00