Commit b9316861883e5439c6495f88f5c4788878b2af46

Authored by neil
1 parent 2fb8e2bf

Move the project up a level because I'm freaking sick of the extra layer every single timemac

git-svn-id: http://svn.net-core.org/repos/t-engine4@2632 51575b47-30f0-44d4-a5cc-537603b46e54
... ... @@ -151,13 +151,13 @@
151 151 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
152 152 13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
153 153 256AC3F00F4B6AF500CF3369 /* T_Engine_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = T_Engine_Prefix.pch; sourceTree = "<group>"; };
154   - 28133EF811C9094900A7FDAC /* glew.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = glew.c; path = ../../src/glew.c; sourceTree = SOURCE_ROOT; };
155   - 28133EFA11C9095100A7FDAC /* glew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = glew.h; path = ../../src/glew.h; sourceTree = SOURCE_ROOT; };
156   - 28133EFB11C9095500A7FDAC /* glxew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = glxew.h; path = ../../src/glxew.h; sourceTree = SOURCE_ROOT; };
157   - 28133EFC11C9096E00A7FDAC /* shaders.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = shaders.c; path = ../../src/shaders.c; sourceTree = SOURCE_ROOT; };
158   - 28133EFE11C9097600A7FDAC /* wglew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wglew.h; path = ../../src/wglew.h; sourceTree = SOURCE_ROOT; };
159   - 28139875127C20F000AC3C20 /* particles_gas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = particles_gas.c; path = ../../src/particles_gas.c; sourceTree = SOURCE_ROOT; };
160   - 28139876127C20F000AC3C20 /* particles_gas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = particles_gas.h; path = ../../src/particles_gas.h; sourceTree = SOURCE_ROOT; };
  154 + 28133EF811C9094900A7FDAC /* glew.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = glew.c; path = ../src/glew.c; sourceTree = SOURCE_ROOT; };
  155 + 28133EFA11C9095100A7FDAC /* glew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = glew.h; path = ../src/glew.h; sourceTree = SOURCE_ROOT; };
  156 + 28133EFB11C9095500A7FDAC /* glxew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = glxew.h; path = ../src/glxew.h; sourceTree = SOURCE_ROOT; };
  157 + 28133EFC11C9096E00A7FDAC /* shaders.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = shaders.c; path = ../src/shaders.c; sourceTree = SOURCE_ROOT; };
  158 + 28133EFE11C9097600A7FDAC /* wglew.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wglew.h; path = ../src/wglew.h; sourceTree = SOURCE_ROOT; };
  159 + 28139875127C20F000AC3C20 /* particles_gas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = particles_gas.c; path = ../src/particles_gas.c; sourceTree = SOURCE_ROOT; };
  160 + 28139876127C20F000AC3C20 /* particles_gas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = particles_gas.h; path = ../src/particles_gas.h; sourceTree = SOURCE_ROOT; };
161 161 282AC017125B15C100F7C346 /* amigaconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = amigaconfig.h; sourceTree = "<group>"; };
162 162 282AC018125B15C100F7C346 /* ascii.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ascii.h; sourceTree = "<group>"; };
163 163 282AC019125B15C100F7C346 /* asciitab.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asciitab.h; sourceTree = "<group>"; };
... ... @@ -180,10 +180,10 @@
180 180 282AC02A125B15C100F7C346 /* xmltok_ns.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmltok_ns.c; sourceTree = "<group>"; };
181 181 282AC031125B15D400F7C346 /* lxplib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lxplib.c; sourceTree = "<group>"; };
182 182 282AC032125B15D400F7C346 /* lxplib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lxplib.h; sourceTree = "<group>"; };
183   - 282AC034125B15E100F7C346 /* te4-xmpp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "te4-xmpp.c"; path = "../../src/te4-xmpp.c"; sourceTree = SOURCE_ROOT; };
184   - 282AC035125B15E100F7C346 /* te4-xmpp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "te4-xmpp.h"; path = "../../src/te4-xmpp.h"; sourceTree = SOURCE_ROOT; };
185   - 2844E39B12C8FB1C0021A2F5 /* fov.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fov.h; path = ../../src/fov.h; sourceTree = SOURCE_ROOT; };
186   - 2844E39C12C8FB210021A2F5 /* fov.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fov.c; path = ../../src/fov.c; sourceTree = SOURCE_ROOT; };
  183 + 282AC034125B15E100F7C346 /* te4-xmpp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "te4-xmpp.c"; path = "../src/te4-xmpp.c"; sourceTree = SOURCE_ROOT; };
  184 + 282AC035125B15E100F7C346 /* te4-xmpp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "te4-xmpp.h"; path = "../src/te4-xmpp.h"; sourceTree = SOURCE_ROOT; };
  185 + 2844E39B12C8FB1C0021A2F5 /* fov.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fov.h; path = ../src/fov.h; sourceTree = SOURCE_ROOT; };
  186 + 2844E39C12C8FB210021A2F5 /* fov.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fov.c; path = ../src/fov.c; sourceTree = SOURCE_ROOT; };
187 187 2844E3A912C8FB3F0021A2F5 /* des56.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = des56.c; sourceTree = "<group>"; };
188 188 2844E3AA12C8FB3F0021A2F5 /* des56.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = des56.h; sourceTree = "<group>"; };
189 189 2844E3AB12C8FB3F0021A2F5 /* ldes56.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ldes56.c; sourceTree = "<group>"; };
... ... @@ -194,11 +194,11 @@
194 194 285E4C4D11B3B41C00E7CAD8 /* libtcod.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libtcod.h; sourceTree = "<group>"; };
195 195 285E4C4E11B3B41C00E7CAD8 /* noise.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = noise.h; sourceTree = "<group>"; };
196 196 285E4C4F11B3B41C00E7CAD8 /* noise_c.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = noise_c.c; sourceTree = "<group>"; };
197   - 285E4C5111B3B42700E7CAD8 /* noise.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = noise.c; path = ../../src/noise.c; sourceTree = SOURCE_ROOT; };
198   - 28786CDB129A437700285801 /* serial.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = serial.c; path = ../../src/serial.c; sourceTree = SOURCE_ROOT; };
199   - 28786CDC129A437700285801 /* serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = serial.h; path = ../../src/serial.h; sourceTree = SOURCE_ROOT; };
200   - 289E379611D86DC00065B265 /* sdnoise1234.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sdnoise1234.c; path = ../../src/sdnoise1234.c; sourceTree = SOURCE_ROOT; };
201   - 289E379F11D86EE20065B265 /* sdnoise1234.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdnoise1234.h; path = ../../src/sdnoise1234.h; sourceTree = SOURCE_ROOT; };
  197 + 285E4C5111B3B42700E7CAD8 /* noise.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = noise.c; path = ../src/noise.c; sourceTree = SOURCE_ROOT; };
  198 + 28786CDB129A437700285801 /* serial.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = serial.c; path = ../src/serial.c; sourceTree = SOURCE_ROOT; };
  199 + 28786CDC129A437700285801 /* serial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = serial.h; path = ../src/serial.h; sourceTree = SOURCE_ROOT; };
  200 + 289E379611D86DC00065B265 /* sdnoise1234.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sdnoise1234.c; path = ../src/sdnoise1234.c; sourceTree = SOURCE_ROOT; };
  201 + 289E379F11D86EE20065B265 /* sdnoise1234.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdnoise1234.h; path = ../src/sdnoise1234.h; sourceTree = SOURCE_ROOT; };
202 202 28B42386119F50AE00562F94 /* SDL_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_image.framework; path = /Library/Frameworks/SDL_image.framework; sourceTree = "<absolute>"; };
203 203 28B42387119F50AE00562F94 /* SDL_mixer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_mixer.framework; path = /Library/Frameworks/SDL_mixer.framework; sourceTree = "<absolute>"; };
204 204 28B42388119F50AE00562F94 /* SDL_ttf.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_ttf.framework; path = /Library/Frameworks/SDL_ttf.framework; sourceTree = "<absolute>"; };
... ... @@ -346,33 +346,33 @@
346 346 28B4259C119F51A700562F94 /* zlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zlib.h; sourceTree = "<group>"; };
347 347 28B4259D119F51A700562F94 /* zutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zutil.c; sourceTree = "<group>"; };
348 348 28B4259E119F51A700562F94 /* zutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zutil.h; sourceTree = "<group>"; };
349   - 28B42605119F520F00562F94 /* core_lua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = core_lua.h; path = ../../src/core_lua.h; sourceTree = SOURCE_ROOT; };
350   - 28B42606119F520F00562F94 /* display_sdl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = display_sdl.h; path = ../../src/display_sdl.h; sourceTree = SOURCE_ROOT; };
351   - 28B42607119F520F00562F94 /* display.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = display.h; path = ../../src/display.h; sourceTree = SOURCE_ROOT; };
352   - 28B42608119F520F00562F94 /* getself.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getself.h; path = ../../src/getself.h; sourceTree = SOURCE_ROOT; };
353   - 28B42609119F520F00562F94 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = main.h; path = ../../src/main.h; sourceTree = SOURCE_ROOT; };
354   - 28B4260A119F520F00562F94 /* map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = map.h; path = ../../src/map.h; sourceTree = SOURCE_ROOT; };
355   - 28B4260B119F520F00562F94 /* music.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = music.h; path = ../../src/music.h; sourceTree = SOURCE_ROOT; };
356   - 28B4260C119F520F00562F94 /* particles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = particles.h; path = ../../src/particles.h; sourceTree = SOURCE_ROOT; };
357   - 28B4260D119F520F00562F94 /* script.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = script.h; path = ../../src/script.h; sourceTree = SOURCE_ROOT; };
358   - 28B4260E119F520F00562F94 /* SFMT-params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SFMT-params.h"; path = "../../src/SFMT-params.h"; sourceTree = SOURCE_ROOT; };
359   - 28B4260F119F520F00562F94 /* SFMT-params19937.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SFMT-params19937.h"; path = "../../src/SFMT-params19937.h"; sourceTree = SOURCE_ROOT; };
360   - 28B42610119F520F00562F94 /* SFMT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SFMT.h; path = ../../src/SFMT.h; sourceTree = SOURCE_ROOT; };
361   - 28B42611119F520F00562F94 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../../src/types.h; sourceTree = SOURCE_ROOT; };
362   - 28B42613119F520F00562F94 /* core_lua.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = core_lua.c; path = ../../src/core_lua.c; sourceTree = SOURCE_ROOT; };
363   - 28B42614119F520F00562F94 /* display_sdl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = display_sdl.c; path = ../../src/display_sdl.c; sourceTree = SOURCE_ROOT; };
364   - 28B42616119F520F00562F94 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = ../../src/main.c; sourceTree = SOURCE_ROOT; };
365   - 28B42617119F520F00562F94 /* map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = map.c; path = ../../src/map.c; sourceTree = SOURCE_ROOT; };
366   - 28B42618119F520F00562F94 /* music.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = music.c; path = ../../src/music.c; sourceTree = SOURCE_ROOT; };
367   - 28B42619119F520F00562F94 /* particles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = particles.c; path = ../../src/particles.c; sourceTree = SOURCE_ROOT; };
368   - 28B4261A119F520F00562F94 /* SFMT.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SFMT.c; path = ../../src/SFMT.c; sourceTree = SOURCE_ROOT; };
369   - 28B4261B119F520F00562F94 /* struct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = struct.c; path = ../../src/struct.c; sourceTree = SOURCE_ROOT; };
  349 + 28B42605119F520F00562F94 /* core_lua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = core_lua.h; path = ../src/core_lua.h; sourceTree = SOURCE_ROOT; };
  350 + 28B42606119F520F00562F94 /* display_sdl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = display_sdl.h; path = ../src/display_sdl.h; sourceTree = SOURCE_ROOT; };
  351 + 28B42607119F520F00562F94 /* display.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = display.h; path = ../src/display.h; sourceTree = SOURCE_ROOT; };
  352 + 28B42608119F520F00562F94 /* getself.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getself.h; path = ../src/getself.h; sourceTree = SOURCE_ROOT; };
  353 + 28B42609119F520F00562F94 /* main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = main.h; path = ../src/main.h; sourceTree = SOURCE_ROOT; };
  354 + 28B4260A119F520F00562F94 /* map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = map.h; path = ../src/map.h; sourceTree = SOURCE_ROOT; };
  355 + 28B4260B119F520F00562F94 /* music.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = music.h; path = ../src/music.h; sourceTree = SOURCE_ROOT; };
  356 + 28B4260C119F520F00562F94 /* particles.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = particles.h; path = ../src/particles.h; sourceTree = SOURCE_ROOT; };
  357 + 28B4260D119F520F00562F94 /* script.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = script.h; path = ../src/script.h; sourceTree = SOURCE_ROOT; };
  358 + 28B4260E119F520F00562F94 /* SFMT-params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SFMT-params.h"; path = "../src/SFMT-params.h"; sourceTree = SOURCE_ROOT; };
  359 + 28B4260F119F520F00562F94 /* SFMT-params19937.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "SFMT-params19937.h"; path = "../src/SFMT-params19937.h"; sourceTree = SOURCE_ROOT; };
  360 + 28B42610119F520F00562F94 /* SFMT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SFMT.h; path = ../src/SFMT.h; sourceTree = SOURCE_ROOT; };
  361 + 28B42611119F520F00562F94 /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../src/types.h; sourceTree = SOURCE_ROOT; };
  362 + 28B42613119F520F00562F94 /* core_lua.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = core_lua.c; path = ../src/core_lua.c; sourceTree = SOURCE_ROOT; };
  363 + 28B42614119F520F00562F94 /* display_sdl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = display_sdl.c; path = ../src/display_sdl.c; sourceTree = SOURCE_ROOT; };
  364 + 28B42616119F520F00562F94 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = ../src/main.c; sourceTree = SOURCE_ROOT; };
  365 + 28B42617119F520F00562F94 /* map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = map.c; path = ../src/map.c; sourceTree = SOURCE_ROOT; };
  366 + 28B42618119F520F00562F94 /* music.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = music.c; path = ../src/music.c; sourceTree = SOURCE_ROOT; };
  367 + 28B42619119F520F00562F94 /* particles.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = particles.c; path = ../src/particles.c; sourceTree = SOURCE_ROOT; };
  368 + 28B4261A119F520F00562F94 /* SFMT.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = SFMT.c; path = ../src/SFMT.c; sourceTree = SOURCE_ROOT; };
  369 + 28B4261B119F520F00562F94 /* struct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = struct.c; path = ../src/struct.c; sourceTree = SOURCE_ROOT; };
370 370 28B42634119F537000562F94 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
371 371 28B42694119F618100562F94 /* getself.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = getself.m; sourceTree = "<group>"; };
372 372 28B426AF119F673600562F94 /* posix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = posix.c; sourceTree = "<group>"; };
373 373 28B426BB119F67FB00562F94 /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
374   - 28B426D4119F6A1000562F94 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = ../../game; sourceTree = SOURCE_ROOT; };
375   - 28B429EC119F708400562F94 /* bootstrap */ = {isa = PBXFileReference; lastKnownFileType = folder; name = bootstrap; path = ../../bootstrap; sourceTree = SOURCE_ROOT; };
  374 + 28B426D4119F6A1000562F94 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = ../game; sourceTree = SOURCE_ROOT; };
  375 + 28B429EC119F708400562F94 /* bootstrap */ = {isa = PBXFileReference; lastKnownFileType = folder; name = bootstrap; path = ../bootstrap; sourceTree = SOURCE_ROOT; };
376 376 28B429FE119F761700562F94 /* te4.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = te4.icns; sourceTree = "<group>"; };
377 377 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
378 378 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
... ... @@ -455,7 +455,7 @@
455 455 282AC02A125B15C100F7C346 /* xmltok_ns.c */,
456 456 );
457 457 name = expat;
458   - path = ../../src/expat;
  458 + path = ../src/expat;
459 459 sourceTree = SOURCE_ROOT;
460 460 };
461 461 282AC030125B15D400F7C346 /* lxp */ = {
... ... @@ -465,7 +465,7 @@
465 465 282AC032125B15D400F7C346 /* lxplib.h */,
466 466 );
467 467 name = lxp;
468   - path = ../../src/lxp;
  468 + path = ../src/lxp;
469 469 sourceTree = SOURCE_ROOT;
470 470 };
471 471 2844E3A812C8FB3F0021A2F5 /* luamd5 */ = {
... ... @@ -480,7 +480,7 @@
480 480 2844E3AF12C8FB3F0021A2F5 /* md5lib.c */,
481 481 );
482 482 name = luamd5;
483   - path = ../../src/luamd5;
  483 + path = ../src/luamd5;
484 484 sourceTree = SOURCE_ROOT;
485 485 };
486 486 285E4C4C11B3B41C00E7CAD8 /* libtcod_import */ = {
... ... @@ -491,7 +491,7 @@
491 491 285E4C4F11B3B41C00E7CAD8 /* noise_c.c */,
492 492 );
493 493 name = libtcod_import;
494   - path = ../../src/libtcod_import;
  494 + path = ../src/libtcod_import;
495 495 sourceTree = SOURCE_ROOT;
496 496 };
497 497 28B424F7119F51A600562F94 /* dynasm */ = {
... ... @@ -501,7 +501,7 @@
501 501 28B424F9119F51A600562F94 /* dasm_x86.h */,
502 502 );
503 503 name = dynasm;
504   - path = ../../src/dynasm;
  504 + path = ../src/dynasm;
505 505 sourceTree = SOURCE_ROOT;
506 506 };
507 507 28B424FC119F51A600562F94 /* fov */ = {
... ... @@ -511,7 +511,7 @@
511 511 28B424FE119F51A600562F94 /* fov.h */,
512 512 );
513 513 name = fov;
514   - path = ../../src/fov;
  514 + path = ../src/fov;
515 515 sourceTree = SOURCE_ROOT;
516 516 };
517 517 28B424FF119F51A600562F94 /* lpeg */ = {
... ... @@ -520,7 +520,7 @@
520 520 28B42500119F51A600562F94 /* lpeg.c */,
521 521 );
522 522 name = lpeg;
523   - path = ../../src/lpeg;
  523 + path = ../src/lpeg;
524 524 sourceTree = SOURCE_ROOT;
525 525 };
526 526 28B42501119F51A600562F94 /* lua */ = {
... ... @@ -581,7 +581,7 @@
581 581 28B42537119F51A600562F94 /* print.c */,
582 582 );
583 583 name = lua;
584   - path = ../../src/lua;
  584 + path = ../src/lua;
585 585 sourceTree = SOURCE_ROOT;
586 586 };
587 587 28B42538119F51A600562F94 /* lualanes */ = {
... ... @@ -594,7 +594,7 @@
594 594 28B4253E119F51A600562F94 /* tools.h */,
595 595 );
596 596 name = lualanes;
597   - path = ../../src/lualanes;
  597 + path = ../src/lualanes;
598 598 sourceTree = SOURCE_ROOT;
599 599 };
600 600 28B4253F119F51A600562F94 /* luaprofiler */ = {
... ... @@ -612,7 +612,7 @@
612 612 28B4254C119F51A600562F94 /* stack.h */,
613 613 );
614 614 name = luaprofiler;
615   - path = ../../src/luaprofiler;
  615 + path = ../src/luaprofiler;
616 616 sourceTree = SOURCE_ROOT;
617 617 };
618 618 28B4254D119F51A600562F94 /* luasocket */ = {
... ... @@ -649,7 +649,7 @@
649 649 28B4256A119F51A700562F94 /* usocket.h */,
650 650 );
651 651 name = luasocket;
652   - path = ../../src/luasocket;
  652 + path = ../src/luasocket;
653 653 sourceTree = SOURCE_ROOT;
654 654 };
655 655 28B4256D119F51A700562F94 /* mac */ = {
... ... @@ -660,7 +660,7 @@
660 660 28B4256F119F51A700562F94 /* SDLMain.m */,
661 661 );
662 662 name = mac;
663   - path = ../../src/mac;
  663 + path = ../src/mac;
664 664 sourceTree = SOURCE_ROOT;
665 665 };
666 666 28B42570119F51A700562F94 /* physfs */ = {
... ... @@ -680,7 +680,7 @@
680 680 28B42582119F51A700562F94 /* zlib123 */,
681 681 );
682 682 name = physfs;
683   - path = ../../src/physfs;
  683 + path = ../src/physfs;
684 684 sourceTree = SOURCE_ROOT;
685 685 };
686 686 28B42571119F51A700562F94 /* archivers */ = {
... ... @@ -858,7 +858,14 @@
858 858 };
859 859 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "T-Engine" */;
860 860 compatibilityVersion = "Xcode 3.1";
  861 + developmentRegion = English;
861 862 hasScannedForEncodings = 1;
  863 + knownRegions = (
  864 + English,
  865 + Japanese,
  866 + French,
  867 + German,
  868 + );
862 869 mainGroup = 29B97314FDCFA39411CA2CEA /* T-Engine */;
863 870 projectDirPath = "";
864 871 projectRoot = "";
... ... @@ -890,9 +897,9 @@
890 897 );
891 898 inputPaths = (
892 899 "$(BUILT_PRODUCTS_DIR)/T-Engine.app",
893   - "$(SRCROOT)/../../CONTRIBUTING",
894   - "$(SRCROOT)/../../COPYING",
895   - "$(SRCROOT)/../../CREDITS",
  900 + "$(SRCROOT)/../CONTRIBUTING",
  901 + "$(SRCROOT)/../COPYING",
  902 + "$(SRCROOT)/../CREDITS",
896 903 );
897 904 name = "Create Disk Image";
898 905 outputPaths = (
... ...