* Dialog box rendering was off a few pixels due to me forgetting to remove some tests I did, fixed * Black at index 255 and white at index 0 is now forced during bmp loading. Windows does it, photoshop doesn't, but older versions of Dink (directx) seemed to do it so going with that * Invalid sprite sent to freeze/unfreeze will no longer crash the game (bug was also in original 1.08) * Added hardening to check valid input on many script functions, will stop "sometimes" crashes based on bad scripting as well as log them * Crash logging should show correct function names. I mean it this time! - Some mobile related files added now that I'm starting to work on that side too git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1512 353e56fe-9613-0410-8469-b96ad8e6f29c
1408 lines
119 KiB
Text
1408 lines
119 KiB
Text
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 45;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
5D70B62512B5FED300A1AB17 /* OSXUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5D70B61B12B5FED300A1AB17 /* OSXUtils.mm */; };
|
|
5D70B62612B5FED300A1AB17 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 5D70B61E12B5FED300A1AB17 /* main.m */; };
|
|
5D70B62712B5FED300A1AB17 /* MainController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5D70B62012B5FED300A1AB17 /* MainController.mm */; };
|
|
5D70B62812B5FED300A1AB17 /* MyApplication.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5D70B62212B5FED300A1AB17 /* MyApplication.mm */; };
|
|
5D70B62912B5FED300A1AB17 /* MyOpenGLView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5D70B62412B5FED300A1AB17 /* MyOpenGLView.mm */; };
|
|
5D70B81112B606DC00A1AB17 /* PlatformSetup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70B79C12B606DC00A1AB17 /* PlatformSetup.cpp */; };
|
|
5D70B81212B606DC00A1AB17 /* PlatformPrecomp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70B79E12B606DC00A1AB17 /* PlatformPrecomp.cpp */; };
|
|
5D70B81312B606DC00A1AB17 /* BaseApp.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70B79F12B606DC00A1AB17 /* BaseApp.cpp */; };
|
|
5D70C0B312B72BE700A1AB17 /* StreamingInstanceZip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70BFF412B72BE600A1AB17 /* StreamingInstanceZip.cpp */; };
|
|
5D70C0B412B72BE700A1AB17 /* StreamingInstanceFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70BFF612B72BE600A1AB17 /* StreamingInstanceFile.cpp */; };
|
|
5D70C0B512B72BE700A1AB17 /* StreamingInstance.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70BFF812B72BE600A1AB17 /* StreamingInstance.cpp */; };
|
|
5D70C0B612B72BE700A1AB17 /* FileSystemZip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70BFFA12B72BE600A1AB17 /* FileSystemZip.cpp */; };
|
|
5D70C0B712B72BE700A1AB17 /* FileSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70BFFC12B72BE600A1AB17 /* FileSystem.cpp */; };
|
|
5D70C0B812B72BE700A1AB17 /* FileManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70BFFE12B72BE600A1AB17 /* FileManager.cpp */; };
|
|
5D70C0B912B72BE700A1AB17 /* ResourceManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C00012B72BE600A1AB17 /* ResourceManager.cpp */; };
|
|
5D70C0BA12B72BE700A1AB17 /* VariantDB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C00212B72BE600A1AB17 /* VariantDB.cpp */; };
|
|
5D70C0BB12B72BE700A1AB17 /* Console.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C00412B72BE600A1AB17 /* Console.cpp */; };
|
|
5D70C0BC12B72BE700A1AB17 /* GameTimer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C00612B72BE600A1AB17 /* GameTimer.cpp */; };
|
|
5D70C0BD12B72BE700A1AB17 /* MessageManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C00812B72BE600A1AB17 /* MessageManager.cpp */; };
|
|
5D70C0BE12B72BE700A1AB17 /* NetHTTP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C00B12B72BE600A1AB17 /* NetHTTP.cpp */; };
|
|
5D70C0BF12B72BE700A1AB17 /* NetSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C00D12B72BE600A1AB17 /* NetSocket.cpp */; };
|
|
5D70C0C012B72BE700A1AB17 /* NetUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C00F12B72BE700A1AB17 /* NetUtils.cpp */; };
|
|
5D70C0C112B72BE700A1AB17 /* AudioManagerFMOD.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C01212B72BE700A1AB17 /* AudioManagerFMOD.cpp */; };
|
|
5D70C0C312B72BE700A1AB17 /* AudioManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C01512B72BE700A1AB17 /* AudioManager.cpp */; };
|
|
5D70C0C412B72BE700A1AB17 /* mat3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C01A12B72BE700A1AB17 /* mat3.cpp */; };
|
|
5D70C0C512B72BE700A1AB17 /* mat4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C01B12B72BE700A1AB17 /* mat4.cpp */; };
|
|
5D70C0C612B72BE700A1AB17 /* vec4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C01C12B72BE700A1AB17 /* vec4.cpp */; };
|
|
5D70C0C712B72BE700A1AB17 /* vec1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C01D12B72BE700A1AB17 /* vec1.cpp */; };
|
|
5D70C0C812B72BE700A1AB17 /* angle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C01E12B72BE700A1AB17 /* angle.cpp */; };
|
|
5D70C0C912B72BE700A1AB17 /* vec2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C01F12B72BE700A1AB17 /* vec2.cpp */; };
|
|
5D70C0CA12B72BE700A1AB17 /* vec3.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C02012B72BE700A1AB17 /* vec3.cpp */; };
|
|
5D70C0CB12B72BE700A1AB17 /* CustomInputComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C02412B72BE700A1AB17 /* CustomInputComponent.cpp */; };
|
|
5D70C0CC12B72BE700A1AB17 /* ArcadeInputComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C02612B72BE700A1AB17 /* ArcadeInputComponent.cpp */; };
|
|
5D70C0CD12B72BE700A1AB17 /* SelectButtonWithCustomInputComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C02812B72BE700A1AB17 /* SelectButtonWithCustomInputComponent.cpp */; };
|
|
5D70C0CE12B72BE700A1AB17 /* SliderComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C02A12B72BE700A1AB17 /* SliderComponent.cpp */; };
|
|
5D70C0CF12B72BE700A1AB17 /* UnpackArchiveComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C02B12B72BE700A1AB17 /* UnpackArchiveComponent.cpp */; };
|
|
5D70C0D012B72BE700A1AB17 /* FilterInputComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C02D12B72BE700A1AB17 /* FilterInputComponent.cpp */; };
|
|
5D70C0D112B72BE700A1AB17 /* RenderClipComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C02F12B72BE700A1AB17 /* RenderClipComponent.cpp */; };
|
|
5D70C0D212B72BE700A1AB17 /* TouchStripComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C03112B72BE700A1AB17 /* TouchStripComponent.cpp */; };
|
|
5D70C0D312B72BE700A1AB17 /* TrailRenderComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C03312B72BE700A1AB17 /* TrailRenderComponent.cpp */; };
|
|
5D70C0D412B72BE700A1AB17 /* InputTextRenderComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C03512B72BE700A1AB17 /* InputTextRenderComponent.cpp */; };
|
|
5D70C0D512B72BE700A1AB17 /* RectRenderComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C03712B72BE700A1AB17 /* RectRenderComponent.cpp */; };
|
|
5D70C0D612B72BE700A1AB17 /* ScrollBarRenderComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C03912B72BE700A1AB17 /* ScrollBarRenderComponent.cpp */; };
|
|
5D70C0D712B72BE700A1AB17 /* ScrollComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C03B12B72BE700A1AB17 /* ScrollComponent.cpp */; };
|
|
5D70C0D812B72BE700A1AB17 /* TextBoxRenderComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C03D12B72BE700A1AB17 /* TextBoxRenderComponent.cpp */; };
|
|
5D70C0D912B72BE700A1AB17 /* HTTPComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C03F12B72BE700A1AB17 /* HTTPComponent.cpp */; };
|
|
5D70C0DA12B72BE700A1AB17 /* TyperComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C04112B72BE700A1AB17 /* TyperComponent.cpp */; };
|
|
5D70C0DB12B72BE700A1AB17 /* ProgressBarComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C04312B72BE700A1AB17 /* ProgressBarComponent.cpp */; };
|
|
5D70C0DC12B72BE700A1AB17 /* TapSequenceDetectComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C04512B72BE700A1AB17 /* TapSequenceDetectComponent.cpp */; };
|
|
5D70C0DD12B72BE700A1AB17 /* UnderlineRenderComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C04712B72BE700A1AB17 /* UnderlineRenderComponent.cpp */; };
|
|
5D70C0DE12B72BE700A1AB17 /* FocusInputComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C04912B72BE700A1AB17 /* FocusInputComponent.cpp */; };
|
|
5D70C0DF12B72BE700A1AB17 /* FocusRenderComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C04B12B72BE700A1AB17 /* FocusRenderComponent.cpp */; };
|
|
5D70C0E012B72BE700A1AB17 /* FocusUpdateComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C04D12B72BE700A1AB17 /* FocusUpdateComponent.cpp */; };
|
|
5D70C0E112B72BE700A1AB17 /* InterpolateComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C04F12B72BE700A1AB17 /* InterpolateComponent.cpp */; };
|
|
5D70C0E212B72BE700A1AB17 /* TextRenderComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C05112B72BE700A1AB17 /* TextRenderComponent.cpp */; };
|
|
5D70C0E312B72BE700A1AB17 /* Button2DComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C05312B72BE700A1AB17 /* Button2DComponent.cpp */; };
|
|
5D70C0E412B72BE700A1AB17 /* TouchHandlerComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C05512B72BE700A1AB17 /* TouchHandlerComponent.cpp */; };
|
|
5D70C0E512B72BE700A1AB17 /* OverlayRenderComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C05712B72BE700A1AB17 /* OverlayRenderComponent.cpp */; };
|
|
5D70C0E612B72BE700A1AB17 /* EntityUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C05912B72BE700A1AB17 /* EntityUtils.cpp */; };
|
|
5D70C0E712B72BE700A1AB17 /* Component.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C05B12B72BE700A1AB17 /* Component.cpp */; };
|
|
5D70C0E812B72BE700A1AB17 /* Entity.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C05D12B72BE700A1AB17 /* Entity.cpp */; };
|
|
5D70C0E912B72BE700A1AB17 /* RTFont.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C06012B72BE700A1AB17 /* RTFont.cpp */; };
|
|
5D70C0EA12B72BE700A1AB17 /* rtRect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C06312B72BE700A1AB17 /* rtRect.cpp */; };
|
|
5D70C0EB12B72BE700A1AB17 /* SoftSurface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C06612B72BE700A1AB17 /* SoftSurface.cpp */; };
|
|
5D70C0EC12B72BE700A1AB17 /* RenderBatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C06812B72BE700A1AB17 /* RenderBatcher.cpp */; };
|
|
5D70C0ED12B72BE700A1AB17 /* L_Defination.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C06B12B72BE700A1AB17 /* L_Defination.cpp */; };
|
|
5D70C0EE12B72BE700A1AB17 /* L_DroppingEffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C06D12B72BE700A1AB17 /* L_DroppingEffect.cpp */; };
|
|
5D70C0EF12B72BE700A1AB17 /* L_EffectEmitter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C06F12B72BE700A1AB17 /* L_EffectEmitter.cpp */; };
|
|
5D70C0F012B72BE700A1AB17 /* L_EffectManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C07112B72BE700A1AB17 /* L_EffectManager.cpp */; };
|
|
5D70C0F112B72BE700A1AB17 /* L_ExplosionEffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C07312B72BE700A1AB17 /* L_ExplosionEffect.cpp */; };
|
|
5D70C0F212B72BE700A1AB17 /* L_MotionController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C07512B72BE700A1AB17 /* L_MotionController.cpp */; };
|
|
5D70C0F312B72BE700A1AB17 /* L_Particle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C07712B72BE700A1AB17 /* L_Particle.cpp */; };
|
|
5D70C0F412B72BE700A1AB17 /* L_ParticleEffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C07912B72BE700A1AB17 /* L_ParticleEffect.cpp */; };
|
|
5D70C0F512B72BE700A1AB17 /* L_ParticleMem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C07B12B72BE700A1AB17 /* L_ParticleMem.cpp */; };
|
|
5D70C0F612B72BE700A1AB17 /* L_ParticleSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C07D12B72BE700A1AB17 /* L_ParticleSystem.cpp */; };
|
|
5D70C0F712B72BE700A1AB17 /* L_ShootingEffect.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C07F12B72BE700A1AB17 /* L_ShootingEffect.cpp */; };
|
|
5D70C0F812B72BE700A1AB17 /* SurfaceAnim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C08212B72BE700A1AB17 /* SurfaceAnim.cpp */; };
|
|
5D70C0F912B72BE700A1AB17 /* Surface.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C08512B72BE700A1AB17 /* Surface.cpp */; };
|
|
5D70C0FA12B72BE700A1AB17 /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C08A12B72BE700A1AB17 /* unzip.c */; };
|
|
5D70C0FB12B72BE700A1AB17 /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C08C12B72BE700A1AB17 /* ioapi.c */; };
|
|
5D70C0FC12B72BE700A1AB17 /* TarHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C08F12B72BE700A1AB17 /* TarHandler.cpp */; };
|
|
5D70C0FD12B72BE700A1AB17 /* blocksort.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C09212B72BE700A1AB17 /* blocksort.c */; };
|
|
5D70C0FE12B72BE700A1AB17 /* bzlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C09312B72BE700A1AB17 /* bzlib.c */; };
|
|
5D70C0FF12B72BE700A1AB17 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C09412B72BE700A1AB17 /* compress.c */; };
|
|
5D70C10012B72BE700A1AB17 /* crctable.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C09512B72BE700A1AB17 /* crctable.c */; };
|
|
5D70C10112B72BE700A1AB17 /* decompress.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C09612B72BE700A1AB17 /* decompress.c */; };
|
|
5D70C10212B72BE700A1AB17 /* huffman.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C09712B72BE700A1AB17 /* huffman.c */; };
|
|
5D70C10312B72BE700A1AB17 /* randtable.c in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C09812B72BE700A1AB17 /* randtable.c */; };
|
|
5D70C10412B72BE700A1AB17 /* CRandom.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C09912B72BE700A1AB17 /* CRandom.cpp */; };
|
|
5D70C10512B72BE700A1AB17 /* PrimeSearch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C09B12B72BE700A1AB17 /* PrimeSearch.cpp */; };
|
|
5D70C10612B72BE700A1AB17 /* TextScanner.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C09D12B72BE700A1AB17 /* TextScanner.cpp */; };
|
|
5D70C10712B72BE700A1AB17 /* MathUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C09F12B72BE700A1AB17 /* MathUtils.cpp */; };
|
|
5D70C10812B72BE700A1AB17 /* Variant.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C0A112B72BE700A1AB17 /* Variant.cpp */; };
|
|
5D70C10912B72BE700A1AB17 /* connection.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C0A512B72BE700A1AB17 /* connection.cpp */; };
|
|
5D70C10A12B72BE700A1AB17 /* named_slot_map.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C0A612B72BE700A1AB17 /* named_slot_map.cpp */; };
|
|
5D70C10B12B72BE700A1AB17 /* signal_base.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C0A712B72BE700A1AB17 /* signal_base.cpp */; };
|
|
5D70C10C12B72BE700A1AB17 /* slot.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C0A812B72BE700A1AB17 /* slot.cpp */; };
|
|
5D70C10D12B72BE700A1AB17 /* trackable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C0A912B72BE700A1AB17 /* trackable.cpp */; };
|
|
5D70C10E12B72BE700A1AB17 /* GLESUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C0AA12B72BE700A1AB17 /* GLESUtils.cpp */; };
|
|
5D70C10F12B72BE700A1AB17 /* ResourceUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C0AC12B72BE700A1AB17 /* ResourceUtils.cpp */; };
|
|
5D70C11012B72BE700A1AB17 /* MiscUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C0AF12B72BE700A1AB17 /* MiscUtils.cpp */; };
|
|
5D70C11112B72BE700A1AB17 /* RenderUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C0B112B72BE700A1AB17 /* RenderUtils.cpp */; };
|
|
5D70C14F12B72C0900A1AB17 /* ScriptAccelerator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C11312B72C0900A1AB17 /* ScriptAccelerator.cpp */; };
|
|
5D70C15012B72C0900A1AB17 /* FFReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C11512B72C0900A1AB17 /* FFReader.cpp */; };
|
|
5D70C15112B72C0900A1AB17 /* dink.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C11712B72C0900A1AB17 /* dink.cpp */; };
|
|
5D70C15212B72C0900A1AB17 /* misc_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C11A12B72C0900A1AB17 /* misc_util.cpp */; };
|
|
5D70C15312B72C0900A1AB17 /* video_gl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C11D12B72C0900A1AB17 /* video_gl.cpp */; };
|
|
5D70C15412B72C0900A1AB17 /* DragControlComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C12112B72C0900A1AB17 /* DragControlComponent.cpp */; };
|
|
5D70C15512B72C0900A1AB17 /* ActionButtonComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C12312B72C0900A1AB17 /* ActionButtonComponent.cpp */; };
|
|
5D70C15612B72C0900A1AB17 /* InventoryComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C12412B72C0900A1AB17 /* InventoryComponent.cpp */; };
|
|
5D70C15712B72C0900A1AB17 /* CursorComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C12612B72C0900A1AB17 /* CursorComponent.cpp */; };
|
|
5D70C15812B72C0900A1AB17 /* FPSControlComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C12812B72C0900A1AB17 /* FPSControlComponent.cpp */; };
|
|
5D70C15912B72C0900A1AB17 /* ParticleTestComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C12A12B72C0900A1AB17 /* ParticleTestComponent.cpp */; };
|
|
5D70C15A12B72C0900A1AB17 /* ExpiredMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C12E12B72C0900A1AB17 /* ExpiredMenu.cpp */; };
|
|
5D70C15B12B72C0900A1AB17 /* ReadTextMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C13012B72C0900A1AB17 /* ReadTextMenu.cpp */; };
|
|
5D70C15C12B72C0900A1AB17 /* BrowseMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C13212B72C0900A1AB17 /* BrowseMenu.cpp */; };
|
|
5D70C15D12B72C0900A1AB17 /* AboutMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C13412B72C0900A1AB17 /* AboutMenu.cpp */; };
|
|
5D70C15E12B72C0900A1AB17 /* QuickTipMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C13612B72C0900A1AB17 /* QuickTipMenu.cpp */; };
|
|
5D70C15F12B72C0900A1AB17 /* OptionsMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C13812B72C0900A1AB17 /* OptionsMenu.cpp */; };
|
|
5D70C16012B72C0900A1AB17 /* LogMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C13912B72C0900A1AB17 /* LogMenu.cpp */; };
|
|
5D70C16112B72C0900A1AB17 /* PauseMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C13B12B72C0900A1AB17 /* PauseMenu.cpp */; };
|
|
5D70C16212B72C0900A1AB17 /* EnterURLMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C13D12B72C0900A1AB17 /* EnterURLMenu.cpp */; };
|
|
5D70C16312B72C0900A1AB17 /* PopUpMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C13F12B72C0900A1AB17 /* PopUpMenu.cpp */; };
|
|
5D70C16412B72C0900A1AB17 /* DMODMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C14112B72C0900A1AB17 /* DMODMenu.cpp */; };
|
|
5D70C16512B72C0900A1AB17 /* DMODInstallMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C14312B72C0900A1AB17 /* DMODInstallMenu.cpp */; };
|
|
5D70C16612B72C0900A1AB17 /* LoadMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C14512B72C0900A1AB17 /* LoadMenu.cpp */; };
|
|
5D70C16712B72C0900A1AB17 /* GameMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C14712B72C0900A1AB17 /* GameMenu.cpp */; };
|
|
5D70C16812B72C0900A1AB17 /* ParticleTestMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C14912B72C0900A1AB17 /* ParticleTestMenu.cpp */; };
|
|
5D70C16912B72C0900A1AB17 /* DebugMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C14B12B72C0900A1AB17 /* DebugMenu.cpp */; };
|
|
5D70C16A12B72C0900A1AB17 /* MainMenu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5D70C14D12B72C0900A1AB17 /* MainMenu.cpp */; };
|
|
5D8FA3AC12DA754700E9B3B8 /* interface in Resources */ = {isa = PBXBuildFile; fileRef = 5D8FA3AB12DA754700E9B3B8 /* interface */; };
|
|
5D8FA49F12DBFA1100E9B3B8 /* game in Resources */ = {isa = PBXBuildFile; fileRef = 5D8FA49D12DBFA1100E9B3B8 /* game */; };
|
|
5D8FA52212DBFA3100E9B3B8 /* dink in Resources */ = {isa = PBXBuildFile; fileRef = 5D8FA4A012DBFA3000E9B3B8 /* dink */; };
|
|
5D8FA52312DBFA3100E9B3B8 /* audio in Resources */ = {isa = PBXBuildFile; fileRef = 5D8FA51512DBFA3100E9B3B8 /* audio */; };
|
|
5DB7E05E14C183020097F054 /* libfmodex.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DB7E05D14C183020097F054 /* libfmodex.dylib */; };
|
|
5DB7E05F14C184610097F054 /* libfmodex.dylib in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5DB7E05D14C183020097F054 /* libfmodex.dylib */; };
|
|
5DD32A5A12CAE4340009B0F3 /* Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5DD32A5912CAE4340009B0F3 /* Info.plist */; };
|
|
5DDDC70712CAEB4C0075D2F9 /* EmitVirtualKeyComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DDDC70612CAEB4C0075D2F9 /* EmitVirtualKeyComponent.cpp */; };
|
|
5DDE02A012B4F50D000C5CC0 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DDE029F12B4F50D000C5CC0 /* libz.dylib */; };
|
|
5DDE02A512B4F526000C5CC0 /* App.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5DDE02A412B4F526000C5CC0 /* App.cpp */; };
|
|
5DFB850A12BAEDB500337543 /* app.icns in Resources */ = {isa = PBXBuildFile; fileRef = 5DFB850912BAEDB500337543 /* app.icns */; };
|
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C165CFE840E0CC02AAC07 /* InfoPlist.strings */; };
|
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
|
|
AF9DBBC6113C611C00D05754 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF9DBBC5113C611C00D05754 /* QuartzCore.framework */; };
|
|
AFBD7716113895850015E685 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = AFBD7714113895850015E685 /* MainMenu.xib */; };
|
|
AFD4D88A113C504F00C2DE76 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AFD4D889113C504F00C2DE76 /* OpenGL.framework */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
5D70BB2712B7208900A1AB17 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = "";
|
|
dstSubfolderSpec = 10;
|
|
files = (
|
|
5DB7E05F14C184610097F054 /* libfmodex.dylib in CopyFiles */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
089C165DFE840E0CC02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
|
|
256AC3F00F4B6AF500CF3369 /* RTDink_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RTDink_Prefix.pch; sourceTree = "<group>"; };
|
|
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
|
|
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
|
|
5D70B61A12B5FED300A1AB17 /* PlatformSetupOSX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlatformSetupOSX.h; path = ../../shared/OSX/PlatformSetupOSX.h; sourceTree = SOURCE_ROOT; };
|
|
5D70B61B12B5FED300A1AB17 /* OSXUtils.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = OSXUtils.mm; path = ../../shared/OSX/OSXUtils.mm; sourceTree = SOURCE_ROOT; };
|
|
5D70B61C12B5FED300A1AB17 /* OSXUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OSXUtils.h; path = ../../shared/OSX/OSXUtils.h; sourceTree = SOURCE_ROOT; };
|
|
5D70B61E12B5FED300A1AB17 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
5D70B61F12B5FED300A1AB17 /* MainController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MainController.h; sourceTree = "<group>"; };
|
|
5D70B62012B5FED300A1AB17 /* MainController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MainController.mm; sourceTree = "<group>"; };
|
|
5D70B62112B5FED300A1AB17 /* MyApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyApplication.h; sourceTree = "<group>"; };
|
|
5D70B62212B5FED300A1AB17 /* MyApplication.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MyApplication.mm; sourceTree = "<group>"; };
|
|
5D70B62312B5FED300A1AB17 /* MyOpenGLView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyOpenGLView.h; sourceTree = "<group>"; };
|
|
5D70B62412B5FED300A1AB17 /* MyOpenGLView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MyOpenGLView.mm; sourceTree = "<group>"; };
|
|
5D70B79B12B606DC00A1AB17 /* PlatformSetup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlatformSetup.h; path = ../../shared/PlatformSetup.h; sourceTree = SOURCE_ROOT; };
|
|
5D70B79C12B606DC00A1AB17 /* PlatformSetup.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PlatformSetup.cpp; path = ../../shared/PlatformSetup.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70B79D12B606DC00A1AB17 /* PlatformPrecomp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlatformPrecomp.h; path = ../../shared/PlatformPrecomp.h; sourceTree = SOURCE_ROOT; };
|
|
5D70B79E12B606DC00A1AB17 /* PlatformPrecomp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PlatformPrecomp.cpp; path = ../../shared/PlatformPrecomp.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70B79F12B606DC00A1AB17 /* BaseApp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BaseApp.cpp; path = ../../shared/BaseApp.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70B7A012B606DC00A1AB17 /* BaseApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BaseApp.h; path = ../../shared/BaseApp.h; sourceTree = SOURCE_ROOT; };
|
|
5D70BFF312B72BE600A1AB17 /* StreamingInstanceZip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StreamingInstanceZip.h; path = ../../shared/FileSystem/StreamingInstanceZip.h; sourceTree = SOURCE_ROOT; };
|
|
5D70BFF412B72BE600A1AB17 /* StreamingInstanceZip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StreamingInstanceZip.cpp; path = ../../shared/FileSystem/StreamingInstanceZip.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70BFF512B72BE600A1AB17 /* StreamingInstanceFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StreamingInstanceFile.h; path = ../../shared/FileSystem/StreamingInstanceFile.h; sourceTree = SOURCE_ROOT; };
|
|
5D70BFF612B72BE600A1AB17 /* StreamingInstanceFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StreamingInstanceFile.cpp; path = ../../shared/FileSystem/StreamingInstanceFile.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70BFF712B72BE600A1AB17 /* StreamingInstance.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StreamingInstance.h; path = ../../shared/FileSystem/StreamingInstance.h; sourceTree = SOURCE_ROOT; };
|
|
5D70BFF812B72BE600A1AB17 /* StreamingInstance.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = StreamingInstance.cpp; path = ../../shared/FileSystem/StreamingInstance.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70BFF912B72BE600A1AB17 /* FileSystemZip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileSystemZip.h; path = ../../shared/FileSystem/FileSystemZip.h; sourceTree = SOURCE_ROOT; };
|
|
5D70BFFA12B72BE600A1AB17 /* FileSystemZip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FileSystemZip.cpp; path = ../../shared/FileSystem/FileSystemZip.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70BFFB12B72BE600A1AB17 /* FileSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileSystem.h; path = ../../shared/FileSystem/FileSystem.h; sourceTree = SOURCE_ROOT; };
|
|
5D70BFFC12B72BE600A1AB17 /* FileSystem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FileSystem.cpp; path = ../../shared/FileSystem/FileSystem.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70BFFD12B72BE600A1AB17 /* FileManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileManager.h; path = ../../shared/FileSystem/FileManager.h; sourceTree = SOURCE_ROOT; };
|
|
5D70BFFE12B72BE600A1AB17 /* FileManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FileManager.cpp; path = ../../shared/FileSystem/FileManager.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C00012B72BE600A1AB17 /* ResourceManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ResourceManager.cpp; path = ../../shared/Manager/ResourceManager.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C00112B72BE600A1AB17 /* ResourceManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ResourceManager.h; path = ../../shared/Manager/ResourceManager.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C00212B72BE600A1AB17 /* VariantDB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = VariantDB.cpp; path = ../../shared/Manager/VariantDB.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C00312B72BE600A1AB17 /* VariantDB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VariantDB.h; path = ../../shared/Manager/VariantDB.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C00412B72BE600A1AB17 /* Console.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Console.cpp; path = ../../shared/Manager/Console.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C00512B72BE600A1AB17 /* Console.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Console.h; path = ../../shared/Manager/Console.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C00612B72BE600A1AB17 /* GameTimer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GameTimer.cpp; path = ../../shared/Manager/GameTimer.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C00712B72BE600A1AB17 /* GameTimer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GameTimer.h; path = ../../shared/Manager/GameTimer.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C00812B72BE600A1AB17 /* MessageManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MessageManager.cpp; path = ../../shared/Manager/MessageManager.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C00912B72BE600A1AB17 /* MessageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MessageManager.h; path = ../../shared/Manager/MessageManager.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C00B12B72BE600A1AB17 /* NetHTTP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NetHTTP.cpp; path = ../../shared/Network/NetHTTP.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C00C12B72BE600A1AB17 /* NetHTTP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NetHTTP.h; path = ../../shared/Network/NetHTTP.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C00D12B72BE600A1AB17 /* NetSocket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NetSocket.cpp; path = ../../shared/Network/NetSocket.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C00E12B72BE600A1AB17 /* NetSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NetSocket.h; path = ../../shared/Network/NetSocket.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C00F12B72BE700A1AB17 /* NetUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = NetUtils.cpp; path = ../../shared/Network/NetUtils.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C01012B72BE700A1AB17 /* NetUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NetUtils.h; path = ../../shared/Network/NetUtils.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C01212B72BE700A1AB17 /* AudioManagerFMOD.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AudioManagerFMOD.cpp; path = ../../shared/Audio/AudioManagerFMOD.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C01512B72BE700A1AB17 /* AudioManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AudioManager.cpp; path = ../../shared/Audio/AudioManager.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C01612B72BE700A1AB17 /* AudioManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AudioManager.h; path = ../../shared/Audio/AudioManager.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C01A12B72BE700A1AB17 /* mat3.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mat3.cpp; path = "../../shared/ClanLib-2.0/Sources/Core/Math/mat3.cpp"; sourceTree = SOURCE_ROOT; };
|
|
5D70C01B12B72BE700A1AB17 /* mat4.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mat4.cpp; path = "../../shared/ClanLib-2.0/Sources/Core/Math/mat4.cpp"; sourceTree = SOURCE_ROOT; };
|
|
5D70C01C12B72BE700A1AB17 /* vec4.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vec4.cpp; path = "../../shared/ClanLib-2.0/Sources/Core/Math/vec4.cpp"; sourceTree = SOURCE_ROOT; };
|
|
5D70C01D12B72BE700A1AB17 /* vec1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vec1.cpp; path = "../../shared/ClanLib-2.0/Sources/Core/Math/vec1.cpp"; sourceTree = SOURCE_ROOT; };
|
|
5D70C01E12B72BE700A1AB17 /* angle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = angle.cpp; path = "../../shared/ClanLib-2.0/Sources/Core/Math/angle.cpp"; sourceTree = SOURCE_ROOT; };
|
|
5D70C01F12B72BE700A1AB17 /* vec2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vec2.cpp; path = "../../shared/ClanLib-2.0/Sources/Core/Math/vec2.cpp"; sourceTree = SOURCE_ROOT; };
|
|
5D70C02012B72BE700A1AB17 /* vec3.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vec3.cpp; path = "../../shared/ClanLib-2.0/Sources/Core/Math/vec3.cpp"; sourceTree = SOURCE_ROOT; };
|
|
5D70C02312B72BE700A1AB17 /* CustomInputComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CustomInputComponent.h; path = ../../shared/Entity/CustomInputComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C02412B72BE700A1AB17 /* CustomInputComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CustomInputComponent.cpp; path = ../../shared/Entity/CustomInputComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C02512B72BE700A1AB17 /* ArcadeInputComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ArcadeInputComponent.h; path = ../../shared/Entity/ArcadeInputComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C02612B72BE700A1AB17 /* ArcadeInputComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ArcadeInputComponent.cpp; path = ../../shared/Entity/ArcadeInputComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C02712B72BE700A1AB17 /* SelectButtonWithCustomInputComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SelectButtonWithCustomInputComponent.h; path = ../../shared/Entity/SelectButtonWithCustomInputComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C02812B72BE700A1AB17 /* SelectButtonWithCustomInputComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SelectButtonWithCustomInputComponent.cpp; path = ../../shared/Entity/SelectButtonWithCustomInputComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C02912B72BE700A1AB17 /* SliderComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SliderComponent.h; path = ../../shared/Entity/SliderComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C02A12B72BE700A1AB17 /* SliderComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SliderComponent.cpp; path = ../../shared/Entity/SliderComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C02B12B72BE700A1AB17 /* UnpackArchiveComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = UnpackArchiveComponent.cpp; path = ../../shared/Entity/UnpackArchiveComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C02C12B72BE700A1AB17 /* UnpackArchiveComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UnpackArchiveComponent.h; path = ../../shared/Entity/UnpackArchiveComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C02D12B72BE700A1AB17 /* FilterInputComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FilterInputComponent.cpp; path = ../../shared/Entity/FilterInputComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C02E12B72BE700A1AB17 /* FilterInputComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FilterInputComponent.h; path = ../../shared/Entity/FilterInputComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C02F12B72BE700A1AB17 /* RenderClipComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RenderClipComponent.cpp; path = ../../shared/Entity/RenderClipComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C03012B72BE700A1AB17 /* RenderClipComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RenderClipComponent.h; path = ../../shared/Entity/RenderClipComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C03112B72BE700A1AB17 /* TouchStripComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TouchStripComponent.cpp; path = ../../shared/Entity/TouchStripComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C03212B72BE700A1AB17 /* TouchStripComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TouchStripComponent.h; path = ../../shared/Entity/TouchStripComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C03312B72BE700A1AB17 /* TrailRenderComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TrailRenderComponent.cpp; path = ../../shared/Entity/TrailRenderComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C03412B72BE700A1AB17 /* TrailRenderComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TrailRenderComponent.h; path = ../../shared/Entity/TrailRenderComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C03512B72BE700A1AB17 /* InputTextRenderComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InputTextRenderComponent.cpp; path = ../../shared/Entity/InputTextRenderComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C03612B72BE700A1AB17 /* InputTextRenderComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InputTextRenderComponent.h; path = ../../shared/Entity/InputTextRenderComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C03712B72BE700A1AB17 /* RectRenderComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RectRenderComponent.cpp; path = ../../shared/Entity/RectRenderComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C03812B72BE700A1AB17 /* RectRenderComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RectRenderComponent.h; path = ../../shared/Entity/RectRenderComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C03912B72BE700A1AB17 /* ScrollBarRenderComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollBarRenderComponent.cpp; path = ../../shared/Entity/ScrollBarRenderComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C03A12B72BE700A1AB17 /* ScrollBarRenderComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScrollBarRenderComponent.h; path = ../../shared/Entity/ScrollBarRenderComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C03B12B72BE700A1AB17 /* ScrollComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScrollComponent.cpp; path = ../../shared/Entity/ScrollComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C03C12B72BE700A1AB17 /* ScrollComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScrollComponent.h; path = ../../shared/Entity/ScrollComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C03D12B72BE700A1AB17 /* TextBoxRenderComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TextBoxRenderComponent.cpp; path = ../../shared/Entity/TextBoxRenderComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C03E12B72BE700A1AB17 /* TextBoxRenderComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TextBoxRenderComponent.h; path = ../../shared/Entity/TextBoxRenderComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C03F12B72BE700A1AB17 /* HTTPComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = HTTPComponent.cpp; path = ../../shared/Entity/HTTPComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C04012B72BE700A1AB17 /* HTTPComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPComponent.h; path = ../../shared/Entity/HTTPComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C04112B72BE700A1AB17 /* TyperComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TyperComponent.cpp; path = ../../shared/Entity/TyperComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C04212B72BE700A1AB17 /* TyperComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TyperComponent.h; path = ../../shared/Entity/TyperComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C04312B72BE700A1AB17 /* ProgressBarComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ProgressBarComponent.cpp; path = ../../shared/Entity/ProgressBarComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C04412B72BE700A1AB17 /* ProgressBarComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ProgressBarComponent.h; path = ../../shared/Entity/ProgressBarComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C04512B72BE700A1AB17 /* TapSequenceDetectComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TapSequenceDetectComponent.cpp; path = ../../shared/Entity/TapSequenceDetectComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C04612B72BE700A1AB17 /* TapSequenceDetectComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TapSequenceDetectComponent.h; path = ../../shared/Entity/TapSequenceDetectComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C04712B72BE700A1AB17 /* UnderlineRenderComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = UnderlineRenderComponent.cpp; path = ../../shared/Entity/UnderlineRenderComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C04812B72BE700A1AB17 /* UnderlineRenderComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UnderlineRenderComponent.h; path = ../../shared/Entity/UnderlineRenderComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C04912B72BE700A1AB17 /* FocusInputComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FocusInputComponent.cpp; path = ../../shared/Entity/FocusInputComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C04A12B72BE700A1AB17 /* FocusInputComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FocusInputComponent.h; path = ../../shared/Entity/FocusInputComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C04B12B72BE700A1AB17 /* FocusRenderComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FocusRenderComponent.cpp; path = ../../shared/Entity/FocusRenderComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C04C12B72BE700A1AB17 /* FocusRenderComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FocusRenderComponent.h; path = ../../shared/Entity/FocusRenderComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C04D12B72BE700A1AB17 /* FocusUpdateComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FocusUpdateComponent.cpp; path = ../../shared/Entity/FocusUpdateComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C04E12B72BE700A1AB17 /* FocusUpdateComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FocusUpdateComponent.h; path = ../../shared/Entity/FocusUpdateComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C04F12B72BE700A1AB17 /* InterpolateComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InterpolateComponent.cpp; path = ../../shared/Entity/InterpolateComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C05012B72BE700A1AB17 /* InterpolateComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InterpolateComponent.h; path = ../../shared/Entity/InterpolateComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C05112B72BE700A1AB17 /* TextRenderComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TextRenderComponent.cpp; path = ../../shared/Entity/TextRenderComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C05212B72BE700A1AB17 /* TextRenderComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TextRenderComponent.h; path = ../../shared/Entity/TextRenderComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C05312B72BE700A1AB17 /* Button2DComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Button2DComponent.cpp; path = ../../shared/Entity/Button2DComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C05412B72BE700A1AB17 /* Button2DComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Button2DComponent.h; path = ../../shared/Entity/Button2DComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C05512B72BE700A1AB17 /* TouchHandlerComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TouchHandlerComponent.cpp; path = ../../shared/Entity/TouchHandlerComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C05612B72BE700A1AB17 /* TouchHandlerComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TouchHandlerComponent.h; path = ../../shared/Entity/TouchHandlerComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C05712B72BE700A1AB17 /* OverlayRenderComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OverlayRenderComponent.cpp; path = ../../shared/Entity/OverlayRenderComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C05812B72BE700A1AB17 /* OverlayRenderComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OverlayRenderComponent.h; path = ../../shared/Entity/OverlayRenderComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C05912B72BE700A1AB17 /* EntityUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = EntityUtils.cpp; path = ../../shared/Entity/EntityUtils.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C05A12B72BE700A1AB17 /* EntityUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EntityUtils.h; path = ../../shared/Entity/EntityUtils.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C05B12B72BE700A1AB17 /* Component.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Component.cpp; path = ../../shared/Entity/Component.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C05C12B72BE700A1AB17 /* Component.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Component.h; path = ../../shared/Entity/Component.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C05D12B72BE700A1AB17 /* Entity.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Entity.cpp; path = ../../shared/Entity/Entity.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C05E12B72BE700A1AB17 /* Entity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Entity.h; path = ../../shared/Entity/Entity.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C06012B72BE700A1AB17 /* RTFont.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RTFont.cpp; path = ../../shared/GUI/RTFont.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C06112B72BE700A1AB17 /* RTFont.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RTFont.h; path = ../../shared/GUI/RTFont.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C06312B72BE700A1AB17 /* rtRect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rtRect.cpp; path = ../../shared/Math/rtRect.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C06412B72BE700A1AB17 /* rtRect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rtRect.h; path = ../../shared/Math/rtRect.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C06612B72BE700A1AB17 /* SoftSurface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SoftSurface.cpp; path = ../../shared/Renderer/SoftSurface.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C06712B72BE700A1AB17 /* SoftSurface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SoftSurface.h; path = ../../shared/Renderer/SoftSurface.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C06812B72BE700A1AB17 /* RenderBatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RenderBatcher.cpp; path = ../../shared/Renderer/RenderBatcher.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C06912B72BE700A1AB17 /* RenderBatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RenderBatcher.h; path = ../../shared/Renderer/RenderBatcher.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C06B12B72BE700A1AB17 /* L_Defination.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = L_Defination.cpp; path = ../../shared/Renderer/linearparticle/sources/L_Defination.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C06C12B72BE700A1AB17 /* L_Defination.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = L_Defination.h; path = ../../shared/Renderer/linearparticle/sources/L_Defination.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C06D12B72BE700A1AB17 /* L_DroppingEffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = L_DroppingEffect.cpp; path = ../../shared/Renderer/linearparticle/sources/L_DroppingEffect.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C06E12B72BE700A1AB17 /* L_DroppingEffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = L_DroppingEffect.h; path = ../../shared/Renderer/linearparticle/sources/L_DroppingEffect.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C06F12B72BE700A1AB17 /* L_EffectEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = L_EffectEmitter.cpp; path = ../../shared/Renderer/linearparticle/sources/L_EffectEmitter.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C07012B72BE700A1AB17 /* L_EffectEmitter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = L_EffectEmitter.h; path = ../../shared/Renderer/linearparticle/sources/L_EffectEmitter.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C07112B72BE700A1AB17 /* L_EffectManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = L_EffectManager.cpp; path = ../../shared/Renderer/linearparticle/sources/L_EffectManager.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C07212B72BE700A1AB17 /* L_EffectManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = L_EffectManager.h; path = ../../shared/Renderer/linearparticle/sources/L_EffectManager.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C07312B72BE700A1AB17 /* L_ExplosionEffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = L_ExplosionEffect.cpp; path = ../../shared/Renderer/linearparticle/sources/L_ExplosionEffect.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C07412B72BE700A1AB17 /* L_ExplosionEffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = L_ExplosionEffect.h; path = ../../shared/Renderer/linearparticle/sources/L_ExplosionEffect.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C07512B72BE700A1AB17 /* L_MotionController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = L_MotionController.cpp; path = ../../shared/Renderer/linearparticle/sources/L_MotionController.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C07612B72BE700A1AB17 /* L_MotionController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = L_MotionController.h; path = ../../shared/Renderer/linearparticle/sources/L_MotionController.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C07712B72BE700A1AB17 /* L_Particle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = L_Particle.cpp; path = ../../shared/Renderer/linearparticle/sources/L_Particle.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C07812B72BE700A1AB17 /* L_Particle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = L_Particle.h; path = ../../shared/Renderer/linearparticle/sources/L_Particle.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C07912B72BE700A1AB17 /* L_ParticleEffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = L_ParticleEffect.cpp; path = ../../shared/Renderer/linearparticle/sources/L_ParticleEffect.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C07A12B72BE700A1AB17 /* L_ParticleEffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = L_ParticleEffect.h; path = ../../shared/Renderer/linearparticle/sources/L_ParticleEffect.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C07B12B72BE700A1AB17 /* L_ParticleMem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = L_ParticleMem.cpp; path = ../../shared/Renderer/linearparticle/sources/L_ParticleMem.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C07C12B72BE700A1AB17 /* L_ParticleMem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = L_ParticleMem.h; path = ../../shared/Renderer/linearparticle/sources/L_ParticleMem.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C07D12B72BE700A1AB17 /* L_ParticleSystem.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = L_ParticleSystem.cpp; path = ../../shared/Renderer/linearparticle/sources/L_ParticleSystem.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C07E12B72BE700A1AB17 /* L_ParticleSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = L_ParticleSystem.h; path = ../../shared/Renderer/linearparticle/sources/L_ParticleSystem.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C07F12B72BE700A1AB17 /* L_ShootingEffect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = L_ShootingEffect.cpp; path = ../../shared/Renderer/linearparticle/sources/L_ShootingEffect.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C08012B72BE700A1AB17 /* L_ShootingEffect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = L_ShootingEffect.h; path = ../../shared/Renderer/linearparticle/sources/L_ShootingEffect.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C08112B72BE700A1AB17 /* LinearParticle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LinearParticle.h; path = ../../shared/Renderer/LinearParticle.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C08212B72BE700A1AB17 /* SurfaceAnim.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SurfaceAnim.cpp; path = ../../shared/Renderer/SurfaceAnim.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C08312B72BE700A1AB17 /* SurfaceAnim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SurfaceAnim.h; path = ../../shared/Renderer/SurfaceAnim.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C08412B72BE700A1AB17 /* bitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bitmap.h; path = ../../shared/Renderer/bitmap.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C08512B72BE700A1AB17 /* Surface.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Surface.cpp; path = ../../shared/Renderer/Surface.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C08612B72BE700A1AB17 /* Surface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Surface.h; path = ../../shared/Renderer/Surface.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C08912B72BE700A1AB17 /* unzip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = ../../shared/util/unzip/unzip.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C08A12B72BE700A1AB17 /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = ../../shared/util/unzip/unzip.c; sourceTree = SOURCE_ROOT; };
|
|
5D70C08B12B72BE700A1AB17 /* ioapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = ../../shared/util/unzip/ioapi.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C08C12B72BE700A1AB17 /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = ../../shared/util/unzip/ioapi.c; sourceTree = SOURCE_ROOT; };
|
|
5D70C08D12B72BE700A1AB17 /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crypt.h; path = ../../shared/util/unzip/crypt.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C08F12B72BE700A1AB17 /* TarHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TarHandler.cpp; path = ../../shared/util/archive/TarHandler.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C09012B72BE700A1AB17 /* TarHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TarHandler.h; path = ../../shared/util/archive/TarHandler.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C09212B72BE700A1AB17 /* blocksort.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = blocksort.c; path = ../../shared/util/bzip2/blocksort.c; sourceTree = SOURCE_ROOT; };
|
|
5D70C09312B72BE700A1AB17 /* bzlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = bzlib.c; path = ../../shared/util/bzip2/bzlib.c; sourceTree = SOURCE_ROOT; };
|
|
5D70C09412B72BE700A1AB17 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = compress.c; path = ../../shared/util/bzip2/compress.c; sourceTree = SOURCE_ROOT; };
|
|
5D70C09512B72BE700A1AB17 /* crctable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crctable.c; path = ../../shared/util/bzip2/crctable.c; sourceTree = SOURCE_ROOT; };
|
|
5D70C09612B72BE700A1AB17 /* decompress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = decompress.c; path = ../../shared/util/bzip2/decompress.c; sourceTree = SOURCE_ROOT; };
|
|
5D70C09712B72BE700A1AB17 /* huffman.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = huffman.c; path = ../../shared/util/bzip2/huffman.c; sourceTree = SOURCE_ROOT; };
|
|
5D70C09812B72BE700A1AB17 /* randtable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = randtable.c; path = ../../shared/util/bzip2/randtable.c; sourceTree = SOURCE_ROOT; };
|
|
5D70C09912B72BE700A1AB17 /* CRandom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CRandom.cpp; path = ../../shared/util/CRandom.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C09A12B72BE700A1AB17 /* CRandom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CRandom.h; path = ../../shared/util/CRandom.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C09B12B72BE700A1AB17 /* PrimeSearch.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PrimeSearch.cpp; path = ../../shared/util/PrimeSearch.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C09C12B72BE700A1AB17 /* PrimeSearch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PrimeSearch.h; path = ../../shared/util/PrimeSearch.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C09D12B72BE700A1AB17 /* TextScanner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = TextScanner.cpp; path = ../../shared/util/TextScanner.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C09E12B72BE700A1AB17 /* TextScanner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = TextScanner.h; path = ../../shared/util/TextScanner.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C09F12B72BE700A1AB17 /* MathUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MathUtils.cpp; path = ../../shared/util/MathUtils.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C0A012B72BE700A1AB17 /* MathUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MathUtils.h; path = ../../shared/util/MathUtils.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C0A112B72BE700A1AB17 /* Variant.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Variant.cpp; path = ../../shared/util/Variant.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C0A212B72BE700A1AB17 /* Variant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Variant.h; path = ../../shared/util/Variant.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C0A512B72BE700A1AB17 /* connection.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = connection.cpp; path = ../../shared/util/boost/libs/signals/src/connection.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C0A612B72BE700A1AB17 /* named_slot_map.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = named_slot_map.cpp; path = ../../shared/util/boost/libs/signals/src/named_slot_map.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C0A712B72BE700A1AB17 /* signal_base.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = signal_base.cpp; path = ../../shared/util/boost/libs/signals/src/signal_base.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C0A812B72BE700A1AB17 /* slot.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = slot.cpp; path = ../../shared/util/boost/libs/signals/src/slot.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C0A912B72BE700A1AB17 /* trackable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = trackable.cpp; path = ../../shared/util/boost/libs/signals/src/trackable.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C0AA12B72BE700A1AB17 /* GLESUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GLESUtils.cpp; path = ../../shared/util/GLESUtils.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C0AB12B72BE700A1AB17 /* GLESUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GLESUtils.h; path = ../../shared/util/GLESUtils.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C0AC12B72BE700A1AB17 /* ResourceUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ResourceUtils.cpp; path = ../../shared/util/ResourceUtils.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C0AD12B72BE700A1AB17 /* ResourceUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ResourceUtils.h; path = ../../shared/util/ResourceUtils.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C0AE12B72BE700A1AB17 /* RTFileFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RTFileFormat.h; path = ../../shared/util/RTFileFormat.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C0AF12B72BE700A1AB17 /* MiscUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MiscUtils.cpp; path = ../../shared/util/MiscUtils.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C0B012B72BE700A1AB17 /* MiscUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MiscUtils.h; path = ../../shared/util/MiscUtils.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C0B112B72BE700A1AB17 /* RenderUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = RenderUtils.cpp; path = ../../shared/util/RenderUtils.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C0B212B72BE700A1AB17 /* RenderUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RenderUtils.h; path = ../../shared/util/RenderUtils.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C11312B72C0900A1AB17 /* ScriptAccelerator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ScriptAccelerator.cpp; path = ../source/dink/ScriptAccelerator.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C11412B72C0900A1AB17 /* ScriptAccelerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ScriptAccelerator.h; path = ../source/dink/ScriptAccelerator.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C11512B72C0900A1AB17 /* FFReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FFReader.cpp; path = ../source/dink/FFReader.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C11612B72C0900A1AB17 /* FFReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FFReader.h; path = ../source/dink/FFReader.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C11712B72C0900A1AB17 /* dink.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dink.cpp; path = ../source/dink/dink.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C11812B72C0900A1AB17 /* dink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dink.h; path = ../source/dink/dink.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C11912B72C0900A1AB17 /* dinkvar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dinkvar.h; path = ../source/dink/dinkvar.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C11A12B72C0900A1AB17 /* misc_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = misc_util.cpp; path = ../source/dink/misc_util.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C11B12B72C0900A1AB17 /* misc_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = misc_util.h; path = ../source/dink/misc_util.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C11C12B72C0900A1AB17 /* resource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = resource.h; path = ../source/dink/resource.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C11D12B72C0900A1AB17 /* video_gl.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = video_gl.cpp; path = ../source/video_gl.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C11E12B72C0900A1AB17 /* video_gl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = video_gl.h; path = ../source/video_gl.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C12012B72C0900A1AB17 /* DragControlComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DragControlComponent.h; path = ../source/Component/DragControlComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C12112B72C0900A1AB17 /* DragControlComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DragControlComponent.cpp; path = ../source/Component/DragControlComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C12212B72C0900A1AB17 /* ActionButtonComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ActionButtonComponent.h; path = ../source/Component/ActionButtonComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C12312B72C0900A1AB17 /* ActionButtonComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ActionButtonComponent.cpp; path = ../source/Component/ActionButtonComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C12412B72C0900A1AB17 /* InventoryComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = InventoryComponent.cpp; path = ../source/Component/InventoryComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C12512B72C0900A1AB17 /* InventoryComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InventoryComponent.h; path = ../source/Component/InventoryComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C12612B72C0900A1AB17 /* CursorComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CursorComponent.cpp; path = ../source/Component/CursorComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C12712B72C0900A1AB17 /* CursorComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CursorComponent.h; path = ../source/Component/CursorComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C12812B72C0900A1AB17 /* FPSControlComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FPSControlComponent.cpp; path = ../source/Component/FPSControlComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C12912B72C0900A1AB17 /* FPSControlComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FPSControlComponent.h; path = ../source/Component/FPSControlComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C12A12B72C0900A1AB17 /* ParticleTestComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ParticleTestComponent.cpp; path = ../source/Component/ParticleTestComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C12B12B72C0900A1AB17 /* ParticleTestComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ParticleTestComponent.h; path = ../source/Component/ParticleTestComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C12D12B72C0900A1AB17 /* ExpiredMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ExpiredMenu.h; path = ../source/GUI/ExpiredMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C12E12B72C0900A1AB17 /* ExpiredMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ExpiredMenu.cpp; path = ../source/GUI/ExpiredMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C12F12B72C0900A1AB17 /* ReadTextMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ReadTextMenu.h; path = ../source/GUI/ReadTextMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C13012B72C0900A1AB17 /* ReadTextMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ReadTextMenu.cpp; path = ../source/GUI/ReadTextMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C13112B72C0900A1AB17 /* BrowseMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BrowseMenu.h; path = ../source/GUI/BrowseMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C13212B72C0900A1AB17 /* BrowseMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = BrowseMenu.cpp; path = ../source/GUI/BrowseMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C13312B72C0900A1AB17 /* AboutMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AboutMenu.h; path = ../source/GUI/AboutMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C13412B72C0900A1AB17 /* AboutMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AboutMenu.cpp; path = ../source/GUI/AboutMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C13512B72C0900A1AB17 /* QuickTipMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = QuickTipMenu.h; path = ../source/GUI/QuickTipMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C13612B72C0900A1AB17 /* QuickTipMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = QuickTipMenu.cpp; path = ../source/GUI/QuickTipMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C13712B72C0900A1AB17 /* OptionsMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OptionsMenu.h; path = ../source/GUI/OptionsMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C13812B72C0900A1AB17 /* OptionsMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OptionsMenu.cpp; path = ../source/GUI/OptionsMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C13912B72C0900A1AB17 /* LogMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LogMenu.cpp; path = ../source/GUI/LogMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C13A12B72C0900A1AB17 /* LogMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LogMenu.h; path = ../source/GUI/LogMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C13B12B72C0900A1AB17 /* PauseMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PauseMenu.cpp; path = ../source/GUI/PauseMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C13C12B72C0900A1AB17 /* PauseMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PauseMenu.h; path = ../source/GUI/PauseMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C13D12B72C0900A1AB17 /* EnterURLMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = EnterURLMenu.cpp; path = ../source/GUI/EnterURLMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C13E12B72C0900A1AB17 /* EnterURLMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EnterURLMenu.h; path = ../source/GUI/EnterURLMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C13F12B72C0900A1AB17 /* PopUpMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PopUpMenu.cpp; path = ../source/GUI/PopUpMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C14012B72C0900A1AB17 /* PopUpMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PopUpMenu.h; path = ../source/GUI/PopUpMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C14112B72C0900A1AB17 /* DMODMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DMODMenu.cpp; path = ../source/GUI/DMODMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C14212B72C0900A1AB17 /* DMODMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DMODMenu.h; path = ../source/GUI/DMODMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C14312B72C0900A1AB17 /* DMODInstallMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DMODInstallMenu.cpp; path = ../source/GUI/DMODInstallMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C14412B72C0900A1AB17 /* DMODInstallMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DMODInstallMenu.h; path = ../source/GUI/DMODInstallMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C14512B72C0900A1AB17 /* LoadMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LoadMenu.cpp; path = ../source/GUI/LoadMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C14612B72C0900A1AB17 /* LoadMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LoadMenu.h; path = ../source/GUI/LoadMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C14712B72C0900A1AB17 /* GameMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = GameMenu.cpp; path = ../source/GUI/GameMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C14812B72C0900A1AB17 /* GameMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GameMenu.h; path = ../source/GUI/GameMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C14912B72C0900A1AB17 /* ParticleTestMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ParticleTestMenu.cpp; path = ../source/GUI/ParticleTestMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C14A12B72C0900A1AB17 /* ParticleTestMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ParticleTestMenu.h; path = ../source/GUI/ParticleTestMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C14B12B72C0900A1AB17 /* DebugMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DebugMenu.cpp; path = ../source/GUI/DebugMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C14C12B72C0900A1AB17 /* DebugMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DebugMenu.h; path = ../source/GUI/DebugMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C14D12B72C0900A1AB17 /* MainMenu.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = MainMenu.cpp; path = ../source/GUI/MainMenu.cpp; sourceTree = SOURCE_ROOT; };
|
|
5D70C14E12B72C0900A1AB17 /* MainMenu.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainMenu.h; path = ../source/GUI/MainMenu.h; sourceTree = SOURCE_ROOT; };
|
|
5D70C25212B72D1A00A1AB17 /* AudioManagerFMOD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AudioManagerFMOD.h; path = ../../shared/Audio/AudioManagerFMOD.h; sourceTree = SOURCE_ROOT; };
|
|
5D8CE30114C654B5009EB534 /* RTDink copy-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "RTDink copy-Info.plist"; path = "/Users/Seth/dev/rtsvn/projects/proton/RTDink/OSX/RTDink copy-Info.plist"; sourceTree = "<absolute>"; };
|
|
5D8FA3AB12DA754700E9B3B8 /* interface */ = {isa = PBXFileReference; lastKnownFileType = folder; name = interface; path = ../bin/interface; sourceTree = "<group>"; };
|
|
5D8FA49D12DBFA1100E9B3B8 /* game */ = {isa = PBXFileReference; lastKnownFileType = folder; name = game; path = ../bin/game; sourceTree = "<group>"; };
|
|
5D8FA4A012DBFA3000E9B3B8 /* dink */ = {isa = PBXFileReference; lastKnownFileType = folder; name = dink; path = ../bin/dink; sourceTree = "<group>"; };
|
|
5D8FA51512DBFA3100E9B3B8 /* audio */ = {isa = PBXFileReference; lastKnownFileType = folder; name = audio; path = ../bin/audio; sourceTree = "<group>"; };
|
|
5DB7E05D14C183020097F054 /* libfmodex.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libfmodex.dylib; path = ../../shared/OSX/fmod/api/lib/libfmodex.dylib; sourceTree = "<group>"; };
|
|
5DD32A5912CAE4340009B0F3 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
5DDDC70512CAEB4C0075D2F9 /* EmitVirtualKeyComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EmitVirtualKeyComponent.h; path = ../../shared/Entity/EmitVirtualKeyComponent.h; sourceTree = SOURCE_ROOT; };
|
|
5DDDC70612CAEB4C0075D2F9 /* EmitVirtualKeyComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = EmitVirtualKeyComponent.cpp; path = ../../shared/Entity/EmitVirtualKeyComponent.cpp; sourceTree = SOURCE_ROOT; };
|
|
5DDE029F12B4F50D000C5CC0 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
|
|
5DDE02A312B4F526000C5CC0 /* App.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = App.h; path = ../source/App.h; sourceTree = SOURCE_ROOT; };
|
|
5DDE02A412B4F526000C5CC0 /* App.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = App.cpp; path = ../source/App.cpp; sourceTree = SOURCE_ROOT; };
|
|
5DFB850912BAEDB500337543 /* app.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = app.icns; sourceTree = "<group>"; };
|
|
8D1107320486CEB800E47090 /* Dink Smallwood HD.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Dink Smallwood HD.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
AF9DBBC5113C611C00D05754 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
|
AFBD7715113895850015E685 /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = English.lproj/MainMenu.xib; sourceTree = "<group>"; };
|
|
AFD4D889113C504F00C2DE76 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
8D11072E0486CEB800E47090 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
|
|
AFD4D88A113C504F00C2DE76 /* OpenGL.framework in Frameworks */,
|
|
AF9DBBC6113C611C00D05754 /* QuartzCore.framework in Frameworks */,
|
|
5DDE02A012B4F50D000C5CC0 /* libz.dylib in Frameworks */,
|
|
5DB7E05E14C183020097F054 /* libfmodex.dylib in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
|
|
AFD4D889113C504F00C2DE76 /* OpenGL.framework */,
|
|
AF9DBBC5113C611C00D05754 /* QuartzCore.framework */,
|
|
5DDE029F12B4F50D000C5CC0 /* libz.dylib */,
|
|
);
|
|
name = "Linked Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5DB7E05D14C183020097F054 /* libfmodex.dylib */,
|
|
29B97324FDCFA39411CA2CEA /* AppKit.framework */,
|
|
29B97325FDCFA39411CA2CEA /* Foundation.framework */,
|
|
);
|
|
name = "Other Frameworks";
|
|
sourceTree = "<group>";
|
|
};
|
|
19C28FACFE9D520D11CA2CBB /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
8D1107320486CEB800E47090 /* Dink Smallwood HD.app */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97314FDCFA39411CA2CEA /* RTDink */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5DDE012412B4D49C000C5CC0 /* shared */,
|
|
29B97315FDCFA39411CA2CEA /* source */,
|
|
29B97317FDCFA39411CA2CEA /* Resources */,
|
|
29B97323FDCFA39411CA2CEA /* Frameworks */,
|
|
19C28FACFE9D520D11CA2CBB /* Products */,
|
|
5D8CE30114C654B5009EB534 /* RTDink copy-Info.plist */,
|
|
);
|
|
name = RTDink;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97315FDCFA39411CA2CEA /* source */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C12C12B72C0900A1AB17 /* GUI */,
|
|
5D70C11F12B72C0900A1AB17 /* Component */,
|
|
5D70C11212B72C0900A1AB17 /* Dink */,
|
|
5DDE02A312B4F526000C5CC0 /* App.h */,
|
|
5DDE02A412B4F526000C5CC0 /* App.cpp */,
|
|
256AC3F00F4B6AF500CF3369 /* RTDink_Prefix.pch */,
|
|
);
|
|
name = source;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97317FDCFA39411CA2CEA /* Resources */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D8FA4A012DBFA3000E9B3B8 /* dink */,
|
|
5D8FA51512DBFA3100E9B3B8 /* audio */,
|
|
5D8FA49D12DBFA1100E9B3B8 /* game */,
|
|
5D8FA3AB12DA754700E9B3B8 /* interface */,
|
|
5DD32A5912CAE4340009B0F3 /* Info.plist */,
|
|
5DFB850912BAEDB500337543 /* app.icns */,
|
|
AFBD7714113895850015E685 /* MainMenu.xib */,
|
|
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */,
|
|
);
|
|
name = Resources;
|
|
sourceTree = "<group>";
|
|
};
|
|
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
|
|
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
|
|
);
|
|
name = Frameworks;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70B61912B5FEB000A1AB17 /* OSX */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70B61A12B5FED300A1AB17 /* PlatformSetupOSX.h */,
|
|
5D70B61B12B5FED300A1AB17 /* OSXUtils.mm */,
|
|
5D70B61C12B5FED300A1AB17 /* OSXUtils.h */,
|
|
5D70B61D12B5FED300A1AB17 /* app */,
|
|
);
|
|
name = OSX;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70B61D12B5FED300A1AB17 /* app */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70B61E12B5FED300A1AB17 /* main.m */,
|
|
5D70B61F12B5FED300A1AB17 /* MainController.h */,
|
|
5D70B62012B5FED300A1AB17 /* MainController.mm */,
|
|
5D70B62112B5FED300A1AB17 /* MyApplication.h */,
|
|
5D70B62212B5FED300A1AB17 /* MyApplication.mm */,
|
|
5D70B62312B5FED300A1AB17 /* MyOpenGLView.h */,
|
|
5D70B62412B5FED300A1AB17 /* MyOpenGLView.mm */,
|
|
);
|
|
name = app;
|
|
path = ../../shared/OSX/app;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
5D70BFF212B72BE600A1AB17 /* FileSystem */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70BFF312B72BE600A1AB17 /* StreamingInstanceZip.h */,
|
|
5D70BFF412B72BE600A1AB17 /* StreamingInstanceZip.cpp */,
|
|
5D70BFF512B72BE600A1AB17 /* StreamingInstanceFile.h */,
|
|
5D70BFF612B72BE600A1AB17 /* StreamingInstanceFile.cpp */,
|
|
5D70BFF712B72BE600A1AB17 /* StreamingInstance.h */,
|
|
5D70BFF812B72BE600A1AB17 /* StreamingInstance.cpp */,
|
|
5D70BFF912B72BE600A1AB17 /* FileSystemZip.h */,
|
|
5D70BFFA12B72BE600A1AB17 /* FileSystemZip.cpp */,
|
|
5D70BFFB12B72BE600A1AB17 /* FileSystem.h */,
|
|
5D70BFFC12B72BE600A1AB17 /* FileSystem.cpp */,
|
|
5D70BFFD12B72BE600A1AB17 /* FileManager.h */,
|
|
5D70BFFE12B72BE600A1AB17 /* FileManager.cpp */,
|
|
);
|
|
name = FileSystem;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70BFFF12B72BE600A1AB17 /* Managers */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C00012B72BE600A1AB17 /* ResourceManager.cpp */,
|
|
5D70C00112B72BE600A1AB17 /* ResourceManager.h */,
|
|
5D70C00212B72BE600A1AB17 /* VariantDB.cpp */,
|
|
5D70C00312B72BE600A1AB17 /* VariantDB.h */,
|
|
5D70C00412B72BE600A1AB17 /* Console.cpp */,
|
|
5D70C00512B72BE600A1AB17 /* Console.h */,
|
|
5D70C00612B72BE600A1AB17 /* GameTimer.cpp */,
|
|
5D70C00712B72BE600A1AB17 /* GameTimer.h */,
|
|
5D70C00812B72BE600A1AB17 /* MessageManager.cpp */,
|
|
5D70C00912B72BE600A1AB17 /* MessageManager.h */,
|
|
);
|
|
name = Managers;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C00A12B72BE600A1AB17 /* Network */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C00B12B72BE600A1AB17 /* NetHTTP.cpp */,
|
|
5D70C00C12B72BE600A1AB17 /* NetHTTP.h */,
|
|
5D70C00D12B72BE600A1AB17 /* NetSocket.cpp */,
|
|
5D70C00E12B72BE600A1AB17 /* NetSocket.h */,
|
|
5D70C00F12B72BE700A1AB17 /* NetUtils.cpp */,
|
|
5D70C01012B72BE700A1AB17 /* NetUtils.h */,
|
|
);
|
|
name = Network;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C01112B72BE700A1AB17 /* Audio */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C25212B72D1A00A1AB17 /* AudioManagerFMOD.h */,
|
|
5D70C01212B72BE700A1AB17 /* AudioManagerFMOD.cpp */,
|
|
5D70C01512B72BE700A1AB17 /* AudioManager.cpp */,
|
|
5D70C01612B72BE700A1AB17 /* AudioManager.h */,
|
|
);
|
|
name = Audio;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C01712B72BE700A1AB17 /* ClanLib */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C01812B72BE700A1AB17 /* Core */,
|
|
);
|
|
name = ClanLib;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C01812B72BE700A1AB17 /* Core */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C01912B72BE700A1AB17 /* Math */,
|
|
);
|
|
name = Core;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C01912B72BE700A1AB17 /* Math */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C01A12B72BE700A1AB17 /* mat3.cpp */,
|
|
5D70C01B12B72BE700A1AB17 /* mat4.cpp */,
|
|
5D70C01C12B72BE700A1AB17 /* vec4.cpp */,
|
|
5D70C01D12B72BE700A1AB17 /* vec1.cpp */,
|
|
5D70C01E12B72BE700A1AB17 /* angle.cpp */,
|
|
5D70C01F12B72BE700A1AB17 /* vec2.cpp */,
|
|
5D70C02012B72BE700A1AB17 /* vec3.cpp */,
|
|
);
|
|
name = Math;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C02112B72BE700A1AB17 /* Entity */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C05912B72BE700A1AB17 /* EntityUtils.cpp */,
|
|
5D70C05A12B72BE700A1AB17 /* EntityUtils.h */,
|
|
5D70C05B12B72BE700A1AB17 /* Component.cpp */,
|
|
5D70C05C12B72BE700A1AB17 /* Component.h */,
|
|
5D70C05D12B72BE700A1AB17 /* Entity.cpp */,
|
|
5D70C05E12B72BE700A1AB17 /* Entity.h */,
|
|
5D70C02212B72BE700A1AB17 /* Components */,
|
|
);
|
|
name = Entity;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C02212B72BE700A1AB17 /* Components */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5DDDC70512CAEB4C0075D2F9 /* EmitVirtualKeyComponent.h */,
|
|
5DDDC70612CAEB4C0075D2F9 /* EmitVirtualKeyComponent.cpp */,
|
|
5D70C02312B72BE700A1AB17 /* CustomInputComponent.h */,
|
|
5D70C02412B72BE700A1AB17 /* CustomInputComponent.cpp */,
|
|
5D70C02512B72BE700A1AB17 /* ArcadeInputComponent.h */,
|
|
5D70C02612B72BE700A1AB17 /* ArcadeInputComponent.cpp */,
|
|
5D70C02712B72BE700A1AB17 /* SelectButtonWithCustomInputComponent.h */,
|
|
5D70C02812B72BE700A1AB17 /* SelectButtonWithCustomInputComponent.cpp */,
|
|
5D70C02912B72BE700A1AB17 /* SliderComponent.h */,
|
|
5D70C02A12B72BE700A1AB17 /* SliderComponent.cpp */,
|
|
5D70C02B12B72BE700A1AB17 /* UnpackArchiveComponent.cpp */,
|
|
5D70C02C12B72BE700A1AB17 /* UnpackArchiveComponent.h */,
|
|
5D70C02D12B72BE700A1AB17 /* FilterInputComponent.cpp */,
|
|
5D70C02E12B72BE700A1AB17 /* FilterInputComponent.h */,
|
|
5D70C02F12B72BE700A1AB17 /* RenderClipComponent.cpp */,
|
|
5D70C03012B72BE700A1AB17 /* RenderClipComponent.h */,
|
|
5D70C03112B72BE700A1AB17 /* TouchStripComponent.cpp */,
|
|
5D70C03212B72BE700A1AB17 /* TouchStripComponent.h */,
|
|
5D70C03312B72BE700A1AB17 /* TrailRenderComponent.cpp */,
|
|
5D70C03412B72BE700A1AB17 /* TrailRenderComponent.h */,
|
|
5D70C03512B72BE700A1AB17 /* InputTextRenderComponent.cpp */,
|
|
5D70C03612B72BE700A1AB17 /* InputTextRenderComponent.h */,
|
|
5D70C03712B72BE700A1AB17 /* RectRenderComponent.cpp */,
|
|
5D70C03812B72BE700A1AB17 /* RectRenderComponent.h */,
|
|
5D70C03912B72BE700A1AB17 /* ScrollBarRenderComponent.cpp */,
|
|
5D70C03A12B72BE700A1AB17 /* ScrollBarRenderComponent.h */,
|
|
5D70C03B12B72BE700A1AB17 /* ScrollComponent.cpp */,
|
|
5D70C03C12B72BE700A1AB17 /* ScrollComponent.h */,
|
|
5D70C03D12B72BE700A1AB17 /* TextBoxRenderComponent.cpp */,
|
|
5D70C03E12B72BE700A1AB17 /* TextBoxRenderComponent.h */,
|
|
5D70C03F12B72BE700A1AB17 /* HTTPComponent.cpp */,
|
|
5D70C04012B72BE700A1AB17 /* HTTPComponent.h */,
|
|
5D70C04112B72BE700A1AB17 /* TyperComponent.cpp */,
|
|
5D70C04212B72BE700A1AB17 /* TyperComponent.h */,
|
|
5D70C04312B72BE700A1AB17 /* ProgressBarComponent.cpp */,
|
|
5D70C04412B72BE700A1AB17 /* ProgressBarComponent.h */,
|
|
5D70C04512B72BE700A1AB17 /* TapSequenceDetectComponent.cpp */,
|
|
5D70C04612B72BE700A1AB17 /* TapSequenceDetectComponent.h */,
|
|
5D70C04712B72BE700A1AB17 /* UnderlineRenderComponent.cpp */,
|
|
5D70C04812B72BE700A1AB17 /* UnderlineRenderComponent.h */,
|
|
5D70C04912B72BE700A1AB17 /* FocusInputComponent.cpp */,
|
|
5D70C04A12B72BE700A1AB17 /* FocusInputComponent.h */,
|
|
5D70C04B12B72BE700A1AB17 /* FocusRenderComponent.cpp */,
|
|
5D70C04C12B72BE700A1AB17 /* FocusRenderComponent.h */,
|
|
5D70C04D12B72BE700A1AB17 /* FocusUpdateComponent.cpp */,
|
|
5D70C04E12B72BE700A1AB17 /* FocusUpdateComponent.h */,
|
|
5D70C04F12B72BE700A1AB17 /* InterpolateComponent.cpp */,
|
|
5D70C05012B72BE700A1AB17 /* InterpolateComponent.h */,
|
|
5D70C05112B72BE700A1AB17 /* TextRenderComponent.cpp */,
|
|
5D70C05212B72BE700A1AB17 /* TextRenderComponent.h */,
|
|
5D70C05312B72BE700A1AB17 /* Button2DComponent.cpp */,
|
|
5D70C05412B72BE700A1AB17 /* Button2DComponent.h */,
|
|
5D70C05512B72BE700A1AB17 /* TouchHandlerComponent.cpp */,
|
|
5D70C05612B72BE700A1AB17 /* TouchHandlerComponent.h */,
|
|
5D70C05712B72BE700A1AB17 /* OverlayRenderComponent.cpp */,
|
|
5D70C05812B72BE700A1AB17 /* OverlayRenderComponent.h */,
|
|
);
|
|
name = Components;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C05F12B72BE700A1AB17 /* GUI */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C06012B72BE700A1AB17 /* RTFont.cpp */,
|
|
5D70C06112B72BE700A1AB17 /* RTFont.h */,
|
|
);
|
|
name = GUI;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C06212B72BE700A1AB17 /* Math */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C06312B72BE700A1AB17 /* rtRect.cpp */,
|
|
5D70C06412B72BE700A1AB17 /* rtRect.h */,
|
|
);
|
|
name = Math;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C06512B72BE700A1AB17 /* Renderer */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C06A12B72BE700A1AB17 /* LinearParticle */,
|
|
5D70C06612B72BE700A1AB17 /* SoftSurface.cpp */,
|
|
5D70C06712B72BE700A1AB17 /* SoftSurface.h */,
|
|
5D70C06812B72BE700A1AB17 /* RenderBatcher.cpp */,
|
|
5D70C08112B72BE700A1AB17 /* LinearParticle.h */,
|
|
5D70C08212B72BE700A1AB17 /* SurfaceAnim.cpp */,
|
|
5D70C08312B72BE700A1AB17 /* SurfaceAnim.h */,
|
|
5D70C08412B72BE700A1AB17 /* bitmap.h */,
|
|
5D70C08512B72BE700A1AB17 /* Surface.cpp */,
|
|
5D70C08612B72BE700A1AB17 /* Surface.h */,
|
|
5D70C06912B72BE700A1AB17 /* RenderBatcher.h */,
|
|
);
|
|
name = Renderer;
|
|
path = ..;
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
5D70C06A12B72BE700A1AB17 /* LinearParticle */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C06B12B72BE700A1AB17 /* L_Defination.cpp */,
|
|
5D70C06C12B72BE700A1AB17 /* L_Defination.h */,
|
|
5D70C06D12B72BE700A1AB17 /* L_DroppingEffect.cpp */,
|
|
5D70C06E12B72BE700A1AB17 /* L_DroppingEffect.h */,
|
|
5D70C06F12B72BE700A1AB17 /* L_EffectEmitter.cpp */,
|
|
5D70C07012B72BE700A1AB17 /* L_EffectEmitter.h */,
|
|
5D70C07112B72BE700A1AB17 /* L_EffectManager.cpp */,
|
|
5D70C07212B72BE700A1AB17 /* L_EffectManager.h */,
|
|
5D70C07312B72BE700A1AB17 /* L_ExplosionEffect.cpp */,
|
|
5D70C07412B72BE700A1AB17 /* L_ExplosionEffect.h */,
|
|
5D70C07512B72BE700A1AB17 /* L_MotionController.cpp */,
|
|
5D70C07612B72BE700A1AB17 /* L_MotionController.h */,
|
|
5D70C07712B72BE700A1AB17 /* L_Particle.cpp */,
|
|
5D70C07812B72BE700A1AB17 /* L_Particle.h */,
|
|
5D70C07912B72BE700A1AB17 /* L_ParticleEffect.cpp */,
|
|
5D70C07A12B72BE700A1AB17 /* L_ParticleEffect.h */,
|
|
5D70C07B12B72BE700A1AB17 /* L_ParticleMem.cpp */,
|
|
5D70C07C12B72BE700A1AB17 /* L_ParticleMem.h */,
|
|
5D70C07D12B72BE700A1AB17 /* L_ParticleSystem.cpp */,
|
|
5D70C07E12B72BE700A1AB17 /* L_ParticleSystem.h */,
|
|
5D70C07F12B72BE700A1AB17 /* L_ShootingEffect.cpp */,
|
|
5D70C08012B72BE700A1AB17 /* L_ShootingEffect.h */,
|
|
);
|
|
name = LinearParticle;
|
|
path = "../../../../../$(SOURCE_ROOT)";
|
|
sourceTree = SOURCE_ROOT;
|
|
};
|
|
5D70C08712B72BE700A1AB17 /* util */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C0A312B72BE700A1AB17 /* Boost */,
|
|
5D70C09912B72BE700A1AB17 /* CRandom.cpp */,
|
|
5D70C09A12B72BE700A1AB17 /* CRandom.h */,
|
|
5D70C09B12B72BE700A1AB17 /* PrimeSearch.cpp */,
|
|
5D70C09C12B72BE700A1AB17 /* PrimeSearch.h */,
|
|
5D70C09D12B72BE700A1AB17 /* TextScanner.cpp */,
|
|
5D70C09E12B72BE700A1AB17 /* TextScanner.h */,
|
|
5D70C09F12B72BE700A1AB17 /* MathUtils.cpp */,
|
|
5D70C0A012B72BE700A1AB17 /* MathUtils.h */,
|
|
5D70C0A112B72BE700A1AB17 /* Variant.cpp */,
|
|
5D70C0AA12B72BE700A1AB17 /* GLESUtils.cpp */,
|
|
5D70C0AB12B72BE700A1AB17 /* GLESUtils.h */,
|
|
5D70C0AC12B72BE700A1AB17 /* ResourceUtils.cpp */,
|
|
5D70C0AD12B72BE700A1AB17 /* ResourceUtils.h */,
|
|
5D70C0AE12B72BE700A1AB17 /* RTFileFormat.h */,
|
|
5D70C0AF12B72BE700A1AB17 /* MiscUtils.cpp */,
|
|
5D70C0B012B72BE700A1AB17 /* MiscUtils.h */,
|
|
5D70C0B112B72BE700A1AB17 /* RenderUtils.cpp */,
|
|
5D70C0B212B72BE700A1AB17 /* RenderUtils.h */,
|
|
5D70C0A212B72BE700A1AB17 /* Variant.h */,
|
|
5D70C09112B72BE700A1AB17 /* bzip2 */,
|
|
5D70C08E12B72BE700A1AB17 /* Archive */,
|
|
5D70C08812B72BE700A1AB17 /* unzip */,
|
|
);
|
|
name = util;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C08812B72BE700A1AB17 /* unzip */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C08912B72BE700A1AB17 /* unzip.h */,
|
|
5D70C08A12B72BE700A1AB17 /* unzip.c */,
|
|
5D70C08B12B72BE700A1AB17 /* ioapi.h */,
|
|
5D70C08C12B72BE700A1AB17 /* ioapi.c */,
|
|
5D70C08D12B72BE700A1AB17 /* crypt.h */,
|
|
);
|
|
name = unzip;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C08E12B72BE700A1AB17 /* Archive */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C08F12B72BE700A1AB17 /* TarHandler.cpp */,
|
|
5D70C09012B72BE700A1AB17 /* TarHandler.h */,
|
|
);
|
|
name = Archive;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C09112B72BE700A1AB17 /* bzip2 */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C09212B72BE700A1AB17 /* blocksort.c */,
|
|
5D70C09312B72BE700A1AB17 /* bzlib.c */,
|
|
5D70C09412B72BE700A1AB17 /* compress.c */,
|
|
5D70C09512B72BE700A1AB17 /* crctable.c */,
|
|
5D70C09612B72BE700A1AB17 /* decompress.c */,
|
|
5D70C09712B72BE700A1AB17 /* huffman.c */,
|
|
5D70C09812B72BE700A1AB17 /* randtable.c */,
|
|
);
|
|
name = bzip2;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C0A312B72BE700A1AB17 /* Boost */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C0A412B72BE700A1AB17 /* Signals */,
|
|
);
|
|
name = Boost;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C0A412B72BE700A1AB17 /* Signals */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C0A512B72BE700A1AB17 /* connection.cpp */,
|
|
5D70C0A612B72BE700A1AB17 /* named_slot_map.cpp */,
|
|
5D70C0A712B72BE700A1AB17 /* signal_base.cpp */,
|
|
5D70C0A812B72BE700A1AB17 /* slot.cpp */,
|
|
5D70C0A912B72BE700A1AB17 /* trackable.cpp */,
|
|
);
|
|
name = Signals;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C11212B72C0900A1AB17 /* Dink */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C11312B72C0900A1AB17 /* ScriptAccelerator.cpp */,
|
|
5D70C11412B72C0900A1AB17 /* ScriptAccelerator.h */,
|
|
5D70C11512B72C0900A1AB17 /* FFReader.cpp */,
|
|
5D70C11612B72C0900A1AB17 /* FFReader.h */,
|
|
5D70C11712B72C0900A1AB17 /* dink.cpp */,
|
|
5D70C11812B72C0900A1AB17 /* dink.h */,
|
|
5D70C11912B72C0900A1AB17 /* dinkvar.h */,
|
|
5D70C11A12B72C0900A1AB17 /* misc_util.cpp */,
|
|
5D70C11B12B72C0900A1AB17 /* misc_util.h */,
|
|
5D70C11C12B72C0900A1AB17 /* resource.h */,
|
|
5D70C11D12B72C0900A1AB17 /* video_gl.cpp */,
|
|
5D70C11E12B72C0900A1AB17 /* video_gl.h */,
|
|
);
|
|
name = Dink;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C11F12B72C0900A1AB17 /* Component */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C12012B72C0900A1AB17 /* DragControlComponent.h */,
|
|
5D70C12112B72C0900A1AB17 /* DragControlComponent.cpp */,
|
|
5D70C12212B72C0900A1AB17 /* ActionButtonComponent.h */,
|
|
5D70C12312B72C0900A1AB17 /* ActionButtonComponent.cpp */,
|
|
5D70C12412B72C0900A1AB17 /* InventoryComponent.cpp */,
|
|
5D70C12512B72C0900A1AB17 /* InventoryComponent.h */,
|
|
5D70C12612B72C0900A1AB17 /* CursorComponent.cpp */,
|
|
5D70C12712B72C0900A1AB17 /* CursorComponent.h */,
|
|
5D70C12812B72C0900A1AB17 /* FPSControlComponent.cpp */,
|
|
5D70C12912B72C0900A1AB17 /* FPSControlComponent.h */,
|
|
5D70C12A12B72C0900A1AB17 /* ParticleTestComponent.cpp */,
|
|
5D70C12B12B72C0900A1AB17 /* ParticleTestComponent.h */,
|
|
);
|
|
name = Component;
|
|
sourceTree = "<group>";
|
|
};
|
|
5D70C12C12B72C0900A1AB17 /* GUI */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C12D12B72C0900A1AB17 /* ExpiredMenu.h */,
|
|
5D70C12E12B72C0900A1AB17 /* ExpiredMenu.cpp */,
|
|
5D70C12F12B72C0900A1AB17 /* ReadTextMenu.h */,
|
|
5D70C13012B72C0900A1AB17 /* ReadTextMenu.cpp */,
|
|
5D70C13112B72C0900A1AB17 /* BrowseMenu.h */,
|
|
5D70C13212B72C0900A1AB17 /* BrowseMenu.cpp */,
|
|
5D70C13312B72C0900A1AB17 /* AboutMenu.h */,
|
|
5D70C13412B72C0900A1AB17 /* AboutMenu.cpp */,
|
|
5D70C13512B72C0900A1AB17 /* QuickTipMenu.h */,
|
|
5D70C13612B72C0900A1AB17 /* QuickTipMenu.cpp */,
|
|
5D70C13712B72C0900A1AB17 /* OptionsMenu.h */,
|
|
5D70C13812B72C0900A1AB17 /* OptionsMenu.cpp */,
|
|
5D70C13912B72C0900A1AB17 /* LogMenu.cpp */,
|
|
5D70C13A12B72C0900A1AB17 /* LogMenu.h */,
|
|
5D70C13B12B72C0900A1AB17 /* PauseMenu.cpp */,
|
|
5D70C13C12B72C0900A1AB17 /* PauseMenu.h */,
|
|
5D70C13D12B72C0900A1AB17 /* EnterURLMenu.cpp */,
|
|
5D70C13E12B72C0900A1AB17 /* EnterURLMenu.h */,
|
|
5D70C13F12B72C0900A1AB17 /* PopUpMenu.cpp */,
|
|
5D70C14012B72C0900A1AB17 /* PopUpMenu.h */,
|
|
5D70C14112B72C0900A1AB17 /* DMODMenu.cpp */,
|
|
5D70C14212B72C0900A1AB17 /* DMODMenu.h */,
|
|
5D70C14312B72C0900A1AB17 /* DMODInstallMenu.cpp */,
|
|
5D70C14412B72C0900A1AB17 /* DMODInstallMenu.h */,
|
|
5D70C14512B72C0900A1AB17 /* LoadMenu.cpp */,
|
|
5D70C14612B72C0900A1AB17 /* LoadMenu.h */,
|
|
5D70C14712B72C0900A1AB17 /* GameMenu.cpp */,
|
|
5D70C14812B72C0900A1AB17 /* GameMenu.h */,
|
|
5D70C14912B72C0900A1AB17 /* ParticleTestMenu.cpp */,
|
|
5D70C14A12B72C0900A1AB17 /* ParticleTestMenu.h */,
|
|
5D70C14B12B72C0900A1AB17 /* DebugMenu.cpp */,
|
|
5D70C14C12B72C0900A1AB17 /* DebugMenu.h */,
|
|
5D70C14D12B72C0900A1AB17 /* MainMenu.cpp */,
|
|
5D70C14E12B72C0900A1AB17 /* MainMenu.h */,
|
|
);
|
|
name = GUI;
|
|
sourceTree = "<group>";
|
|
};
|
|
5DDE012412B4D49C000C5CC0 /* shared */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
5D70C08712B72BE700A1AB17 /* util */,
|
|
5D70C06512B72BE700A1AB17 /* Renderer */,
|
|
5D70C06212B72BE700A1AB17 /* Math */,
|
|
5D70C05F12B72BE700A1AB17 /* GUI */,
|
|
5D70C02112B72BE700A1AB17 /* Entity */,
|
|
5D70C01712B72BE700A1AB17 /* ClanLib */,
|
|
5D70C01112B72BE700A1AB17 /* Audio */,
|
|
5D70C00A12B72BE600A1AB17 /* Network */,
|
|
5D70BFFF12B72BE600A1AB17 /* Managers */,
|
|
5D70BFF212B72BE600A1AB17 /* FileSystem */,
|
|
5D70B61912B5FEB000A1AB17 /* OSX */,
|
|
5D70B79B12B606DC00A1AB17 /* PlatformSetup.h */,
|
|
5D70B79C12B606DC00A1AB17 /* PlatformSetup.cpp */,
|
|
5D70B79D12B606DC00A1AB17 /* PlatformPrecomp.h */,
|
|
5D70B79E12B606DC00A1AB17 /* PlatformPrecomp.cpp */,
|
|
5D70B79F12B606DC00A1AB17 /* BaseApp.cpp */,
|
|
5D70B7A012B606DC00A1AB17 /* BaseApp.h */,
|
|
);
|
|
name = shared;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
8D1107260486CEB800E47090 /* RTDink */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "RTDink" */;
|
|
buildPhases = (
|
|
8D1107290486CEB800E47090 /* Resources */,
|
|
8D11072C0486CEB800E47090 /* Sources */,
|
|
8D11072E0486CEB800E47090 /* Frameworks */,
|
|
5D70BB2712B7208900A1AB17 /* CopyFiles */,
|
|
5D8CE30414C6570D009EB534 /* ShellScript */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = RTDink;
|
|
productInstallPath = "$(HOME)/Applications";
|
|
productName = RTDink;
|
|
productReference = 8D1107320486CEB800E47090 /* Dink Smallwood HD.app */;
|
|
productType = "com.apple.product-type.application";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
|
isa = PBXProject;
|
|
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "RTDink" */;
|
|
compatibilityVersion = "Xcode 3.1";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 1;
|
|
knownRegions = (
|
|
English,
|
|
Japanese,
|
|
French,
|
|
German,
|
|
);
|
|
mainGroup = 29B97314FDCFA39411CA2CEA /* RTDink */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
8D1107260486CEB800E47090 /* RTDink */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXResourcesBuildPhase section */
|
|
8D1107290486CEB800E47090 /* Resources */ = {
|
|
isa = PBXResourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
8D11072B0486CEB800E47090 /* InfoPlist.strings in Resources */,
|
|
AFBD7716113895850015E685 /* MainMenu.xib in Resources */,
|
|
5DFB850A12BAEDB500337543 /* app.icns in Resources */,
|
|
5DD32A5A12CAE4340009B0F3 /* Info.plist in Resources */,
|
|
5D8FA3AC12DA754700E9B3B8 /* interface in Resources */,
|
|
5D8FA49F12DBFA1100E9B3B8 /* game in Resources */,
|
|
5D8FA52212DBFA3100E9B3B8 /* dink in Resources */,
|
|
5D8FA52312DBFA3100E9B3B8 /* audio in Resources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXResourcesBuildPhase section */
|
|
|
|
/* Begin PBXShellScriptBuildPhase section */
|
|
5D8CE30414C6570D009EB534 /* ShellScript */ = {
|
|
isa = PBXShellScriptBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
inputPaths = (
|
|
);
|
|
outputPaths = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
shellPath = "/bin/sh -x";
|
|
shellScript = "install_name_tool -change ./libfmodex.dylib @loader_path/../Frameworks/libfmodex.dylib \"$TARGET_BUILD_DIR/$PRODUCT_NAME.app/Contents/MacOS/$PRODUCT_NAME\"";
|
|
};
|
|
/* End PBXShellScriptBuildPhase section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
8D11072C0486CEB800E47090 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
5DDE02A512B4F526000C5CC0 /* App.cpp in Sources */,
|
|
5D70B62512B5FED300A1AB17 /* OSXUtils.mm in Sources */,
|
|
5D70B62612B5FED300A1AB17 /* main.m in Sources */,
|
|
5D70B62712B5FED300A1AB17 /* MainController.mm in Sources */,
|
|
5D70B62812B5FED300A1AB17 /* MyApplication.mm in Sources */,
|
|
5D70B62912B5FED300A1AB17 /* MyOpenGLView.mm in Sources */,
|
|
5D70B81112B606DC00A1AB17 /* PlatformSetup.cpp in Sources */,
|
|
5D70B81212B606DC00A1AB17 /* PlatformPrecomp.cpp in Sources */,
|
|
5D70B81312B606DC00A1AB17 /* BaseApp.cpp in Sources */,
|
|
5D70C0B312B72BE700A1AB17 /* StreamingInstanceZip.cpp in Sources */,
|
|
5D70C0B412B72BE700A1AB17 /* StreamingInstanceFile.cpp in Sources */,
|
|
5D70C0B512B72BE700A1AB17 /* StreamingInstance.cpp in Sources */,
|
|
5D70C0B612B72BE700A1AB17 /* FileSystemZip.cpp in Sources */,
|
|
5D70C0B712B72BE700A1AB17 /* FileSystem.cpp in Sources */,
|
|
5D70C0B812B72BE700A1AB17 /* FileManager.cpp in Sources */,
|
|
5D70C0B912B72BE700A1AB17 /* ResourceManager.cpp in Sources */,
|
|
5D70C0BA12B72BE700A1AB17 /* VariantDB.cpp in Sources */,
|
|
5D70C0BB12B72BE700A1AB17 /* Console.cpp in Sources */,
|
|
5D70C0BC12B72BE700A1AB17 /* GameTimer.cpp in Sources */,
|
|
5D70C0BD12B72BE700A1AB17 /* MessageManager.cpp in Sources */,
|
|
5D70C0BE12B72BE700A1AB17 /* NetHTTP.cpp in Sources */,
|
|
5D70C0BF12B72BE700A1AB17 /* NetSocket.cpp in Sources */,
|
|
5D70C0C012B72BE700A1AB17 /* NetUtils.cpp in Sources */,
|
|
5D70C0C112B72BE700A1AB17 /* AudioManagerFMOD.cpp in Sources */,
|
|
5D70C0C312B72BE700A1AB17 /* AudioManager.cpp in Sources */,
|
|
5D70C0C412B72BE700A1AB17 /* mat3.cpp in Sources */,
|
|
5D70C0C512B72BE700A1AB17 /* mat4.cpp in Sources */,
|
|
5D70C0C612B72BE700A1AB17 /* vec4.cpp in Sources */,
|
|
5D70C0C712B72BE700A1AB17 /* vec1.cpp in Sources */,
|
|
5D70C0C812B72BE700A1AB17 /* angle.cpp in Sources */,
|
|
5D70C0C912B72BE700A1AB17 /* vec2.cpp in Sources */,
|
|
5D70C0CA12B72BE700A1AB17 /* vec3.cpp in Sources */,
|
|
5D70C0CB12B72BE700A1AB17 /* CustomInputComponent.cpp in Sources */,
|
|
5D70C0CC12B72BE700A1AB17 /* ArcadeInputComponent.cpp in Sources */,
|
|
5D70C0CD12B72BE700A1AB17 /* SelectButtonWithCustomInputComponent.cpp in Sources */,
|
|
5D70C0CE12B72BE700A1AB17 /* SliderComponent.cpp in Sources */,
|
|
5D70C0CF12B72BE700A1AB17 /* UnpackArchiveComponent.cpp in Sources */,
|
|
5D70C0D012B72BE700A1AB17 /* FilterInputComponent.cpp in Sources */,
|
|
5D70C0D112B72BE700A1AB17 /* RenderClipComponent.cpp in Sources */,
|
|
5D70C0D212B72BE700A1AB17 /* TouchStripComponent.cpp in Sources */,
|
|
5D70C0D312B72BE700A1AB17 /* TrailRenderComponent.cpp in Sources */,
|
|
5D70C0D412B72BE700A1AB17 /* InputTextRenderComponent.cpp in Sources */,
|
|
5D70C0D512B72BE700A1AB17 /* RectRenderComponent.cpp in Sources */,
|
|
5D70C0D612B72BE700A1AB17 /* ScrollBarRenderComponent.cpp in Sources */,
|
|
5D70C0D712B72BE700A1AB17 /* ScrollComponent.cpp in Sources */,
|
|
5D70C0D812B72BE700A1AB17 /* TextBoxRenderComponent.cpp in Sources */,
|
|
5D70C0D912B72BE700A1AB17 /* HTTPComponent.cpp in Sources */,
|
|
5D70C0DA12B72BE700A1AB17 /* TyperComponent.cpp in Sources */,
|
|
5D70C0DB12B72BE700A1AB17 /* ProgressBarComponent.cpp in Sources */,
|
|
5D70C0DC12B72BE700A1AB17 /* TapSequenceDetectComponent.cpp in Sources */,
|
|
5D70C0DD12B72BE700A1AB17 /* UnderlineRenderComponent.cpp in Sources */,
|
|
5D70C0DE12B72BE700A1AB17 /* FocusInputComponent.cpp in Sources */,
|
|
5D70C0DF12B72BE700A1AB17 /* FocusRenderComponent.cpp in Sources */,
|
|
5D70C0E012B72BE700A1AB17 /* FocusUpdateComponent.cpp in Sources */,
|
|
5D70C0E112B72BE700A1AB17 /* InterpolateComponent.cpp in Sources */,
|
|
5D70C0E212B72BE700A1AB17 /* TextRenderComponent.cpp in Sources */,
|
|
5D70C0E312B72BE700A1AB17 /* Button2DComponent.cpp in Sources */,
|
|
5D70C0E412B72BE700A1AB17 /* TouchHandlerComponent.cpp in Sources */,
|
|
5D70C0E512B72BE700A1AB17 /* OverlayRenderComponent.cpp in Sources */,
|
|
5D70C0E612B72BE700A1AB17 /* EntityUtils.cpp in Sources */,
|
|
5D70C0E712B72BE700A1AB17 /* Component.cpp in Sources */,
|
|
5D70C0E812B72BE700A1AB17 /* Entity.cpp in Sources */,
|
|
5D70C0E912B72BE700A1AB17 /* RTFont.cpp in Sources */,
|
|
5D70C0EA12B72BE700A1AB17 /* rtRect.cpp in Sources */,
|
|
5D70C0EB12B72BE700A1AB17 /* SoftSurface.cpp in Sources */,
|
|
5D70C0EC12B72BE700A1AB17 /* RenderBatcher.cpp in Sources */,
|
|
5D70C0ED12B72BE700A1AB17 /* L_Defination.cpp in Sources */,
|
|
5D70C0EE12B72BE700A1AB17 /* L_DroppingEffect.cpp in Sources */,
|
|
5D70C0EF12B72BE700A1AB17 /* L_EffectEmitter.cpp in Sources */,
|
|
5D70C0F012B72BE700A1AB17 /* L_EffectManager.cpp in Sources */,
|
|
5D70C0F112B72BE700A1AB17 /* L_ExplosionEffect.cpp in Sources */,
|
|
5D70C0F212B72BE700A1AB17 /* L_MotionController.cpp in Sources */,
|
|
5D70C0F312B72BE700A1AB17 /* L_Particle.cpp in Sources */,
|
|
5D70C0F412B72BE700A1AB17 /* L_ParticleEffect.cpp in Sources */,
|
|
5D70C0F512B72BE700A1AB17 /* L_ParticleMem.cpp in Sources */,
|
|
5D70C0F612B72BE700A1AB17 /* L_ParticleSystem.cpp in Sources */,
|
|
5D70C0F712B72BE700A1AB17 /* L_ShootingEffect.cpp in Sources */,
|
|
5D70C0F812B72BE700A1AB17 /* SurfaceAnim.cpp in Sources */,
|
|
5D70C0F912B72BE700A1AB17 /* Surface.cpp in Sources */,
|
|
5D70C0FA12B72BE700A1AB17 /* unzip.c in Sources */,
|
|
5D70C0FB12B72BE700A1AB17 /* ioapi.c in Sources */,
|
|
5D70C0FC12B72BE700A1AB17 /* TarHandler.cpp in Sources */,
|
|
5D70C0FD12B72BE700A1AB17 /* blocksort.c in Sources */,
|
|
5D70C0FE12B72BE700A1AB17 /* bzlib.c in Sources */,
|
|
5D70C0FF12B72BE700A1AB17 /* compress.c in Sources */,
|
|
5D70C10012B72BE700A1AB17 /* crctable.c in Sources */,
|
|
5D70C10112B72BE700A1AB17 /* decompress.c in Sources */,
|
|
5D70C10212B72BE700A1AB17 /* huffman.c in Sources */,
|
|
5D70C10312B72BE700A1AB17 /* randtable.c in Sources */,
|
|
5D70C10412B72BE700A1AB17 /* CRandom.cpp in Sources */,
|
|
5D70C10512B72BE700A1AB17 /* PrimeSearch.cpp in Sources */,
|
|
5D70C10612B72BE700A1AB17 /* TextScanner.cpp in Sources */,
|
|
5D70C10712B72BE700A1AB17 /* MathUtils.cpp in Sources */,
|
|
5D70C10812B72BE700A1AB17 /* Variant.cpp in Sources */,
|
|
5D70C10912B72BE700A1AB17 /* connection.cpp in Sources */,
|
|
5D70C10A12B72BE700A1AB17 /* named_slot_map.cpp in Sources */,
|
|
5D70C10B12B72BE700A1AB17 /* signal_base.cpp in Sources */,
|
|
5D70C10C12B72BE700A1AB17 /* slot.cpp in Sources */,
|
|
5D70C10D12B72BE700A1AB17 /* trackable.cpp in Sources */,
|
|
5D70C10E12B72BE700A1AB17 /* GLESUtils.cpp in Sources */,
|
|
5D70C10F12B72BE700A1AB17 /* ResourceUtils.cpp in Sources */,
|
|
5D70C11012B72BE700A1AB17 /* MiscUtils.cpp in Sources */,
|
|
5D70C11112B72BE700A1AB17 /* RenderUtils.cpp in Sources */,
|
|
5D70C14F12B72C0900A1AB17 /* ScriptAccelerator.cpp in Sources */,
|
|
5D70C15012B72C0900A1AB17 /* FFReader.cpp in Sources */,
|
|
5D70C15112B72C0900A1AB17 /* dink.cpp in Sources */,
|
|
5D70C15212B72C0900A1AB17 /* misc_util.cpp in Sources */,
|
|
5D70C15312B72C0900A1AB17 /* video_gl.cpp in Sources */,
|
|
5D70C15412B72C0900A1AB17 /* DragControlComponent.cpp in Sources */,
|
|
5D70C15512B72C0900A1AB17 /* ActionButtonComponent.cpp in Sources */,
|
|
5D70C15612B72C0900A1AB17 /* InventoryComponent.cpp in Sources */,
|
|
5D70C15712B72C0900A1AB17 /* CursorComponent.cpp in Sources */,
|
|
5D70C15812B72C0900A1AB17 /* FPSControlComponent.cpp in Sources */,
|
|
5D70C15912B72C0900A1AB17 /* ParticleTestComponent.cpp in Sources */,
|
|
5D70C15A12B72C0900A1AB17 /* ExpiredMenu.cpp in Sources */,
|
|
5D70C15B12B72C0900A1AB17 /* ReadTextMenu.cpp in Sources */,
|
|
5D70C15C12B72C0900A1AB17 /* BrowseMenu.cpp in Sources */,
|
|
5D70C15D12B72C0900A1AB17 /* AboutMenu.cpp in Sources */,
|
|
5D70C15E12B72C0900A1AB17 /* QuickTipMenu.cpp in Sources */,
|
|
5D70C15F12B72C0900A1AB17 /* OptionsMenu.cpp in Sources */,
|
|
5D70C16012B72C0900A1AB17 /* LogMenu.cpp in Sources */,
|
|
5D70C16112B72C0900A1AB17 /* PauseMenu.cpp in Sources */,
|
|
5D70C16212B72C0900A1AB17 /* EnterURLMenu.cpp in Sources */,
|
|
5D70C16312B72C0900A1AB17 /* PopUpMenu.cpp in Sources */,
|
|
5D70C16412B72C0900A1AB17 /* DMODMenu.cpp in Sources */,
|
|
5D70C16512B72C0900A1AB17 /* DMODInstallMenu.cpp in Sources */,
|
|
5D70C16612B72C0900A1AB17 /* LoadMenu.cpp in Sources */,
|
|
5D70C16712B72C0900A1AB17 /* GameMenu.cpp in Sources */,
|
|
5D70C16812B72C0900A1AB17 /* ParticleTestMenu.cpp in Sources */,
|
|
5D70C16912B72C0900A1AB17 /* DebugMenu.cpp in Sources */,
|
|
5D70C16A12B72C0900A1AB17 /* MainMenu.cpp in Sources */,
|
|
5DDDC70712CAEB4C0075D2F9 /* EmitVirtualKeyComponent.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
089C165CFE840E0CC02AAC07 /* InfoPlist.strings */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
089C165DFE840E0CC02AAC07 /* English */,
|
|
);
|
|
name = InfoPlist.strings;
|
|
sourceTree = "<group>";
|
|
};
|
|
AFBD7714113895850015E685 /* MainMenu.xib */ = {
|
|
isa = PBXVariantGroup;
|
|
children = (
|
|
AFBD7715113895850015E685 /* English */,
|
|
);
|
|
name = MainMenu.xib;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXVariantGroup section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
5D8CE30214C655CE009EB534 /* Dist */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: Robinson Technologies";
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = ../../shared/PlatformPrecomp.h;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
BOOST_ALL_NO_LIB,
|
|
NDEBUG,
|
|
C_GL_MODE,
|
|
);
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
../source,
|
|
../../shared,
|
|
../../shared/util/boost/,
|
|
"../../shared/ClanLib-2.0/Sources",
|
|
../../shared/FliteTTS/include,
|
|
../../shared/OSX,
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
|
PREBINDING = NO;
|
|
PROVISIONING_PROFILE = "6044ADA4-9CDB-4292-A168-234CB4B89669";
|
|
SDKROOT = macosx10.6;
|
|
VALID_ARCHS = "i386 x86_64";
|
|
};
|
|
name = Dist;
|
|
};
|
|
5D8CE30314C655CE009EB534 /* Dist */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_MODEL_TUNING = G5;
|
|
INFOPLIST_FILE = Info.plist;
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"\"$(DEVELOPER_DIR)/FMOD Programmers API Mac/api/lib\"",
|
|
"\"$(SRCROOT)/../../shared/OSX/fmod/api/lib\"",
|
|
);
|
|
PRODUCT_NAME = "Dink Smallwood HD";
|
|
};
|
|
name = Dist;
|
|
};
|
|
C01FCF4B08A954540054247B /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_DEBUGGING_SYMBOLS = full;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INFOPLIST_FILE = Info.plist;
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"\"$(DEVELOPER_DIR)/FMOD Programmers API Mac/api/lib\"",
|
|
"\"$(SRCROOT)/../../shared/OSX/fmod/api/lib\"",
|
|
);
|
|
PRODUCT_NAME = "Dink Smallwood HD";
|
|
};
|
|
name = Debug;
|
|
};
|
|
C01FCF4C08A954540054247B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_MODEL_TUNING = G5;
|
|
INFOPLIST_FILE = Info.plist;
|
|
INSTALL_PATH = "$(HOME)/Applications";
|
|
LIBRARY_SEARCH_PATHS = (
|
|
"$(inherited)",
|
|
"\"$(DEVELOPER_DIR)/FMOD Programmers API Mac/api/lib\"",
|
|
"\"$(SRCROOT)/../../shared/OSX/fmod/api/lib\"",
|
|
);
|
|
PRODUCT_NAME = "Dink Smallwood HD";
|
|
};
|
|
name = Release;
|
|
};
|
|
C01FCF4F08A954540054247B /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
CODE_SIGN_IDENTITY = "";
|
|
COPY_PHASE_STRIP = NO;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_ENABLE_FIX_AND_CONTINUE = YES;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = ../../shared/PlatformPrecomp.h;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
_DEBUG,
|
|
BOOST_ALL_NO_LIB,
|
|
C_GL_MODE,
|
|
);
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
../source,
|
|
../../shared,
|
|
../../shared/util/boost/,
|
|
"../../shared/ClanLib-2.0/Sources",
|
|
../../shared/FliteTTS/include,
|
|
../../shared/OSX,
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PREBINDING = NO;
|
|
SDKROOT = macosx10.6;
|
|
};
|
|
name = Debug;
|
|
};
|
|
C01FCF5008A954540054247B /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
|
CODE_SIGN_IDENTITY = "";
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
|
GCC_PREFIX_HEADER = ../../shared/PlatformPrecomp.h;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
BOOST_ALL_NO_LIB,
|
|
NDEBUG,
|
|
C_GL_MODE,
|
|
);
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
../source,
|
|
../../shared,
|
|
../../shared/util/boost/,
|
|
"../../shared/ClanLib-2.0/Sources",
|
|
../../shared/FliteTTS/include,
|
|
../../shared/OSX,
|
|
);
|
|
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
|
PREBINDING = NO;
|
|
SDKROOT = macosx10.6;
|
|
VALID_ARCHS = "i386 x86_64";
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "RTDink" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C01FCF4B08A954540054247B /* Debug */,
|
|
C01FCF4C08A954540054247B /* Release */,
|
|
5D8CE30314C655CE009EB534 /* Dist */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "RTDink" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
C01FCF4F08A954540054247B /* Debug */,
|
|
C01FCF5008A954540054247B /* Release */,
|
|
5D8CE30214C655CE009EB534 /* Dist */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
|
|
}
|