Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-06 | WINTERMUTE: Fix typo causing tiled image corruption | Willem Jan Palenstijn | |
2013-10-06 | FULLPIPE: Started MovGraph2::method4C() implementation | Eugene Sandulenko | |
2013-10-06 | TSAGE: Renaming for R2R Autodoc | Paul Gilbert | |
2013-10-06 | TSAGE: Further bugfixes for R2R Bridge conversations | Paul Gilbert | |
2013-10-06 | NEVERHOOD: Move more scene-specific Klaymen animations to their scenes | Filippos Karapetis | |
2013-10-06 | WINTERMUTE: Integrate SDL_rotozoom code for scale/rotoscale | Willem Jan Palenstijn | |
2013-10-06 | WINTERMUTE: Partially fix rotoscale coordinate confusion | Willem Jan Palenstijn | |
This fixes two issues: * The rendering rectangle was not rotated, causing garbage to be drawn if the rotated rectangle did not fully cover the unrotated rectangle, or sprites to be clipped in the opposite case. * The order of mirror/scale/rotation operations was inconsistent. This commit does scaling first, followed by rotation. (This is only an issue because scaling is specified separately in X and Y directions.) For now only FIXMEs are added for mirroring. | |||
2013-10-06 | NEVERHOOD: Move more scene-specific Klaymen animations to their scenes | Filippos Karapetis | |
2013-10-06 | NEVERHOOD: Move more scene-specific Klaymen animations to their scenes | Filippos Karapetis | |
2013-10-06 | WINTERMUTE: Remove outdated comment | Willem Jan Palenstijn | |
2013-10-06 | WINTERMUTE: Remove presumably outdated off-by-one correction | Willem 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-06 | FULLPIPE: Fix GCC warning | Torbjörn Andersson | |
2013-10-06 | NEVERHOOD: Move module-specific Klaymen code to its respective module | Filippos Karapetis | |
2013-10-05 | TSAGE: Graphic fixes for R2R dissolving drive room stasis field | Paul Gilbert | |
2013-10-05 | NEVERHOOD: Move specialized Klaymen code for modules 1000 and 1100 | Filippos Karapetis | |
2013-10-05 | NEVERHOOD: Clean up some includes | Filippos Karapetis | |
2013-10-05 | NEVERHOOD: Split sprites from their scenes in modules 1000 and 1100 | Filippos Karapetis | |
2013-10-05 | FULLPIPE: Silence false positives about uninitialized variables in MSVC | Filippos Karapetis | |
2013-10-05 | NEVERHOOD: Split sprites from their scenes in module 1200 | Filippos Karapetis | |
2013-10-05 | NEVERHOOD: Split sprites from their scenes in modules 1300 and 1400 | Filippos Karapetis | |
2013-10-05 | WINTERMUTE: Let pixel blending functions be inlined | Willem Jan Palenstijn | |
2013-10-05 | TSAGE: Bugfix for rotating suits in R2R storage room | Paul Gilbert | |
2013-10-05 | TSAGE: Renaming for R2R Lander Bay 2 Storage | Paul Gilbert | |
2013-10-05 | TSAGE: Implemented semi-transparent door in R2R suit room | Paul Gilbert | |
2013-10-05 | TSAGE: Renaming for R2R Drive Room | Paul Gilbert | |
2013-10-05 | TSAGE: R2R bugfix for objects being removed and then readded incorrectly | Paul Gilbert | |
2013-10-05 | NEVERHOOD: Split sprites from their scenes in module 1600 | Filippos Karapetis | |
2013-10-05 | NEVERHOOD: Split sprites from their scenes in modules 1700 and 1800 | Filippos Karapetis | |
This also reduces inter-header dependencies | |||
2013-10-05 | NEVERHOOD: Split sprites from their scenes in modules 2100 and 2200 | Filippos Karapetis | |
This also reduces inter-header dependencies | |||
2013-10-05 | FULLPIPE: Give more meaningful name to method parameter | Eugene Sandulenko | |
2013-10-05 | FULLPIPE: Implement MovGraphReact::pointInRegion() | Eugene Sandulenko | |
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 | 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 | SCI: Add the German version of EcoQuest 2 (bug #3615072) | Filippos Karapetis | |
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 | 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 | 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 | 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 | FULLPIPE: Finish MGM::rebuildTables() | Eugene Sandulenko | |