aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-20MORTEVIELLE: Little refactoring of decryptNextChar()Strangerke
2013-07-19MORTEVIELLE: Removed redundant mouse drawing codePaul Gilbert
2013-07-19MORTEVIELLE: Fix glitch in constant name. Thanks to LordHoto for pointing it outStrangerke
2013-07-19MORTEVIELLE: Add a safeguard in Copy()Strangerke
2013-07-19MORTEVIELLE: Fix glitch detected by criezyStrangerke
2013-07-19MORTEVIELLE: Simplify the way skip info is computed, as pointed by LordHotoStrangerke
2013-07-19MORTEVIELLE: Constify 3 more arraysStrangerke
2013-07-19TOOLS: Janitorial: remove trailing spaces in extract_mortStrangerke
2013-07-19MORTEVIELLE: Fix define name in Mortevielle.hStrangerke
2013-07-19MORTEVIELLE: Reorder includesStrangerke
2013-07-19MORTEVIELLE: Rename menu constantStrangerke
2013-07-19MORTEVIELLE: Use width and height provided by Graphics::SurfaceStrangerke
2013-07-19MORTEVIELLE: Fix formatting glitchStrangerke
2013-07-19MORTEVIELLE: Constify an array in graphics, reduce the scope of some variablesStrangerke
2013-07-19MORTEVIELLE: Replace some British words by US onesStrangerke
2013-07-19MORTEVIELLE: Constify an array in actions, reduce the scope of some variablesStrangerke
2013-07-18MORTEVIELLE: Modify some more boxesStrangerke
2013-07-18MORTEVIELLE: Enlarge box around screens in order to avoid to display a line ↵Strangerke
of the picture below the border
2013-07-18MORTEVIELLE: Enlarge F3/F8 dialogStrangerke
2013-07-18MORTEVIELLE: Some renaming in intro functionsStrangerke
2013-07-18MORTEVIELLE: Improve German engine textsStrangerke
2013-07-18DEVTOOLS: Moved implementation of create_mortdat File class from the header filePaul Gilbert
2013-07-13Merge pull request #2 from criezy/morteviellePaul Gilbert
Mortevielle create_mortdat textual fixes
2013-07-13MORTEVIELLE: Changed savegames to use the game target to generate filenamesPaul Gilbert
2013-07-13MORTEVIELLE: Fix typo in English textThierry Crozat
2013-07-13MORTEVIELLE: Convert non-ASCII characters to their octal valueThierry Crozat
2013-07-13MORTEVIELLE: Add missing eol character in devtool usage messageThierry Crozat
2013-07-13MORTEVIELLE: Fix some typos identified by wjpStrangerke
2013-07-12MORTEVIELLE: Fixed ifdef header guard namingPaul Gilbert
2013-07-07MORTEVIELLE: Some renaming in Mortevielle.hStrangerke
2013-07-06MORTEVIELLE: Remove unused constStrangerke
2013-07-04MORTEVIELLE: Update misc files to include mort.datStrangerke
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