Paul Chote
c6dc0b58be
Change macOS control group defaults back to Cmd.
2022-05-09 14:58:01 +02:00
Ivaylo Draganov
6a1a6b6397
Add platform override support for hotkeys and unhardcode editor hotkeys
2022-05-07 20:55:49 +01:00
Ivaylo Draganov
1cf4838b08
Remove unneeded yaml nodes from hotkey settings
2022-05-03 22:22:55 +02:00
Ivaylo Draganov
f0e69c3f64
Add hotkey filtering functionality (by name and by context)
2022-05-03 22:22:55 +02:00
Leo512bit
ddef76e833
Added more thief voice lines
2022-04-30 17:19:48 -05:00
Ivaylo Draganov
0522576f73
Allow scrolling of settings panels while hovering a section header
2022-04-30 21:46:55 +02:00
abcdefg30
512eaf2746
Use Building instead of D2kBuilding for the Sietch actor
2022-04-30 12:28:28 -05:00
Ivaylo Draganov
bc676fbf78
Add text notifications to many in-game events
2022-04-30 12:39:29 +01:00
Ivaylo Draganov
ea0bcbd1cc
Adjust position of transients panel in TS
2022-04-30 12:39:29 +01:00
Ivaylo Draganov
9f723be65a
Add checkbox to settings for toggling transient notifications
2022-04-30 12:39:29 +01:00
Matthias Mailänder
6c81590b20
Extract translation strings.
2022-04-21 13:26:55 +03:00
penev92
f74d1c3cf8
Adjusted D2k mission player colors
...
PlayerReference colors in D2k missions only affect chat text and minimap colors because actors use specific palette colors.
So using the colors from the original game's minimap.
2022-04-12 22:15:02 +02:00
abcdefg30
dab8ee4f94
Load campaign and utils Lua scripts before map scripts
2022-04-12 21:54:11 +02:00
Mustafa Alperen Seki
60b123c641
Split NukePower MissileImage from MissileWeapon.
2022-04-12 21:52:29 +02:00
Matthias Mailänder
0260884369
Added translation support for server orders.
2022-04-03 19:23:26 +02:00
Matthias Mailänder
7735107deb
Add a script trigger overlay.
2022-04-02 18:01:00 +02:00
Matthias Mailänder
058fb51f4c
Reduce the menu button size to save space.
2022-04-02 18:01:00 +02:00
abcdefg30
889425ab0f
Remove AttackFrontal's FacingTolerance and define it explicitly in rules
2022-03-13 11:16:47 +01:00
Matthias Mailänder
00356b8bbd
Setup Tiberian Sun forest fires.
2022-03-12 17:16:43 +01:00
Mustafa Alperen Seki
a7004b2db7
Check for placeablilty of LineBuild Segment instead of the Post.
2022-03-11 22:32:08 +01:00
Mustafa Alperen Seki
153bd14f9e
Add Force-Move undeploy to D2k Thumper Infantry.
2022-03-11 22:29:45 +01:00
Leo512bit
d2611ebfb4
Added fsmap to music.ymal and set the lose music to it.
...
Signed-off-by: Leo512bit <leonardmatthewteyssier@gmail.com >
2022-03-11 21:36:43 +01:00
Ivaylo Draganov
eadc8ad689
Change color of labels that correspond to disabled inputs
...
- Add a new widget type for input and extend it from other input widgets
- Add a new label type that can be linked to an input widget
- Change the label color when the input's disabled state changes
2022-03-07 21:01:33 +01:00
dnqbob
831bed2c4d
Add enter-cloak & exit-cloak effect for Cloak
2022-02-12 19:30:21 +01:00
Ivaylo Draganov
f5ab9d95fe
Make remove from control group hotkey available only to players
2022-02-06 09:09:33 -06:00
Ivaylo Draganov
1813edc74b
Add contexts for hotkey validation
2022-02-04 18:49:05 +01:00
Smittytron
74cced319c
Change terrain type of clear straight bridge tiles
2022-01-31 14:19:47 +01:00
Ivaylo Draganov
7a93b9ea8c
Make control group hotkeys configurable
...
- Split control groups management to its own interface
- Add hotkeys for selecting, creating, adding to and combining with control groups
- Add a ControlGroups widget to manage the player interaction
2022-01-28 18:38:18 +01:00
Gustas
04b456d6c2
Create overlays dropdown
2022-01-26 23:09:18 +01:00
abcdefg30
556413c91d
Add whitespace fixes from the automatic update rule run
2022-01-11 18:09:05 +01:00
Matthias Mailänder
6770c08bf9
Fix scrollitem-nohover-hover not found.
2022-01-11 17:40:58 +01:00
penev92
495faea96b
Updated scale sliders to accout for the new AssetBrowser layout
2022-01-09 18:40:32 +01:00
penev92
abea3a0f74
Fixed AudFormat and WavFormat implementations of ISoundFormat.LengthInSeconds
...
- Fixed a rounding issue in `WavReader.WaveLength()`.
- Fixed `AudReader.SoundLength()` not resetting the stream position.
- Fixed crashes caused by disposed streams because `LengthInSeconds` would try and calculate the length on the fly. It is now precalculated and cached (making it consistent across all 5 current `ISoundFormat` implementations).
- Fixed a crash in `AudReader.LoadSound()`'s `out Func<Stream> result` because that func would try and access the disposed stream's `Length` property. That works for `SegmentStream`, but not for `FileStream`.
- Fixed frameCount/soundLength label positioning in the AssetBrowser window to avoid text clipping .
2022-01-09 18:40:32 +01:00
penev92
8b944e9c82
Added audio playback to the AssetBrowser
2022-01-09 18:40:32 +01:00
penev92
7a9e0863d6
Added a scale slider for sprites in the AssetBrowser
2022-01-09 18:40:32 +01:00
penev92
40c728269c
Added a scale slider for models in the AssetBrowser
2022-01-09 18:40:32 +01:00
penev92
a058b1f5bd
Split AssetBrowser supported formats
...
Splitting them from one array into separate allows us to then reliably pick how each asset should be presented. Also lets us unhardcode some checks like "if file is .vxl ... else is sprite".
2022-01-09 18:40:32 +01:00
Matthias Mailänder
cdac14b92b
Avoid duplicate field.
2022-01-06 16:10:49 +02:00
Ivaylo Draganov
c3dfac7ade
Remove redundant default hotkey UI notice
2022-01-04 18:35:41 +01:00
Ivaylo Draganov
5aeae694be
Use disabled button state for slider thumb
2022-01-04 18:35:41 +01:00
Ivaylo Draganov
bdfe025059
Update introductory prompts to match settings layout
2022-01-04 18:35:41 +01:00
Ivaylo Draganov
8a2b63c944
Update lobby options tab layout to match settings layout
2022-01-04 18:35:41 +01:00
Ivaylo Draganov
9f96d4159a
Update common game ingame info tabs to match settings layout
2022-01-04 18:35:41 +01:00
Ivaylo Draganov
955464ee1d
Update TD game info panel to match the settings panel
2022-01-04 18:35:41 +01:00
Ivaylo Draganov
3ecaf76804
Overhaul settings panel layout
...
- make the panel larger
- place settings widgets in a scroll panel
- arrange settings widgets in two columns
- make tabs in TD vertical
2022-01-04 18:35:41 +01:00
Smittytron
a36eb585d3
Fix HiveGassed regression in Ant03
2022-01-04 12:50:00 +01:00
Smittytron
3c24a3f9c7
Update Allies10a to work with Lua cleanup
2021-12-29 17:13:09 +01:00
Matthias Mailänder
bb27837149
Don't make support airplanes huntable.
2021-12-28 13:08:38 -06:00
Ivaylo Draganov
87534022b3
Make size and white-space of game save/load panel more consistent
2021-12-28 17:48:21 +01:00
Ivaylo Draganov
d2c08c72bd
Adjust size, position and white-space of several panels
2021-12-28 17:48:21 +01:00