Pavel Penev
3666fabf1e
Merge pull request #8137 from Mailaender/sanitize-player-name
...
Added a client side player name sanitation
2015-05-30 22:21:32 +03:00
Matthias Mailänder
fa8b4e67a3
made the news button optional
2015-05-25 18:29:36 +02:00
abcdefg30
93d9398a64
Merge pull request #8255 from Mailaender/maptitle-nre
...
Fixed a NullReferenceException when not using the optional MAP LabelWidget
2015-05-25 17:04:42 +02:00
Matthias Mailänder
015a083ced
fix a possible NRE (copy and paste error)
2015-05-25 16:44:56 +02:00
Matthias Mailänder
a7cc11f625
fix a potential NRE
2015-05-25 16:35:02 +02:00
Pavel Penev
902cd124ba
Merge pull request #8149 from Mailaender/fetch-geoip-db
...
Automatized GeoIP database download
2015-05-24 16:43:22 +03:00
Paul Chote
767a63d43e
Merge pull request #8235 from obrakmann/map-chooser-delete-unpacked-maps
...
Fix inability to delete unpacked maps
2015-05-24 13:53:27 +01:00
Oliver Brakmann
331ad217c2
Fix inability to delete unpacked maps
2015-05-24 14:32:46 +02:00
Oliver Brakmann
6f0e155afb
Fix map chooser crashing the server creation dialog in cnc
2015-05-24 11:40:33 +02:00
Matthias Mailänder
d0b3e5fb8b
Merge pull request #8114 from penev92/bleed_d2kUpgrades
...
Add D2k building upgrades
2015-05-24 08:23:28 +02:00
Oliver Brakmann
dc08b7a90a
Add buttons for map file management to map chooser
2015-05-24 01:49:30 +02:00
Oliver Brakmann
1854d994fd
Split map chooser in system- and user-installed map lists
2015-05-24 01:28:22 +02:00
Oliver Brakmann
72c0f9b8dc
Allow non-hosts to open the map chooser
2015-05-23 23:38:30 +02:00
Matthias Mailänder
8e919d3215
move GeoIP functions into it's own class
...
extract the geoip database .gz in-game
2015-05-23 16:00:46 +02:00
Matthias Mailänder
edca755540
also sanitize server names
2015-05-23 15:07:18 +02:00
Matthias Mailänder
736b169319
sanitize player names
2015-05-23 15:07:13 +02:00
Pavel Penev
0d33fdb5e1
Merge pull request #8200 from RoosterDragon/sheet-fixes
...
Sheet fixes
2015-05-22 18:30:13 +03:00
Pavel Penev
686e01c6cc
Merge pull request #8193 from RoosterDragon/line-render-perf
...
Improve performance of line rendering
2015-05-22 17:51:11 +03:00
OmegaBolt
f3ec07d4e4
Add Upgrade production queue to D2k
2015-05-21 21:26:10 +03:00
reaperrr
75a0ff7702
Fixes the bug that selection voices are played twice when selecting groups
...
via 0-9 hotkeys.
Problem was that the voice was played for both KeyUp and KeyDown events.
Closes #8121 .
2015-05-21 03:01:13 +02:00
RoosterDragon
b48b994f16
Remove half-baked thread-safety mechanisms from Sheet.
...
Sheet is now thread-unsafe, rather than attempting to expose a dodgy thread safety model.
2015-05-20 18:50:28 +01:00
abcdefg30
e725732f69
Merge pull request #8078 from Mailaender/make-all-docs
...
Fixed the trait documentation
2015-05-20 17:05:46 +02:00
RoosterDragon
b9ebeaadca
Improve performance of line rendering.
...
- Create an overload that renders a line in one color, as this allows most existing calls to be simplified. This also allows a slight performance improvement by only normalizing the components once.
- Introduce a DrawLineStrip method. This improves performance by allowing the color components to be normalized once for the whole strip, and only needing to calculate vertices once per point rather than twice since we can reuse the last result.
2015-05-19 21:41:50 +01:00
Paul Chote
60f96fcb7b
Overhaul save panel.
2015-05-17 12:09:41 +01:00
Paul Chote
469f47aeea
Add new map editor UI.
2015-05-15 17:09:27 +01:00
Paul Chote
d211fe9fe1
Add the world components of the new editor.
2015-05-15 17:09:20 +01:00
Matthias Mailänder
1f024a8695
Add menu plumbing for the new map editor.
2015-05-15 17:08:33 +01:00
Paul Chote
038847cc4c
Force the first template variant in TTPW.
2015-05-15 17:08:32 +01:00
Pavel Penev
7154ce4a2f
Merge pull request #8147 from DeadlySurprise/vqaAudioFix
...
Fixed gdi3lose.vqa crash
2015-05-13 03:50:45 +03:00
abcdefg30
d62b01d294
Merge pull request #7538 from cjshmyr/teamhealth
...
Give ally players a yellow health bar (team health colors)
2015-05-12 18:01:27 +02:00
DeadlySurprise
35445775c2
Fixed crash
2015-05-11 18:19:06 +02:00
Curtis Shmyr
6ca51e47c1
Give ally players a yellow hp bar for team health colors
2015-05-10 11:12:10 -06:00
Oliver Brakmann
7ef14f56e2
Fix HotkeyEntryWidget keeping keyboard focus after receiving input
2015-05-10 17:46:39 +02:00
Paul Chote
c0282bdff9
Remove Owner from ActorPreviews.
2015-05-10 00:01:43 +01:00
Pavel Penev
3eb556258d
Merge pull request #8021 from sinf/quickbuild
...
Added quick build feature
2015-05-08 17:53:57 +03:00
Paul Chote
88221423b6
Only issue a MouseMove event if the scroll offset actually changed. Fixes #8098 .
2015-05-06 21:51:24 +01:00
Oliver Brakmann
622685c8f4
Merge pull request #7968 from pchote/ts-tileset-depth
...
Load depth data from tmp(ts) sprites.
2015-05-03 22:31:27 +02:00
Oliver Brakmann
536d80a7f3
Merge pull request #7917 from RoosterDragon/replay-browser-load-perf
...
Faster replay browser loading
2015-05-03 20:13:13 +02:00
Matthias Mailänder
50ae255395
don't hardcode hidden mods
2015-05-02 10:07:26 +02:00
sinf
5991a9b439
Added quick build feature
2015-05-01 01:40:26 +03:00
Pavel Penev
2d5517fc23
Merge pull request #8057 from RoosterDragon/location-fix
...
Safer country lookup
2015-04-29 23:57:20 +03:00
Paul Chote
cd12dcc2ff
Update widget mouseover when scrolling panels.
2015-04-30 07:01:52 +12:00
RoosterDragon
748b37ede7
Ensure we never return a null string from LookupCountry.
2015-04-29 19:27:49 +01:00
Paul Chote
f46e15c63e
Separate terrain geometry visualization from DevMode.
...
Also adds a “terrainoverlay" console command.
2015-04-29 05:26:50 +12:00
Paul Chote
8b7453070a
Include all the relevant palettes in the asset browser.
2015-04-27 19:21:55 +12:00
Oliver Brakmann
d6963567d9
Merge pull request #8034 from pchote/chrome-logic
...
Some chrome logic cleanups
2015-04-26 22:19:28 +02:00
Oliver Brakmann
354b45add7
Merge pull request #8025 from pchote/radar-updates
...
Use the correct (tile-based) radar color when updating the radar.
2015-04-26 20:30:54 +02:00
Oliver Brakmann
e7cbd5a41b
Merge pull request #7937 from pchote/some-editor-prereqs
...
A collection of ActorPreview improvements.
2015-04-26 18:46:26 +02:00
Paul Chote
bf8e5169f6
Fix colorpicker preview.
2015-04-27 04:14:09 +12:00
Matthias Mailänder
67c9df62c3
Merge pull request #7829 from sinf/hotkeys
...
Closes #7369
2015-04-26 16:02:08 +02:00