aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-04MORTEVIELLE: Add German translation in the DAT fileStrangerke
2013-07-03MORTEVIELLE: Some renaming in UtilsStrangerke
2013-07-03MORTEVIELLE: Fix text decryption in German versionStrangerke
2013-07-03TOOL: Remove obsolete comments in extract_mortStrangerke
2013-07-03MORTEVIELLE: Fix extraction tool to handle German DOS versionStrangerke
2013-07-03MORTEVIELLE: The German version now starts with broken textsStrangerke
2013-07-01MORTEVIELLE: Some more renaming in GfxSurfaceStrangerke
2013-07-01MORTEVIELLE: Some renaming GfxSurfaceStrangerke
2013-06-30Merge pull request #1 from criezy/mortevielleStrangerke
Mortevielle
2013-06-30MORTEVIELLE: Fix memory leak with the _screenSurfaceThierry Crozat
The _screenSurface was not free'ed after being created. This is now done at the end of run() (the Surface is created at the start of run() when calling initialise()). Also moved a few free() from the destructor to the end of run() in case run() can be called more than once on the same engine.
2013-06-30MORTEVIELLE: Fix access to free'ed memoryThierry Crozat
Two buffers were allocated and then free'ed in initialise(), which caused memory issues when accessed later on throughout the game. They are now free'ed from the MortevielleEngine destructor.
2013-06-29MORTEVIELLE: Fix compilation of music codeStrangerke
2013-06-29MORTEVIELLE: More renamingStrangerke
2013-06-28MORTEVIELLE: Get rid of some magic valuesStrangerke
2013-06-28MORTEVIELLE: Some more renaming, introduce MENU_NONE constantStrangerke
2013-06-28MORTEVIELLE: Rename displayStatusArrow()Strangerke
2013-06-28MORTEVIELLE: Rename displayStatusInDescriptionBar()Strangerke
2013-06-28MORTEVIELLE: Remove 2 useless functionsStrangerke
2013-06-27MORTEVIELLE: Move misc functions from Mortevielle to UtilsStrangerke
2013-06-26MORTEVIELLE: Fix compilationStrangerke
2013-06-26MORTEVIELLE: Remove useless staticStrangerke
2013-06-26Merge branch 'master' of https://github.com/scummvm/scummvm into mortevielleStrangerke
Conflicts: engines/engines.mk
2013-06-26HOPKINS: Change some variable names for consistencyTorbjörn Andersson
This silences a GCC warning about a 'saveFile' variable shadowing a saveFile() method.
2013-06-26HOPKINS: Remove erroneous static keyword, get rid of g_vmStrangerke
2013-06-26NEVERHOOD: Stop sound updates while the main menu is activeFilippos Karapetis
2013-06-26MORTEVIELLE: Use _vm instead of g_vm in DialogManagerStrangerke
2013-06-26MORTEVIELLE: Introduce DialogManager and get rid of static functionsStrangerke
2013-06-26MORTEVIELLE: Remove some useless g_vmStrangerke
2013-06-26MORTEVIELLE: Replace g_vm in SpeechManagerStrangerke
2013-06-26WINTERMUTE: Add detection for J.U.L.I.A. (Greenlight Demo)Einar Johan Trøan Sømåen
2013-06-26MORTEVIELLE: Replace g_vm in SoundManagerStrangerke
2013-06-25NEVERHOOD: Fix bug in Module 1100, scene 2 which made the "Klayman, up here" ↵johndoe123
scene was unreachable. Sound bug still present, though.
2013-06-25MORTEVIELLE: Replace g_vm in TextHandlerStrangerke
2013-06-25MORTEVIELLE: Replace g_vm in MouseHandlerStrangerke
2013-06-25MORTEVIELLE: Replace g_vm in ScreenSurfaceStrangerke
2013-06-25MORTEVIELLE: Replace g_vm in MenuStrangerke
2013-06-25HOPKINS: Add some commentsStrangerke
2013-06-24TSAGE: Bugfix for #3540893 - Stuck animation in Blue Force floppyPaul Gilbert
2013-06-24MORTEVIELLE: Remove CHECK_QUIT macrosStrangerke
2013-06-23SCUMM: Corrected Russian Full Throttle variant namesEugene Sandulenko
2013-06-22SCUMM: Added another Russian variant of Full ThrottleEugene Sandulenko
2013-06-22NEVERHOOD: Fix warningEugene Sandulenko
2013-06-21SCI: Avoid using g_sci for usesOldGfxFunctions() in the GfxPorts classFilippos Karapetis
2013-06-20TINSEL: 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-19SCI: Implement the 4-param version of kDoSoundSendMidi - bug #3614447Filippos Karapetis
Many thanks to wjp for his help with disassembly
2013-06-19WINTERMUTE: Set language of James Peris to unknown for now.Einar Johan Trøan Sømåen
The selection is done via registry, so no easy fix is available yet.
2013-06-19WINTERMUTE: Add detection for James Peris: No License Nor Control (demo)Einar Johan Trøan Sømåen
2013-06-18HOPKINS: Fix glitch occurring when skipping the flight cut scene.Strangerke
Thanks Greencis for reporting it
2013-06-18CRUISE: Remove useless fields in CRUISEGameDescriptionStrangerke
2013-06-18WINTERMUTE: Add detection for Des Reves Elastiques Avec Mille Insectes ↵Einar Johan Trøan Sømåen
Nommes Georges With the accents removed to avoid breaking encoding.