Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-05 | AVALANCHE: Fix bug introduced in badc727883c14d13702fc61a0a6912a3d61ce9a4 | Strangerke | |
2013-10-05 | COMMON: Fix missing arjDecoder class variable init. CID 1002929 | D G Turner | |
This fixes a couple of these variables by removing them as they are unused or set-but-unused variables. | |||
2013-10-04 | TSAGE: Renaming for R2R Crane Controls | Paul Gilbert | |
2013-10-04 | TSAGE: Renaming for R2R Landing Bay | Paul Gilbert | |
2013-10-05 | AVALANCHE: Answer a couple of comments made by LordHoto | Strangerke | |
2013-10-05 | AVALANCHE: Cleaning includes - remove useless includes in cpp files | Strangerke | |
2013-10-05 | SWORD25: Fix possible error in sound engine when loading a savegame | Thierry 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-05 | SWORD25: Fix regression in persistence code | Thierry 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-05 | WINTERMUTE: Speed up scale() | Willem Jan Palenstijn | |
This is a tweaked version of a patch from eriktorbjorn. | |||
2013-10-04 | FULLPIPE: Implement MctlCompound::method4C() | Eugene Sandulenko | |
2013-10-04 | ZVISION: Fix signed/unsigned mismatch | RichieSams | |
2013-10-04 | AVALANCHE: Start cleaning includes - remove useless include in header files | Strangerke | |
2013-10-04 | SCI: Add the German version of EcoQuest 2 (bug #3615072) | Filippos Karapetis | |
2013-10-04 | Merge branch 'avalanche' of https://github.com/urukgit/scummvm into avalanche | Strangerke | |
2013-10-04 | AVALANCHE: Add indentation on REGISTER_PLUGIN_* lines | Strangerke | |
2013-10-04 | AVALANCHE: Fix savegame naming. This breaks previous savegames | Strangerke | |
2013-10-04 | AVALANCHE: Add static to 2 array definitions in closing | Strangerke | |
2013-10-04 | AVALANCHE: Fix ifndef check in header files | Strangerke | |
2013-10-04 | AVALANCHE: Fix naming conventions in getItem() | Strangerke | |
2013-10-04 | AVALANCHE: Fix static array names | Strangerke | |
2013-10-04 | AVALANCHE: Remove file variable from AvalancheEngine | Strangerke | |
2013-10-04 | AVALANCHE: Use ConfMan short name | Strangerke | |
2013-10-04 | AVALANCHE: Use MKTAG for signature. This breaks prior savegames. | Strangerke | |
2013-10-04 | AVALANCHE: Remove s_engine | Strangerke | |
2013-10-04 | AVALANCHE: Check | occurrence as pointed by LordHoto | Strangerke | |
2013-10-04 | AVALANCHE: Fix naming convention, reduce the scope of a couple of variables | Strangerke | |
2013-10-04 | AVALANCHE: Remove code commented in the original but not in the engine. | Strangerke | |
2013-10-04 | ZVISION: Fix nested template formatting | RichieSams | |
2013-10-04 | ZVISION: Remove Vector2 class | RichieSams | |
Originally, the render table needed int32 (x, y) coords, so I created a copy of Common::Point that used int32. After some code changes, the render table reverted to int16 coords. Therefore, this class is unnessessary since Common::Point uses int16 coords. | |||
2013-10-04 | ZVISION: Add typedefs to shorten long type names | RichieSams | |
2013-10-04 | ZVISION: Re-enable Truemotion plugin guard, but add a case for ZVISION | RichieSams | |
2013-10-03 | TSAGE: Fixes for R2R Bridge conversation | Paul Gilbert | |
2013-10-03 | TSAGE: Renaming for R2R Autodoc scene | Paul Gilbert | |
2013-10-04 | FULLPIPE: Started implementation MctlCompound::method4C() | Eugene Sandulenko | |
2013-10-03 | AVALANCHE: Use memcpy in refreshScreen | Willem Jan Palenstijn | |
2013-10-03 | AVALANCHE: Don't refresh screen after every event in scroll mode | Willem Jan Palenstijn | |
2013-10-03 | WINTERMUTE: Update full screen on ScreenChanged | Willem Jan Palenstijn | |
This fixes the screen not updating after e.g., scaler changes. Bug #3594245. | |||
2013-10-03 | WINTERMUTE: Add missing break | Willem Jan Palenstijn | |
Confirmed by Mnemonic. | |||
2013-10-03 | AVALANCHE: Set some variables private in Menu | Strangerke | |
2013-10-03 | AVALANCHE: Use Doxygen comments in Graphics | Strangerke | |
2013-10-03 | SCUMM: Fix unused variable warnings | Rodrigo Rebello | |
2013-10-02 | TSAGE: R2R bugfix for using the console in the spare bedrooms | Paul Gilbert | |
2013-10-02 | TSAGE: Cleanup of R2R Lift scene | Paul Gilbert | |
2013-10-02 | AVALANCHE: Make _surface private | Strangerke | |
2013-10-02 | Merge pull request #404 from rrebello/tsage_fix | Strangerke | |
TSAGE: Fix uninitialized variable. | |||
2013-10-02 | TSAGE: Fix uninitialized variable. | Rodrigo Rebello | |
This was caused by commit 81a2892229a053bb9c76dea4dbfb63ca13164946. | |||
2013-10-02 | AVALANCHE: Use Doxygen comments in Dialogs, set private some members | Strangerke | |
2013-10-02 | FULLPIPE: Finish MGM::rebuildTables() | Eugene Sandulenko | |
2013-10-02 | FULLPIPE: Started implementing MGM::rebuildTables() | Eugene Sandulenko | |
2013-10-02 | FULLPIPE: Implement MGM::clear() | Eugene Sandulenko | |