Age | Commit message (Expand) | Author |
2016-01-06 | IOS: Create two targets for old iPhone (iOS <= 6) and new one (iOS >= 7) | Vincent Bénony |
2016-01-06 | IOS: Removes an unused local variable | Vincent Bénony |
2016-01-06 | IOS: Fixes a small memory leak | Vincent Bénony |
2016-01-06 | IOS: Replaces whitespaces with tab | Vincent Bénony |
2016-01-06 | IOS: Fixes a crash of the create_project tool when the lib directory is not f... | Vincent Bénony |
2016-01-06 | IOS: Replaces spaces with tabs | Vincent Bénony |
2016-01-06 | IOS: Once again, changes the iOS deployment target | Vincent Bénony |
2016-01-06 | IOS: Changes the deployment target to iOS 7.0 | Vincent Bénony |
2016-01-06 | IOS: Properly adds the resource files to the targets | Vincent Bénony |
2016-01-06 | IOS : Rename a function | Vincent Bénony |
2016-01-06 | IOS: Converts spaces to tabs | Vincent Bénony |
2016-01-06 | IOS: Adds the image asset catalog to the iOS targer | Vincent Bénony |
2016-01-06 | IOS: Removes "auto", and use an explicit type | Vincent Bénony |
2016-01-06 | IOS: Typo in comment | Vincent Bénony |
2016-01-06 | IOS: Fixes various iOS compilation flags, and missing frameworks | Vincent Bénony |
2016-01-06 | IOS: Keep the MACOSX, and IPHONE macros according to the target | Vincent Bénony |
2016-01-06 | IOS: Remove the simulator specific target | Vincent Bénony |
2016-01-06 | ISO: Removes the ENABLE_IOS macro | Vincent Bénony |
2016-01-06 | IOS: Create a separate for adding resources | Vincent Bénony |
2015-12-12 | DEVTOOLS: Replace macro by function call. | Johannes Schickel |
2015-12-12 | DEVTOOLS: Adjust enum constant names to match our conventions. | Johannes Schickel |
2015-12-12 | DEVTOOLS: Cleanup code. | Johannes Schickel |
2015-12-12 | DEVTOOLS: Run astyle over xcode.[cpp/h]. | Johannes Schickel |
2015-12-12 | DEVTOOLS: Prefix varibles in structs/classes with '_' in xcode.[h/cpp]. | Johannes Schickel |
2015-07-20 | CREATE_PROJECT: Use NULL instead of nullptr | Filippos Karapetis |
2015-07-20 | CREATE_PROJECT: Rename XCodeProvider -> XcodeProvider | Filippos Karapetis |
2015-04-09 | CREATE_PROJECT: Remove forced USE_TREMOR define on OS X. | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Link theora and jpeg in XCode-projects. | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Use SRCROOT-relative include paths. | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Set projectDirPath to the source-path in XCode. | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Add SRCROOT and SRCROOT/engines to USER_HEADER_SEARCH_PATHS f... | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Link against libpng and libfreetype in XCode-projects. | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Enable RTTI in XCode-projects. | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Add the product files to a group in XCode aswell (makes thing... | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Refactor the Framework and library adding for XCode, and add ... | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Introduce a subclass of Object to manage group-creation. | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Add macros to disable IOS-project creation for now. | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Use a different producesObjectFile-function for Xcode, so tha... | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Define a group for the Frameworks, and add it to the mainGrou... | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Explicitly add /opt/include/freetype2 to header paths. | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Implement setupSourcesBuildPhase for XCode, basing it on setu... | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Make sure that children of PBXGroups are always listed as a l... | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Modify XCodeProvider to add the various folders as groups, in... | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Use whatever SDK is available on OS X. | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Fix Info.plist path. | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Quote lastKnownFileType, name and path to avoid breakage on c... | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Escape \" in "<group>" for PBXFileReferences during writeFile... | Einar Johan Trøan Sømåen |
2015-04-09 | CREATE_PROJECT: Make PBXGroups use PBXFileReference-hashes instead of PBXBuil... | Einar Johan Trøan Sømåen |
2013-11-24 | DEVTOOLS: Factor out function to create directories in create_project. | Johannes Schickel |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |