Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | AVALANCHE: Fix time output | Willem Jan Palenstijn | |
2013-10-06 | AVALANCHE: Fix potential integer overflow | Willem Jan Palenstijn | |
2013-10-06 | AVALANCHE: Rework bearing() | Strangerke | |
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 | AVALANCHE: Rework totalTime() | Strangerke | |
2013-10-06 | AVALANCHE: Get rid of FP in Parser::totalTime(). | uruk | |
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-06 | AVALANCHE: Update credit files. | uruk | |
2013-10-06 | AVALANCHE: Add a comment to Dialogs::stripTrailingSpaces(). | uruk | |
2013-10-06 | AVALANCHE: Use floats instead of double. Use M_PI where it is possible. | uruk | |
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 | AVALANCHE: Fix error not reported by MSVC | Strangerke | |
2013-10-05 | AVALANCHE: Remove a missed useless include | Strangerke | |
2013-10-05 | AVALANCHE: Replace static strings by static char* | Strangerke | |
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 | AVALANCHE: Change disposeAfterUse value in Sound handler as suggested by ↵ | Strangerke | |
LordHoto | |||
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. |