1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-04-24 19:54:52 +02:00

4 Commits

Author SHA1 Message Date
Boris Nagaev b05c0f8e6d Normalize local relative include directives
Normalize quoted local relative include directives to remove redundant
path segments while preserving relative includes.

This applies the normalizer across the tree and updates 108 includes in
64 files, including cases where paths inside lib/* redundantly used
../../lib/... and now correctly use ../... .

These paths compiled before because include resolution normalized them,
but they were longer and harder to audit.
2026-03-26 20:15:25 -05:00
Laserlicht 6f1b3dc3d5 code review 2025-12-14 22:00:46 +01:00
Laserlicht d64947a4e7 add missing blacklist image 2025-12-13 14:29:36 +01:00
Laserlicht 3545234638 HD Edition support 2025-12-10 21:43:39 +01:00