Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-09 | CREATE_PROJECT: Use a different producesObjectFile-function for Xcode, so ↵ | Einar Johan Trøan Sømåen | |
that we can allow Objective-C(++) and disallow .asm | |||
2015-04-09 | CREATE_PROJECT: Define MACOSX and POSIX in XCode-projects for now (ignoring ↵ | Einar Johan Trøan Sømåen | |
iOS for the moment) | |||
2015-04-09 | CREATE_PROJECT: Define a group for the Frameworks, and add it to the ↵ | Einar Johan Trøan Sømåen | |
mainGroup, so that the buildPhase can figure things out. | |||
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: Enable XCode-project creation. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Implement setupSourcesBuildPhase for XCode, basing it on ↵ | Einar Johan Trøan Sømåen | |
setupResourcesBuildPhase. | |||
2015-04-09 | CREATE_PROJECT: Disable the WIN32-define when creating an XCode-project. | Einar Johan Trøan Sømåen | |
2015-04-09 | CREATE_PROJECT: Make sure that children of PBXGroups are always listed as a ↵ | Einar Johan Trøan Sømåen | |
list with "," after every item, even when there's only one child. This modifies the combination of SettingsAsList and SettingsSingleItem so that "," is used after the item, instead of ";", but only when they are used together. | |||
2015-04-09 | CREATE_PROJECT: Modify XCodeProvider to add the various folders as groups, ↵ | Einar Johan Trøan Sømåen | |
instead of file-references, hardcoding the root as the group "CustomTemplate" This also modifies the hashes, so that subfolders get unique hashes, even if they have the same name as some other folder in the tree (i.e. there are multiple folders named "sdl" in the various subfolders of backends/platforms). | |||
2015-04-09 | CREATE_PROJECT: Make ProjectProvider able to work properly with subclasses ↵ | Einar Johan Trøan Sømåen | |
that want to create one single project. | |||
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 ↵ | Einar Johan Trøan Sømåen | |
c++11-compat.h | |||
2015-04-09 | CREATE_PROJECT: Escape \" in "<group>" for PBXFileReferences during ↵ | Einar Johan Trøan Sømåen | |
writeFileListToProject This has to be applied explicitly, as modifying ADD_FILE_REFERENCE to use SettingsQuoteVariable would be wrong (i.e. SDKROOT should not become "SDKROOT"). | |||
2015-04-09 | CREATE_PROJECT: Make PBXGroups use PBXFileReference-hashes instead of ↵ | Einar Johan Trøan Sømåen | |
PBXBuildFile-hashes. | |||
2015-03-06 | SDL: Special case the call to SDL_CreateThread for SDL2, since SDL2 requires ↵ | Einar Johan Trøan Sømåen | |
threads to be named. - Fixes compilation on OS X with SDL2 enabled, SDL1 builds should be entirely unaffected. | |||
2015-03-06 | CONFIGURE: Always link against Cocoa on OS X, since SDL2 doesn't seem to ↵ | Einar Johan Trøan Sømåen | |
pick it up for us. | |||
2015-03-06 | SDL: Fix compilation with SDL 2.0 under MSVC | Filippos Karapetis | |
In SDL 2.0, intrin.h is now included in SDL_cpuinfo.h, which includes setjmp.h. SDL_cpuinfo.h is included from SDL.h and SDL_syswm.h. Thus, we remove the exceptions for setjmp and longjmp before these two includes. | |||
2015-03-06 | DEVTOOLS: Add support for linking with SDL 2.0 in create_project | Filippos Karapetis | |
This is handled with the new command-line option, --sdl2 | |||
2015-03-05 | MADS: Bugfixes and cleanup for Herman conversation | Paul Gilbert | |
2015-03-05 | SDL: Fake key events for unassociated TEXTINPUT events. | Johannes Schickel | |
2015-03-05 | SDL: Remove TEXTINPUT events we associate with KEYDOWN. | Johannes Schickel | |
2015-03-05 | MADS: Fix mismatched delete/free releasing screen surface | Paul Gilbert | |
2015-03-05 | MADS: Show a warning if sound code reads beyond end of sound data blocks | Paul Gilbert | |
2015-03-05 | MADS: Fix crash after throwing both bones to dog | Paul Gilbert | |
2015-03-05 | MACOSX: Fix compilation | Matthew Hoops | |
Broken by 3f22c12 | |||
2015-03-05 | MADS: Fix timer initialization in two scenes | Paul Gilbert | |
2015-03-05 | MADS: Fix screwed up death animation when getting eaten in village stream | Paul Gilbert | |
2015-03-05 | ZVISION: Fix GCC signed/unsigned warning | Torbjörn Andersson | |
2015-03-04 | MADS: Fix animations for opening car door at various car locations | Paul Gilbert | |
2015-03-04 | MADS: Fix gender scanning animation in car | Paul Gilbert | |
2015-03-04 | MADS: Fix assert when there are more than 5 talk options available | Paul Gilbert | |
2015-03-04 | MADS: Fix Herman animating too quickly | Paul Gilbert | |
2015-03-05 | BUILD: Output working command line for git commit in ideprojects target. | Johannes Schickel | |
2015-03-05 | BUILD: Update ideprojects target to generate MSVC12 project files. | Johannes Schickel | |
2015-03-05 | DEVTOOLS: Update codeblocks readme.txt to "new" dir structure. | Johannes Schickel | |
2015-03-05 | IPHONE: Remove readme file about XCode project generation. | Johannes Schickel | |
This is not supported right now and thus confusing to users. | |||
2015-03-05 | IPHONE: Remove out-dated XCode project files. | Johannes Schickel | |
2015-03-05 | Merge pull request #572 from lordhoto/sdl2-support | Johannes Schickel | |
SDL: Add experimental support for SDL2 | |||
2015-03-05 | CREDITS: Mention skristiansson for his initial SDL2 support work. | Johannes Schickel | |
2015-03-04 | MADS: Fix crash throwing bones to dog | Paul Gilbert | |
2015-03-04 | Merge pull request #589 from norbertbajko/drascula_crash | Filippos Karapetis | |
DRASCULA: fix crash/graphic glitch at castle towers | |||
2015-03-02 | GRAPHICS: Fix GCC signed/unsigned warnings. | Torbjörn Andersson | |
2015-03-01 | MADS: Fix animation of hand typing code in teleporter | Paul Gilbert | |
2015-03-01 | MADS: Fix display of teleporter values with leading zeroes | Paul Gilbert | |
2015-03-01 | DRASCULA: comment "talk.cpp" | norbertbajko | |
Explain #5903 DRASCULA-IT bug fix | |||
2015-03-01 | DRASCULA: comment "talk.cpp" | norbertbajko | |
Explain #5903 DRASCULA-IT bug fix | |||
2015-03-01 | DRASCULA: comment "actors.cpp" | norbertbajko | |
Explain #5903 DRASCULA-IT bug fix | |||
2015-03-01 | SDL: Call setupIcon for each window creation with SDL2. | Johannes Schickel | |
This should make sure that the logo is properly set on Win32 with SDL2. | |||
2015-03-01 | DRASCULA: fix crash/graphic glitch at castle towers | Norbert Bajkó | |
Fix bug #5903 DRASCULA-IT: Crash/graphic glitch at castle towers |