aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-06MORTEVIELLE: Silent a bunch of GCC warnings and errorsStrangerke
2012-04-06MORTEVIELLE: Add braces, silenting some GCC warningsStrangerke
2012-04-06MORTEVIELLE: Replace an 1-based array by a 0-based oneStrangerke
2012-04-06MORTEVIELLE: Silent the remaining errors reported by CppCheckStrangerke
2012-04-06MORTEVIELLE: silent several warning reported by cppCheckStrangerke
2012-04-06MORTEVIELLE: Double check all "in []" statements, fix a couple of errorsStrangerke
2012-04-06MORTEVIELLE: Fix bug, this is a "in [1, 2]" in the original codeStrangerke
2012-04-06MORTEVIELLE: Rename remaining opcodes, remove a couple of GOTOsStrangerke
2012-04-06MORTEVIELLE: Use 0-based array instead of 1-based for menu constants, some re...Strangerke
2012-04-06MORTEVIELLE: Rename menu entry type erroneously namedStrangerke
2012-04-06TOOLS: Mortevielle - Add missing heading space for several sentences used in ...Strangerke
2012-04-06MORTEVIELLE: remove error messages uselessly loadedStrangerke
2012-04-06MORTEVIELLE: clean up deline()Strangerke
2012-04-06MORTEVIELLE: Rename arrays used by menuStrangerke
2012-04-06MORTEVIELLE: Start removing deline() and deligStrangerke
2012-04-06MORTEVIELLE: First "English" version.Strangerke
2012-04-06MORTEVIELLE: Rename remaining Menu enums, rename _staticStrings into _engineS...Strangerke
2012-04-06MORTEVIELLE: clean up while statements using separate 'not'Strangerke
2012-04-06MORTEVIELLE: Some more cleanup, add alternate file names used by german and a...Strangerke
2012-04-06MORTEVIELLE: Fix protection skip and avoid instant exitStrangerke
2012-04-06MORTEVIELLE: remove a couple of GOTOsStrangerke
2012-04-06MORTEVIELLE: Convert some more char types to bytePaul Gilbert
2012-04-06MORTEVIELLE: Changed some char fields in sav_chaine to bytePaul Gilbert
2012-04-06MORTEVIELLE: rename variables in Ques::show(), fix remaining glitchesStrangerke
2012-04-06MORTEVIELLE: Fix questions display when entering hidden passageStrangerke
2012-04-06MORTEVIELLE: cleanup decodeAlertDetails, rename parameters and variablesStrangerke
2012-04-06MORTEVIELLE: Fix a bug in decodeAlertDetailsStrangerke
2012-04-06MORTEVIELLE: Add detection for another French versionStrangerke
2012-04-06MORTEVIELLE: various cleanup and renamingStrangerke
2012-04-06MORTEVIELLE: remove pred and succStrangerke
2012-04-06MORTEVIELLE: Rename graphical mode constantsStrangerke
2012-04-06MORTEVIELLE: Rename F3F8 functions, rename everything related to Graphical De...Strangerke
2012-04-06MORTEVIELLE: Rename Alert functionsStrangerke
2012-04-06MORTEVIELLE: Some more code formatting, rename sonoffStrangerke
2012-04-06MORTEVIELLE: Rename some more variables and functionsStrangerke
2012-04-06MORTEVIELLE: Some more cleanup, renaming, plus a couple of crash fixes in del...Strangerke
2012-04-06MORTEVIELLE: rename verbs and associated opcodes, use enum for opcodesStrangerke
2012-04-06MORTEVIELLE: Apply coding conventions to actions.cppStrangerke
2012-04-06MORTEVIELLE: Some more code formatting in mouseStrangerke
2012-04-06MORTEVIELLE: Rename mouse functions, various formatting fixesStrangerke
2012-04-06MORTEVIELLE: Start cleaning taffich.cppStrangerke
2012-04-06TOOLS: Mortevielle - Remove extra spaces in one of the wordsStrangerke
2012-04-06TOOLS: Add ingame text.Strangerke
2012-04-06TOOL: Use a define for output nameStrangerke
2012-04-06TOOLS: Add header files to create_mortdat, remove second parameterStrangerke
2012-04-06MORTEVIELLE: Fix the 'You Are Alone' to be properly justified with English textPaul Gilbert
2012-04-06MORTEVIELLE: Convert f3/f8 dialog, alert dialog, and ques dialogs into classesPaul Gilbert
2012-04-06MORTEVIELLE: Converted menu functions into it's own classPaul Gilbert
2012-04-06MORTEVIELLE: Convert menu code to a classPaul Gilbert
2012-04-06MORTEVIELLE: Moved DROITE() into the ScreenSurface classPaul Gilbert