aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-20SCI: Add support for the King's Questions mini-gameFilippos Karapetis
2013-08-20CREDITS: Add credits for The Neverhood engineFilippos Karapetis
2013-08-20ZVISION: Create keypress event to test rlf animationrichiesams
2013-08-20ZVISION: Normalize comment alignmentrichiesams
2013-08-20ZVISION: Fix seek() whence argumentrichiesams
2013-08-20ZVISION: Call RenderManager::update() before ScriptManager::update()richiesams
2013-08-20ZVISION: Always update the screen to ensure the mouse continues to renderrichiesams
2013-08-20ZVISION: Initialize inline with constructionrichiesams
2013-08-20ZVISION: Create method to play RlfAnimationsrichiesams
2013-08-20ZVISION: Implement ActionSetPartialScreenrichiesams
2013-08-20ZVISION: Create method to clear the working window area of the screen to a si...richiesams
2013-08-20ZVISION: Rename _warpedBuffer to _workingWindowBufferrichiesams
2013-08-20ZVISION: Create class to parse RLF animation filesrichiesams
2013-08-20WINTERMUTE: Replace CP1252-symbol ... with 3 full stops.Einar Johan Trøan Sømåen
2013-08-20WINTERMUTE: Add binary alpha-blitting.Einar Johan Trøan Sømåen
2013-08-20WINTERMUTE: Change pixel-format to RGBA.Einar Johan Trøan Sømåen
2013-08-20WINTERMUTE: Avoid doing alpha-blits when image doesn't have alpha.Einar Johan Trøan Sømåen
2013-08-20MORTEVIELLE: Change German menu translationThierry Crozat
2013-08-20MOHAWK: Stop videos on stack changeTorbjörn Andersson
2013-08-20MOHAWK: Add missing break in switch, CID 1003750Torbjörn Andersson
2013-08-20MORTEVIELLE: Add some more checks in order to handle properly the first chara...Strangerke
2013-08-20MORTEVIELLE: Fix display of the rod and the ball in the attic, when using Sel...Strangerke
2013-08-19WINTERMUTE: Don't use a lookup table for alphaWillem Jan Palenstijn
2013-08-19MORTEVIELLE: Store German menu data in data file and clean menu codeThierry Crozat
2013-08-19MORTEVIELLE: Fix display of ending speech in German DOS editionStrangerke
2013-08-19MORTEVIELLE: Avoid a crash related to speech during the ending sequence of th...Strangerke
2013-08-19Merge pull request #385 from JenniBee/md5sEugene Sandulenko
2013-08-19GRAPHICS: Add missing "break"s in switch, CID 1063214Torbjörn Andersson
2013-08-19WINTERMUTE: Adding detection for more games.JenniBee
2013-08-19AGI: Adding detection for original AGI Tetris by Peter Kelly.JenniBee
2013-08-19SCI: Fix script bug #3604939 - "SCI: QFG1VGA: Game hangs when meeting Baron w...Filippos Karapetis
2013-08-19TSAGE: R2R - Fix Locker 2 status in landing bay (Scene 500)Strangerke
2013-08-19SCI: Fix bug #3614914 - "SCI: Castle of Dr Brain Spanish crashes after Comput...Filippos Karapetis
2013-08-18ZVISION: Revert to normal pointers instead of shared pointersrichiesams
2013-08-18ZVISION: Don't cast away const qualifierrichiesams
2013-08-18ZVISION: Fix argument passing for warning()richiesams
2013-08-18ZVISION: Reimplement PushToggleControlrichiesams
2013-08-18ZVISION: Force & operator to have precedence over == operatorrichiesams
2013-08-18ZVISION: Convert _puzzlesToCheck to a Queue instead of a Stackrichiesams
2013-08-18ZVISION: Allow Puzzles to have mutiple 'sets' of CriteriaEntriesrichiesams
2013-08-18ZVISION: Implement ActionEnableControl and ActionDisableControlrichiesams
2013-08-18ZVISION: Allow controls to be enabled or disabledrichiesams
2013-08-18ZVISION: Convert _activeControls from a List to a HashMaprichiesams
2013-08-18ZVISION: Reset MouseEvent globalStateValue's when clearing themrichiesams
2013-08-18ZVISION: Make MousEvent fully publicrichiesams
2013-08-18ZVISION: Allow MouseEvents to be unregisteredrichiesams
2013-08-18ZVISION: Add newlines to console debug statementsrichiesams
2013-08-18ZVISION: Reset push_toggle controls global state value to 0 during initializa...richiesams
2013-08-18ZVISION: Allow ONCE_PER_INST puzzles to be repeated once per room instead of ...richiesams
2013-08-18ZVISION: Change the CLIP template argument to match the type of the indiciesrichiesams