1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
2362c6da21 Fixes for multiple new issues from Sonar 2025-02-21 15:57:39 +00:00
cca4c0888c In-memory assets generation
All assets generation (large spellbook, terrain animations, etc) are now
done in memory and used as it, without saving to disk.

This should slightly improve load times since there is no encode png /
decode png, and should help with avoiding strange bug when vcmi fails to
load recently saved assets.

If needed, such assets can be force-dumped on disk using already
existing console command
2025-01-30 22:21:38 +00:00
24a39a8b48 clear generated assets only on client 2025-01-17 19:27:33 +01:00
bda4efa8b5 gen sprites 2024-11-30 03:45:31 +01:00
9c55ebf2dd chronicles campaign screen 2024-11-11 22:25:54 +01:00
2d08e18f6a Implemented generation of combat unit number window for xbrz mode 2024-09-12 21:22:41 +00:00
915533ed2e Implemented generation of player-colored version of DiBoxBck 2024-09-12 21:22:41 +00:00
c6f0f8de03 generate assets only when necessary 2024-08-29 00:37:39 +02:00
d8869a33da remove resource 2024-08-20 22:45:11 +02:00
c56d667981 fix 2024-08-20 21:22:40 +02:00
f6d5cee24f fix 2024-08-20 01:58:02 +02:00
82480e3552 add clean adventure options 2024-08-20 01:46:07 +02:00
fff0159ef6 resource generation 2024-08-19 23:18:14 +02:00