Oliver Brakmann
d14ff2a54e
Fix removing things in the editor when stopping standard-scrolling with RMB
...
The cause for this was that the `HandleMouseInput` method of the `EditorViewPortController` ran before the one from the regular `ViewPortController`, thus intercepting the button press.
Switching the order of the two around fixes that, but introduced another problem, namely that the tooltips stopped working. Switching the order meant that the `ViewPortController` laid "on top" of the `EditorViewPortController`, so the latter didn't receive the `MouseEntered` event anymore. Setting the `IgnoreMouseOver` flag in the `ViewPortController` fixes this.
2016-08-28 11:26:23 +02:00
Oliver Brakmann
dffb602ed4
Show scroll cursor when standard-scrolling using RMB
2016-08-27 13:56:09 +02:00
Oliver Brakmann
1f2d046d34
Fix issuing orders when releasing RMB after standard-scrolling
2016-08-26 10:42:53 +02:00
Oliver Brakmann
d6a6ed28c8
Fix issuing orders when releasing RMB after joystick-scrolling
2016-08-25 13:25:30 +02:00
abcdefg30
0d33376289
Merge pull request #11873 from reaperrr/revert-11460
...
Revert changes from #11460
2016-08-24 23:13:30 +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
reaperrr
4574b18131
Revert changes from #11460
2016-08-24 18:45:43 +02:00
abcdefg30
fab807b86e
Merge pull request #11830 from reaperrr/overridable-Armament
...
Make Armament as overridable as possible
2016-08-23 23:24:32 +02:00
abcdefg30
5360610491
Merge pull request #11863 from ABrandau/Ion-Cannon-Polish
...
Restore graphical look of the TS Ion Cannon.
2016-08-23 21:44:38 +02:00
ABrandau
a67867fe73
Restore graphical look of the TS Ion Cannon.
2016-08-22 16:07:32 -04:00
Oliver Brakmann
02a29ee52a
Merge pull request #11658 from abcdefg30/allies04
...
Add allies04
2016-08-22 21:57:31 +02:00
Oliver Brakmann
f1990853df
Merge pull request #11854 from Mailaender/startmatch-typo
...
Fixed a typo in the message displayed when servers disabled single player matches
2016-08-22 11:12:36 +02:00
reaperrr
01282e7b3c
TS yaml style fixes
2016-08-21 19:43:37 +02:00
reaperrr
5bf29713b1
D2k yaml style fixes
2016-08-21 19:39:50 +02:00
reaperrr
b5f36013c2
TD yaml style fixes
2016-08-21 19:36:48 +02:00
reaperrr
d5e0135de7
RA yaml style fixes
2016-08-21 19:30:54 +02:00
abcdefg30
698bf15a13
Merge pull request #11853 from pchote/ts-tib-slopes
...
Remove and document slope-specific tiberium artwork.
2016-08-21 18:59:04 +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
Matthias Mailänder
880d848a66
Avoid duplication in server messages and fix a typo.
2016-08-21 18:27:23 +02:00
Paul Chote
0e2387b2a1
Remove and document slope-specific tib artwork.
2016-08-21 17:03:11 +01:00
reaperrr
e4d10a26f1
Merge pull request #11791 from pchote/voxel-depth
...
Fix voxel rendering with EnableDepthBuffer: True
2016-08-21 14:00:12 +02:00
Paul Chote
f0306e7cc2
Render voxels with an approximately-correct z-offset.
2016-08-21 12:43:16 +01:00
abcdefg30
c312cf9171
Merge pull request #11780 from daynemarais/desert-twister-cliff-fix
...
Fixed map tile error on "Desert Twister" map
2016-08-21 13:16:38 +02:00
Oliver Brakmann
e5d20d3cf0
Merge pull request #11311 from GraionDilach/expand-custombuildtime
...
Revamp custom build times.
2016-08-21 12:12:27 +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
Zimmermann Gyula
d9f38d57a7
Cache the *Infos in ProductionItem.
2016-08-21 12:05:34 +02:00
Zimmermann Gyula
3309e8ac3d
Look up the production queue multiplier in Lua.
2016-08-21 12:05:34 +02:00
Zimmermann Gyula
f80ac6e5c0
Rename ProductionQueue.BuildSpeed and change it's default value.
2016-08-21 12:05:34 +02:00
Zimmermann Gyula
de10cb22e8
Shift CustomBuildTimeValue to Buildable.
2016-08-21 12:05:32 +02:00
Oliver Brakmann
e93d7dd172
Merge pull request #11706 from abcdefg30/atreides03b
...
Add atreides03b
2016-08-21 10:23:55 +02:00
Dayne Marais
807129ac56
Fixed map tile error on "Desert Twister" map
2016-08-21 18:10:51 +10:00
reaperrr
0a4a08c29e
Merge pull request #11177 from abcdefg30/powerBar
...
Make SupportPowerChargeBar and the SupportPowerTimer customizable with stances
2016-08-21 01:32:46 +02:00
abcdefg30
426a88e6fb
Apply the upgrade rule to the ts mod
2016-08-21 01:19:56 +02:00
abcdefg30
3024d47f89
Apply the upgrade rule to the ra mod
2016-08-21 01:19:55 +02:00
abcdefg30
ddfd4c7873
Add an upgrade rule
2016-08-21 01:19:54 +02:00
abcdefg30
e8084daad7
Cache the SupportPowerManager in SupportPowerChargeBar
2016-08-21 01:19:53 +02:00
abcdefg30
e9e49a5d02
Add a new DisplayStances field to SupportPowerChargeBarInfo
...
other
2016-08-21 01:19:52 +02:00
abcdefg30
9848c98750
Replace the DisplayTimer field with a DisplayTimerStances field in SupportPowerInfo
2016-08-21 01:19:51 +02:00
abcdefg30
fa1f569d19
Add atreides03b
2016-08-20 22:55:59 +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
b4c8ee485d
Merge pull request #11816 from reaperrr/fix-UpgradeOnDamage
...
Fix UpgradeOnDamage to apply if initial DamageState is valid
2016-08-20 15:25:10 +02:00
reaperrr
19c3e7c9e3
Make Armament elements as overridable as possible
...
To allow downstream mods to ship customised Armament-derivatives.
2016-08-20 15:06:18 +02:00
Oliver Brakmann
7e8e0cd1fb
Fix tiling error on RA's desert shellmap
2016-08-20 13:27:08 +02:00
Oliver Brakmann
085e599f5d
Fix tile templates 79 and 80 being swapped in RA's desert tileset
2016-08-20 13:27:08 +02:00
Matthias Mailänder
02e7322b6b
Merge pull request #11801 from WolfGaming/FixMinelayerGroup
...
Allow multiple minelayers in a single MinefieldOrderGenerator.
2016-08-20 08:25:49 +02:00
Matthias Mailänder
f5d57e361a
Merge pull request #11788 from pchote/fix-smooth-moves
...
Make turning-while-moving actors follow curved paths.
2016-08-19 22:11:28 +02:00
Matthias Mailänder
bb444eb5f0
Merge pull request #11838 from obrakmann/yaml-cleanups
...
Mission-related yaml cleanups
2016-08-19 21:48:03 +02:00
Matthias Mailänder
0d49c50879
Merge pull request #11832 from obrakmann/fix-make-dep
...
Fix 'make dependencies' choking on Open.NAT directory name
2016-08-19 21:45:49 +02:00