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
/
mads
/
msurface.h
Age
Commit message (
Expand
)
Author
2016-05-27
MADS: Remove redundant allocation in surface creation
Paul Gilbert
2016-05-26
MADS: Refactor MSurface and Screen to not use virtual inheritance
Paul Gilbert
2016-03-14
MADS: Changed engine to use Graphics::ManagedSurface
Paul Gilbert
2016-02-15
JANITORIAL: Typos detected with lintian & grep
Alexandre Detiste
2015-05-09
MADS: Make GPL header consistent with what we normally use.
Johannes Schickel
2015-02-08
MADS: Implementing code for panning screen transitions
Paul Gilbert
2014-12-07
MADS: Remove unused reference to MADSEngine
Filippos Karapetis
2014-09-20
MADS: Fix Animation to handle loading backgrounds as well as user interfaces
Paul Gilbert
2014-09-03
MADS: Properly implement drawing to a subset of the screen
Paul Gilbert
2014-08-06
MADS: Fix some more uninitialized variables
Strangerke
2014-07-24
MADS: Clean up _depthStyle usage in DepthSurface class
Paul Gilbert
2014-05-31
MADS: Fix positioning and clipping of flipped scaled images
Paul Gilbert
2014-05-31
MADS: Merge copyFromScaled into the existing copyFrom method
Paul Gilbert
2014-05-29
MADS: Fix positioning of teleporter window backgrounds
Paul Gilbert
2014-05-27
MADS: initialise -> initialize.
Johannes Schickel
2014-05-25
MADS: Standardised on passing depth surfaces as DepthSurface
Paul Gilbert
2014-05-11
MADS: Refactoring of dialog classes, more implementation of PictureDialog
Paul Gilbert
2014-05-08
MADS: Remove trailing whitespace
Filippos Karapetis
2014-04-21
MADS: Improve background user interface sprite animations
Paul Gilbert
2014-04-19
MADS: Implemented MSurface::mergeFrom method
Paul Gilbert
2014-03-16
MADS: Implemented lots of Player methods
Paul Gilbert
2014-03-15
MADS: Fix display of user interface during animation
Paul Gilbert
2014-03-10
MADS: In progress implementation of PaletteUsage::process
Paul Gilbert
2014-03-06
MADS: Implementing support methods needed for scene 804 initialisation
Paul Gilbert
2014-03-05
MADS: More Animation class implementation
Paul Gilbert
2014-03-05
MADS: Completed implementing drawElements and support methods
Paul Gilbert
2014-03-05
MADS: Further implementation of drawElements
Paul Gilbert
2014-02-28
MADS: More work implementing scene info loading
Paul Gilbert
2014-02-25
MADS: In progress implementation of loadScene
Paul Gilbert
2014-02-23
MADS: Fixes for the display of dialogs
Paul Gilbert
2014-02-22
MADS: Implemented more logic for dialog display
Paul Gilbert
2014-02-22
MADS: Removed M4-specific code. Keeping engine MADS-specific for now
Paul Gilbert
2014-02-19
MADS: Fix memory leaks in MSurface
Paul Gilbert
2014-02-19
MADS: Cleanup of palette code, updated old-style 4 byte RGB usage to 3 bytes
Paul Gilbert
2014-02-19
MADS: Extra cleanup and commenting for MSurface methods
Paul Gilbert
2014-02-18
MADS: Fix warnings identified by gcc
Paul Gilbert
2014-02-18
MADS: Initial implementation of MSurface class and dependant classes
Paul Gilbert