aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/mor2.cpp
AgeCommit message (Expand)Author
2012-04-06MORTEVIELLE: Rename graphical mode constantsStrangerke
2012-04-06MORTEVIELLE: Rename F3F8 functions, rename everything related to Graphical De...Strangerke
2012-04-06MORTEVIELLE: Rename some more variables and functionsStrangerke
2012-04-06MORTEVIELLE: Some more cleanup, renaming, plus a couple of crash fixes in del...Strangerke
2012-04-06MORTEVIELLE: rename verbs and associated opcodes, use enum for opcodesStrangerke
2012-04-06MORTEVIELLE: Rename mouse functions, various formatting fixesStrangerke
2012-04-06MORTEVIELLE: Convert f3/f8 dialog, alert dialog, and ques dialogs into classesPaul Gilbert
2012-04-06MORTEVIELLE: Converted menu functions into it's own classPaul Gilbert
2012-04-06MORTEVIELLE: Convert menu code to a classPaul Gilbert
2012-04-06MORTEVIELLE: Remove more code that had been commented out in the original sourcePaul Gilbert
2012-04-06MORTEVIELLE: Removed all the code that was commented out in the original sourcePaul Gilbert
2012-04-06MORTEVIELLE: Added CHECK_QUIT to afdes() event loopPaul Gilbert
2012-04-06MORTEVIELLE: Removed boite() stab and remap calls to ScreenSurface::drawBoxPaul Gilbert
2012-04-06MORTEVIELLE: Removed redundant gfx functions, and moved others into ScreenSur...Paul Gilbert
2012-04-06MORTEVIELLE: Added support for using the static string list added to mort.datPaul Gilbert
2012-04-06MORTEVIELLE: Renamed main loop methods, along with quit/end/lose variablesPaul Gilbert
2012-04-06MORTEVIELLE: Added extra quit checks to event loopsPaul Gilbert
2012-04-06MORTEVIELLE: Merge the _mouseButtons and clic variablesPaul Gilbert
2012-04-06MORTEVIELLE: More game menu formatting fixesPaul Gilbert
2012-04-06MORTEVIELLE: Implemented a basic event handler.Paul Gilbert
2012-04-06MORTEVIELLE: Add some comments with translated stringsStrangerke
2012-04-06MORTEVIELLE: Added stubs for remaining functions needed by the projectPaul Gilbert
2012-04-06MORTEVIELLE: Lots of compilation fixesPaul Gilbert
2012-04-06MORTEVIELLE: More compilation fixesPaul Gilbert
2012-04-06MORTEVIELLE: Converted string() usage to Common::StringPaul Gilbert
2012-04-06MORTEVIELLE: Converted some of the file accesses to use Common::FilePaul Gilbert
2012-04-06MORTEVIELLE: More addition of needed #include lines and other compilation fixesPaul Gilbert
2012-04-06MORTEVIELLE: Further bugfixes to include files and added includesPaul Gilbert
2012-04-06MORTEVIELLE: Fixed variable usage in var_mor.h and var_mor.cppPaul Gilbert
2012-04-06MORTEVIELLE: Converted remaining varying_string instances to Common::StringPaul Gilbert
2012-04-06MORTEVIELLE: COnvert more arrays and data typesEugene Sandulenko
2012-04-06MORTEVIELLE: long_int -> floatEugene Sandulenko
2012-04-06MORTEVIELLE: use bool instead of booleanStrangerke
2012-04-06MORTEVIELLE: Start including header filesStrangerke
2012-04-06MORTEVIELLE: rename namespaceStrangerke
2012-04-06MORTEVIELLE: Add an an include for string, move boolean to boolStrangerke
2012-04-06MORTEVIELLE: Add namespace and standard headerStrangerke
2012-04-06MORTEVIELLE: str* -> Common::StringEugene Sandulenko
2012-04-06MORTEVIELLE: integer -> intEugene Sandulenko
2012-04-06MORTEVIELLE: Rename *.h -> *.cpp where they really belongEugene Sandulenko