Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-29 | MORTEVIELLE: More renaming | Strangerke | |
2013-06-28 | MORTEVIELLE: Get rid of some magic values | Strangerke | |
2013-06-28 | MORTEVIELLE: Some more renaming, introduce MENU_NONE constant | Strangerke | |
2013-06-28 | MORTEVIELLE: Rename displayStatusArrow() | Strangerke | |
2013-06-28 | NEVERHOOD: Handle invalid save_slot more gracefully on startup | Torbjörn Andersson | |
If the specificed savegame doesn't exist, start the game from the beginning. Before, it would just hang. The error handling is still quite primitive, though. | |||
2013-06-28 | NEVERHOOD: Fix incorrect checks for the waterfall sounds | Filippos Karapetis | |
Some of the "wall broken" checks were inverse, resulting in the waterfall sound being incorrectly heard when the wall was broken. Also, simplified some of the "wall broken" checks | |||
2013-06-28 | NEVERHOOD: Use the ScummVM dialogs for saving/loading | Filippos Karapetis | |
An option has been added to use the original ones, if needed | |||
2013-06-28 | NEVERHOOD: Remove superfluous description from a console command | Filippos Karapetis | |
2013-06-28 | NEVERHOOD: Add missing music when entering the Hall of Records building | Filippos Karapetis | |
The "Everybody Way Oh" theme should be played in both of the first two rooms of the Hall of Records building | |||
2013-06-28 | NEVERHOOD: Fix graphics glitch when opening the menu | Filippos Karapetis | |
2013-06-28 | NEVERHOOD: Fix scene entrance when restoring in the Aqua (music) house | Filippos Karapetis | |
This looks to be a logic error in the constructor of module 2400, since all the other modules do not create scenes with the global entrance number when they are instantiated without an entrance (i.e. when loading). With that logic error, all the code that handled Kleymen's entrance to a scene after restoring was incorrectly skipped | |||
2013-06-28 | MORTEVIELLE: Rename displayStatusInDescriptionBar() | Strangerke | |
2013-06-28 | MORTEVIELLE: Remove 2 useless functions | Strangerke | |
2013-06-27 | TSAGE: Added some descriptions to scene switch list | Paul Gilbert | |
2013-06-27 | Merge pull request #346 from tobiatesan/gitignore_msvc11 | Filippos Karapetis | |
JANITORIAL: Add [Debug|Release][32|64] to .gitignore | |||
2013-06-27 | MORTEVIELLE: Move misc functions from Mortevielle to Utils | Strangerke | |
2013-06-27 | JANITORIAL: Add [Debug|Release][32|64] to .gitignore | Tobia Tesan | |
MSVC11 seems to be using these as new default when running on x64. | |||
2013-06-26 | TSAGE: Fix for R2R freeze returning to scene 2000 from 2425 | Paul Gilbert | |
2013-06-26 | TSAGE: Bugfix for starting R2R scene 2000 | Paul Gilbert | |
2013-06-26 | MORTEVIELLE: Fix compilation | Strangerke | |
2013-06-26 | MORTEVIELLE: Remove useless static | Strangerke | |
2013-06-26 | Merge branch 'master' of https://github.com/scummvm/scummvm into mortevielle | Strangerke | |
Conflicts: engines/engines.mk | |||
2013-06-26 | HOPKINS: Change some variable names for consistency | Torbjörn Andersson | |
This silences a GCC warning about a 'saveFile' variable shadowing a saveFile() method. | |||
2013-06-26 | HOPKINS: Remove erroneous static keyword, get rid of g_vm | Strangerke | |
2013-06-26 | NEVERHOOD: Stop sound updates while the main menu is active | Filippos Karapetis | |
2013-06-26 | MORTEVIELLE: Use _vm instead of g_vm in DialogManager | Strangerke | |
2013-06-26 | MORTEVIELLE: Introduce DialogManager and get rid of static functions | Strangerke | |
2013-06-26 | MORTEVIELLE: Remove some useless g_vm | Strangerke | |
2013-06-26 | MORTEVIELLE: Replace g_vm in SpeechManager | Strangerke | |
2013-06-26 | WINTERMUTE: Add detection for J.U.L.I.A. (Greenlight Demo) | Einar Johan Trøan Sømåen | |
2013-06-26 | MORTEVIELLE: Replace g_vm in SoundManager | Strangerke | |
2013-06-25 | NEVERHOOD: Fix bug in Module 1100, scene 2 which made the "Klayman, up here" ↵ | johndoe123 | |
scene was unreachable. Sound bug still present, though. | |||
2013-06-25 | MORTEVIELLE: Replace g_vm in TextHandler | Strangerke | |
2013-06-25 | MORTEVIELLE: Replace g_vm in MouseHandler | Strangerke | |
2013-06-25 | MORTEVIELLE: Replace g_vm in ScreenSurface | Strangerke | |
2013-06-25 | MORTEVIELLE: Replace g_vm in Menu | Strangerke | |
2013-06-25 | HOPKINS: Add some comments | Strangerke | |
2013-06-24 | TSAGE: Bugfix for #3540893 - Stuck animation in Blue Force floppy | Paul Gilbert | |
2013-06-24 | MORTEVIELLE: Remove CHECK_QUIT macros | Strangerke | |
2013-06-23 | SCUMM: Corrected Russian Full Throttle variant names | Eugene Sandulenko | |
2013-06-22 | SCUMM: Added another Russian variant of Full Throttle | Eugene Sandulenko | |
2013-06-22 | NEVERHOOD: Fix warning | Eugene Sandulenko | |
2013-06-21 | SCI: Avoid using g_sci for usesOldGfxFunctions() in the GfxPorts class | Filippos Karapetis | |
2013-06-20 | VIDEO: Mark AVIDecoder as being used by sword1/sword2 | Matthew Hoops | |
2013-06-20 | SWORD2: Add back MPEG-2 video support | Matthew Hoops | |
2013-06-20 | SWORD1: Add back MPEG-2 video support | Matthew Hoops | |
2013-06-20 | COMMON: Add erase method to String class | richiesams | |
2013-06-20 | TINSEL: Clip mouse position to be within the screen (bug #3613765) | Filippos Karapetis | |
The mouse cursor warping code via the keyboard allows the cursor to go outside the screen. We now limit the cursor's position to always stay within the screen | |||
2013-06-20 | VIDEO: Allow AVI frame rate to be overriden with a constant | Matthew Hoops | |
Required for sword1/sword2 MPEG videos | |||
2013-06-20 | VIDEO: Hook up MPEG decoder to AVI | Matthew Hoops | |