aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/mor.cpp
AgeCommit message (Expand)Author
2012-04-06MORTEVIELLE: Some more cleanup, renaming, plus a couple of crash fixes in del...Strangerke
2012-04-06MORTEVIELLE: Rename mouse functions, various formatting fixesStrangerke
2012-04-06MORTEVIELLE: Fix the 'You Are Alone' to be properly justified with English textPaul Gilbert
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: Moved DROITE() into the ScreenSurface classPaul Gilbert
2012-04-06MORTEVIELLE: Replaced stub calls to mortevielle_exit with Engine::quitGamePaul Gilbert
2012-04-06MORTEVIELLE: Removed all the remaining text mode function stubsPaul Gilbert
2012-04-06MORTEVIELLE: Remove all the overlay commentsPaul 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: Removed unused clear_box() and fill_box(), and renamed fillBox t...Paul Gilbert
2012-04-06MORTEVIELLE: Replaced all box() calls with ScreenSurface::fillBoxPaul Gilbert
2012-04-06MORTEVIELLE: Replace old calls to afff to use new decode/drawPicture methodsPaul Gilbert
2012-04-06MORTEVIELLE: Fixed the F3/F8 box width to adjust to the text sizePaul 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: Changed readclock() method to use ScummVM functionalityPaul Gilbert
2012-04-06MORTEVIELLE: Fix memory offsets in rest of the placesEugene Sandulenko
2012-04-06MORTEVIELLE: Fixed compiler warningPaul Gilbert
2012-04-06MORTEVIELLE: Converted memw[] usage to use mem[] array with endian macrosPaul Gilbert
2012-04-06MORTEVIELLE: Change mem array to be 640Kb, and correct segment offsets using ...Paul Gilbert
2012-04-06MORTEVIELLE: Cleaned up the init_nbrepm methodPaul 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: Replaced all set::of forms with proper C if statementsPaul Gilbert
2012-04-06MORTEVIELLE: Compilation fixes based on adding appropriate #include filesPaul Gilbert
2012-04-06MORTEVIELLE: cardinal -> uintPaul 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: Fix some more errors by adding includesStrangerke
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: real -> floatEugene Sandulenko
2012-04-06MORTEVIELLE: integer -> intEugene Sandulenko
2012-04-06MORTEVIELLE: Rename *.h -> *.cpp where they really belongEugene Sandulenko