aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-01FULLPIPE: Some more work on MGM::genMovement()Eugene Sandulenko
2014-02-01TSAGE - R2R: Fix bug #6503 (part 2) - The original game have swapped ↵Strangerke
messages for passive short scan geographical and astronomical
2014-01-31VOYEUR: Fix for cursor error in reviewTape after viewing evidencePaul Gilbert
2014-01-31VOYEUR: Fix review tape entries when more than a page is availablePaul Gilbert
2014-01-31VOYEUR: Add support for the extended rects used by room displaysPaul Gilbert
2014-01-31VOYEUR: Fix for loading rect resources with invalid rectsPaul Gilbert
2014-01-31FULLPIPE: Further work on MGM::genMovement()Eugene Sandulenko
2014-01-31FULLPIPE: More work on MGM::genMovement()Eugene Sandulenko
2014-01-31FULLPIPE: Started work on MGM::genMovement()Eugene Sandulenko
2014-01-31VOYEUR: Fix hotspot hightlighting in doInterfacePaul Gilbert
2014-01-31GOB: Correct the language field for CroustibatSven Hesse
2014-01-31GOB: Add a game type and detection table for CroustibatSven Hesse
2014-01-31GOB: Move getTotTextItemPart() from Inter_v3 to Inter_v2Sven Hesse
2014-01-30VOYEUR: Renaming of _videoId to _audioVideoId and extra commentsPaul Gilbert
2014-01-30VOYEUR: Fix for low battery charge leaving scene when time is turned offPaul Gilbert
2014-01-30SCI: Remove LSL1 Spanish hack (to SCI1 MIDDLE)Martin Kiewitz
fixes transitions not working properly (and possibly other stuff), hack was added because of bug #5219, strangely none of it occurs anymore
2014-01-30Merge remote-tracking branch 'origin/master' into bbvsjohndoe123
2014-01-30BBVS: Very small cleanupjohndoe123
2014-01-30BBVS: Wrap some long linesjohndoe123
2014-01-30BBVS: Disable gamemodule debug outputjohndoe123
2014-01-30BBVS: Fix mainmenu after intro videosjohndoe123
2014-01-30BBVS: Add easter egg videos handlingjohndoe123
2014-01-30BBVS: Add delayMillis to update loops to save some cpu timejohndoe123
2014-01-30FULLPIPE: Implement lift_checkButton()Eugene Sandulenko
2014-01-30AVALANCHE: Add Ghostroom's skeleton.uruk
2014-01-30TSAGE: R2R - Fix bug #6504 - Crash when deciding to attack right after the ↵Strangerke
ARM scan
2014-01-29VOYEUR: Fixes for reviewing audio events in review tapePaul Gilbert
2014-01-29VOYEUR: Fixes for observing audio eventsPaul Gilbert
2014-01-29VOYEUR: Bugfixes for initializing audio eventsPaul Gilbert
2014-01-29VOYEUR: Fixes for evidence viewing and review tape playbackPaul Gilbert
2014-01-29TSAGE: R2R - Fix default cursor when switching charactersStrangerke
2014-01-29TSAGE: R2R - Fix level animation in dish control panelStrangerke
2014-01-29FULLPIPE: Implement MessageQueue::activateExCommandsByKind()Eugene Sandulenko
2014-01-29FULLPIPE: Implement lift_exitSeq()Eugene Sandulenko
2014-01-29SCI: fix typo in getSciLanguageString CID 1003556Martin Kiewitz
2014-01-29BBVS: Remove some debug outputjohndoe123
2014-01-29BBVS: Add loading/saving of minigame hiscoresjohndoe123
2014-01-29BBVS: Replace minigame flags parameterjohndoe123
2014-01-29BBVS: Remove obsolete code in BbAnt minigamejohndoe123
2014-01-29BBVS: Initial commitjohndoe123
2014-01-28VOYEUR: Fixes for flagging video events, and reviewing them in reviewTapePaul Gilbert
2014-01-29TSAGE: R2R - Fix bug #6508 - Dish status not set properlyStrangerke
2014-01-28FULLPIPE: Implement lift_goAnimation()Eugene Sandulenko
2014-01-27ANDROID: Fix a race conditionJoel Teichroeb
setSurface is done in a different thread than the one that starts the scummvm main. The main thread would then wait until the setSurface thread notifies. The setSurface thread would notify before it actually calls setSurface, meaning if the thread is preemted before calling setSurface, initSurface will assert, causing the app to crash.
2014-01-27SCI: fix null pointer access in logKernelCallMartin Kiewitz
method was/is used for debugging only CID 1003612
2014-01-27TSAGE: R2R - Fix bug #6507 by resetting mouse cursor when switching ↵Strangerke
character in different rooms
2014-01-27SCI: fix negative array access in parseNodesMartin Kiewitz
was used for debug command only CID 1003543
2014-01-27Merge remote-tracking branch 'sync/master' into prince-malikKamil Zbróg
2014-01-27FULLPIPE: Implement lift_startExitQueue()Eugene Sandulenko
2014-01-27SCI: Fix breakage from f92df4c6Alyssa Milburn