Oliver Brakmann
c899606a6f
Merge pull request #7872 from Mailaender/storm-effects
...
Unified FlashPaletteEffect and exposed it to Lua
2015-07-05 21:08:04 +02:00
Matthias Mailänder
5378b6225c
unhardcode and increase the exit delay
2015-07-05 20:50:31 +02:00
abcdefg30
cc03e64b37
Fix Team set in PlayerReference being ignored for unplayable players
2015-07-05 19:32:48 +02:00
Paul Chote
19c777a922
Move maximum terrain height definition to mod.yaml.
2015-07-05 17:49:56 +01:00
Paul Chote
0dbbc00d0a
Simplify editor/importer map creation.
2015-07-05 14:57:58 +01:00
Paul Chote
41fa77d12a
Fix projected world coordinate calculation for Lua API.
2015-07-05 14:57:58 +01:00
Oliver Brakmann
f8eb2fadf7
Merge pull request #8582 from Mailaender/hide-ui-hotkey
...
Added a hide UI hotkey
2015-06-29 20:16:40 +02:00
Oliver Brakmann
4e010bd6e6
Change *VictoryConditions to use customizable objective descriptions
2015-06-28 19:08:37 +02:00
Oliver Brakmann
34f382ec57
Prevent unnecessary blinking of the options button in non-mission type games
...
The options button starts blinking when a new objective is added, which happens in all game modes, even skirmish and koth. This change prevents the button from blinking in the latter two cases.
This prevents 1) confusion on part of the players, and 2) an unnecessary announcement of the objective since in skirmish and koth it is always the same.
2015-06-28 17:58:32 +02:00
Matthias Mailänder
5c0c300c53
add a hotkey to hide the UI widgets
2015-06-28 16:29:25 +02:00
Matthias Mailänder
9d6a5d626f
fix developer hotkey display being cut off
2015-06-28 15:48:11 +02:00
Pavel Penev
8b4d5c7fb2
Merge pull request #7930 from Mailaender/screenshot
...
Added a hotkey to take screenshots
2015-06-28 15:37:07 +03:00
Dmitri Suvorov
1fb03ad656
Modified actor tooltips to include friendly name and internal name
2015-06-28 14:16:37 +03:00
Matthias Mailänder
2763e26d23
add a take screenshot hotkey
2015-06-27 16:29:33 +02:00
Paul Chote
ea31b5f393
Only invalidate metadata when overwriting map.
2015-06-21 13:07:45 +01:00
Paul Chote
9e18d3cceb
Work around an unsynced code check.
2015-06-21 10:34:37 +01:00
Paul Chote
6aeebe697f
Default new maps to oramap.
2015-06-20 22:32:18 +01:00
Paul Chote
b2050ae1aa
Use the map save dialog to set new map properties.
2015-06-20 22:32:14 +01:00
Paul Chote
cd1fdb9b36
Update the MapCache with the correct UID.
2015-06-20 21:38:28 +01:00
Paul Chote
17d759c9be
Save maps with the correct MapClassification.
2015-06-20 19:00:59 +01:00
Paul Chote
75210b692e
Don’t switch mods from inside button click handlers.
...
Fixes screen flickering and desyncs when returning to the mod chooser.
2015-06-17 21:55:48 +01:00
Matthias Mailänder
96884210b3
Merge pull request #8119 from penev92/bleed_d2kVideos
...
Rework mod content installation directories and add D2k videos
2015-06-16 18:37:50 +02:00
penev92
6c75d1dde3
Fix video playback to work with D2k VQAs
2015-06-13 12:43:35 +03:00
penev92
c8ab1e8370
Add Dictionary support to InstallUtils and fix D2k locking asset files;
...
Also fix D2k assets locations
2015-06-13 12:43:23 +03:00
Taryn Hill
8fd82f0998
Remove unused using directives from MapEditorLogic.
2015-06-12 23:00:57 -05:00
Taryn Hill
6c3e127469
Replace a problematic Get with GetOrNull in MapEditorLogic.
2015-06-12 23:00:43 -05:00
Matthias Mailänder
e2e9ce9d7e
check sequence image at RenderSprites level
2015-06-11 21:18:25 +02:00
bean601
730cec3974
Expand Battlefield News when a new news post has been downloaded
2015-06-06 10:41:31 +03:00
Pavel Penev
707c403cc3
Merge pull request #8342 from LipkeGu/editor-crash-colorpicker
...
Allow changing of player Color/Name only on main menu
2015-06-03 14:08:30 +03:00
Guido L
a1fc77980d
Allow changing of player color/Name only on main menu to Allow changing of player Color/Name ONLY on main menu
2015-06-03 07:24:41 +01:00
Oliver Brakmann
05e9b22af7
Merge pull request #8329 from Mailaender/worldtooltip-owner-nre
...
Fixed a NullReferenceException in WorldTooltipLogic
2015-06-02 22:22:10 +02:00
Matthias Mailänder
06106b09ed
fix NRE
2015-06-02 22:04:34 +02:00
Oliver Brakmann
56e0af67fa
Merge pull request #8328 from Mailaender/desc-label-nre
...
Made the tech description label optional
2015-06-01 17:18:42 +02:00
Matthias Mailänder
14a4b876e3
fix a possible NRE
2015-05-31 21:10:56 +02:00
Matthias Mailänder
7efdd6820f
make the description label optional
2015-05-31 20:59:11 +02:00
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