aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2013-10-06WINTERMUTE: Remove outdated commentWillem Jan Palenstijn
2013-10-06WINTERMUTE: Remove presumably outdated off-by-one correctionWillem Jan Palenstijn
This correction no longer seems to be necessary, and removes an off-by-one in the J.U.L.I.A. Demo main menu screen.
2013-10-06FULLPIPE: Fix GCC warningTorbjörn Andersson
2013-10-06NEVERHOOD: Move module-specific Klaymen code to its respective moduleFilippos Karapetis
2013-10-05TSAGE: Graphic fixes for R2R dissolving drive room stasis fieldPaul Gilbert
2013-10-05NEVERHOOD: Move specialized Klaymen code for modules 1000 and 1100Filippos Karapetis
2013-10-05NEVERHOOD: Clean up some includesFilippos Karapetis
2013-10-05NEVERHOOD: Split sprites from their scenes in modules 1000 and 1100Filippos Karapetis
2013-10-05FULLPIPE: Silence false positives about uninitialized variables in MSVCFilippos Karapetis
2013-10-05NEVERHOOD: Split sprites from their scenes in module 1200Filippos Karapetis
2013-10-05NEVERHOOD: Split sprites from their scenes in modules 1300 and 1400Filippos Karapetis
2013-10-05WINTERMUTE: Let pixel blending functions be inlinedWillem Jan Palenstijn
2013-10-05TSAGE: Bugfix for rotating suits in R2R storage roomPaul Gilbert
2013-10-05TSAGE: Renaming for R2R Lander Bay 2 StoragePaul Gilbert
2013-10-05TSAGE: Implemented semi-transparent door in R2R suit roomPaul Gilbert
2013-10-05TSAGE: Renaming for R2R Drive RoomPaul Gilbert
2013-10-05TSAGE: R2R bugfix for objects being removed and then readded incorrectlyPaul Gilbert
2013-10-05NEVERHOOD: Split sprites from their scenes in module 1600Filippos Karapetis
2013-10-05NEVERHOOD: Split sprites from their scenes in modules 1700 and 1800Filippos Karapetis
This also reduces inter-header dependencies
2013-10-05NEVERHOOD: Split sprites from their scenes in modules 2100 and 2200Filippos Karapetis
This also reduces inter-header dependencies
2013-10-05FULLPIPE: Give more meaningful name to method parameterEugene Sandulenko
2013-10-05FULLPIPE: Implement MovGraphReact::pointInRegion()Eugene Sandulenko
2013-10-04TSAGE: Renaming for R2R Crane ControlsPaul Gilbert
2013-10-04TSAGE: Renaming for R2R Landing BayPaul Gilbert
2013-10-05SWORD25: Fix possible error in sound engine when loading a savegameThierry Crozat
The error occurred when the save game was saved early in the game before all the sound handles had been used. The unused handles only had the handle type initialised (as kFreeHandle) so all the other fields had random values. After loading the game the sound engine could erroneously try to play one of these sound handle resulting in an error.
2013-10-05SWORD25: Fix regression in persistence codeThierry Crozat
The regression was introduced by commit e6ba26ff0d which wrote coordinates of a rect as unsigned int when they were before written as signed int. Since the load code was not modified it still expected signed int. They are now again written as signed int. Any gamed saved between commit e6ba26ff0d and this commit will therefore be corrupted.
2013-10-05WINTERMUTE: Speed up scale()Willem Jan Palenstijn
This is a tweaked version of a patch from eriktorbjorn.
2013-10-04FULLPIPE: Implement MctlCompound::method4C()Eugene Sandulenko
2013-10-04SCI: Add the German version of EcoQuest 2 (bug #3615072)Filippos Karapetis
2013-10-03TSAGE: Fixes for R2R Bridge conversationPaul Gilbert
2013-10-03TSAGE: Renaming for R2R Autodoc scenePaul Gilbert
2013-10-04FULLPIPE: Started implementation MctlCompound::method4C()Eugene Sandulenko
2013-10-03WINTERMUTE: Update full screen on ScreenChangedWillem Jan Palenstijn
This fixes the screen not updating after e.g., scaler changes. Bug #3594245.
2013-10-03WINTERMUTE: Add missing breakWillem Jan Palenstijn
Confirmed by Mnemonic.
2013-10-02TSAGE: R2R bugfix for using the console in the spare bedroomsPaul Gilbert
2013-10-02TSAGE: Cleanup of R2R Lift scenePaul Gilbert
2013-10-02TSAGE: Fix uninitialized variable.Rodrigo Rebello
This was caused by commit 81a2892229a053bb9c76dea4dbfb63ca13164946.
2013-10-02FULLPIPE: Finish MGM::rebuildTables()Eugene Sandulenko
2013-10-02FULLPIPE: Started implementing MGM::rebuildTables()Eugene Sandulenko
2013-10-02FULLPIPE: Implement MGM::clear()Eugene Sandulenko
2013-10-02FULLPIPE: Implement MGM::getItemIndexById()Eugene Sandulenko
2013-10-02FULLPIPE: Implement MGM::addItem()Eugene Sandulenko
2013-10-02SCI: Make a note about pic 390 in the blacklisted SQ4CD NRS patch 1.2Filippos Karapetis
2013-10-02SCI: Blacklist the SQ4CD 1.2 NRS patchFilippos Karapetis
In essence, this "patch" includes a mixture the CD and floppy versions (the whole game), without the speech file
2013-10-02WINTERMUTE: Remove unused _drawNumWillem Jan Palenstijn
2013-10-02SAGA: Clean up variable scopeWillem Jan Palenstijn
2013-10-02Merge pull request #403 from rrebello/saga_cppcheck_fixFilippos Karapetis
SAGA: Silent Cppcheck warning in Sprite::loadList().
2013-10-02WINTERMUTE: Fix regression with _skipThisFrameWillem Jan Palenstijn
This broke loading in Broken Circle demo. We now reset the queue state when skipping a frame, and re-use lastFrameIter instead of keeping track of lastAddedTicket separately.
2013-10-02SAGA: Silent Cppcheck warning in Sprite::loadList().Rodrigo Rebello
2013-10-02MOHAWK: Fix missing initializers in CSTime engine. CID 1002810.D G Turner