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
/
screen.h
Age
Commit message (
Expand
)
Author
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
2015-05-09
MADS: Make GPL header consistent with what we normally use.
Johannes Schickel
2015-03-14
MADS: Fix original bug re-adding disabled hotspots to scene as active
Paul Gilbert
2015-02-14
MADS: Cleanup and bugfixes for panning transition support methods
Paul Gilbert
2015-02-08
MADS: Implementing code for panning screen transitions
Paul Gilbert
2015-01-17
MADS: Renamings of Layer and a transition type
Paul Gilbert
2014-09-03
MADS: Properly implement drawing to a subset of the screen
Paul Gilbert
2014-06-05
MADS: Implemented support methods for ScreenDialog base class
Paul Gilbert
2014-05-27
MADS: initialise -> initialize.
Johannes Schickel
2014-05-24
MADS: Implement screen shaking
Paul Gilbert
2014-05-24
MADS: Implemented scene fading
Paul Gilbert
2014-05-01
MADS: Implemented more savegame synchronization
Paul Gilbert
2014-04-19
MADS: Fix refresh of inventory list after scrolling
Paul Gilbert
2014-04-15
MADS: General cleanup and minor renamings
Paul Gilbert
2014-04-10
MADS: Fixes for inventory scrollbar display
Paul Gilbert
2014-04-08
MADS: Dropped old ActionMode enums in favour of ScrCategory
Paul Gilbert
2014-04-07
MADS: Implement missing dirty rect merged area pointer
Paul Gilbert
2014-04-05
MADS: Further cleanup of previously anonymous fields
Paul Gilbert
2014-04-03
MADS: Renamings for saving fields in MADSAction::startAction
Paul Gilbert
2014-04-02
MADS: Further clean up/renaming of checkActionAtMousePos
Paul Gilbert
2014-04-02
MADS: In progress cleanup of checkActionAtMousePos
Paul Gilbert
2014-04-02
MADS: Fix/clean up ending of ScreenObjects::check
Paul Gilbert
2014-03-27
MADS: Initial cleanup of action/player handling
Paul Gilbert
2014-03-22
MADS: Further fixes for hotspot highlighting
Paul Gilbert
2014-03-22
MADS: In progress implementing ScreenObjects::elementHighlighted
Paul Gilbert
2014-03-22
MADS: Implemented ScreenObjects::checkScroller
Paul Gilbert
2014-03-21
MADS: Fixes for screen objects loading and checking
Paul Gilbert
2014-03-19
MADS: Implemented methods for checking action at mouse position and clicking
Paul Gilbert
2014-03-19
MADS: Moved ScreenObjects into the Game class
Paul Gilbert
2014-03-18
MADS: Implemented DirtyArea::setUISlot
Paul Gilbert
2014-03-17
MADS: Transformed ImageInterEntries to be User Interface UISlots
Paul Gilbert
2014-03-13
MADS: Fixed handling of dirty rects to copy areas to the physical screen
Paul Gilbert