Commit Graph

18548 Commits

Author SHA1 Message Date
Biofreak1987
628e75d484 Add Soviet03 2015-10-17 12:46:25 +02:00
Matthias Mailänder
66a2512c21 Merge pull request #9638 from JoppyFurr/bleed
Change mouse cursors while joystick scrolling
2015-10-17 09:07:56 +02:00
reaperrr
5778d1621a Merge pull request #8987 from Mailaender/spiceblooms
Added spice blooms
2015-10-16 19:38:21 +02:00
Pavel Penev
3abf2af9ff Merge pull request #9649 from r34ch/balance-mcv-crate
Balance mcv crate
2015-10-16 18:41:56 +03:00
DArcy Rush
2cc3cafdd2 Rebalance MCV crate in TS mod
Completely removes the chance of getting an MCV from a crate
in the TS mod unless the player has no base remaining.
2015-10-16 16:23:17 +01:00
DArcy Rush
e6417abb51 Rebalance MCV crate in RA mod
Completely removes the chance of getting an MCV from a crate
in the RA mod unless the player has no base remaining.
2015-10-16 16:22:37 +01:00
Pavel Penev
8cbb132764 Merge pull request #9644 from hypercube33/patch-1
Update gdi-vehicles.yaml
2015-10-16 10:32:42 +03:00
hypercube33
093aea81c4 Update gdi-vehicles.yaml 2015-10-15 20:40:33 -05:00
Joppy Furr
6ded247d0c Change mouse cursors while joystick scrolling
This patch adds mouse cursors to the joystick scrolling feature.

On Tiberian Sun, which itself had joystick scrolling, the same cursors are
used as in the original game.

As the older games did not have joystick scrolling, I've had to make a
best-effort guess as to what were suitable cursors.
  -> When scrolling in all directions is available, the default arrow
     cursor is used.
  -> When a direction is blocked, the edge-scrolling blocked direction
     cursor is used.
2015-10-16 11:53:53 +13:00
abcdefg30
fd37869a88 Merge pull request #9636 from RoosterDragon/ai-mcv-perf
Remove a redundant check
2015-10-15 12:21:49 +02:00
RoosterDragon
a4338d9350 Remove a redundant check in FindAndDeployBackupMcv.
This avoids enumerating the mcvs twice.
2015-10-14 21:06:37 +01:00
Oliver Brakmann
410f121a1e Merge pull request #8717 from matija-hustic/missile
Some work on the missile projectile
2015-10-13 19:02:25 +02:00
Pavel Penev
b161c58bbc Merge pull request #9622 from DSUK/test_fix
Fixed TFD Installation.
2015-10-13 10:48:42 +03:00
Pavel Penev
d070971272 Merge pull request #9618 from abcdefg30/cncplanes
Increase planes' CruiseAltitude in cnc
2015-10-13 09:52:52 +03:00
James
5000369463 Fixed TFD Not Creating Install Directory 2015-10-12 19:52:49 +01:00
James
b071bcf28c Added myself to AUTHORS 2015-10-12 19:52:49 +01:00
abcdefg30
5242bc88f7 Increase planes' CruiseAltitude in cnc 2015-10-12 17:26:28 +02:00
Matija Hustić
cd8a15271c Downward lookahead.
Added downward lookahead capability.
2015-10-11 22:15:30 +02:00
Matija Hustić
12b4f8ccf4 Programatic YAML upgrade 2015-10-11 22:03:06 +02:00
Matija Hustić
b9e57d33c3 Added lookahead, launch speed & angle computation.
The missiles should be more intelligent, avoiding cliffs,
surmounting inclines and flexibly selecting appropriate
launch speed and angle to avoid a close incline or miss
a close target.
2015-10-11 22:02:02 +02:00
Matija Hustić
41f57f2a15 Missile projectile refactor.
Introduces:

Vertical rate of turn
Customizable vertical launch angle
Delayed activation of the homing mechanism / propulsion
Freefall while propulsion deactivated
Customizable explosion altitude (for airburst)
Customizable cruise altitude (when target out of range)
Height checks for terrain impact and shadow rendering
Acceleration (instead of constant speed from launch to impact)
2015-10-11 22:02:01 +02:00
Matthias Mailänder
a79b71c608 Merge pull request #9581 from matija-hustic/attackmove_defendstance
Gets AttackMove to work with 'Defend' stance
2015-10-11 21:28:35 +02:00
Matthias Mailänder
40eb7fa074 Merge pull request #9588 from pchote/fix-recoil
Fix sprite turret recoil.
2015-10-11 21:21:48 +02:00
abcdefg30
9e24d4ec79 Merge pull request #9590 from pchote/fix-debug-case
Fix debug menu terminology.
2015-10-11 20:45:13 +02:00
Matthias Mailänder
4437bce132 Merge pull request #9459 from reaperrr/d2k-power-misc
Change D2k power draw and various other aspects to match original
2015-10-11 19:48:41 +02:00
Matthias Mailänder
770afd520b let the crusher take damage on spice explosions 2015-10-11 19:30:28 +02:00
Matthias Mailänder
1887875413 make Devastators crush walls 2015-10-11 19:30:28 +02:00
Matthias Mailänder
c6eff7023a add spice blooms 2015-10-11 19:30:28 +02:00
Matthias Mailänder
f2663c18a3 add an empty sprite 2015-10-11 19:30:28 +02:00
Christopher Grant
246f85413f document ThrowsShrapnel 2015-10-11 19:30:24 +02:00
Matthias Mailänder
6107eb389b Merge pull request #9600 from abcdefg30/tanyadamage
Fix tanya not being able to damage barrels
2015-10-11 19:26:27 +02:00
Matija Hustić
1ba81d7c97 Fixes bad comment in UpgradeRules
https://github.com/OpenRA/OpenRA/pull/8768/files#r41694572
2015-10-11 19:23:10 +02:00
Matija Hustić
2a0a7541ba Gets AttackMove to work with 'Defend' stance 2015-10-11 19:23:08 +02:00
Christopher Grant
a378abe7c1 Moved RandomWalk to OpenRA.Traits.Util 2015-10-11 18:59:11 +02:00
reaperrr
5646f4118f Make D2k infantry no longer attract worms 2015-10-11 16:28:41 +02:00
reaperrr
0629cde10f D2k implement classic engineer capturing, reduce Fremen cloak delay, add cloak to Saboteur 2015-10-11 16:27:39 +02:00
reaperrr
efde2ab8ff Enable Carryall self-healing 2015-10-11 16:27:36 +02:00
reaperrr
a94b8f5f0c Enable self-healing on D2k MCV, Harvester and Devastator to match original
Additionally change harvester PipCount and Capacity to match original.
2015-10-11 16:27:35 +02:00
reaperrr
5d20a9e4f2 Tweak emitted infantry types of D2k construction yard 2015-10-11 16:27:34 +02:00
reaperrr
4292a05470 Tweak D2k barracks RallyPoint offset 2015-10-11 16:27:33 +02:00
reaperrr
6dd5e3b77a Reduce D2k wall line build range 2015-10-11 16:27:32 +02:00
reaperrr
e8defccd95 Remove stealth detection from D2k buildings 2015-10-11 16:27:30 +02:00
reaperrr
70163e9c86 Change D2k building power draw/output to original values 2015-10-11 16:27:29 +02:00
Oliver Brakmann
421b15cad1 Merge pull request #9562 from Biofreak1987/soviet07-fix
Fix early game over in soviet07
2015-10-11 15:43:26 +02:00
Oliver Brakmann
42b04b8a6f Merge pull request #9450 from atlimit8/SpreadDamageWarheadRangeOnRulesetLoaded
SpreadDamageWarhead Range on ruleset loaded
2015-10-11 15:28:19 +02:00
Oliver Brakmann
244093834c Merge pull request #9447 from atlimit8/CacheFireportsForAttackGarrisoned
Cache AttackGarrisoned fire ports using IRulesetLoaded
2015-10-11 15:26:38 +02:00
Oliver Brakmann
63d1158f94 Merge pull request #8563 from matija-hustic/tesla_boost
Tesla boost for RA2 mod
2015-10-11 14:33:13 +02:00
Biofreak1987
4e36ce2050 Soviet07 fix game over and add healthcrate
-Fix game over
-Add healthcrate
2015-10-11 14:32:51 +02:00
abcdefg30
6aa8f9772a Fix tanya not being able to damage barrels 2015-10-11 14:24:03 +02:00
abcdefg30
b0c1f95ef2 Merge pull request #9486 from reaperrr/fix-9403
Fix AI queueing structure build orders twice at higher game speeds due to lag
2015-10-11 13:51:02 +02:00