aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/actions.cpp
AgeCommit message (Collapse)Author
2012-04-06MORTEVIELLE: Rename some variables and functions related to 'Search' actionStrangerke
2012-04-06MORTEVIELLE: Properly remove protection checksStrangerke
2012-04-06MORTEVIELLE: Refactor KnowledgeCheckStrangerke
2012-04-06MORTEVIELLE: rename more globals and constants, remove t_nhom usageStrangerke
2012-04-06MORTEVIELLE: Start renaming globalsStrangerke
2012-04-06MORTEVIELLE: Silent a bunch of GCC warnings and errorsStrangerke
2012-04-06MORTEVIELLE: Add braces, silenting some GCC warningsStrangerke
2012-04-06MORTEVIELLE: silent several warning reported by cppCheckStrangerke
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 ↵Strangerke
renaming
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: Rename remaining Menu enums, rename _staticStrings into ↵Strangerke
_engineStrings as a preliminar work on an English DOS version
2012-04-06MORTEVIELLE: clean up while statements using separate 'not'Strangerke
2012-04-06MORTEVIELLE: rename variables in Ques::show(), fix remaining glitchesStrangerke
2012-04-06MORTEVIELLE: remove pred and succStrangerke
2012-04-06MORTEVIELLE: Rename some more variables and functionsStrangerke
2012-04-06MORTEVIELLE: Some more cleanup, renaming, plus a couple of crash fixes in ↵Strangerke
deline and writeg
2012-04-06MORTEVIELLE: rename verbs and associated opcodes, use enum for opcodesStrangerke
2012-04-06MORTEVIELLE: Apply coding conventions to actions.cppStrangerke
2012-04-06MORTEVIELLE: Rename mouse functions, various formatting fixesStrangerke
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: Remove all the overlay commentsPaul Gilbert
2012-04-06MORTEVIELLE: Remove more code that had been commented out in the original sourcePaul Gilbert
2012-04-06MORTEVIELLE: Removed redundant gfx functions, and moved others into ↵Paul Gilbert
ScreenSurface class.
2012-04-06MORTEVIELLE: Added support for using the static string list added to mort.datPaul Gilbert
2012-04-06MORTEVIELLE: Renamed main loop methods, along with quit/end/lose variablesPaul Gilbert
2012-04-06MORTEVIELLE: Added extra quit checks to event loopsPaul Gilbert
2012-04-06MORTEVIELLE: Merge the _mouseButtons and clic variablesPaul Gilbert
The original separate implementation was causing problems with the mouse click variable remaining set too long.
2012-04-06MORTEVIELLE: Add some comments with translated stringsStrangerke
2012-04-06MORTEVIELLE: Lots of compilation fixesPaul Gilbert
2012-04-06MORTEVIELLE: More compilation fixesPaul Gilbert
2012-04-06MORTEVIELLE: More addition of needed #include lines and other compilation fixesPaul Gilbert
2012-04-06MORTEVIELLE: Replaced all set::of forms with proper C if statementsPaul Gilbert
2012-04-06MORTEVIELLE: Further bugfixes to include files and added includesPaul Gilbert
2012-04-06MORTEVIELLE: Compilation fixes based on adding appropriate #include filesPaul Gilbert
2012-04-06MORTEVIELLE: cardinal -> uintPaul Gilbert
2012-04-06MORTEVIELLE: Converted remaining varying_string instances to Common::StringPaul Gilbert
2012-04-06MORTEVIELLE: COnvert more arrays and data typesEugene Sandulenko
2012-04-06MORTEVIELLE: Fix some more errors by adding includesStrangerke
2012-04-06MORTEVIELLE: Fix several errors, add some includesStrangerke
2012-04-06MORTEVIELLE: use bool instead of booleanStrangerke
2012-04-06MORTEVIELLE: Start including header filesStrangerke
2012-04-06MORTEVIELLE: rename namespaceStrangerke
2012-04-06MORTEVIELLE: Add namespace and standard headerStrangerke
2012-04-06MORTEVIELLE: Converted more arrays into C style arraysEugene Sandulenko
2012-04-06MORTEVIELLE: str* -> Common::StringEugene Sandulenko