Matthias Mailänder
860bfdadc4
extract server browser colors to configurable yaml
2015-07-18 17:22:39 +02:00
Oliver Brakmann
2f82c2f9dc
Merge pull request #8713 from deniz1a/server-filter
...
Fixes Empty filter in server browser.
2015-07-15 18:15:18 +02:00
penev92
b8aa92c4be
Rename Player.DisplayCountry to Player.DisplayFaction
2015-07-15 04:10:13 +03:00
penev92
bb648decc3
Rename Player.Country to Player.Faction
2015-07-15 04:06:52 +03:00
Oliver Brakmann
380cf22477
Merge pull request #8661 from penev92/bleed_renameCountry
...
Rename the Country trait to Faction
2015-07-14 21:05:52 +02:00
Oliver Brakmann
4ed7a4ce8a
Merge pull request #8659 from penev92/bleed_playerReference
...
Rename PlayerReference.Race to Faction
2015-07-14 20:15:56 +02:00
penev92
2e04fb5ddd
Rename Faction trait members
...
Rename Faction.Race to Faction.InternalName
2015-07-14 18:50:39 +03:00
penev92
a1af5386e0
Rename the Country trait to Faction
2015-07-14 18:50:31 +03:00
deniz1a
a4d77a42d5
Fixes Empty filter in server browser.
...
Now, Waiting doesn't filter empty servers.
2015-07-14 10:51:21 +03:00
Zimmermann Gyula
32c29e7dd6
Removes the MapMusic checkbox.
2015-07-12 17:27:12 +02:00
Zimmermann Gyula
60fafaa5a7
Refactors the music player.
2015-07-12 17:27:02 +02:00
Matthias Mailänder
4acb096416
Merge pull request #8210 from matija-hustic/ra2_veterancy_icon
...
Veteran unit production & unlocking through spies.
2015-07-06 09:38:09 +02:00
penev92
1d49c23af0
Rename PlayerReference.Race and LockRace to Faction and LockFaction
2015-07-05 23:08:49 +03:00
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
86bf9086d9
Rename WorldRenderer.Position -> ProjectedPosition.
2015-07-05 14:57:59 +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
Paul Chote
f1e6f01e44
Use the standard radar shroud updating when switching to observer.
2015-07-05 11:14:59 +01:00
unknown
206ed8ebb8
Veteran unit production & unlocking through spies.
2015-07-04 22:25:12 +01:00
Pavel Penev
52c1d8b242
Merge pull request #8618 from RoosterDragon/color-widget-red-fix
...
Generate the selection bitmap when opening the ColorMixerWidget
2015-07-03 02:44:00 +03:00
RoosterDragon
4c2b7469f9
Generate the selection bitmap when opening the ColorMixerWidget.
...
Fixes a bug where opening the widget with a red color (i.e. hue = 0) would not generate this bitmap when opening the widget as that would not cause the selection bitmap to be refreshed.
2015-07-02 17:32:08 +01:00
Matthias Mailänder
499667eab5
remove unnecessary lock object
2015-07-02 06:33:14 +02: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
6f6602dece
Merge pull request #8472 from penev92/bleed_dropDown
...
Change DropDownButtonWidget separator to an image
2015-06-16 20:36:03 +02: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
Paul Chote
aee951c86f
Remove region assumptions from fast shroud tests.
2015-06-15 18:06:42 +01:00
penev92
c93c0488c3
Change DropDownButtonWidget separator to an image
2015-06-15 03:15:19 +03: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
6c7d2095b9
Merge pull request #8464 from GraionDilach/customcameopal
...
Closes #8434
2015-06-12 21:10:12 +02:00
Zimmermann Gyula
d5a5640f52
Adds an IconPalette property to Buildable and SupportPower traits.
2015-06-12 20:33:58 +02:00