aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-09CREATE_PROJECT: Link theora and jpeg in XCode-projects.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Use SRCROOT-relative include paths.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Set projectDirPath to the source-path in XCode.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Don't add -fno-rtti.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Modify producesObjectFile to take .m and .mm into account.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Remove leftover _rootGroups.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Add SRCROOT and SRCROOT/engines to USER_HEADER_SEARCH_PATHS f...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Link against libpng and libfreetype in XCode-projects.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Enable RTTI in XCode-projects.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Add the product files to a group in XCode aswell (makes thing...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Refactor the Framework and library adding for XCode, and add ...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Introduce a subclass of Object to manage group-creation.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Add macros to disable IOS-project creation for now.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Revert idea about createOneProjectPerEngine.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Use a different producesObjectFile-function for Xcode, so tha...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Define MACOSX and POSIX in XCode-projects for now (ignoring i...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Define a group for the Frameworks, and add it to the mainGrou...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Explicitly add /opt/include/freetype2 to header paths.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Enable XCode-project creation.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Implement setupSourcesBuildPhase for XCode, basing it on setu...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Disable the WIN32-define when creating an XCode-project.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Make sure that children of PBXGroups are always listed as a l...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Modify XCodeProvider to add the various folders as groups, in...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Make ProjectProvider able to work properly with subclasses th...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Use whatever SDK is available on OS X.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Fix Info.plist path.Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Quote lastKnownFileType, name and path to avoid breakage on c...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Escape \" in "<group>" for PBXFileReferences during writeFile...Einar Johan Trøan Sømåen
2015-04-09CREATE_PROJECT: Make PBXGroups use PBXFileReference-hashes instead of PBXBuil...Einar Johan Trøan Sømåen
2015-03-06SDL: Special case the call to SDL_CreateThread for SDL2, since SDL2 requires ...Einar Johan Trøan Sømåen
2015-03-06CONFIGURE: Always link against Cocoa on OS X, since SDL2 doesn't seem to pick...Einar Johan Trøan Sømåen
2015-03-06SDL: Fix compilation with SDL 2.0 under MSVCFilippos Karapetis
2015-03-06DEVTOOLS: Add support for linking with SDL 2.0 in create_projectFilippos Karapetis
2015-03-05MADS: Bugfixes and cleanup for Herman conversationPaul Gilbert
2015-03-05SDL: Fake key events for unassociated TEXTINPUT events.Johannes Schickel
2015-03-05SDL: Remove TEXTINPUT events we associate with KEYDOWN.Johannes Schickel
2015-03-05MADS: Fix mismatched delete/free releasing screen surfacePaul Gilbert
2015-03-05MADS: Show a warning if sound code reads beyond end of sound data blocksPaul Gilbert
2015-03-05MADS: Fix crash after throwing both bones to dogPaul Gilbert
2015-03-05MACOSX: Fix compilationMatthew Hoops
2015-03-05MADS: Fix timer initialization in two scenesPaul Gilbert
2015-03-05MADS: Fix screwed up death animation when getting eaten in village streamPaul Gilbert
2015-03-05ZVISION: Fix GCC signed/unsigned warningTorbjörn Andersson
2015-03-04MADS: Fix animations for opening car door at various car locationsPaul Gilbert
2015-03-04MADS: Fix gender scanning animation in carPaul Gilbert
2015-03-04MADS: Fix assert when there are more than 5 talk options availablePaul Gilbert
2015-03-04MADS: Fix Herman animating too quicklyPaul Gilbert
2015-03-05BUILD: Output working command line for git commit in ideprojects target.Johannes Schickel
2015-03-05BUILD: Update ideprojects target to generate MSVC12 project files.Johannes Schickel
2015-03-05DEVTOOLS: Update codeblocks readme.txt to "new" dir structure.Johannes Schickel