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
/
graphics.cpp
Age
Commit message (
Expand
)
Author
2012-04-06
MORTEVIELLE: Fix for erasing alert dialogs when done
Paul Gilbert
2012-04-06
MORTEVIELLE: Bugfix for image block decoding method #0
Paul Gilbert
2012-04-06
MORTEVIELLE: Merge the _mouseButtons and clic variables
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix compiler warnings and added assert
Paul Gilbert
2012-04-06
MORTEVIELLE: Changed deprecated warnings to use debugC instead
Paul Gilbert
2012-04-06
MORTEVIELLE: Correct ScreenSurface::fillBox to use the passed colour
Paul Gilbert
2012-04-06
MORTEVIELLE: Add ScreenSurface::clearScreen method
Paul Gilbert
2012-04-06
MORTEVIELLE: Reduce the decoding lookup buffer sizes
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix another graphic glitch in the image decoder
Paul Gilbert
2012-04-06
MORTEVIELLE: Implement ScreenSurface::fillBox method
Paul Gilbert
2012-04-06
MORTEVIELLE: Added needed palette remapping to drawPicture()
Paul Gilbert
2012-04-06
MORTEVIELLE: Give generic variables in image decoder proper names
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix decoding glitch in the first image
Paul Gilbert
2012-04-06
MORTEVIELLE: Properly handle image offsets when drawing images
Paul Gilbert
2012-04-06
MORTEVIELLE: Implemented a basic event handler.
Paul Gilbert
2012-04-06
MORTEVIELLE: Create a basic palette manager class
Paul Gilbert
2012-04-06
MORTEVIELLE: Correct horizontal display of images
Paul Gilbert
2012-04-06
MORTEVIELLE: Added an optimised drawBox routine
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix remaining issues when decoding first image
Paul Gilbert
2012-04-06
MORTEVIELLE: Implemented a screen surface class to hold all the graphics func...
Paul Gilbert
2012-04-06
MORTEVIELLE: Completed the diag() method used in image decoding.
Paul Gilbert
2012-04-06
MORTEVIELLE: Implemented the remaining image decoding mode 11
Paul Gilbert
2012-04-06
MORTEVIELLE: Bugfixes for image decoding.
Paul Gilbert
2012-04-06
MORTEVIELLE: Implemented more of the image decompression code
Paul Gilbert
2012-04-06
MORTEVIELLE: Beginnings of code for picture decoding
Paul Gilbert