Paul Chote
7459050af9
Rework global music hotkey bindings.
2017-09-15 23:06:38 +02:00
Paul Chote
a81749e102
Add frontend code for issuing assault move orders.
2017-09-11 19:08:33 +02:00
Paul Chote
1e4640dc0b
Clean up SupportPowerTooltipLogic:
...
- Avoid creating unnecessary bindings
- Avoid duplicated text size calculations
- Relayout panel when (and only when) needed
- Color timer red when paused
2017-09-10 21:30:55 +02:00
Paul Chote
458c913264
Clean up ProductionTooltipLogic:
...
- Avoid creating unnecessary bindings
- Fix time display not updating on low power
- Fix power usage color not updating on power changes
- Avoid duplicated text size calculations
2017-09-10 21:30:55 +02:00
Paul Chote
b3b2efa781
Move hardcoded viewport keys into yaml.
2017-09-10 21:30:55 +02:00
Paul Chote
2a6bb0678e
Move hardcoded support power keys into yaml.
2017-09-10 21:30:55 +02:00
Paul Chote
4f00d62237
Move hardcoded production keys into yaml.
2017-09-10 21:30:55 +02:00
Paul Chote
1180c5ddaa
Move hardcoded production tab keys into yaml.
2017-09-10 21:30:55 +02:00
Paul Chote
0f6dda3f5f
Calculate building placement offsets in screen space.
2017-09-10 18:26:54 +02:00
rob-v
6eb7a98cd2
Change default Observer shroud option for Explored map
2017-09-02 14:02:24 +02:00
Paul Chote
3c1e7896a5
Clear editor search fields and yield focus on escape.
2017-09-02 12:48:42 +02:00
Paul Chote
4a2988e676
Remove UnitCommandWidget.
2017-09-01 11:56:37 +02:00
Paul Chote
9607c09516
Add command bar to TS.
2017-09-01 11:56:37 +02:00
Paul Chote
69251d508b
Suppress scroll events from the DropDownWidget fullscreen mask.
2017-08-31 12:43:17 +02:00
Paul Chote
1bd1a185f5
Unhardcode spectator combined/world view hotkeys.
2017-08-31 12:33:34 +02:00
Paul Chote
0525408664
Unhardcode map editor zooming hotkey.
2017-08-31 12:33:34 +02:00
Paul Chote
9a5b5d9b6f
Unhardcode music control hotkeys.
2017-08-31 12:33:34 +02:00
Paul Chote
1e0148e092
Migrate ButtonWidget to NamedHotkey.
2017-08-25 21:56:52 +02:00
Paul Chote
13a06c6e8d
Move hardcoded static asset browser hotkeys to yaml.
2017-08-25 21:56:52 +02:00
rob-v
01d631b228
Load replays also in sub directories
2017-08-21 14:54:46 +02:00
rob-v
c848b30e9e
Add chat tab to multiplayer/replays ingame menu
2017-08-17 21:54:19 +01:00
Paul Chote
daee217431
Add x64process stat.
2017-08-17 19:45:11 +02:00
Paul Chote
9fc0970cfc
Force '.' decimal point for windowscale stat.
2017-08-17 19:45:11 +02:00
rob-v
dd9d5450bc
Add EnableDebugCommandsInReplays option
2017-08-17 19:23:22 +02:00
rob-v
eb21c4bddd
Keep Attack M./Guard action while holding hotkey (revert Playtest change)
2017-08-13 17:44:26 +01:00
Paul Chote
22d7031819
Focus the ViewportController on Standard/Inverted scroll modes.
2017-08-10 12:50:00 +02:00
Paul Chote
d0d8062dbf
Extract ViewportEdgeScrollMargin settings entry.
2017-08-10 12:44:44 +02:00
rob-v
0c67ca3321
Add ButtonWidget.DisableKeySound property
2017-08-09 21:50:34 +01:00
rob-v
88a3656f0a
Fix Client tooltip crash in Lobby
2017-08-09 19:17:00 +01:00
reaperrr
d949e17b88
Perform FogObscures as late as possible
...
FogObscures is more expensive than simpler boolean, player or HasTraitInfo checks, so in these places it makes sense to perform the other checks first.
2017-08-07 09:42:12 +02:00
rob-v
97306f2bcd
Move DeveloperMode trait to Mods.Common
2017-07-23 15:08:24 +02:00
rob-v
d4e9e0e069
Add Visualization chat commands
2017-07-23 15:08:24 +02:00
Paul Chote
0f54d6f709
Allow mod to be launched after installing required content.
2017-07-21 00:15:38 +02:00
Paul Chote
4ffcd9b4a5
Add template type to editor coordinate label.
2017-07-16 13:12:13 +02:00
Paul Chote
72cf5d29e7
Add search bar to editor Template list.
2017-07-16 13:12:13 +02:00
Paul Chote
f1b54ece8a
Add search bar to editor Actors list.
2017-07-16 13:12:13 +02:00
abcdefg30
0b6b997e81
Add a CommandBarBlacklist trait to blacklist Stop and Waypoint Mode
2017-07-14 23:18:28 +01:00
RoosterDragon
85c948fd8d
Add a streaming audio playback interface.
...
This allows audio to be streamed, rather than needed to be fully loaded into memory.
2017-07-14 23:02:49 +01:00
Paul Chote
6e145f902b
Fix empty lobby faction tooltips.
2017-07-08 22:45:51 +02:00
Paul Chote
cd9ef47f94
Suppress unrelated mouse events while scrolling.
2017-07-08 22:21:04 +02:00
rob-v
f341330d5e
Fix Joystick scrolling stuck
2017-07-08 22:21:04 +02:00
Paul Chote
b0906e1836
Add a bot type identifier.
2017-07-07 21:31:45 +01:00
rob-v
1a546d9baf
Polish Actor Categories
2017-07-06 01:50:43 +02:00
rob-v
686686417f
Add Actor Categories and Category dropdown filter in Map editor
2017-07-06 01:50:43 +02:00
RoosterDragon
297f4ad9ed
Ensure we set ZipConstants.DefaultCodePage by using a helper method.
...
We were currently dealing with this terrible global variable in FileSystem/ZipFile.cs previously, but other parts of the code such as DownloadPackageLogic were creating these files too, and may not have executed the static ctors that fixed the encoding yet.
2017-07-05 22:45:15 +01:00
rob-v
4b9c6c4746
Allow multiple terrain (tile) categories
2017-07-05 22:46:59 +02:00
Paul Chote
fdafbd9f15
Remove hardcoded references to FacingInit and TurretFacingInit.
2017-07-01 10:35:22 +01:00
Paul Chote
2a2bd676a3
Remove hardcoded references to HideBibPreviewInit.
2017-07-01 10:35:22 +01:00
Paul Chote
b2c3a55c12
Add IActorPreviewInitInfo interface.
2017-07-01 10:35:22 +01:00
rob-v
78bedb0513
Fix IsSinglePlayer
2017-06-27 22:43:15 +01:00