Pavel Penev
640aa6545b
Fixed whitespace issues in mod.yaml files
...
An oversight from PR 21598.
2024-12-21 16:01:21 +02:00
Gustas
269542c4b0
Add delete hotkey
2024-12-20 23:56:56 +02:00
Gustas
f820adab51
Add delete button to the map editor
2024-12-20 23:56:56 +02:00
Gustas
48d5b3c8d9
Update extractors to preserve indentation
2024-12-20 22:00:21 +02:00
Gustas
81875a1f3f
Fixup new lines in encyclopedias
2024-12-20 22:00:21 +02:00
Gustas
0bd139b061
Fix unit descriptions having incorrect indentation
2024-12-20 22:00:21 +02:00
test1232156
9719c1a3b0
Encyclopedia fixup
2024-12-20 22:00:21 +02:00
RoosterDragon
0051d6fd63
Fix BaseBuilderBotModule.LocomotorsForProducibles.
...
Account for per-actor production (e.g. ProductionQueue) and per-player production (e.g. ClassicProductionQueue). This requires resolving the Production and ProductionQueue traits on both the producing actor, and the owning player actor.
When setting rally points, check the actor didn't die first.
2024-12-19 19:36:28 +02:00
Gustas
2a1eeae7ca
Reduce the size of battlefield news when messages are short
2024-12-19 18:16:07 +02:00
Gustas
43325fdee7
Fix Package 'NuGet.CommandLine' 4.4.1 has a known moderate severity vulnerability
2024-12-12 16:00:19 +02:00
Mustafa Alperen Seki
087aebe058
Fix broken condition support for InstantlyRepairable.
2024-12-12 00:30:01 +02:00
Pavel Penev
18450aaff0
Revert "Restore threaded renderer on Windows in windowed mode."
...
This reverts commit 874fa67036 .
2024-12-12 00:25:46 +02:00
test1232156
1af1ebd9e3
Translation key fixes
...
Co-Authored-By: Gustas <37534529+punkpun@users.noreply.github.com >
2024-12-04 22:07:13 +02:00
RoosterDragon
f76009d095
Fix Animation shadow to account for height.
...
If a unit is above the terrain, the shadow shouldn't display directly underneath the unit, it should take the height into account and display further down. This fix uses the same adjustment as applied by the WithShadow trait.
2024-11-30 14:45:06 +02:00
Matthias Mailänder
79875056bc
Update dependency model to fix CVE warnings.
2024-11-30 13:39:50 +02:00
Gustas
0eb173e046
Install missing linux utilities
2024-11-16 18:39:22 +00:00
Gustas
7d9aa58103
Update SDL
2024-11-16 19:55:12 +02:00
RoosterDragon
874fa67036
Restore threaded renderer on Windows in windowed mode.
...
Previously, when running in windowed-mode on Windows, the threaded renderer would cause the minimize/restore behaviour to become unreliable. It was disabled under this configuration to avoid the problem.
This no longer occurs (perhaps fixed by an intervening SDL update?), so we can remove the workaround and always use the threaded renderer for a performance improvement.
2024-11-16 19:18:36 +02:00
RoosterDragon
bf7f81b7fe
Improve some String.Split calls.
2024-11-15 22:28:18 +02:00
RoosterDragon
cf7f57252e
Fix CA2265
2024-11-15 22:28:18 +02:00
RoosterDragon
e2296ad2d1
Fix CA2263
2024-11-15 22:28:18 +02:00
RoosterDragon
332ab244a7
Fix CA1862
2024-11-15 22:28:18 +02:00
RoosterDragon
ed90322a0b
Fix IDE0032
2024-11-15 22:28:18 +02:00
RoosterDragon
9809f6ed08
Add new .NET 9 rules to editorconfig.
...
Don't enforce all the rules yet, since we are still targeting .NET 6.
Adjust cast to nullable in UnloadCargo.ChooseExitSubCell. Avoid this cast tripping up CA2021 on older NET SDK versions.
2024-11-15 22:28:18 +02:00
Ashley Newson
7401182a1b
Refactor editor clipboard logic as blitting logic
...
- Refactors internal editor clipboard logic into reusable map contents
"Blitting" functionality.
- Fix actor processing being unnecessarily (cell) looped within
CopySelectionContents (now CopyRegionContents).
- Deduplicates largely repeated code.
- Minor code simplifications and renames.
2024-11-15 19:18:38 +02:00
RoosterDragon
2c68964566
Fix RA mod content.
...
Regression from 147cb566f2 .
2024-11-03 16:11:40 +00:00
Gustas
c639905119
Add BI 4.3 balance
2024-11-03 15:29:47 +00:00
Paul Chote
9bcf1b3295
Overhaul TD EVA Database.
2024-11-03 17:19:30 +02:00
Paul Chote
feef5be143
Allow mods to override Encyclopedia preview owners.
2024-11-03 17:19:30 +02:00
Paul Chote
f805d67741
Allow mods to display Encyclopedia production info.
2024-11-03 17:19:30 +02:00
Paul Chote
497251c0eb
Allow mods to display Encyclopedia portraits.
2024-11-03 17:19:30 +02:00
Paul Chote
c111cea7fc
Allow mods to display Encyclopedia titles in description panel.
2024-11-03 17:19:30 +02:00
Paul Chote
eff4c66410
Allow Encyclopedia entries to scale the actor preview.
2024-11-03 17:19:30 +02:00
abcdefg30
78e47ea70a
Support using player palettes as effect palette for SpawnActorPower
2024-11-03 17:02:00 +02:00
Paul Chote
147cb566f2
Remove "en" from fluent file paths.
2024-11-03 16:52:47 +02:00
Paul Chote
8452f71481
Rename Lua UserInterface.Translate to .GetFluentMessage.
2024-11-03 16:52:47 +02:00
Paul Chote
8b11b499ed
Rename Translations yaml keys to FluentMessages.
2024-11-03 16:52:47 +02:00
Paul Chote
ecaa414508
Simplify method name in CheckFluentReferences.
2024-11-03 16:52:47 +02:00
Paul Chote
c09d7cbdea
Remove magic ftl file naming.
2024-11-03 16:52:47 +02:00
Paul Chote
5a0c8439fc
Add map support for inline base64 fluent messages.
...
This enables the RC to parse and share custom messages
as part of the map's custom rules without any additional
API changes.
2024-11-03 16:52:47 +02:00
Paul Chote
43219e16da
Reorganize FluentBundle ctors to allow inline text.
2024-11-03 16:52:47 +02:00
Paul Chote
e4539e9cb5
Use nameof() when reflecting over Map field names.
2024-11-03 16:52:47 +02:00
Paul Chote
67254e0b39
Rename Fluent *GetString methods to GetMessage.
2024-11-03 16:52:47 +02:00
Paul Chote
09063d23da
Determine pixel-to-texel ratio for each sprite individually.
...
This fixes rendering artifacts when sprites are scaled > 1.
2024-11-03 16:38:32 +02:00
DrSheppard
42989c74aa
delete libfuse redundand installation
2024-11-01 12:22:04 +00:00
DrSheppard
637faac90e
use appimagetool with non-glibc linux support
2024-11-01 12:22:04 +00:00
Gustas
065040e5b8
Replace modcontent
2024-10-25 11:42:33 +01:00
Gustas
b62c883951
Localise lobby notification
2024-10-23 19:08:12 +03:00
test1232156
63e8835fa0
Miscellaneous lua translation fixups
...
Co-Authored-By: Gustas <37534529+punkpun@users.noreply.github.com >
2024-10-23 19:08:12 +03:00
test1232156
70f62dba4b
Fix spelling errors and add naming consistency in en.ftl files
...
Co-Authored-By: Gustas <37534529+punkpun@users.noreply.github.com >
2024-10-23 19:08:12 +03:00