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.h
Age
Commit message (
Collapse
)
Author
2014-02-18
MORTEVIELLE: Make GPL headers consistent in themselves.
Johannes Schickel
2014-01-10
MORTEVIELLE: Get rid of setParent()
Strangerke
2013-07-19
MORTEVIELLE: Use width and height provided by Graphics::Surface
Strangerke
2013-07-19
MORTEVIELLE: Fix formatting glitch
Strangerke
2013-07-19
MORTEVIELLE: Replace some British words by US ones
Strangerke
2013-07-01
MORTEVIELLE: Some more renaming in GfxSurface
Strangerke
2013-07-01
MORTEVIELLE: Some renaming GfxSurface
Strangerke
2013-06-25
MORTEVIELLE: Replace g_vm in ScreenSurface
Strangerke
2013-02-21
MORTEVIELLE: Some renaming, remove useless variables, add debugger
Strangerke
2012-04-06
MORTEVIELLE: Modify copyright string to include 1987.
Strangerke
2012-04-06
MORTEVIELLE: Move functions out of mor.cpp
Strangerke
2012-04-06
MORTEVIELLE: some more renaming, match menu item size in setText()
Strangerke
2012-04-06
MORTEVIELLE: Properly implement transparency when drawing images
Paul Gilbert
2012-04-06
MORTEVIELLE: Rename some more variables and functions
Strangerke
2012-04-06
MORTEVIELLE: Moved DROITE() into the ScreenSurface class
Paul Gilbert
2012-04-06
MORTEVIELLE: Removed unused clear_box() and fill_box(), and renamed fillBox ↵
Paul Gilbert
to fillRect
2012-04-06
MORTEVIELLE: Replaced all box() calls with ScreenSurface::fillBox
Paul Gilbert
2012-04-06
MORTEVIELLE: Fixed the F3/F8 box width to adjust to the text size
Paul Gilbert
2012-04-06
MORTEVIELLE: Removed redundant gfx functions, and moved others into ↵
Paul Gilbert
ScreenSurface class.
2012-04-06
MORTEVIELLE: Fix for erasing alert dialogs when done
Paul Gilbert
2012-04-06
MORTEVIELLE: Add ScreenSurface::clearScreen method
Paul Gilbert
2012-04-06
MORTEVIELLE: Implement ScreenSurface::fillBox method
Paul Gilbert
2012-04-06
MORTEVIELLE: Give generic variables in image decoder proper names
Paul Gilbert
2012-04-06
MORTEVIELLE: Properly handle image offsets when drawing images
Paul Gilbert
2012-04-06
MORTEVIELLE: Create a basic palette manager class
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 ↵
Paul Gilbert
functionality. This includes moving the already created pixel and character functions into it, as well as a new method for drawing decoded graphic images.
2012-04-06
MORTEVIELLE: Completed the diag() method used in image decoding.
Paul Gilbert
The first image now completely decodes.
2012-04-06
MORTEVIELLE: Implemented the remaining image decoding mode 11
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