aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/var_mor.h
AgeCommit message (Collapse)Author
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