Matthias Mailänder
b4cbb52d27
Merge pull request #11206 from evgeniysergeev/spatial
...
SpatiallyPartitioned fixup for d2
2016-05-15 14:46:53 +02:00
reaperrr
f31ea658ef
Merge pull request #11148 from pchote/improve-scroll-input
...
Expose separate middle and right mouse scroll config.
2016-05-13 22:44:18 +02:00
evgeniysergeev
7e7b3f505d
SpatiallyPartitioned fixup for d2
...
BoundsToBinRowsAndCols fixup for negative width or height
Using Math.Min and Math.Max utils instead of '?:'
2016-05-10 22:39:46 +03:00
abcdefg30
4fbb3334bf
Merge pull request #11238 from obrakmann/fix-globalchat-nre
...
Fix a spurious NRE in GlobalChat
2016-05-08 14:02:12 +02:00
reaperrr
eb6157f81e
Merge pull request #11197 from pchote/add-sysinfo-opt-out-prompt
...
Add sysinfo opt out prompt
2016-05-08 13:10:55 +02:00
Oliver Brakmann
d049413c26
Fix a spurious NRE in GlobalChat
2016-05-08 12:35:50 +02:00
Matthias Mailänder
1bc4200128
Merge pull request #11136 from SzabKel/musicButtons
...
Added music controlling hotkeys. Closes #3231
2016-05-03 07:16:05 +02:00
Paul Chote
98faa15d62
Add an opt-out prompt for system information collection.
2016-04-27 22:14:26 +01:00
abcdefg30
a717ab6763
Merge pull request #11135 from obrakmann/fix11127_zoom-pxldbl-interaction
...
Fix PixelDoubling not working properly after zooming with mousewheel
2016-04-23 11:55:53 +02:00
reaperrr
b28f588733
Merge pull request #11124 from pchote/tileset-depth
...
Add tileset depth metadata support.
2016-04-21 22:59:42 +02:00
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
Paul Chote
756d2428d9
Add depth support to TileSet.
2016-04-21 17:23:08 +01:00
RoosterDragon
178fcfaf8c
Use Contains method on Selection when possible.
...
This allows the set to be utilized for a fast check, rather than degrading to a linear search via LINQ.
2016-04-19 21:19:36 +01:00
Matthias Mailänder
6f151d8096
Merge pull request #11084 from cjshmyr/chatprefix
...
Move Spectators & Team chat labels before player nickname
2016-04-18 15:23:17 +02:00
Paul Chote
9d02c53638
Expose separate middle and right mouse scroll config.
2016-04-17 21:27:20 -04:00
Oliver Brakmann
2051976f5b
Merge pull request #11138 from Mailaender/dispose-xccdb
...
Made XccGlobalDatabase disposable
2016-04-17 21:27:49 +02:00
Oliver Brakmann
0df7e2361b
Merge pull request #11140 from Mailaender/map-preview-package-nre
...
Fixed NullReferenceExceptions if package opening fails.
2016-04-17 20:23:59 +02:00
szabkel
1b4a42d3d9
Added MusicControllerLogic, now we can handle audio buttons anywhere in the game.
2016-04-17 16:11:42 +02:00
Matthias Mailänder
48ea9dc300
Fix NRE if package download fails or is corrupted.
2016-04-17 15:57:00 +02:00
Matthias Mailänder
4719a085bb
Dispose global mix database.dat properly.
2016-04-17 14:09:52 +02:00
Matthias Mailänder
e127ada598
Merge pull request #11098 from pchote/vertex-secondary-texcoords
...
Replace SheetType.DualIndexed with secondary texture coordinates on Vertex.
2016-04-17 10:22:57 +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
Paul Chote
5d0990f1c6
Removing remaining SheetType.DualIndexed plumbing.
2016-04-15 16:53:37 -04:00
Paul Chote
3a37551812
Remove SheetType.DualIndexed from terrain rendering.
2016-04-15 16:53:37 -04:00
Paul Chote
b68fee9521
Remove SheetType.DualIndexed from voxel rendering.
2016-04-15 16:46:47 -04:00
Paul Chote
7c67b10d28
Add a secondary texture coordinate to Vertex.
2016-04-15 16:46:47 -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
Oliver Brakmann
b25eb81a42
Fix ready checkbox in the lobby being unusable after installing a map
2016-04-12 18:30:37 +02:00
Oliver Brakmann
87e1acfc9f
Re-implement the insufficient funds warning in a simpler manner
2016-04-11 19:06:18 +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
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
Curtis Shmyr
6a492035fc
Move Spectators and Team chat labels before nicknames
2016-04-09 16:37:35 -06: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
065066acc4
Fix opening the scriptwrapper.lua file as read-write
2016-04-03 19:31:11 +02:00
Oliver Brakmann
8a2f662bd4
Merge pull request #11012 from pchote/fix-missing-music
...
Add missing music tracks to global mix database.
2016-04-03 13:42:17 +02:00
Matthias Mailänder
92c04210f7
Merge pull request #10965 from RoosterDragon/actor-info-ordering
...
Strengthen trait ordering rules
2016-04-03 12:36:20 +02:00
Matthias Mailänder
d57e53dc53
Merge pull request #10992 from pchote/server-maps
...
Allow Dedicated Servers to query map info from the Resource Center.
2016-04-03 12:19:41 +02:00
Paul Chote
a79f40bf4b
Log all player joins on dedicated servers.
2016-04-02 17:10:00 +01:00
Paul Chote
4b0aa77ce5
Add missing timestamp to dedicated server logs.
2016-04-02 17:09:52 +01:00
Matthias Mailänder
f38d30a1ff
Merge pull request #11005 from pchote/server
...
Extract dedicated server interface to OpenRA.Server.exe
2016-04-02 11:23:17 +02:00
Matthias Mailänder
ab22908fd2
Merge pull request #11008 from pchote/left-click-guard-fix
...
Fix order generator vs unit targeting under left click orders.
2016-04-02 11:15:09 +02:00