| .. |
|
AIProxy.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
AlertRaiser.js
|
End source files with a newline.
|
2016-11-23 11:27:54 +00:00 |
|
Attack.js
|
Deal ranged damage even if the attacker dies. Patch by LeanderH. Fixes #3610.
|
2016-08-22 01:00:57 +00:00 |
|
AttackDetection.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
AuraManager.js
|
|
|
|
Auras.js
|
|
|
|
Barter.js
|
|
|
|
BattleDetection.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
Builder.js
|
|
|
|
BuildingAI.js
|
|
|
|
BuildRestrictions.js
|
|
|
|
Capturable.js
|
Fixes a typo in 8c6944f58f.
|
2016-09-06 13:14:51 +00:00 |
|
CeasefireManager.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
Cost.js
|
|
|
|
Damage.js
|
Deal ranged damage even if the attacker dies. Patch by LeanderH. Fixes #3610.
|
2016-08-22 01:00:57 +00:00 |
|
DamageReceiver.js
|
Make the ai aware of invulnerable entities
|
2018-01-28 19:53:29 +00:00 |
|
DeathDamage.js
|
Splash damage on death. When an entity dies, it can do a splash damage. Fire ship and fire raiser templates provided as example. Fix #1910.
|
2017-08-07 12:38:57 +00:00 |
|
EndGameManager.js
|
Implement combine victory conditions
|
2018-03-09 21:51:18 +00:00 |
|
EntityLimits.js
|
|
|
|
Formation.js
|
|
|
|
Foundation.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
Garrisonable.js
|
Option to disable garrisoning of heroes in regicide gamemode.
|
2017-05-22 01:18:51 +00:00 |
|
GarrisonHolder.js
|
Remove the alert status on units
|
2018-01-30 01:47:12 +00:00 |
|
Gate.js
|
|
|
|
Guard.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
Heal.js
|
|
|
|
Health.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
Loot.js
|
|
|
|
Looter.js
|
|
|
|
Market.js
|
add a new market component, fixes #3277
|
2016-04-13 19:56:18 +00:00 |
|
Messages.js
|
Move message registrations to the right file.
|
2016-08-27 15:26:54 +00:00 |
|
Pack.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
Player.js
|
Fix cheatTimeMultiplier broken by 5b314fc0ac
|
2018-04-02 20:30:32 +00:00 |
|
ProductionQueue.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
Promotion.js
|
|
|
|
RangeOverlayManager.js
|
Rename RangeVisualization component from ee5bb1fd61 / D238 to RangeOverlayManager for consistency with the RangeOverlayRenderer from 5fbb224dc0 / D555.
|
2017-12-10 03:28:38 +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
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
ResourceGatherer.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
ResourceSupply.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
ResourceTrickle.js
|
Implements resource trickle. Allows decimal player resources. Fixes #2413.
|
2014-01-31 12:01:49 +00:00 |
|
SkirmishReplacer.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
StatisticsTracker.js
|
Fix lineendings of all files in simulation/.
|
2016-06-24 12:39:22 +00:00 |
|
StatusBars.js
|
|
|
|
TechnologyManager.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
TerritoryDecay.js
|
Adds and updates documentation in /components/interfaces/ files. Reviewed by elexis. Fixes #4128
|
2016-08-03 12:04:49 +00:00 |
|
Timer.js
|
|
|
|
Trader.js
|
|
|
|
TrainingRestrictions.js
|
|
|
|
Trigger.js
|
Move message registrations to the right file.
|
2016-08-27 15:26:54 +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
|
Petra: gameTypeManager cleanup
|
2017-05-19 20:28:21 +00:00 |
|
Upgrade.js
|
Allow entities to upgrade into other entities.
|
2016-07-01 19:43:26 +00:00 |
|
VisionSharing.js
|
Implement shared vision at the entity level
|
2017-01-26 21:10:46 +00:00 |
|
WallPiece.js
|
End source files with a newline.
|
2016-11-23 11:27:54 +00:00 |
|
WallSet.js
|
End source files with a newline.
|
2016-11-23 11:27:54 +00:00 |
|
Wonder.js
|
|
|