Oliver Brakmann
77ba2b4f13
Fix PixelDoubling not working properly after zooming with mousewheel
...
I decided to write it this way (instead of setting `Game.Settings.Graphics.PixelDouble` in `Viewport.Zoom` appropriately) because I see the double pixel setting as the user's preference that the game uses at the start of a match and which should not be changed only because the user decided to zoom in a bit.
2016-04-21 22:04:39 +02:00
Oliver Brakmann
c2c26cbcdc
Merge pull request #11131 from abcdefg30/spyName
...
Fix the spyplane not having a tooltip ingame
2016-04-16 19:48:21 +02:00
abcdefg30
29a79b6175
Drop "U2" out of the spy planes tooltip
2016-04-16 19:40:49 +02:00
abcdefg30
66568104ec
Fix the spyplane not having a tooltip ingame
2016-04-16 19:39:30 +02:00
Paul Chote
d59488d496
Merge pull request #11076 from obrakmann/low-funds-warning-2
...
Fix issues with the insufficient funds warning
2016-04-16 18:00:40 +01:00
Paul Chote
95a5689b9e
Merge pull request #11104 from obrakmann/fix11074-lobby-ready-map-install
...
Fix ready checkbox in the lobby being unusable after installing a map
2016-04-16 17:42:04 +01:00
reaperrr
f07a5d6f69
Merge pull request #11091 from pchote/sprite-vertex-depth
...
Add depth buffer support for sprites.
2016-04-15 15:59:21 +02:00
Paul Chote
e54917a0b2
Fix depth-enabled shroud rendering.
2016-04-15 09:42:29 -04:00
Paul Chote
2915db67c4
Add depth buffer support to sprites and sequences.
2016-04-15 09:42:29 -04:00
Paul Chote
2634643d91
Write z data to the depth buffer.
2016-04-15 09:42:29 -04:00
Paul Chote
ecebb2a844
Change depth function to <=.
2016-04-15 09:42:28 -04:00
abcdefg30
0538f0c66e
Merge pull request #11105 from obrakmann/fix11046_subs-not-attackable
...
Fix submarines not being attackable when surfaced
2016-04-14 17:45:23 +02:00
Oliver Brakmann
189b94f3a0
Merge pull request #11110 from reaperrr/fix-win-make-check
...
Remove Platforms.Null from Windows style check
2016-04-13 20:31:32 +02:00
reaperrr
f4d5c1d755
Remove Platforms.Null from Windows style check
...
Doesn't exist anymore.
2016-04-13 18:35:17 +02:00
Oliver Brakmann
2fbea092bc
Fix submarines not being attackable when surfaced
...
This will also fix the issue of all pre-placed subs playing the submerging sound during the start of a map.
2016-04-12 21:17:04 +02:00
Oliver Brakmann
c68e03366c
Merge pull request #11097 from Mailaender/group-sound-traits
...
Grouped the sound traits together
2016-04-12 18:46:08 +02:00
Oliver Brakmann
b25eb81a42
Fix ready checkbox in the lobby being unusable after installing a map
2016-04-12 18:30:37 +02:00
reaperrr
6239aad070
Merge pull request #11017 from Mailaender/radar-refactor
...
Grouped the radar traits together
2016-04-12 17:07:01 +02:00
Oliver Brakmann
87eb443121
Add upgrade rule for moving InsufficientFundsWarning logic to PlayerResources
2016-04-11 19:06:18 +02:00
Oliver Brakmann
a8ead3669d
Enable the insufficient funds warning in ra, d2k and ts
2016-04-11 19:06:18 +02:00
Oliver Brakmann
87e1acfc9f
Re-implement the insufficient funds warning in a simpler manner
2016-04-11 19:06:18 +02:00
Oliver Brakmann
41388b9c63
Revert the previous InsufficientFundsWarning implementation
2016-04-11 19:06:18 +02:00
Matthias Mailänder
be3ea7b79e
Move audio traits into Sounds namespace.
2016-04-10 22:34:10 +02:00
Matthias Mailänder
c4475539a1
Move CaptureNotification into Sounds sub-folder.
2016-04-10 22:33:37 +02:00
abcdefg30
f911a80b04
Merge pull request #11095 from Mailaender/lua-getactors
...
Added Player.GetActors to the Lua API
2016-04-10 21:32:03 +02:00
Oliver Brakmann
833dbb3e0d
Merge pull request #11089 from GraionDilach/ts-debris-fix
...
Fix TS debris angles.
2016-04-10 21:09:49 +02:00
Matthias Mailänder
f37f1f1e0c
Add Player.GetActors to the Lua API.
2016-04-10 19:52:41 +02:00
Matthias Mailänder
18d38f0bad
Merge pull request #11065 from abcdefg30/luaMapActors
...
Add a lua method for querying all actors that are currently InWorld
2016-04-10 18:57:14 +02:00
Matthias Mailänder
3a3be979f3
Merge pull request #11081 from pchote/fix-left-click-orders
...
Fix left click orders
2016-04-10 17:32:14 +02:00
reaperrr
0861c9f6fa
Merge pull request #11058 from pchote/terrain-vertex-depth
...
Use vertex depths for rendering terrain depth preview.
2016-04-10 16:13:50 +02:00
Oliver Brakmann
94eed2c58f
Merge pull request #11088 from pchote/fix-file-headers
...
Fix outdated file headers.
2016-04-10 16:04:46 +02:00
Paul Chote
7315ffbcb7
Fix outdated file headers.
2016-04-10 09:41:12 -04:00
Paul Chote
dabea59b7d
Pass depth scale factors to vertex shaders.
2016-04-10 09:41:01 -04:00
Paul Chote
c00ef40151
Add float3 support to TerrainSpriteLayer.
2016-04-10 09:41:01 -04:00
Paul Chote
19a276da2b
Replace float[] with float3 in voxel renderer.
2016-04-10 09:41:01 -04:00
Paul Chote
a8dda39a72
Introduce float3 type.
2016-04-10 09:41:01 -04:00
Oliver Brakmann
aac4820ac7
Merge pull request #11082 from pchote/custom-rule-detection
...
Fix and improve lobby custom rules warning.
2016-04-10 14:52:06 +02:00
abcdefg30
602d96a8e1
Merge pull request #11079 from obrakmann/fix11040-stats-screen-client-tooltip-crash
...
Fix several NREs during setup of client tooltips in GameInfoStatsLogic
2016-04-10 12:03:23 +02:00
Paul Chote
aa061a5bc6
Whitelist lighting and weather traits.
2016-04-09 13:41:08 -04:00
Paul Chote
923883fad7
Fix and improve custom rule detection.
2016-04-09 13:40:44 -04:00
Paul Chote
acab6f1f4b
Fix custom order generators for left-click targeting.
2016-04-09 11:59:54 -04:00
Paul Chote
7a32c8e8e7
Change InputOverridesSelection return values to match name.
2016-04-09 11:24:10 -04:00
Oliver Brakmann
fe02bea521
Fix several NREs during setup of client tooltips in GameInfoStatsLogic
2016-04-09 15:21:17 +02:00
abcdefg30
a95d9cc1fa
Replace abused Map.ActorsInBox calls by Map.ActorsInWorld in all cnc missions
2016-04-08 18:01:17 +02:00
abcdefg30
82ff09acda
Replace abused Map.ActorsInBox calls by Map.ActorsInWorld in all d2k missions
2016-04-08 17:48:06 +02:00
abcdefg30
29bf2206f0
Remove the now redundant NWIdlePoint waypoint from soviet-05
2016-04-08 17:42:39 +02:00
abcdefg30
2f86f25418
Remove the redundant "set to defend stance" functions
...
They never even worked properly
2016-04-08 17:38:41 +02:00
abcdefg30
ec602f2090
Replace abused Map.ActorsInBox calls by Map.ActorsInWorld in all ra missions
2016-04-08 17:38:17 +02:00
Zimmermann Gyula
ff82494475
Fix TS debris angles.
2016-04-08 11:10:46 +02:00
abcdefg30
b02a9a188d
Add a Utils.Where function to lua for filtering collections
2016-04-08 11:00:19 +02:00