aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/var_mor.h
AgeCommit message (Collapse)Author
2012-04-06MORTEVIELLE: various cleanup and renamingStrangerke
2012-04-06MORTEVIELLE: remove pred and succStrangerke
2012-04-06MORTEVIELLE: Rename graphical mode constantsStrangerke
2012-04-06MORTEVIELLE: Rename F3F8 functions, rename everything related to Graphical ↵Strangerke
Device
2012-04-06MORTEVIELLE: Some more code formatting, rename sonoffStrangerke
2012-04-06MORTEVIELLE: Rename some more variables and functionsStrangerke
2012-04-06MORTEVIELLE: Some more cleanup, renaming, plus a couple of crash fixes in ↵Strangerke
deline and writeg
2012-04-06MORTEVIELLE: rename verbs and associated opcodes, use enum for opcodesStrangerke
2012-04-06MORTEVIELLE: Start cleaning taffich.cppStrangerke
2012-04-06MORTEVIELLE: Converted menu functions into it's own 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 more code that had been commented out in the original sourcePaul 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: Removed redundant gfx functions, and moved others into ↵Paul Gilbert
ScreenSurface class.
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: In progress implementation of PC Speaker music playerPaul Gilbert
2012-04-06MORTEVIELLE: Converted the demus assembly code to C++Paul Gilbert
2012-04-06MORTEVIELLE: Fix sizes of several arraysPaul Gilbert
2012-04-06MORTEVIELLE: Add extra parenthesis to defines for operation safetyPaul Gilbert
2012-04-06MORTEVIELLE: Started some notes of the original memory mapPaul Gilbert
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: 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: 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: Compilation fixes based on adding appropriate #include filesPaul Gilbert
2012-04-06MORTEVIELLE: Compilation fixes and extern prefixes to header file method ↵Paul Gilbert
declarations
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: COnvert more arrays and data typesEugene Sandulenko
2012-04-06MORTEVIELLE: long_int -> floatEugene Sandulenko
2012-04-06MORTEVIELLE: Fix several errors, add some includesStrangerke
2012-04-06MORTEVIELLE: Add header filesStrangerke
2012-04-06MORTEVIELLE: Rename *.h -> *.cpp where they really belongEugene Sandulenko
2012-04-06MORTEVIELLE: Ran astyle over generated filesEugene Sandulenko
2012-04-06MORTEVIELLE: Initial ptoc outputEugene Sandulenko