aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/menu.cpp
AgeCommit message (Collapse)Author
2015-09-14MORTEVIELLE: Do not try to use menu.mor fileThierry Crozat
This file has a different format from menufr.mor and menual.mor and we don't support it. Trying to use this file would lead to wrong menu. If the game version does not contain menufr.mor it has to get the menu from the DAT file.
2015-08-19MORTVILLE: Add detection for the version reported in #6575Strangerke
2014-02-18MORTEVIELLE: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-16MORTEVIELLE: Janitorial - Remove trailing spacesStrangerke
2014-01-15MORTEVIELLE: Add some missing variable initializationsStrangerke
2014-01-10MORTEVIELLE: Get rid of setParent()Strangerke
2014-01-09MORTEVIELLE: Get rid of setParent() in Menu and MouseHandlerStrangerke
2013-08-21MORTEVIELLE: Add detection entry for improved German translationThierry Crozat
I also reworked a bit how detection work so that both the original and the improved German translations can be played.
2013-08-20MORTEVIELLE: Add some more checks in order to handle properly the first ↵Strangerke
character of some German menu entries
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 occasional alignment issue in Action verb listStrangerke
2013-08-17MORTEVIELLE: Fix verb highlighting in Action and Self menus. Refactor ↵Strangerke
functions related to MenuItem
2013-08-16MORTEVIELLE: Put resolution scaler in a const, remove some dead code related ↵Strangerke
to it
2013-08-16MORTEVIELLE: Remove code related to unsupported display modesStrangerke
2013-08-16MORTEVIELLE: Fix the initialization of verbs from the DAT fileStrangerke
2013-08-16MORTEVIELLE: Some refactoring in MenuStrangerke
2013-08-16MORTEVIELLE: Improve reading of menu fileThierry Crozat
Do not try to read the menu.mor file as it has a different format not supported (and detection for it was already removed). Also only tries to read the menu for the original language. This avoids using the French menu with the German game when both files are present in the search path.
2013-08-15MORTEVIELLE: Rename opcode variablesStrangerke
2013-08-15MORTEVIELLE: Use verb order stored in mort.datStrangerke
2013-08-07Merge pull request #365 from lordhoto/protected-pixelsJohannes Schickel
Make Graphics::Surface::pixels protected.
2013-08-03DEVTOOLS: Include English menu in mortevielle dat fileThierry Crozat
2013-08-03MORTEVIELLE: Take advantage of Surface::getPixels.Johannes Schickel
2013-07-29MORTEVIELLE: Remove remaining macros, start refactoring menus, modify the ↵Strangerke
way _cfiphBuffer is read/written
2013-07-22MORTEVIELLE: Remove _msg arrayStrangerke
2013-07-19MORTEVIELLE: Reorder includesStrangerke
2013-07-19MORTEVIELLE: Rename menu constantStrangerke
2013-06-28MORTEVIELLE: Get rid of some magic valuesStrangerke
2013-06-28MORTEVIELLE: Remove 2 useless functionsStrangerke
2013-06-25MORTEVIELLE: Replace g_vm in MenuStrangerke
2013-02-21MORTEVIELLE: Some renaming, remove useless variables, add debuggerStrangerke
2012-10-14MORTEVIELLE: More renamingStrangerke
2012-10-14MORTEVIELLE: Some more renamingStrangerke
2012-04-06MORTEVIELLE: Modify copyright string to include 1987.Strangerke
2012-04-06MORTEVIELLE: Remove var_morStrangerke
2012-04-06MORTEVIELLE: Enlarge Inventory menu display to match Depl menu.Strangerke
2012-04-06MORTEVIELLE: Fix invert in Dep menu. Still a bit short due to Inventory ↵Strangerke
width too small. Also add some ingame same/load slots
2012-04-06MORTEVIELLE: Remove trailing spacesStrangerke
2012-04-06MORTEVIELLE: Get rid of mor.cppStrangerke
2012-04-06MORTEVIELLE: More renaming, add a piece of code to improve CGA/EGA switchingStrangerke
2012-04-06MORTEVIELLE: More renamingStrangerke
2012-04-06MORTEVIELLE: More renamingStrangerke
2012-04-06MORTEVIELLE: More renamingStrangerke
2012-04-06MORTEVIELLE: Rename more globals and move functions to MortevielleEngine. ↵Strangerke
Remove ovd1 files.
2012-04-06MORTEVIELLE: More renamingStrangerke
2012-04-06MORTEVIELLE: More renamingStrangerke
2012-04-06MORTEVIELLE: Refactor mouse classStrangerke
2012-04-06MORTEVIELLE: Some more renaming, introduce MouseHandlerStrangerke
2012-04-06MORTEVIELLE: move couple of functions to menu class, more renamingStrangerke
2012-04-06MORTEVIELLE: regroup several filesStrangerke
2012-04-06MORTEVIELLE: Move some more globals, get rid of some othersStrangerke