This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-07 19:25:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
75152fc16e192f6d86bcb4e2ffa0039bf930e8ff
0ad
/
binaries
/
data
/
mods
/
public
/
simulation
/
components
T
History
historic_bruno
b2fd7a54f0
Removes hard-coded choices from Identity.js to allow easy modification of civs, classes and formations. Note: incorrect/misspelled choices will no longer be rejected by the parser.
...
This was SVN commit r11043.
2012-02-10 01:59:25 +00:00
..
interfaces
Barter.
Closes
#23
.
2011-11-24 15:43:32 +00:00
tests
Fixes broken UnitAI test.
2011-12-19 23:09:38 +00:00
AIInterface.js
…
AIProxy.js
Makes AIProxy keep the garrisoned units array up to date.
Fixes
#1019
2011-11-13 23:23:58 +00:00
Armour.js
Rounds applied damages to the nearest integer.
2012-02-01 04:11:47 +00:00
Attack.js
Added civ support to the attack bonuses and removed unnecessary classes
2011-12-29 22:08:59 +00:00
Auras.js
…
Barter.js
#New audio additions, notably resource selections and ship selection and death.
2012-01-25 02:51:48 +00:00
Builder.js
…
BuildingAI.js
…
BuildLimits.js
Fixed qbot for the scout tower to defense tower rename and updated the build restriction for the defense tower for consistent naming.
2012-02-04 23:42:55 +00:00
BuildRestrictions.js
Fixed qbot for the scout tower to defense tower rename and updated the build restriction for the defense tower for consistent naming.
2012-02-04 23:42:55 +00:00
Cost.js
…
EndGameManager.js
Adds player ID to PlayerDefeated message for AI usage.
2011-10-01 17:38:43 +00:00
Formation.js
…
Foundation.js
…
GarrisonHolder.js
Fix healing for garrisoned units.
Fixes
#1098
.
2012-01-07 07:13:27 +00:00
GuiInterface.js
Fixed rally point lines being displayed for entities with rally points no longer set.
Closes
#1043
.
2011-12-16 15:14:59 +00:00
Health.js
…
Identity.js
Removes hard-coded choices from Identity.js to allow easy modification of civs, classes and formations. Note: incorrect/misspelled choices will no longer be rejected by the parser.
2012-02-10 01:59:25 +00:00
Loot.js
…
Looter.js
…
MotionBall.js
…
Player.js
…
PlayerManager.js
…
Promotion.js
…
RallyPoint.js
Allows setting rally points on resources and buildings.
closes
#745
2011-12-16 16:08:26 +00:00
ResourceDropsite.js
…
ResourceGatherer.js
…
ResourceSupply.js
…
Settlement.js
…
Sound.js
…
Stamina.js
…
StatisticsTracker.js
…
StatusBars.js
…
TerritoryDecay.js
…
Timer.js
…
TrainingQueue.js
Allows setting rally points on resources and buildings.
closes
#745
2011-12-16 16:08:26 +00:00
UnitAI.js
Fixes UnitAI attack test for domestic animals.
Fixes
#1048
.
2011-12-18 05:17:34 +00:00
UnitMotionFlying.js
…