aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-11MADS: Fix cycling remaining active when ending TextView startsPaul Gilbert
2015-03-10MADS: Fix boat hotspot after loading savegame for scene 801Paul Gilbert
2015-03-10MADS: Fix incorrect depth for animation when repairing crack in shipPaul Gilbert
2015-03-10MADS: Fix display of crack and background in shipPaul Gilbert
2015-03-10MADS: Fix door animations for South ElevatorPaul Gilbert
2015-03-10MADS: Fix Herman's thanks for batteries speech remaining on-screenPaul Gilbert
2015-03-10MADS: Improved fix for giving batteries to HermanPaul Gilbert
2015-03-10MADS: Fix door closing anim when leaving video storePaul Gilbert
2015-03-10MADS: Fix timer module hotspot remaining active after taking itPaul Gilbert
2015-03-10MADS: Silence GCC signed/unsigned warningsTorbjörn Andersson
2015-03-09MADS: Fix crash if you talk to intern in gurney room too quicklyPaul Gilbert
2015-03-09MADS: Fix walking to exit in guard room after dropping severed armPaul Gilbert
2015-03-09MADS: Improved fix for picking up plant stalkPaul Gilbert
2015-03-09MADS: Fix crash picking up bamboo stalkPaul Gilbert
2015-03-08MADS: Fix SceneInfo instance leak when showing dialogsPaul Gilbert
2015-03-08MADS: Fix leak of SpriteAsset instancesPaul Gilbert
2015-03-08MADS: Fix unused variable warningPaul Gilbert
2015-03-08MADS: Fix trying to walk into corridor from security stationPaul Gilbert
2015-03-08MADS: Fix looking at magazine at security stationPaul Gilbert
2015-03-08MADS: Fix prior conversation list showing when crawling in ventsPaul Gilbert
2015-03-08MADS: Fix walking behind counter at Sand Bar restaurantPaul Gilbert
2015-03-08MADS: Fix walking behind counter in software storePaul Gilbert
2015-03-08MADS: Rename some outstanding 'abortTimers' to the more proper 'endTrigger'Paul Gilbert
2015-03-08MADS: Fix flickering message from sitting at ruined security deskPaul Gilbert
2015-03-08MADS: Fix for penlight when starting a new game in Hard modePaul Gilbert
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
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