Commit Graph
13 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
Wanne 7a6f3ec91a Merged from revision: 7495
- Updated French MercEdt files (by hrvg)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@7496 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2014-09-07 13:56:19 +00:00
Wanne 4177e73aeb Merged from revision: 7493
- Updated French MercEdt files (by hrvg)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@7494 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2014-09-07 12:53:42 +00:00
Wanne ebda58074d Merged from revision: 7467
- Deleted new merc (Wildfire) EDT files from "Data" folder for French version

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@7468 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2014-09-01 04:29:32 +00:00
Wanne c47f8cb8fc Merged from revision: 6804
- Updated / added French files (by hrvg)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@6806 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2014-01-20 19:40:05 +00:00
Wanne 405353db5a - Updated French GameDir files (by hrvg)
- Added 3 new items to *.Items.xml

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@6702 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2013-12-22 11:52:28 +00:00
inshy 6f1931a83c French translation by hrvvillers.
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@6195 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2013-07-05 16:28:59 +00:00
inshy 1f96f1a644 Updated French data (by hrvvillers)
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@5907 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2013-03-08 16:23:08 +00:00
inshy 071947d9da Translated to French speech for new MERCs
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@5532 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2012-08-25 14:07:08 +00:00
inshy 990268d665 -Added missing fixes of 1.13 version for all languages (all fixes on English, need translation)
-Added txt files with speech text for new soldiers (need translation)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@3819 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2010-10-22 08:20:00 +00:00
inshy e3a6fa291f Deleted unused files. Again...
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@3105 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-07-13 06:50:26 +00:00
Wanne faa3c0d02d 1) Fix04_for_1.13PL.rar - polish version
-fixed russian texts for Ivans speech, now russian letters showed correct
  -fixed text formatting in files some edt-files from binarydata (in polish version used wron symbol for that)
  -fixed cutting of text on cursor (when you move cursor to a door, you see something like "Opened door", in foreign language this word is longer and you see something like "pene door") - so now it fixed.

2) BugFix01_FR_Data.rar - for french ver
  -the same fix for cursor
  -the same fix for Ivans speech :) i work hard in hex-editor... damn, i lost about 3 hours for that :)
  -added some edts

3) TITLETEXT_MP_ITALIAN.STI - for italian version
  -as you can see, it is italian TITLETEXT_MP.sti :) 

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@2470 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2009-01-05 13:38:26 +00:00
Wanne e71f46d110 Updated French GameDir files
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameData@2467 3b4a5df2-a311-0410-b5c6-a8a6f20db521
2008-12-30 13:19:25 +00:00