Commit Graph
6 Commits
Author SHA1 Message Date
b9ea3ef36e spell language overlay paths the way gamedir does
The overlays were authored on Windows, where a filesystem that folds case hid
the fact that thousands of translated files spell their path differently from
the gamedir file they are meant to replace: Data-1.13/Mercedt/170.EDT over
Data-1.13/MercEdt/170.EDT, 149_ATTN.wav over 149_ATTN.WAV. Copying an overlay
onto gamedir on a case-sensitive filesystem leaves both files instead of
replacing one, and VFS, which folds case itself, then serves whichever the
directory happened to yield first.

Every overlay path is now spelled component for component the way gamedir
spells it. gamedir was already self-consistent, so nothing there moves and no
new convention is invented. The transformation is mechanical and no file gains
or loses content:

    git diff --shortstat HEAD~1 HEAD
        5374 files changed, 0 insertions(+), 0 deletions(-)
    git diff --name-status -M HEAD~1 HEAD | cut -f1 | sort -u
        R100
    git ls-tree -r --name-only HEAD gamedir-languages | wc -l
        28884, the same as before

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-07-29 09:12:12 -03:00
inshy b20997749b Russian language files updated:
-Added missing WAV files for new IMP (#169)
-Added missing WAV files some other characters

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@7956 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2015-08-02 20:01:01 +00:00
inshy d7e4d82f24 Russian language files updated:
-Added WAV files for new SkyRider's speech
-Added WAV files for new Waldo's speech

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@7930 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2015-07-24 19:59:05 +00:00
inshy 367344816b Added missing line to subtitles and added missing speech files (thanks to RadicalRex)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@5747 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2012-12-22 12:11:35 +00:00
inshy 2bbbb58416 -German, Polish, Russian: added missing sounds and texts for WF mercs
-Added new speech sounds for Skyrider (rus)
-Small fixes in items for russian lang

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@4129 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2011-02-04 21:25:19 +00:00
Wanne cd1ae01a11 added needed files for russian, german and polish version
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@1828 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2008-02-18 19:17:08 +00:00