RoosterDragon
acca837142
Fix RCS1246
2023-11-19 19:28:57 +02:00
abcdefg30
b35b560ca1
Add an Offset field to WithDamageOverlayInfo
2023-10-31 20:55:26 +02:00
RoosterDragon
0bb2bc651b
Fix RCS1112
2023-10-30 23:31:33 +02:00
dnqbob
98160512b8
Fix LeavesTrails add effect at where actor removed
2023-10-21 22:21:12 +03:00
dnqbob
8b96b75960
LeavesTrails only works when actor inworld
2023-10-21 18:43:45 +02:00
dnqbob
d69dbd2793
FloatingSpriteEmitter only works when actor inworld
2023-10-21 18:43:45 +02:00
abcdefg30
85c8f6c446
Fix ProductionBar visually glitching for units without value
2023-10-11 12:10:05 +03:00
Gustas
686040a316
Turn ModelRenderer and VoxelCache into traits
2023-09-23 19:12:51 +02:00
Gustas
d427072cc9
Extract StoresResources from Harvester
2023-09-23 19:06:07 +02:00
Gustas
9d7feb176a
Add offset to WithVoxelBody
2023-09-09 16:53:22 +02:00
RoosterDragon
3275875ae5
Fix CA1851
2023-08-20 20:41:27 +02:00
Gustas
82458b5f7e
Add INotifyClientMoving interface
2023-08-08 14:48:59 +02:00
michaeldgg2
1a2d43fc99
WorldRenderer: use string.IsNullOrEmpty for check in Palette method
...
Unified usage of WorldRenderer.Palette method when it comes to appending player name (in case of player palette)
2023-07-25 13:33:11 +03:00
RoosterDragon
0958197df2
Fix CA1052
2023-06-20 17:57:40 +02:00
RoosterDragon
f336a956cf
Fix CA1012
2023-06-20 17:57:40 +02:00
michaeldgg2
fd2b14f464
DrawLineToTarget: made palette for rendering sprites customizable (and thus optional too)
2023-06-12 21:10:52 +03:00
RoosterDragon
f4af5c1764
Fix CA1852
2023-06-06 11:51:47 +03:00
RoosterDragon
277699cbd5
Fix CA1822
2023-06-06 11:51:47 +03:00
michaeldgg2
dac35a60ad
WithDecoration: fixed crash when Palette is null
2023-06-02 11:49:59 +02:00
Gustas
1c2eaa2654
Use nameof for ContrailEndColor description
2023-04-21 17:58:42 +02:00
Gustas
7ef1dccdcf
Add ContrailEndWidth
2023-04-21 17:58:42 +02:00
RoosterDragon
8a285f9b19
Fix IDE0090
2023-04-08 16:51:51 +03:00
RoosterDragon
164abfdae1
Fix IDE0083
2023-04-08 16:51:51 +03:00
RoosterDragon
bd2b3d9793
Fix IDE0074
2023-04-08 16:51:51 +03:00
RoosterDragon
023d80b94d
Fix IDE0057
2023-04-08 16:51:51 +03:00
Matthias Mailänder
af2b32e7ba
Add particle smoke effects.
2023-03-23 12:15:16 +02:00
Paul Chote
7cd4272350
Access sequences from Map.
2023-03-10 20:11:33 +02:00
RoosterDragon
52fd564eac
Fix some whitespace formatting issues: stray tabs or spaces.
...
Wrap some long lines on affected code.
2023-03-02 20:02:45 +02:00
RoosterDragon
d4135d608e
Fix IDE0039
2023-02-27 10:09:11 +01:00
Gustas
8d0fe52dd8
Remove unnecessary parentheses
2023-02-27 08:36:47 +02:00
RoosterDragon
bf960b6eae
Fix IDE0120
2023-02-24 22:00:25 +02:00
Gustas
049d0283f9
Remove TiberianSunRefinery
...
Also add IDockClientBody interface,
move WithDockingOverlay cnc -> common,
remove HarvesterDockSequence implementing classes
2023-02-18 16:35:15 +01:00
Gustas
dca07d240c
Add INotifyDockHost and INotifyDockClient interfaces
...
Rename INotifyDocking to INotifyDockHost and extract INotifyDockClient from INotifyHarvesterAction
2023-01-20 10:43:18 +02:00
abcdefg30
5bf7fe852c
Remove the copyright year numbers
2023-01-11 11:58:54 +02:00
Gustas
f3e44094a1
Fix contrail using the wrong colors
2022-12-21 19:35:52 +02:00
Ivaylo Draganov
a0f17b15ec
Refactor translation files
...
- Add prefixes to all message keys to provide context
- Use messages with attributes for some UI elements (dropdowns, dialogs, checkboxes, menus)
- Rename some class fields for consistency with translation keys
2022-12-19 22:04:54 +13:00
Matthias Mailänder
46caa2d889
Make RenderShroud/JammerCircle conditional.
2022-12-19 20:03:40 +13:00
Matthias Mailänder
8f415bc7af
Localize developer debug cheats.
2022-10-21 17:08:16 +02:00
abcdefg30
6e6c828c85
Fix SquadManagerBotModule caching in RenderDebugState
2022-10-14 13:50:57 +03:00
abcdefg30
d8349a429a
Remove unnecessary uses of Exts.IsTraitEnabled
2022-10-14 13:50:57 +03:00
abcdefg30
75f642bd09
Introduce FirstEnabledConditionalTraitOrDefault
2022-10-14 13:50:57 +03:00
Gustas
858d782af1
Simplify 'default' expression (IDE0034)
2022-10-11 17:40:05 +02:00
Gustas
1809817b3f
Add ContrailEndColor and Contrail transparency control
2022-09-24 13:19:22 +02:00
Gustas
56b665f243
Add TrailDelay to Contrail
2022-09-24 13:19:22 +02:00
Matthias Mailänder
d3a8b07f05
Remove unread private member (IDE0052)
2022-09-13 10:36:57 +03:00
Vapre
7f404f64a6
Selection, cache DeveloperMode trait.
2022-09-11 22:00:18 +03:00
dnqbob
29fc2b80d9
WithMuzzleOverlay is decoration
2022-08-21 23:59:15 +02:00
Mustafa Alperen Seki
54340591e3
Unhardcode VeteranProductionIconOverlay.
2022-08-16 15:08:51 +03:00
Matthias Mailänder
aa14c9c570
Add VTOL landing exhaust animation.
2022-08-12 00:54:44 +03:00
abcdefg30
cea9ceb72e
Support multiple With(Turret)AimAnimation traits
2022-08-03 21:11:03 +02:00