Age | Commit message (Expand) | Author |
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: Rename some more variables and functions | 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: Convert f3/f8 dialog, alert dialog, and ques dialogs into classes | Paul Gilbert |
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: Remove more code that had been commented out in the original source | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Removed all the code that was commented out in the original source | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Added CHECK_QUIT to afdes() event loop | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Removed boite() stab and remap calls to ScreenSurface::drawBox | 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: Renamed main loop methods, along with quit/end/lose variables | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Added extra quit checks to event loops | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Merge the _mouseButtons and clic variables | Paul Gilbert |
2012-04-06 | MORTEVIELLE: More game menu formatting fixes | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Implemented a basic event handler. | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Add some comments with translated strings | Strangerke |
2012-04-06 | MORTEVIELLE: Added stubs for remaining functions needed by the project | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Lots of compilation fixes | 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: Converted some of the file accesses to use Common::File | Paul Gilbert |
2012-04-06 | MORTEVIELLE: More addition of needed #include lines and other compilation fixes | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Further bugfixes to include files and added includes | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Fixed variable usage in var_mor.h and var_mor.cpp | Paul Gilbert |
2012-04-06 | MORTEVIELLE: Converted remaining varying_string instances to Common::String | Paul Gilbert |
2012-04-06 | MORTEVIELLE: COnvert more arrays and data types | Eugene Sandulenko |
2012-04-06 | MORTEVIELLE: long_int -> float | 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 |
2012-04-06 | MORTEVIELLE: Add an an include for string, move boolean to bool | Strangerke |
2012-04-06 | MORTEVIELLE: Add namespace and standard header | Strangerke |
2012-04-06 | MORTEVIELLE: str* -> Common::String | Eugene Sandulenko |
2012-04-06 | MORTEVIELLE: integer -> int | Eugene Sandulenko |
2012-04-06 | MORTEVIELLE: Rename *.h -> *.cpp where they really belong | Eugene Sandulenko |