JovialFeline
e8d5c005a2
Restore missions' barbed wire
2024-07-22 14:11:32 +03:00
JovialFeline
c58621e036
Add bombers, fixes to Production Disruption
2024-07-22 14:03:47 +03:00
JovialFeline
ff5b5149b3
Add navy orders, fixes to Soviet 06a
2024-07-22 14:03:14 +03:00
Matthias Mailänder
5ddc7b1177
Localize the faction dropdown.
2024-07-18 22:10:03 +03:00
JovialFeline
0138bc9b3f
Fix untranslated speakers
2024-07-17 19:39:17 +03:00
Tocho Tochev
fb420e88bd
Fix Survival01 mission objective
2024-07-16 12:54:49 +03:00
Gustas
64b2bd4735
Update to HTTPS
2024-06-03 10:25:06 +02:00
Matthias Mailänder
69d9bbb400
Unhardcode support power blocked cursor.
2024-05-19 14:43:59 +03:00
JovialFeline
b48a74f065
Add polish to Intervention
2024-05-03 19:05:27 +03:00
JovialFeline
670067ae3a
Add Negotiations mission (Red Alert)
2024-05-03 18:24:47 +03:00
Matthias Mailänder
97c61e0068
Extract strings from resource renderer.
2024-04-30 11:27:46 +03:00
Matthias Mailänder
188f0e2451
Extract strings from support power name and description.
2024-04-03 11:38:08 +03:00
David Wilson
25a6b4b6b9
Editor marker tiles layer
2024-03-21 13:11:04 +02:00
Paul Chote
e04439ea14
Add TUC Steam metadata for RA.
2024-03-16 20:53:55 +02:00
JovialFeline
ac610c54eb
Add bridge break, fixes to Soviet-06b
2024-03-02 17:02:10 -06:00
JovialFeline
ade07607a5
Add crash fix, minor polish to volkov-n-chitzkoi
2024-02-22 17:00:25 +01:00
JovialFeline
12e1d327ef
Restore allies-05 prison self-targeting
2024-02-11 18:40:52 +01:00
JovialFeline
09834d3954
Add Pillbox, early dog attack to allies-02
2024-02-11 18:29:30 +02:00
David Wilson
d630a6ef7d
Fix editor area/actor deselection bugs
2024-02-07 15:30:23 +02:00
JovialFeline
53e4d0dd87
Add Turtle condition to RA bots' mine laying
2024-01-29 14:39:21 +01:00
David Wilson
2ced4abc24
Editor selection refactor pt1
2024-01-24 10:11:39 +02:00
RoosterDragon
ca6aa5ebf1
Adjust widget sizes to ensure they accommodate the English translation text.
...
Some existing widget are too small to accommodate their text. Adjust their sizes to fit. Text can be rendered outside the widget bounds so visually this often has no impact, but adjusting this now will help in the future for checking translation text for other languages fit in their widgets.
2024-01-21 12:34:28 +02:00
JovialFeline
ead78bc3a3
Add IsDead/aircraft checks to Soviet 11
2024-01-12 19:26:08 +01:00
reaperrr
e96865b55e
Add scorch flames to RA and TD
2024-01-06 12:31:17 +02:00
reaperrr
8ba144f43a
Randomize smudge smoke offsets in RA, TD and TS
2024-01-06 12:31:17 +02:00
Wojciech Walaszek
da638a495c
implements flashing on healing units
2023-12-31 14:06:40 +02:00
dnqbob
ea3a62927d
Add translation lines for TooltipDescription
2023-12-15 18:20:00 +02:00
abcdefg30
adf6a81862
Rename the Radar Dome in Soviets08a to avoid a crash
2023-12-15 11:58:42 +02:00
JovialFeline
59473bdf9f
Change bombers, remove Hard from Evacuation
2023-12-12 22:37:08 +01:00
Paul Chote
ad833a6fbb
Add support for additional cloak styles and use native alpha in RA,D2k,TS.
2023-12-04 10:10:28 +02:00
RoosterDragon
ab9b393238
Compress all pngs, including within oramap files.
...
Reduces size used for png files from 13,366,660 bytes to 13,055,285 bytes in total. Changes size used for oramap files from 2,601,027 bytes to 2,605,779 bytes in total (contained PNGs are smaller, but the oramap zip wrapper didn't compress as well). This slight filesize improvement doesn't noticeably impact loading times.
zopfilpng is used for compression with the following command line:
'zopflipng.exe -y -m image.png image.png'
This follows on from 78bef8a98f and bc5e7d1497 . Except now that the PNG decoder supports bit depths of 1, 2 or 4 we don't have to preserve the original bit depth of the image, allowing for more compression.
The oramap files were updated by:
- Running utility command "<mod> --unpack-map unpack" for each mod.
- Compressing the png files using the command above.
- Running utility command "<mod> --unpack-map repack" for each mod, except in Map.Save the line `if (!LockPreview) { var previewData = ...` is replaced with `if (false) { var previewData = ...` to save the existing optimized image on disk rather than generating a fresh preview.
2023-11-25 16:45:05 +01:00
Gustas
caad8ba44b
Manual cleanup
2023-11-25 16:28:19 +01:00
Gustas
db8a28f2c0
Automated extraction
2023-11-25 16:28:19 +01:00
Paul Chote
bdef619803
Move skirmish bot creation to the server.
2023-11-17 10:28:52 +02:00
Gustas
9534443771
Add the ability for technician and rocket soldier to fire from a pillbox
2023-11-15 14:09:32 +02:00
Paul Chote
37ce5e447f
Replace custom factpdox sprite with dynamically rendered vortex.
2023-10-27 10:37:28 +03:00
Paul Chote
cb55039ec9
Replace GlobalLightingPaletteEffect with a post-processing shader.
2023-10-22 19:34:05 +03:00
Paul Chote
a51a9700cf
Replace FlashPaletteEffect with a post-processing shader.
2023-10-22 19:34:05 +03:00
Paul Chote
59d40c8b4e
Replace ChronoshiftPaletteEffect with a post-processing shader.
2023-10-22 19:34:05 +03:00
Paul Chote
fe6de396f2
Replace MenuPaletteEffect with a post-processing shader.
2023-10-22 19:34:05 +03:00
dnqbob
b1f5367822
Allow mission use LobbyOptions as options and remove unused translation
2023-10-22 13:51:25 +02:00
Gustas
9a235f2256
Manual fixup
2023-10-21 19:35:00 +02:00
Gustas
754e7845f3
Automated translation extraction
2023-10-21 19:35:00 +02:00
Gustas
cbd6b67456
Add automated chrome string extractor.
2023-10-21 19:35:00 +02:00
Pavel Penev
806eebd269
Deprecated DateTimeGlobal.IsHalloween
2023-10-17 14:04:39 +02: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
d77fd5c13e
Simplify weapon yaml definitions
2023-09-23 14:33:27 +02:00
JovialFeline
e0df59464e
Disable flak truck in Soviet-13, others
2023-09-22 12:26:27 +03:00
dnqbob
24536fa296
Fix Air Squad danger detection broken in RA
2023-09-11 14:33:32 +03:00