Skip to content

Commit

Permalink
Support for localization
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Feb 14, 2014
1 parent d791024 commit 57c8548
Show file tree
Hide file tree
Showing 19 changed files with 3,567 additions and 120 deletions.
10 changes: 10 additions & 0 deletions OpenSpades.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
E834F56817979F5A004EBE88 /* Quake3Font.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E834F56617979F55004EBE88 /* Quake3Font.cpp */; };
E834F56B17979FD7004EBE88 /* IFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E834F56917979FD3004EBE88 /* IFont.cpp */; };
E834F56F1797D934004EBE88 /* ChatWindow.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E834F56D1797D92F004EBE88 /* ChatWindow.cpp */; };
E838D41F18AC726B00EE3C53 /* Strings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E838D41D18AC726B00EE3C53 /* Strings.cpp */; };
E838D42218ADDE2800EE3C53 /* StringsScript.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E838D42018ADDE2800EE3C53 /* StringsScript.cpp */; };
E8428888189FE1710060743D /* Fog.vs in Sources */ = {isa = PBXBuildFile; fileRef = E8428887189FE1710060743D /* Fog.vs */; };
E844886217CFB32C005105D0 /* GLLongSpriteRenderer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E844886017CFB32B005105D0 /* GLLongSpriteRenderer.cpp */; };
E844886617D0C43B005105D0 /* Tracer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E844886417D0C43B005105D0 /* Tracer.cpp */; };
Expand Down Expand Up @@ -353,6 +355,9 @@
E834F56C1797AA2C004EBE88 /* FontData.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FontData.h; sourceTree = "<group>"; };
E834F56D1797D92F004EBE88 /* ChatWindow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ChatWindow.cpp; sourceTree = "<group>"; };
E834F56E1797D932004EBE88 /* ChatWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChatWindow.h; sourceTree = "<group>"; };
E838D41D18AC726B00EE3C53 /* Strings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Strings.cpp; sourceTree = "<group>"; };
E838D41E18AC726B00EE3C53 /* Strings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Strings.h; sourceTree = "<group>"; };
E838D42018ADDE2800EE3C53 /* StringsScript.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = StringsScript.cpp; sourceTree = "<group>"; };
E8428887189FE1710060743D /* Fog.vs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.glsl; name = Fog.vs; path = Resources/Shaders/Fog.vs; sourceTree = "<group>"; };
E842D48B17C0D06300381B49 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
E844886017CFB32B005105D0 /* GLLongSpriteRenderer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GLLongSpriteRenderer.cpp; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1173,6 +1178,7 @@
isa = PBXGroup;
children = (
E8B6B6E717E40AF500E35523 /* MathScript.cpp */,
E838D42018ADDE2800EE3C53 /* StringsScript.cpp */,
E8B6B6E817E40AF500E35523 /* ScriptManager.cpp */,
E8B6B6E917E40AF500E35523 /* ScriptManager.h */,
E8B6B6EC17E40B5900E35523 /* IImage.cpp */,
Expand Down Expand Up @@ -1385,6 +1391,8 @@
E8B6B6F017E40DAA00E35523 /* RefCountedObject.h */,
E890F30E187046990090AAB8 /* CP437.cpp */,
E890F30F187046990090AAB8 /* CP437.h */,
E838D41D18AC726B00EE3C53 /* Strings.cpp */,
E838D41E18AC726B00EE3C53 /* Strings.h */,
);
path = Core;
sourceTree = "<group>";
Expand Down Expand Up @@ -1807,6 +1815,7 @@
E834F56F1797D934004EBE88 /* ChatWindow.cpp in Sources */,
E8E0AF8A1798278000C6B5A9 /* GLImageRenderer.cpp in Sources */,
E8E0AF94179942DB00C6B5A9 /* Corpse.cpp in Sources */,
E838D42218ADDE2800EE3C53 /* StringsScript.cpp in Sources */,
E8E0AF97179980F500C6B5A9 /* CenterMessageView.cpp in Sources */,
E8E0AF9A179996A100C6B5A9 /* HurtRingView.cpp in Sources */,
E8E0AF9D179A5BC200C6B5A9 /* GLFlatMapRenderer.cpp in Sources */,
Expand Down Expand Up @@ -1865,6 +1874,7 @@
E80B28CA17AF8A480056179E /* DetailConfigTable.cpp in Sources */,
E80B28CD17AFCCCB0056179E /* PaletteView.cpp in Sources */,
E80B28D017AFE68A0056179E /* TCGameMode.cpp in Sources */,
E838D41F18AC726B00EE3C53 /* Strings.cpp in Sources */,
E80B28D317AFF7810056179E /* TCProgressView.cpp in Sources */,
E80B28DA17B39D160056179E /* ioapi.c in Sources */,
E80B28DB17B39D160056179E /* unzip.c in Sources */,
Expand Down
Loading

0 comments on commit 57c8548

Please sign in to comment.