aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/ovd1.cpp
AgeCommit message (Collapse)Author
2012-04-06MORTEVIELLE: Some more code formatting, rename sonoffStrangerke
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 all the overlay commentsPaul 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 ↵Paul Gilbert
to fillRect
2012-04-06MORTEVIELLE: Removed redundant gfx functions, and moved others into ↵Paul Gilbert
ScreenSurface class.
2012-04-06MORTEVIELLE: Removed text screen output, and fixed copyright to display on ↵Paul Gilbert
title screen. Note: The original used Pascal text display functions to show the copyright on the title screen. To avoid a lot of code needing to be added for just that line, I'm using the existing graphic text display code. The resulting copyright text isn't identical to the original, but I consider it close enough.
2012-04-06MORTEVIELLE: In progress implementation of PC Speaker music playerPaul Gilbert
2012-04-06MORTEVIELLE: Converted the demus assembly code to C++Paul Gilbert
2012-04-06MORTEVIELLE: Merge the _mouseButtons and clic variablesPaul Gilbert
The original separate implementation was causing problems with the mouse click variable remaining set too long.
2012-04-06MORTEVIELLE: More game menu formatting fixesPaul Gilbert
2012-04-06MORTEVIELLE: Fix loading of data in charge_bruit5()Paul Gilbert
2012-04-06MORTEVIELLE: Implemented a basic event handler.Paul Gilbert
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: Bugfix for loading data in init_lieu methodPaul Gilbert
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: Bugfix for loading data in charge_cfiph()Paul Gilbert
2012-04-06MORTEVIELLE: Bugfix for loading data in charpal()Paul Gilbert
2012-04-06MORTEVIELLE: Bugfix for loading data in chartex()Paul Gilbert
2012-04-06MORTEVIELLE: Fix data loading in chartex methodPaul Gilbert
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 some of the file accesses to use Common::FilePaul Gilbert
2012-04-06MORTEVIELLE: Replaced all set::of forms with proper C if statementsPaul 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: 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 namespace and standard headerStrangerke
2012-04-06MORTEVIELLE: real -> floatEugene Sandulenko
2012-04-06MORTEVIELLE: integer -> intEugene Sandulenko
2012-04-06MORTEVIELLE: Rename *.h -> *.cpp where they really belongEugene Sandulenko