aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/var_mor.cpp
AgeCommit message (Collapse)Author
2012-04-06MORTEVIELLE: Converted the demus assembly code to C++Paul Gilbert
2012-04-06MORTEVIELLE: Fix sizes of several arraysPaul Gilbert
2012-04-06MORTEVIELLE: Properly implement get_random_number methodPaul Gilbert
2012-04-06MORTEVIELLE: Restore background area when a menu is removedPaul Gilbert
2012-04-06MORTEVIELLE: Changed deprecated warnings to use debugC insteadPaul Gilbert
2012-04-06MORTEVIELLE: Add ScreenSurface::clearScreen methodPaul Gilbert
2012-04-06MORTEVIELLE: Implement ScreenSurface::fillBox methodPaul Gilbert
2012-04-06MORTEVIELLE: Added needed palette remapping to drawPicture()Paul Gilbert
The remapping allows the first image to now display using the correct colours.
2012-04-06MORTEVIELLE: Implemented a basic event handler.Paul Gilbert
2012-04-06MORTEVIELLE: Implemented a screen surface class to hold all the graphics ↵Paul Gilbert
functionality. This includes moving the already created pixel and character functions into it, as well as a new method for drawing decoded graphic images.
2012-04-06MORTEVIELLE: Converted memw[] usage to use mem[] array with endian macrosPaul Gilbert
This is better for now, since mem and memw share the same memory space.
2012-04-06MORTEVIELLE: Change mem array to be 640Kb, and correct segment offsets using ↵Paul Gilbert
the array
2012-04-06MORTEVIELLE: Implemented loading of the font data, and rewrote drawing ↵Paul Gilbert
routines to use it.
2012-04-06MORTEVIELLE: Initialise graphics, and hardcode game mode to EGA graphics ↵Paul Gilbert
with mouse enabled
2012-04-06MORTEVIELLE: Correct loading of the text data index, and fixed decoding of ↵Paul Gilbert
text lines
2012-04-06MORTEVIELLE: Reimplemented the loading of cfiec.mor more cleanlyPaul Gilbert
This includes changing the absolute memory address loading to an array buffer, and changing calls to the zzuul method to use the reimplemented version.
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: cardinal -> uintPaul Gilbert
2012-04-06MORTEVIELLE: Fixed variable usage in var_mor.h and var_mor.cppPaul Gilbert
2012-04-06MORTEVIELLE: More compilation fixesEugene Sandulenko
2012-04-06MORTEVIELLE: Fix several errors, add some 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: Converted more arrays into C style arraysEugene Sandulenko
2012-04-06MORTEVIELLE: str* -> Common::StringEugene Sandulenko
2012-04-06MORTEVIELLE: Transformed some array to C arraysEugene Sandulenko
2012-04-06MORTEVIELLE: real -> floatEugene Sandulenko
2012-04-06MORTEVIELLE: integer -> intEugene Sandulenko
2012-04-06MORTEVIELLE: Rename *.h -> *.cpp where they really belongEugene Sandulenko