abcdefg30
1168d10519
Remove empty MapOptions: entries from rules.yaml files
2016-06-30 23:59:58 +02:00
reaperrr
c114c8fe1e
Fixed map placement of RA buildings
...
...with changed footprint.
2016-06-20 18:55:54 +02:00
Paul Chote
d08a8eb1f6
Replace Map.Difficulty with Map.LobbyOption in scripts.
2016-06-19 22:15:27 +01:00
Paul Chote
8ce4ab0bd1
Port map difficulty to new options backend.
2016-06-19 22:15:26 +01:00
Oliver Brakmann
4787bc04b3
Make use of common mission rules in missions (RA)
2016-05-05 13:02:08 +02:00
reaperrr
4894211789
Migrate Captures.SabotageHPRemoval and Capturable.CaptureThreshold to int percentages
2016-03-28 17:20:49 +02:00
Paul Chote
85c41bf50e
Update RA maps to format 11.
2016-03-27 12:17:00 +01:00
Paul Chote
9884a29b9e
Upgrade RA maps to format 10.
2016-03-08 22:19:26 +00:00
Paul Chote
505dddcf96
Upgrade RA maps to format 9.
2016-03-07 21:41:14 +00:00
atlimit8
949994f10b
Convert MiniYaml colors to hex
2015-10-27 16:10:33 -05:00
Oliver Brakmann
a0fdfc3f79
Add testcase for StanceInit
2015-10-27 19:41:49 +01:00
reaperrr
1a08e6de77
Add Music trait to maps (applied upgrade rule)
2015-10-21 08:20:48 +02:00
clemty
76de14b6f5
PNG file size reduction
...
run pngcrush -brute on *.png
before:
70 File(s) 3.455.140 bytes
after:
70 File(s) 2.616.088 bytes
2015-09-29 20:47:36 +02:00
Oliver Brakmann
d5c65b59b0
Fix scripted paradrops
...
A recent PR changed ParaDrop from an Effect to an Activity. Idle triggers in the mission scripts however have already queued activities for the paradropped units, so the ParaDrop activity would only run once the first activity had finished (which could never happen).
2015-07-18 21:22:40 +02:00
penev92
7873a326cd
Upgrade RA maps
2015-07-06 00:05:07 +03:00
Paul Chote
34f5482d26
Update RA rules.
2015-06-19 22:02:07 +01:00
abcdefg30
5a47beeb64
Merge pull request #8453 from clemty/upstream/mapfix
...
fix mapping errors in shipped maps
2015-06-18 22:18:27 +02:00
clemty
d7ec296e8a
fixes mapping errors in shipped maps
2015-06-18 21:21:02 +02:00
abcdefg30
8a5cdfa9fb
Disable EnemyWatcher in all ra missions
2015-06-01 18:21:22 +02:00
Oliver Brakmann
c61b893e11
Add a missing DamageType to missions which re-define weapons
2015-05-28 22:23:59 +02:00
abcdefg30
5aa9d50551
Use the new lua UserInterface in the missions
2015-05-27 16:51:26 +02:00
penev92
dc3ae39db1
Rename ProvidesCustomPrerequisite to ProvidesPrerequisite
2015-05-07 03:04:11 +03:00
penev92
ea01439377
Add an upgrade rule for DamageWarheads
2015-04-26 14:29:10 +03:00
Oliver Brakmann
cda7310b25
Convert RGB map preview image files to RGBA
2015-04-18 11:35:01 +02:00
reaperrr
38d5163062
Refactors LimitedAmmo to AmmoPool.
...
Removes Reloads trait.
This enables adding multiple AmmoPools via @ differentiators and
Name which adds the possibility to assign each armament to a specific
ammo pool.
Furthermore, this moves all Reloads functionality onto AmmoPool.
Now a combination of all three is possible on a single actor: no limited
ammo, limited ammo that can reload on its own, and limited ammo which
needs to be reloaded at a rearm actor.
Additionally moves RearmSound from Minelayer to AmmoPool.
2015-03-26 23:21:01 +01:00
Paul Chote
4ea55809ca
Decompose RenderInfantry into WithInfantryBody and RenderSprites.
2015-03-21 13:04:17 +00:00
abcdefg30
a4f051ad6b
Added a lua function for paratroopers
2015-01-13 17:48:11 +01:00
abcdefg30
80195d3fd0
Removed unused actors and reordered the rest
2015-01-11 16:36:49 +01:00
abcdefg30
4be5c03385
Removed Facing: 0 and Health: 1
2015-01-11 16:04:41 +01:00
abcdefg30
d9572d4ca4
Rename Win -> MissionAccomplished and Lose -> MissionFailed
...
But keep them in notifications.yaml for backwards compatibility.
2015-01-09 14:14:03 +01:00
Paul Chote
bd2518649a
Upgrade shipped maps to the latest format.
2014-12-23 10:00:19 +13:00
Oliver Brakmann
5a6282d6f9
Adjust missions
2014-12-18 20:24:37 +01:00
abcdefg30
71fa6b2aed
Fixed a bug in Intervention
...
https://github.com/OpenRA/OpenRA/pull/5483#issuecomment-44781904
broke the game.
2014-11-23 13:31:36 +01:00
abcdefg30
19713a19f6
Added support for selecting mission difficulty
2014-11-23 13:31:35 +01:00
atlimit8
1ab5b76a3e
Fixed RepairBridgeOrderTargeter & hut logic - it now ignores dangling bridges & rejects bridges under repair
...
Closes #4354
2014-10-30 12:55:20 -05:00
Oliver Brakmann
35ccc79902
Move Utils.CenterOfCell into Map global
2014-10-21 22:08:06 +02:00
Oliver Brakmann
37c5d51f19
Move Utils.Seconds and .Minutes into DateTime global
...
Also renames Date.IsHalloween to DateTime.IsHalloween
2014-10-21 22:08:06 +02:00
Oliver Brakmann
22e6e5d759
Port Intervention to the new Lua API
2014-10-18 18:19:03 +02:00
Matthias Mailänder
f249aa85b4
Merge pull request #6731 from obrakmann/fix6728_intervention_breakage
...
Fix old Lua breakage
2014-10-11 14:44:26 +02:00
Oliver Brakmann
18b9f9a021
Fix old Lua breakage
...
Works around a problem in the old Lua API where a trait lookup would
not find the correct class and make the script crash.
In this instance, `Game.modData.ObjectCreator.FindType("RallyPoint")`
return `OpenRA.Mods.Common.Effects.RallyPoint` instead of the expected
`OpenRA.Mods.Common.RallyPoint`.
The other change is an oversight from the recent warhead rewrites.
Fixes #6728
2014-10-11 13:39:31 +02:00
Paul Chote
a870a6e023
Upgrade RA missions for the new mission chooser.
2014-10-11 23:06:55 +13:00
Oliver Brakmann
dc33e0e1b0
Make necessary changes to existing maps
2014-08-08 13:35:50 +02:00
Taryn Hill
b6fd757672
Merge pull request #6030 from UberWaffe/CustomWarheads
...
Custom Warheads refactor
2014-08-03 10:35:36 -05:00
UberWaffe
c972b39687
Custom Warheads refactor
...
Changes included:
Warhead code split out of weapon code and refactored.
Warhead functionality now split into several classes, each handling one effect/impact.
Additional custom warheads can now be defined and called via yaml.
Custom warheads inherit the abstract class Warhead,
which provides target check functions.
Custom warheads have to define their own impact functions,
and can also define their own replacement for check
functions.
2014-08-03 17:10:44 +02:00
ScottNZ
692e3a9c88
Move Power out of Building and into its own trait
...
Conflicts:
mods/ts/rules/structures.yaml
2014-08-03 18:53:51 +12:00
ScottNZ
b21f0eaf20
Fix dog breakage in Intervention
2014-07-26 20:19:29 +12:00
Oliver Brakmann
3a67b3dec3
Fix breakage of the old Lua API due to recent changes
...
Specifically, the CPos::CenterPosition -> Map::CenterOfCell rename (#5758 ),
as well as the additional argument to Paradrop::SetLZ (#5695 ).
2014-07-06 01:21:22 +02:00
Matthias Mailänder
6436088cdb
Use Prerequisites: ~disabled for unbuildable actors.
2014-07-01 09:02:41 +02:00
Oliver Brakmann
cf2fad673d
Fix issue with capturing enemy buildings in 'Intervention' mission
...
The onDamaged event handler would still fire after an enemy building had
been captured. Fixed by checking the owner before starting repairs.
Thanks to Microbit for showing me that people actually did that.
2014-06-22 14:03:57 +02:00
Oliver Brakmann
c12527e866
Remove workaround for #4482 from 'Intervention' mission
2014-06-22 14:03:57 +02:00