Commit Graph

946 Commits

Author SHA1 Message Date
abcdefg30
d828e709d6 Fix soviet units not attack moving to their rally points
and remove unnecessary (duplicated) code from the tick function
(the call to IdleHunt inside SpawnSovietUnits is enough)
2016-10-09 22:05:41 +02:00
abcdefg30
648f06af0f Fix soviet units not stopping to hunt after being captured in Exodus 2016-10-08 21:11:24 +02:00
abcdefg30
a9ae36b691 Make HIJACKER unbuildable in the Evacuation mission
We don't allow building Mechanics as well
2016-10-08 21:07:26 +02:00
Paul Chote
de856f8c1a Fix non-selectable support actor health bars. 2016-10-04 01:43:15 +01:00
Oliver Brakmann
a4a726c19a Remove workarounds for ownership change breakage from 'Infiltration' 2016-09-18 14:27:18 +02:00
Oliver Brakmann
a32a95a27c Merge pull request #11702 from Mailaender/infiltration-mission
Added Scott's Allies04 co-op multiplayer mission as "Infiltration"
2016-09-04 18:41:09 +02:00
Matthias Mailänder
76294c8273 Port the Co-Op Allies04 map to Lua. 2016-09-04 18:14:25 +02:00
Oliver Brakmann
c58ec4d14f Merge pull request #11636 from abcdefg30/noGuard
Don't allow tanya to automatically target, but allow her to move within a attack-moving/guarding group
2016-09-04 13:44:46 +02:00
clemty
47080d5dc0 fix removal of cameras in nod07a and nod08a
fixes #11963
2016-09-03 22:54:41 +02:00
Oliver Brakmann
c562131ed4 Merge pull request #11930 from abcdefg30/medium
Rename all "medium" difficulties to "normal"
2016-09-01 18:10:35 +02:00
SoScared
1854d327d0 exposing map desert rats' custom rules 2016-08-31 23:24:02 +02:00
abcdefg30
e2a2c6433f Rename all "medium" difficulties to "normal" 2016-08-31 23:05:34 +02:00
Matthias Mailänder
ad986b2fb4 Port the Co-Op Allies03 map to Lua. 2016-08-30 07:35:45 +02:00
Matthias Mailänder
f44623ce4d Don't force disable the debug menu for co-op missions. 2016-08-30 07:16:56 +02:00
abcdefg30
21f504fed9 Remove the setting of tanya's stance to "HoldFire" in all missions 2016-08-29 21:39:17 +02:00
abcdefg30
ffcdcc2831 Add a warning about tanya not auto-targeting in allies01 2016-08-29 21:39:15 +02:00
SoScared
eefc550ba7 Ins and outs for the map pool 2016-08-27 12:51:51 +02:00
Oliver Brakmann
479ee02431 Merge pull request #11876 from SoScared/map-pool-overhaul
Official Map Pool Overhaul
2016-08-25 14:05:57 +02:00
SoScared
2bd6f5d4bf map preview/spawn fixups 2016-08-24 23:03:48 +02:00
abcdefg30
20624aa232 Merge pull request #11858 from reaperrr/fix-yaml-style
Yaml style clean-up
2016-08-24 22:53:01 +02:00
SoScared
fd5ee6079c map alterations 2016-08-24 22:46:58 +02:00
reaperrr
d5e0135de7 RA yaml style fixes 2016-08-21 19:30:54 +02:00
abcdefg30
a02910c852 Fix yaks in allies-05a 2016-08-21 18:34:37 +02:00
abcdefg30
e0cff5b0a5 Add allies04 2016-08-21 18:34:29 +02:00
Zimmermann Gyula
5648daeeed Manual cleanup. 2016-08-21 12:05:34 +02:00
Zimmermann Gyula
5eec9ef463 Automatically upgrade rules. 2016-08-21 12:05:34 +02:00
Paul Chote
1cdc169ad0 Merge pull request #11842 from obrakmann/fix11829_desert-shellmap-tiling-error
Fix desert tileset tiling issues in RA
2016-08-20 17:39:11 +01:00
Oliver Brakmann
7e8e0cd1fb Fix tiling error on RA's desert shellmap 2016-08-20 13:27:08 +02:00
Oliver Brakmann
e25eeaba17 Minor mission cleanups
* Remove exlamation mark from map title for Intervention
* Remove redundant yaml rule for Evacuation
2016-08-19 19:12:51 +02:00
Matthias Mailänder
b08186f1cc Merge pull request #11666 from abcdefg30/survFix
Add an IsDead check to prevent crashes in survival01
2016-08-03 07:09:14 +02:00
abcdefg30
6f15b5a72d Remove CAMERA.Large from Survival01 2016-07-24 15:30:16 +02:00
abcdefg30
48d042ee05 Remove CAMERA.Large from Evacuation 2016-07-24 15:24:30 +02:00
abcdefg30
308a1a72b3 Add an IsDead check to prevent crashes in survival01 2016-07-18 18:55:21 +02:00
abcdefg30
00c6260ec2 Extract duplicated code to a SetupHuntTrigger function 2016-07-18 18:54:46 +02:00
abcdefg30
39d9832b03 Remove unnecessary ParticleDensityFactor yaml nodes
which only reflected the default value.
2016-07-12 22:19:51 +02:00
Oliver Brakmann
c000966590 Merge pull request #11361 from abcdefg30/newLua
Add new lua functions and fix the air attacks in allies05a
2016-07-09 14:59:47 +02:00
abcdefg30
f945837860 Lower the case of the TechLevel in all rules.yaml files 2016-07-01 00:00:42 +02:00
abcdefg30
1168d10519 Remove empty MapOptions: entries from rules.yaml files 2016-06-30 23:59:58 +02:00
abcdefg30
229e22b1d8 Fix the air attacks in allies05a using the new functions 2016-06-21 23:20:05 +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
916f2ea2ea Merge pull request #11382 from reaperrr/projectile-streamlining
Moved projectiles to their own namespace and streamlined property names
2016-06-04 15:00:08 +02:00
reaperrr
170fdc89e3 Rename Bullet Trail to TrailImage 2016-05-31 15:05:26 +02:00
Matthias Mailänder
e8ee2e2813 Merge pull request #11372 from r34ch/ra-goldmine
[RA] Add operation-goldmine.oramap
2016-05-30 20:01:10 +02:00
D'Arcy Rush
d63bf8f053 Add operation-goldmine.oramap 2016-05-29 23:06:43 +01:00
Oliver Brakmann
b3dd62b891 Add Scott's Allies02 multiplayer mission as "Evacuation" 2016-05-29 15:13:09 +02:00
D'Arcy Rush
0e5dd08c21 Remove erroneous ore cells from dual-cold-front.oramap 2016-05-14 12:07:24 +01:00
D'Arcy Rush
8ebd885145 Rename cold-front 1v1 to match ingame name 2016-05-14 12:04:07 +01:00
Matthias Mailänder
5462097c42 Merge pull request #11205 from reaperrr/rangelimit-wdist
Refactored Missile.RangeLimit to be a WDist value
2016-05-07 15:10:49 +02:00