Commit Graph

105 Commits

Author SHA1 Message Date
Thierry Crozat
fc7df50ed0 MORTEVIELLE: Do not try to use menu.mor file
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-09-14 22:29:23 +01:00
Strangerke
3ec6dccc4f MORTVILLE: Add detection for the version reported in #6575 2015-08-19 23:03:44 +02:00
Johannes Schickel
9da7d86952 MORTEVIELLE: Make GPL headers consistent in themselves. 2014-02-18 02:39:36 +01:00
Strangerke
2bc174a3d0 MORTEVIELLE: Janitorial - Remove trailing spaces 2014-02-16 18:24:19 +01:00
Strangerke
8524a3a714 MORTEVIELLE: Add some missing variable initializations 2014-01-15 07:12:46 +01:00
Strangerke
b3c377aacd MORTEVIELLE: Get rid of setParent() 2014-01-10 01:46:38 +01:00
Strangerke
d8d4a2c3bb MORTEVIELLE: Get rid of setParent() in Menu and MouseHandler 2014-01-09 08:21:52 +01:00
Thierry Crozat
800ee561c9 MORTEVIELLE: Add detection entry for improved German translation
I also reworked a bit how detection work so that both the original
and the improved German translations can be played.
2013-08-21 11:22:51 +01:00
Strangerke
50ef208e31 MORTEVIELLE: Add some more checks in order to handle properly the first character of some German menu entries 2013-08-20 07:44:41 +02:00
Thierry Crozat
efbf1ff5f9 MORTEVIELLE: Store German menu data in data file and clean menu code
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-19 21:11:23 +01:00
Strangerke
a5ec205f46 MORTEVIELLE: Fix occasional alignment issue in Action verb list 2013-08-17 11:36:54 +02:00
Strangerke
ddb9f3862d MORTEVIELLE: Fix verb highlighting in Action and Self menus. Refactor functions related to MenuItem 2013-08-17 11:18:13 +02:00
Strangerke
9dd65e5ef3 MORTEVIELLE: Put resolution scaler in a const, remove some dead code related to it 2013-08-16 19:23:29 +02:00
Strangerke
481aeb0b0b MORTEVIELLE: Remove code related to unsupported display modes 2013-08-16 18:50:28 +02:00
Strangerke
e6582fe7d1 MORTEVIELLE: Fix the initialization of verbs from the DAT file 2013-08-16 14:25:11 +02:00
Strangerke
dcfb1298dc MORTEVIELLE: Some refactoring in Menu 2013-08-16 13:29:50 +02:00
Thierry Crozat
4a885af83a MORTEVIELLE: Improve reading of menu file
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-16 10:47:11 +01:00
Strangerke
3af7b8d872 MORTEVIELLE: Rename opcode variables 2013-08-15 20:03:27 +02:00
Strangerke
563e62d625 MORTEVIELLE: Use verb order stored in mort.dat 2013-08-15 07:57:07 +02:00
Johannes Schickel
7f8308e0eb Merge pull request #365 from lordhoto/protected-pixels
Make Graphics::Surface::pixels protected.
2013-08-07 12:24:59 -07:00
Thierry Crozat
0a2e64b903 DEVTOOLS: Include English menu in mortevielle dat file 2013-08-03 16:50:14 +01:00
Johannes Schickel
0c0f99eb96 MORTEVIELLE: Take advantage of Surface::getPixels. 2013-08-03 04:02:51 +02:00
Strangerke
b50f0e2a0d MORTEVIELLE: Remove remaining macros, start refactoring menus, modify the way _cfiphBuffer is read/written 2013-07-29 01:58:03 +02:00
Strangerke
a5b18d7905 MORTEVIELLE: Remove _msg array 2013-07-22 23:59:43 +02:00
Strangerke
67f900ed33 MORTEVIELLE: Reorder includes 2013-07-19 11:51:10 +02:00
Strangerke
bb6db039d9 MORTEVIELLE: Rename menu constant 2013-07-19 11:33:42 +02:00
Strangerke
fae077d848 MORTEVIELLE: Get rid of some magic values 2013-06-28 22:07:53 +02:00
Strangerke
67f08a3686 MORTEVIELLE: Remove 2 useless functions 2013-06-28 08:04:19 +02:00
Strangerke
16c814ee6e MORTEVIELLE: Replace g_vm in Menu 2013-06-25 08:00:11 +02:00
Strangerke
0a1dd302fe MORTEVIELLE: Some renaming, remove useless variables, add debugger 2013-02-21 00:53:52 +01:00
Strangerke
3f60cd79fe MORTEVIELLE: More renaming 2012-10-14 21:59:27 +02:00
Strangerke
ad3c7febd7 MORTEVIELLE: Some more renaming 2012-10-14 10:28:03 +02:00
Strangerke
b27b77b354 MORTEVIELLE: Modify copyright string to include 1987. 2012-04-06 08:24:07 +02:00
Strangerke
1619441215 MORTEVIELLE: Remove var_mor 2012-04-06 08:24:00 +02:00
Strangerke
64ef9378a2 MORTEVIELLE: Enlarge Inventory menu display to match Depl menu. 2012-04-06 08:23:59 +02:00
Strangerke
76bf72ce69 MORTEVIELLE: Fix invert in Dep menu. Still a bit short due to Inventory width too small. Also add some ingame same/load slots 2012-04-06 08:23:57 +02:00
Strangerke
cdea613e51 MORTEVIELLE: Remove trailing spaces 2012-04-06 08:23:56 +02:00
Strangerke
7b94de6408 MORTEVIELLE: Get rid of mor.cpp 2012-04-06 08:23:48 +02:00
Strangerke
cdcb8d3645 MORTEVIELLE: More renaming, add a piece of code to improve CGA/EGA switching 2012-04-06 08:23:45 +02:00
Strangerke
0111cea7d7 MORTEVIELLE: More renaming 2012-04-06 08:23:43 +02:00
Strangerke
09e8c82e8f MORTEVIELLE: More renaming 2012-04-06 08:23:42 +02:00
Strangerke
1a9183e0ba MORTEVIELLE: More renaming 2012-04-06 08:23:40 +02:00
Strangerke
c1e8ff3ada MORTEVIELLE: Rename more globals and move functions to MortevielleEngine. Remove ovd1 files. 2012-04-06 08:23:38 +02:00
Strangerke
76f7858096 MORTEVIELLE: More renaming 2012-04-06 08:23:36 +02:00
Strangerke
d09561e0c4 MORTEVIELLE: More renaming 2012-04-06 08:23:35 +02:00
Strangerke
2df7ebf160 MORTEVIELLE: Refactor mouse class 2012-04-06 08:23:32 +02:00
Strangerke
1c283507ee MORTEVIELLE: Some more renaming, introduce MouseHandler 2012-04-06 08:23:30 +02:00
Strangerke
aa184ef1b4 MORTEVIELLE: move couple of functions to menu class, more renaming 2012-04-06 08:23:12 +02:00
Strangerke
79dd918033 MORTEVIELLE: regroup several files 2012-04-06 08:23:06 +02:00
Strangerke
6073019083 MORTEVIELLE: Move some more globals, get rid of some others 2012-04-06 08:23:05 +02:00