aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/menu.h
AgeCommit message (Collapse)Author
2014-01-09MORTEVIELLE: Get rid of setParent() in Menu and MouseHandlerStrangerke
2013-08-19MORTEVIELLE: Store German menu data in data file and clean menu codeThierry Crozat
This opens the door to a better translation of the menu to German. Also the code will now always try to read the menu data from the mort.data file and only if this fails it will use the game data. And remove some dead code that was to support the corrupted menu.mor file.
2013-08-17MORTEVIELLE: Fix verb highlighting in Action and Self menus. Refactor ↵Strangerke
functions related to MenuItem
2013-08-15MORTEVIELLE: Rename opcode variablesStrangerke
2013-08-15MORTEVIELLE: Use verb order stored in mort.datStrangerke
2013-07-29MORTEVIELLE: Remove remaining macros, start refactoring menus, modify the ↵Strangerke
way _cfiphBuffer is read/written
2013-06-28MORTEVIELLE: Some more renaming, introduce MENU_NONE constantStrangerke
2013-06-25MORTEVIELLE: Replace g_vm in MenuStrangerke
2013-02-21MORTEVIELLE: Some renaming, remove useless variables, add debuggerStrangerke
2012-04-06MORTEVIELLE: Modify copyright string to include 1987.Strangerke
2012-04-06MORTEVIELLE: Get rid of mor.cppStrangerke
2012-04-06MORTEVIELLE: More renamingStrangerke
2012-04-06MORTEVIELLE: More renamingStrangerke
2012-04-06MORTEVIELLE: More renamingStrangerke
2012-04-06MORTEVIELLE: Refactor mouse classStrangerke
2012-04-06MORTEVIELLE: move couple of functions to menu class, more renamingStrangerke
2012-04-06MORTEVIELLE: Move (and rename) some more globals to MortevielleEngineStrangerke
2012-04-06MORTEVIELLE: some more renaming, match menu item size in setText()Strangerke
2012-04-06MORTEVIELLE: Use 0-based array instead of 1-based for menu constants, some ↵Strangerke
renaming
2012-04-06MORTEVIELLE: Rename menu entry type erroneously namedStrangerke
2012-04-06MORTEVIELLE: Rename arrays used by menuStrangerke
2012-04-06MORTEVIELLE: Rename remaining Menu enums, rename _staticStrings into ↵Strangerke
_engineStrings as a preliminar work on an English DOS version
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: Converted menu functions into it's own classPaul Gilbert
2012-04-06MORTEVIELLE: Convert menu code to a classPaul Gilbert
2012-04-06MORTEVIELLE: Compilation fixes and extern prefixes to header file method ↵Paul Gilbert
declarations
2012-04-06MORTEVIELLE: Fix some errors by including str.hStrangerke
2012-04-06MORTEVIELLE: Add header filesStrangerke
2012-04-06MORTEVIELLE: Rename *.h -> *.cpp where they really belongEugene Sandulenko
2012-04-06MORTEVIELLE: Ran astyle over generated filesEugene Sandulenko
2012-04-06MORTEVIELLE: Initial ptoc outputEugene Sandulenko