Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-01 | FULLPIPE: Firther simplification in MGM::genMovement() | Eugene Sandulenko | |
2014-02-01 | FULLPIPE: Some more work on MGM::genMovement() | Eugene Sandulenko | |
2014-02-01 | TSAGE - R2R: Fix bug #6503 (part 2) - The original game have swapped ↵ | Strangerke | |
messages for passive short scan geographical and astronomical | |||
2014-01-31 | FULLPIPE: Further work on MGM::genMovement() | Eugene Sandulenko | |
2014-01-31 | FULLPIPE: More work on MGM::genMovement() | Eugene Sandulenko | |
2014-01-31 | FULLPIPE: Started work on MGM::genMovement() | Eugene Sandulenko | |
2014-01-31 | GOB: Correct the language field for Croustibat | Sven Hesse | |
2014-01-31 | GOB: Add a game type and detection table for Croustibat | Sven Hesse | |
2014-01-31 | GOB: Move getTotTextItemPart() from Inter_v3 to Inter_v2 | Sven Hesse | |
2014-01-30 | SCI: 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-30 | FULLPIPE: Implement lift_checkButton() | Eugene Sandulenko | |
2014-01-30 | AVALANCHE: Add Ghostroom's skeleton. | uruk | |
2014-01-30 | TSAGE: R2R - Fix bug #6504 - Crash when deciding to attack right after the ↵ | Strangerke | |
ARM scan | |||
2014-01-29 | TSAGE: R2R - Fix default cursor when switching characters | Strangerke | |
2014-01-29 | TSAGE: R2R - Fix level animation in dish control panel | Strangerke | |
2014-01-29 | FULLPIPE: Implement MessageQueue::activateExCommandsByKind() | Eugene Sandulenko | |
2014-01-29 | FULLPIPE: Implement lift_exitSeq() | Eugene Sandulenko | |
2014-01-29 | SCI: fix typo in getSciLanguageString CID 1003556 | Martin Kiewitz | |
2014-01-29 | TSAGE: R2R - Fix bug #6508 - Dish status not set properly | Strangerke | |
2014-01-28 | FULLPIPE: Implement lift_goAnimation() | Eugene Sandulenko | |
2014-01-27 | ANDROID: Fix a race condition | Joel 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-27 | SCI: fix null pointer access in logKernelCall | Martin Kiewitz | |
method was/is used for debugging only CID 1003612 | |||
2014-01-27 | TSAGE: R2R - Fix bug #6507 by resetting mouse cursor when switching ↵ | Strangerke | |
character in different rooms | |||
2014-01-27 | SCI: fix negative array access in parseNodes | Martin Kiewitz | |
was used for debug command only CID 1003543 | |||
2014-01-27 | FULLPIPE: Implement lift_startExitQueue() | Eugene Sandulenko | |
2014-01-27 | SCI: Fix breakage from f92df4c6 | Alyssa Milburn | |
2014-01-27 | TSAGE: Get rid of some magic values | Strangerke | |
2014-01-27 | Revert "AUDIO: Simplify MidiTracker::processEvent return value" | Alyssa Milburn | |
MI2 deletes the parser object(!) so we can't access any member variables here. Thanks to athrxx for finding this. This reverts commit 86c2fe47e04449602e4c005fa0a9c183bc8bba39 and adds a comment explaining why. | |||
2014-01-27 | Revert "AUDIO: fix invalid mem access in midiparser.cpp" | Alyssa Milburn | |
This broke SCI, since it doesn't call processEvent any more. This reverts commit afa54072a9622d7a370846bf280016843dc61009. | |||
2014-01-26 | AUDIO: fix invalid mem access in midiparser.cpp | athrxx | |
(this caused a crash in MI2) | |||
2014-01-26 | MORTEVIELLE: Fix some uninitialized variables | Strangerke | |
2014-01-26 | TSAGE: Add a default value for _gfxFontNumber | Strangerke | |
2014-01-26 | FULLPIPE: Implement lift_init() | Eugene Sandulenko | |
2014-01-26 | FULLPIPE: Implement lift_setButtonStatics() | Eugene Sandulenko | |
2014-01-26 | FULLPIPE: Implement lift_getButtonIdN() | Eugene Sandulenko | |
2014-01-26 | FULLPIPE: Implement lift_getButtonIdH() | Eugene Sandulenko | |
2014-01-26 | FULLPIPE: Implement lift_clickButton() | Eugene Sandulenko | |
2014-01-26 | AVALANCE: Fix warning about truncated value (from double to float) | Filippos Karapetis | |
2014-01-26 | WII: Add missing dvd interface header for Gamecube build. | D G Turner | |
2014-01-26 | FULLPIPE: Complete FullpipeEngine::openMainMenu() | Eugene Sandulenko | |
2014-01-26 | FULLPIPE: Fix operator precedence. CID 1157411 | Eugene Sandulenko | |
2014-01-25 | WII: Another fix for Gamecube build. Corrected Disc Interface object. | D G Turner | |
2014-01-25 | WII: Fix Gamecube build. Missing ifdef guard for Wii DVD interface. | D G Turner | |
2014-01-25 | BASE: Small formatting fix. | Johannes Schickel | |
2014-01-25 | FULLPIPE: Implement FullpipeEngine::openMainMenu() | Eugene Sandulenko | |
2014-01-25 | WII: Fix Gamecube build. Compiler prefix change for r26 SDK missed. | D G Turner | |
The previous update to the Wii configure sections including changing the compiler prefix missed changing the Gamecube section. | |||
2014-01-24 | FULLPIPE: Complete ModalCredits | Eugene Sandulenko | |
2014-01-24 | FULLPIPE: Started ModalCredits implementation | Eugene Sandulenko | |
2014-01-24 | MORTEVIELLE: Initialize some uninitialized variables | Strangerke | |
2014-01-24 | FULLPIPE: Implement ModalFinal | Eugene Sandulenko | |