atlimit8
9acf121eb1
Replace ActorInfo.Traits.WithInterface with ActorInfo.TraitInfos<T>()
2015-09-21 15:50:57 -05:00
atlimit8
6e39a5e264
Replace .WithInterface<T>().Any() => .HasTraitInfo<T>()
2015-09-21 15:50:57 -05:00
Paul Chote
ef55d646f7
Unstatic the Sound class.
2015-09-20 14:11:06 +01:00
atlimit8
09984683a7
Add ActorInfo.TraitInfo[OrDefault]<T>() requiring ITraitIfo types
2015-09-19 09:56:14 -05:00
atlimit8
6970959ef1
.Trait[OrDefault]<Trait> => .Info.Traits.Get[OrDefault]<TraitInfo> where applicable
2015-09-19 09:49:24 -05:00
atlimit8
8162fa27ab
Add ActorInfo.HasTraitInfo<T>() requiring ITraitInfo types
2015-09-19 09:49:24 -05:00
atlimit8
85fab45451
Remove Actor.HasTrait<T>()
2015-09-19 09:49:23 -05:00
Paul Chote
1109ec53d1
Update UI timers for variable game speed.
2015-09-06 17:48:42 +01:00
Paul Chote
301b698c81
Add game speed dropdown to the lobby.
2015-09-06 17:48:41 +01:00
Pavel Penev
09f67d18bb
Some internal "race" to "faction" renaming
2015-08-22 23:34:36 +03:00
Matthias Mailänder
9a861bdfba
Merge pull request #8700 from deniz1a/rename-disable-shroud
...
Renames "Disable Shroud & Fog" debug option to "Observer view".
2015-08-20 20:41:01 +02:00
deniz1a
e59cd78322
Fixes observer widgets being loaded multiple times at game end.
2015-08-11 12:31:23 +03:00
Matthias Mailänder
7a466890e5
hide tabs when script errors occur
2015-08-06 12:51:07 +02:00
Matthias Mailänder
d4a0bfe2a5
disable menu buttons when script errors occur
2015-08-06 12:49:35 +02:00
Matthias Mailänder
f1b9b31f07
remove duplicated line
2015-08-06 12:49:35 +02:00
Matthias Mailänder
bbb186d9c8
fix marking player as spectator going through unsynced code
2015-08-03 10:28:32 +02:00
Paul Chote
a0c256173b
Merge pull request #8851 from penev92/bleed_rename
...
Some more renaming from "race" to "faction"
2015-08-02 15:34:41 +01:00
deniz1a
2abd1b5350
Renames "Disable Shroud & Fog" debug option to "Disable visibility checks".
2015-08-02 00:30:42 +03:00
Pavel Penev
6379ee9394
Clean ObserverShroudSelectorLogic.cs of "race"
2015-07-31 05:38:27 +03:00
deniz1a
e3c2dced36
Removes unnecessary code from IngameChatLogic.cs.
...
Cleanup after #8105 .
2015-07-27 23:22:30 +03:00
Oliver Brakmann
4de03e991c
Remove revealing views from observer mode in missions
2015-07-25 20:51:39 +02:00
Oliver Brakmann
a77e9c0d87
Delay loading the observer UI until the game is actually over
2015-07-25 18:56:25 +03:00
Oliver Brakmann
a725d63b0c
Remove World.ObserveAfterWinOrLose
...
Fixes RenderPlayer for "All Players" view.
2015-07-25 18:56:24 +03:00
deniz1a
5546298866
Merges LeaveMapLogic into GameInfoLogic.
...
Opens options menu when game ends.
Closes settings or music window before opening options menu.
Moves game end video playback logic from GameInfoLogic to
LoadIngamePlayerOrObserverUILogic.
Improves menu buttons.
Stop video from playing on fatal lua script error
2015-07-25 18:56:24 +03:00
penev92
b34810c1d3
Rename AddRaceSuffixLogic to AddFactionSuffixLogic
2015-07-25 00:39:29 +03: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
penev92
2e04fb5ddd
Rename Faction trait members
...
Rename Faction.Race to Faction.InternalName
2015-07-14 18:50:39 +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
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
Paul Chote
b2050ae1aa
Use the map save dialog to set new map properties.
2015-06-20 22:32:14 +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
Matthias Mailänder
14a4b876e3
fix a possible NRE
2015-05-31 21:10:56 +02: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
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
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
Curtis Shmyr
6ca51e47c1
Give ally players a yellow hp bar for team health colors
2015-05-10 11:12:10 -06:00
Pavel Penev
3eb556258d
Merge pull request #8021 from sinf/quickbuild
...
Added quick build feature
2015-05-08 17:53:57 +03:00
sinf
5991a9b439
Added quick build feature
2015-05-01 01:40:26 +03:00
Paul Chote
f46e15c63e
Separate terrain geometry visualization from DevMode.
...
Also adds a “terrainoverlay" console command.
2015-04-29 05:26:50 +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
Matthias Mailänder
67c9df62c3
Merge pull request #7829 from sinf/hotkeys
...
Closes #7369
2015-04-26 16:02:08 +02:00
Paul Chote
e0ac3df373
Split perf widgets into their own file.
2015-04-26 23:21:02 +12:00