index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
mortevielle
/
var_mor.h
Age
Commit message (
Collapse
)
Author
2012-04-06
MORTEVIELLE: Converted memw[] usage to use mem[] array with endian macros
Paul Gilbert
This is better for now, since mem and memw share the same memory space.
2012-04-06
MORTEVIELLE: Change mem array to be 640Kb, and correct segment offsets using ↵
Paul Gilbert
the array
2012-04-06
MORTEVIELLE: Implemented loading of the font data, and rewrote drawing ↵
Paul Gilbert
routines to use it.
2012-04-06
MORTEVIELLE: Correct loading of the text data index, and fixed decoding of ↵
Paul Gilbert
text lines
2012-04-06
MORTEVIELLE: Reimplemented the loading of cfiec.mor more cleanly
Paul 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-06
MORTEVIELLE: Add some comments with translated strings
Strangerke
2012-04-06
MORTEVIELLE: Added stubs for remaining functions needed by the project
Paul Gilbert
2012-04-06
MORTEVIELLE: Lots of compilation fixes
Paul Gilbert
2012-04-06
MORTEVIELLE: More compilation fixes
Paul Gilbert
2012-04-06
MORTEVIELLE: More addition of needed #include lines and other compilation fixes
Paul Gilbert
2012-04-06
MORTEVIELLE: Further bugfixes to include files and added includes
Paul Gilbert
2012-04-06
MORTEVIELLE: Compilation fixes based on adding appropriate #include files
Paul Gilbert
2012-04-06
MORTEVIELLE: Compilation fixes and extern prefixes to header file method ↵
Paul Gilbert
declarations
2012-04-06
MORTEVIELLE: Fixed variable usage in var_mor.h and var_mor.cpp
Paul Gilbert
2012-04-06
MORTEVIELLE: More compilation fixes
Eugene Sandulenko
2012-04-06
MORTEVIELLE: COnvert more arrays and data types
Eugene Sandulenko
2012-04-06
MORTEVIELLE: long_int -> float
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Fix several errors, add some includes
Strangerke
2012-04-06
MORTEVIELLE: Add header files
Strangerke
2012-04-06
MORTEVIELLE: Rename *.h -> *.cpp where they really belong
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Ran astyle over generated files
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Initial ptoc output
Eugene Sandulenko