0ad/binaries/data/mods/public/simulation/components
mimo 3246b02cda make easy AI levels easier and hard levels harders by also applying the bonus/malus to trade, fixes #3722
add some info on AI levels in the AI config window

This was SVN commit r17626.
2016-01-10 21:57:01 +00:00
..
interfaces Optimize PerformGather in ResourceGatherer.js after the Tracelogger revelead it was a performance hotspot. Should be about twice as fast. 2015-11-14 12:26:33 +00:00
tests Update the control-all-units checkbox when changing the perspective and onSimulationUpdate so that it always shows the correct value. 2016-01-10 00:59:28 +00:00
AIInterface.js do not fill changedTemplateInfo when no AIs to prevent OOS, refs #3133 2015-07-17 17:45:15 +00:00
AIProxy.js another bunch of cleanup (mainly missing semicolon) signaled by jshint 2015-09-19 12:50:48 +00:00
AlertRaiser.js Rename some occurences of *Man to cmp*Manager. 2015-08-29 22:49:42 +00:00
Armour.js Code cleanup. 2015-06-16 14:35:16 +00:00
Attack.js Fix whitespace. 2015-12-19 02:03:30 +00:00
AttackDetection.js Add attack notifications for capture attacks. Patch by Vladislav. Fixes #3257. 2015-06-15 01:16:51 +00:00
AuraManager.js Revert 7cc2d65ec7. 2015-08-21 07:29:08 +00:00
Auras.js Some JS component cleanup. 2015-11-28 08:27:38 +00:00
Barter.js another bunch of cleanup (mainly missing semicolon) signaled by jshint 2015-09-19 12:50:48 +00:00
BattleDetection.js Some JS component cleanup. 2015-11-28 08:27:38 +00:00
Builder.js another bunch of cleanup (mainly missing semicolon) signaled by jshint 2015-09-19 12:50:48 +00:00
BuildingAI.js Some JS component cleanup. 2015-11-28 08:27:38 +00:00
BuildRestrictions.js Use placeholder in plural string. 2015-12-08 18:13:09 +00:00
Capturable.js another bunch of cleanup (mainly missing semicolon) signaled by jshint 2015-09-19 12:50:48 +00:00
CeasefireManager.js fix the ceaseFire gui, patch by elexis, fixes #3413 2015-10-10 16:51:52 +00:00
Cost.js another bunch of cleanup (mainly missing semicolon) signaled by jshint 2015-09-19 12:50:48 +00:00
EndGameManager.js Session cleanup. 2016-01-05 03:02:59 +00:00
EntityLimits.js another bunch of cleanup (mainly missing semicolon) signaled by jshint 2015-09-19 12:50:48 +00:00
Fogging.js JS component cleanup. 2015-09-12 20:58:57 +00:00
Formation.js add some missing semicolon 2015-09-21 21:08:58 +00:00
FormationAttack.js Let formations attack other formations (still without keeping their formation position though) 2014-01-21 16:50:58 +00:00
Foundation.js Display the buildrate of foundations in the tooltip. Patch by bb, fixes #3395. 2016-01-08 11:53:48 +00:00
GarrisonHolder.js Remove garrison code duplication. 2016-01-08 23:02:26 +00:00
Gate.js Gates now handle allies made using diplomacy. 2013-04-18 18:18:34 +00:00
Guard.js allow units to guard/escort buildings or units, fixes #2034 2013-11-30 17:30:08 +00:00
GuiInterface.js Show status-bars of all players to observers, fixes #3215. 2016-01-10 16:47:57 +00:00
Heal.js update attack and heal range queries, patch by leper, fixes #3080 2015-09-27 12:23:40 +00:00
Health.js add specific regeneration when idle, fixes #3606, patch by Guuts 2016-01-02 18:10:10 +00:00
Identity.js Fix previous commit and OOS and rejoin. I need to get my hands on the guy that decided "init" wasn't called on deserialize. 2015-11-14 18:41:52 +00:00
Loot.js Implement healing. Fixes #999. 2012-04-17 20:22:13 +00:00
Looter.js Remove wrong semicolons. Refs #3424 2015-12-02 03:24:04 +00:00
Mirage.js Add support for undeletable entities. Fixes #3590. 2015-12-08 22:34:32 +00:00
MotionBall.js
Pack.js update packing flag, fixes #3628 2015-11-28 11:11:40 +00:00
Player.js make easy AI levels easier and hard levels harders by also applying the bonus/malus to trade, fixes #3722 2016-01-10 21:57:01 +00:00
PlayerManager.js Fix the initial exploration of territories, which shouldn't be performed in Atlas. 2015-01-08 22:36:13 +00:00
ProductionQueue.js Translate some notification messages. Refs #3665. 2016-01-08 23:22:45 +00:00
Promotion.js Don't resurrect dead units when trying to promoting them while they die. Patch by karamel, fixes #3544. 2015-12-13 18:09:56 +00:00
RallyPoint.js Update rallypoint coordinates for rallypoints targeting entities ("attack", "repair"...). Fixes #3597 2015-11-12 17:39:46 +00:00
Repairable.js Repairrate cleanup. Refs #3395, patch by bb. 2015-12-31 15:20:12 +00:00
ResourceDropsite.js Null serialization functions for some components without dynamic state. 2015-11-28 08:27:41 +00:00
ResourceGatherer.js drop resources before switching to next queued order, fixes #1670 2015-12-20 21:30:34 +00:00
ResourceSupply.js Optimize PerformGather in ResourceGatherer.js after the Tracelogger revelead it was a performance hotspot. Should be about twice as fast. 2015-11-14 12:26:33 +00:00
ResourceTrickle.js another bunch of cleanup (mainly missing semicolon) signaled by jshint 2015-09-19 12:50:48 +00:00
Settlement.js
SkirmishReplacer.js Null serialization functions for some components without dynamic state. 2015-11-28 08:27:41 +00:00
Sound.js Add some structure to the voice files. Use the structure in the templates to enable parameters. Resample the voices to be mono/positional. Patch by karamel. Fixes #3220 2015-05-26 12:25:10 +00:00
Stamina.js
StatisticsTracker.js Clean up line endings. 2015-09-12 20:58:59 +00:00
StatusBars.js another bunch of cleanup (mainly missing semicolon) signaled by jshint 2015-09-19 12:50:48 +00:00
TechnologyManager.js cleanup of unused counters 2016-01-06 21:15:58 +00:00
TechnologyTemplateManager.js Fix syntax errors in two auras. 2014-06-04 22:27:36 +00:00
TerritoryDecay.js cleanup 2016-01-04 18:10:04 +00:00
Timer.js some simulation cleanup 2015-11-28 11:43:14 +00:00
Trader.js JS component cleanup. 2015-09-12 20:58:57 +00:00
TrainingRestrictions.js Null serialization functions for some components without dynamic state. 2015-11-28 08:27:41 +00:00
Trigger.js Cinematic camera core functionality. Patch by Vladislav Belov. 2016-01-03 12:41:04 +00:00
TriggerPoint.js Change trigger initialisation as it's not compatible with multiple trigger files (functions would overwrite each other) 2014-06-23 15:55:07 +00:00
UnitAI.js Use var instead of let, since this variable is defined with var in this function already. 2015-12-22 20:43:17 +00:00
UnitMotionFlying.js another bunch of cleanup (mainly missing semicolon) signaled by jshint 2015-09-19 12:50:48 +00:00
ValueModificationManager.js Null serialization functions for some components without dynamic state. 2015-11-28 08:27:41 +00:00
Visibility.js Revert a wrongly committed WIP change. 2015-09-18 19:54:19 +00:00
WallPiece.js Null serialization functions for some components without dynamic state. 2015-11-28 08:27:41 +00:00
WallSet.js Fix some whitespace in scripts 2012-05-09 12:14:22 +00:00
Wonder.js Null serialization functions for some components without dynamic state. 2015-11-28 08:27:41 +00:00