Age | Commit message (Expand) | Author |
2012-04-06 | MORTEVIELLE: Move (and rename) some more globals to MortevielleEngine | Strangerke |
2012-04-06 | MORTEVIELLE: some more renaming, match menu item size in setText() | Strangerke |
2012-04-06 | MORTEVIELLE: Added extra width to the Self menu for the English version | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Properly remove protection checks | Strangerke |
2012-04-06 | MORTEVIELLE: rename more globals and constants, remove t_nhom usage | Strangerke |
2012-04-06 | MORTEVIELLE: Start renaming globals | Strangerke |
2012-04-06 | MORTEVIELLE: Silent a bunch of GCC warnings and errors | Strangerke |
2012-04-06 | MORTEVIELLE: silent several warning reported by cppCheck | Strangerke |
2012-04-06 | MORTEVIELLE: Use 0-based array instead of 1-based for menu constants, some re... | Strangerke |
2012-04-06 | MORTEVIELLE: Rename menu entry type erroneously named | Strangerke |
2012-04-06 | MORTEVIELLE: clean up deline() | Strangerke |
2012-04-06 | MORTEVIELLE: Rename arrays used by menu | Strangerke |
2012-04-06 | MORTEVIELLE: Start removing deline() and delig | Strangerke |
2012-04-06 | MORTEVIELLE: Rename remaining Menu enums, rename _staticStrings into _engineS... | Strangerke |
2012-04-06 | MORTEVIELLE: clean up while statements using separate 'not' | Strangerke |
2012-04-06 | MORTEVIELLE: Some more cleanup, add alternate file names used by german and a... | Strangerke |
2012-04-06 | MORTEVIELLE: remove pred and succ | Strangerke |
2012-04-06 | MORTEVIELLE: Rename graphical mode constants | Strangerke |
2012-04-06 | MORTEVIELLE: Rename F3F8 functions, rename everything related to Graphical De... | Strangerke |
2012-04-06 | MORTEVIELLE: Some more code formatting, rename sonoff | Strangerke |
2012-04-06 | MORTEVIELLE: Some more cleanup, renaming, plus a couple of crash fixes in del... | Strangerke |
2012-04-06 | MORTEVIELLE: rename verbs and associated opcodes, use enum for opcodes | Strangerke |
2012-04-06 | MORTEVIELLE: Rename mouse functions, various formatting fixes | Strangerke |
2012-04-06 | MORTEVIELLE: Converted menu functions into it's own class | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Convert menu code to a class | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Replaced stub calls to mortevielle_exit with Engine::quitGame | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Removed all the remaining text mode function stubs | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Remove all the overlay comments | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Removed unused clear_box() and fill_box(), and renamed fillBox t... | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Replaced all box() calls with ScreenSurface::fillBox | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Removed redundant gfx functions, and moved others into ScreenSur... | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Added support for using the static string list added to mort.dat | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Visual fix for the inventory menu | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fix some string indexing | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fix for displaying savegame menus correctly | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Merge the _mouseButtons and clic variables | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Formatting fix for savegame list | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Restore background area when a menu is removed | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Formatting fixes for game menu display | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fix display of action tabs | Paul Gilbert |
2012-04-06 | MORTEVIELLE: More compilation fixes | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Converted string() usage to Common::String | Paul Gilbert |
2012-04-06 | MORTEVIELLE: More addition of needed #include lines and other compilation fixes | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Replaced all set::of forms with proper C if statements | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Compilation fixes based on adding appropriate #include files | Paul Gilbert |
2012-04-06 | MORTEVIELLE: cardinal -> uint | Paul Gilbert |
2012-04-06 | MORTEVIELLE: COnvert more arrays and data types | Eugene Sandulenko |
2012-04-06 | MORTEVIELLE: use bool instead of boolean | Strangerke |
2012-04-06 | MORTEVIELLE: Start including header files | Strangerke |
2012-04-06 | MORTEVIELLE: rename namespace | Strangerke |