aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-08MADS: Fix closing door animation for video storePaul Gilbert
2015-03-08MADS: Fix showing covered pit by default in Easy modePaul Gilbert
2015-03-08MADS: Fix game startup settings for pit & batteries based on difficultyPaul Gilbert
2015-03-07MADS: Fix a large number of incorrect animationsPaul Gilbert
2015-03-07MADS: Fix crash looking at fishing rod in restaurantPaul Gilbert
2015-03-07MADS: Fix animation for teleporting into conveyor belt scenePaul Gilbert
2015-03-07MADS: Fix not being able to leave hanger via teleporterPaul Gilbert
2015-03-07MADS: Fix Credits and Quotes option on the main menuPaul Gilbert
2015-03-07MADS: Correctly show main menu after showing creditsPaul Gilbert
2015-03-07MADS: Refactoring of text/animation views to show outside game loopPaul Gilbert
2015-03-06MADS: Fix crash on leaving planeetPaul Gilbert
2015-03-06MADS: Fix hand animations on Antigrav control panelPaul Gilbert
2015-03-06MADS: Fix crash after installing cards in shipPaul Gilbert
2015-03-06MADS: Animation fixes for scene group 8Paul Gilbert
2015-03-06MADS: Fix map fade out when choosing a car destinationPaul Gilbert
2015-03-06MADS: Fix car door exiting animationsPaul Gilbert
2015-03-06MADS: Another car opening animation fixPaul Gilbert
2015-03-06MADS: Fix animation of lab door openingPaul Gilbert
2015-03-06MADS: Fix another incorrect car door opening animationPaul Gilbert
2015-03-06SDL: 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-06CONFIGURE: 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-06SDL: Fix compilation with SDL 2.0 under MSVCFilippos 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-06DEVTOOLS: Add support for linking with SDL 2.0 in create_projectFilippos Karapetis
This is handled with the new command-line option, --sdl2
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
Broken by 3f22c12
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
2015-03-05IPHONE: Remove readme file about XCode project generation.Johannes Schickel
This is not supported right now and thus confusing to users.
2015-03-05IPHONE: Remove out-dated XCode project files.Johannes Schickel
2015-03-05Merge pull request #572 from lordhoto/sdl2-supportJohannes Schickel
SDL: Add experimental support for SDL2
2015-03-05CREDITS: Mention skristiansson for his initial SDL2 support work.Johannes Schickel
2015-03-04MADS: Fix crash throwing bones to dogPaul Gilbert
2015-03-04Merge pull request #589 from norbertbajko/drascula_crashFilippos Karapetis
DRASCULA: fix crash/graphic glitch at castle towers
2015-03-02GRAPHICS: Fix GCC signed/unsigned warnings.Torbjörn Andersson
2015-03-01MADS: Fix animation of hand typing code in teleporterPaul Gilbert
2015-03-01MADS: Fix display of teleporter values with leading zeroesPaul Gilbert
2015-03-01DRASCULA: comment "talk.cpp"norbertbajko
Explain #5903 DRASCULA-IT bug fix