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
/
level15.cpp
Age
Commit message (
Expand
)
Author
2012-04-06
MORTEVIELLE: Fixed data reading in adzon()
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix the calculation in the animof method
Paul Gilbert
2012-04-06
MORTEVIELLE: Added needed palette remapping to drawPicture()
Paul Gilbert
2012-04-06
MORTEVIELLE: Implemented a screen surface class to hold all the graphics func...
Paul Gilbert
2012-04-06
MORTEVIELLE: Bugfixes for image decoding.
Paul Gilbert
2012-04-06
MORTEVIELLE: Beginnings of code for picture decoding
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix data loading in charani() method
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix memory offsets in rest of the places
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Converted memw[] usage to use mem[] array with endian macros
Paul Gilbert
2012-04-06
MORTEVIELLE: Change mem array to be 640Kb, and correct segment offsets using ...
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: Converted some of the file accesses to use Common::File
Paul Gilbert
2012-04-06
MORTEVIELLE: More addition of needed #include lines and other compilation fixes
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix several errors, add some includes
Strangerke
2012-04-06
MORTEVIELLE: use bool instead of boolean
Strangerke
2012-04-06
MORTEVIELLE: Start including header files
Strangerke
2012-04-06
MORTEVIELLE: rename namespace
Strangerke
2012-04-06
MORTEVIELLE: Add namespace and standard header
Strangerke
2012-04-06
MORTEVIELLE: integer -> int
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Rename *.h -> *.cpp where they really belong
Eugene Sandulenko