Commit Graph
105 Commits
Author SHA1 Message Date
Strangerke 36a65ad3c9 MORTEVIELLE: Move (and rename) some more globals to MortevielleEngine 2012-04-06 08:22:57 +02:00
Strangerke 6217fa5e3e MORTEVIELLE: some more renaming, match menu item size in setText() 2012-04-06 08:22:54 +02:00
Paul Gilbert 203dcdaf4a MORTEVIELLE: Added extra width to the Self menu for the English version 2012-04-06 08:22:46 +02:00
Strangerke 47a00c8257 MORTEVIELLE: Properly remove protection checks 2012-04-06 08:22:31 +02:00
Strangerke b2b16cefce MORTEVIELLE: rename more globals and constants, remove t_nhom usage 2012-04-06 08:22:26 +02:00
Strangerke 7764caaade MORTEVIELLE: Start renaming globals 2012-04-06 08:22:24 +02:00
Strangerke 1a70cee6a6 MORTEVIELLE: Silent a bunch of GCC warnings and errors 2012-04-06 08:22:23 +02:00
Strangerke 38c9aa8b56 MORTEVIELLE: silent several warning reported by cppCheck 2012-04-06 08:22:17 +02:00
Strangerke 2bdc20dc9b MORTEVIELLE: Use 0-based array instead of 1-based for menu constants, some renaming 2012-04-06 08:22:12 +02:00
Strangerke f98a818c36 MORTEVIELLE: Rename menu entry type erroneously named 2012-04-06 08:22:11 +02:00
Strangerke 1384677991 MORTEVIELLE: clean up deline() 2012-04-06 08:22:07 +02:00
Strangerke d3bbf213e9 MORTEVIELLE: Rename arrays used by menu 2012-04-06 08:22:06 +02:00
Strangerke 510cae8af1 MORTEVIELLE: Start removing deline() and delig 2012-04-06 08:22:04 +02:00
Strangerke 8072e9e97a MORTEVIELLE: Rename remaining Menu enums, rename _staticStrings into _engineStrings as a preliminar work on an English DOS version 2012-04-06 08:22:02 +02:00
Strangerke b414beeff2 MORTEVIELLE: clean up while statements using separate 'not' 2012-04-06 08:22:00 +02:00
Strangerke 3a8a15e201 MORTEVIELLE: Some more cleanup, add alternate file names used by german and alternate french versions 2012-04-06 08:21:59 +02:00
Strangerke 33106100f6 MORTEVIELLE: remove pred and succ 2012-04-06 08:21:45 +02:00
Strangerke a988c467a4 MORTEVIELLE: Rename graphical mode constants 2012-04-06 08:21:44 +02:00
Strangerke 77f9e706e5 MORTEVIELLE: Rename F3F8 functions, rename everything related to Graphical Device 2012-04-06 08:21:42 +02:00
Strangerke a54dfa4845 MORTEVIELLE: Some more code formatting, rename sonoff 2012-04-06 08:21:40 +02:00
Strangerke acd636dc2c MORTEVIELLE: Some more cleanup, renaming, plus a couple of crash fixes in deline and writeg 2012-04-06 08:21:37 +02:00
Strangerke d0ec6e9b32 MORTEVIELLE: rename verbs and associated opcodes, use enum for opcodes 2012-04-06 08:21:36 +02:00
Strangerke d868681976 MORTEVIELLE: Rename mouse functions, various formatting fixes 2012-04-06 08:21:32 +02:00
Paul Gilbert a764471c4c MORTEVIELLE: Converted menu functions into it's own class 2012-04-06 08:21:22 +02:00
Paul Gilbert c3a63e04ee MORTEVIELLE: Convert menu code to a class 2012-04-06 08:21:20 +02:00
Paul Gilbert b4bed3cba3 MORTEVIELLE: Replaced stub calls to mortevielle_exit with Engine::quitGame 2012-04-06 08:21:18 +02:00
Paul Gilbert ce42caf57c MORTEVIELLE: Removed all the remaining text mode function stubs 2012-04-06 08:21:17 +02:00
Paul Gilbert 9f99fabaa8 MORTEVIELLE: Remove all the overlay comments 2012-04-06 08:21:15 +02:00
Paul Gilbert 4cd9be9f2f MORTEVIELLE: Removed unused clear_box() and fill_box(), and renamed fillBox to fillRect 2012-04-06 08:21:12 +02:00
Paul Gilbert a29bd180f7 MORTEVIELLE: Replaced all box() calls with ScreenSurface::fillBox 2012-04-06 08:21:10 +02:00
Paul Gilbert e9c5437c3b MORTEVIELLE: Removed redundant gfx functions, and moved others into ScreenSurface class. 2012-04-06 08:21:01 +02:00
Paul Gilbert c81b81692b MORTEVIELLE: Added support for using the static string list added to mort.dat 2012-04-06 08:20:59 +02:00
Paul Gilbert 9ae61553d4 MORTEVIELLE: Visual fix for the inventory menu 2012-04-06 08:20:40 +02:00
Paul Gilbert 6205e89e50 MORTEVIELLE: Fix some string indexing 2012-04-06 08:20:34 +02:00
Paul Gilbert e578c4d648 MORTEVIELLE: Fix for displaying savegame menus correctly 2012-04-06 08:20:32 +02:00
Paul Gilbert 90e076a36a MORTEVIELLE: Merge the _mouseButtons and clic variables
The original separate implementation was causing problems with the mouse click variable remaining set too long.
2012-04-06 08:20:30 +02:00
Paul Gilbert 84ef8f5a7f MORTEVIELLE: Formatting fix for savegame list 2012-04-06 08:20:23 +02:00
Paul Gilbert f5af2b407c MORTEVIELLE: Restore background area when a menu is removed 2012-04-06 08:20:22 +02:00
Paul Gilbert 9a79a5e059 MORTEVIELLE: Formatting fixes for game menu display 2012-04-06 08:20:19 +02:00
Paul Gilbert e9b10db262 MORTEVIELLE: Fix display of action tabs 2012-04-06 08:20:18 +02:00
Paul Gilbert ab089af889 MORTEVIELLE: More compilation fixes 2012-04-06 08:18:58 +02:00
Paul Gilbert 4dd8bce651 MORTEVIELLE: Converted string() usage to Common::String 2012-04-06 08:18:57 +02:00
Paul Gilbert fd243358d3 MORTEVIELLE: More addition of needed #include lines and other compilation fixes 2012-04-06 08:18:54 +02:00
Paul Gilbert c7a1bd48bd MORTEVIELLE: Replaced all set::of forms with proper C if statements 2012-04-06 08:18:53 +02:00
Paul Gilbert 1a0e3b571a MORTEVIELLE: Compilation fixes based on adding appropriate #include files 2012-04-06 08:18:50 +02:00
Paul Gilbert c1ead19c5d MORTEVIELLE: cardinal -> uint 2012-04-06 08:18:48 +02:00
Eugene Sandulenko 34f9d30245 MORTEVIELLE: COnvert more arrays and data types 2012-04-06 08:18:42 +02:00
Strangerke 2792e4069d MORTEVIELLE: use bool instead of boolean 2012-04-06 08:18:34 +02:00
Strangerke d7a64060ca MORTEVIELLE: Start including header files 2012-04-06 08:18:30 +02:00
Strangerke 7571d4e186 MORTEVIELLE: rename namespace 2012-04-06 08:18:28 +02:00