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
/
sprites.cpp
Age
Commit message (
Expand
)
Author
2014-10-12
MADS: Depth style 2 frames can be drawn using existing methods
Paul Gilbert
2014-09-03
MADS: Properly implement drawing to a subset of the screen
Paul Gilbert
2014-06-26
MADS: Implement the difficulty selection dialog
Paul Gilbert
2014-06-05
MADS: remove a magic value, use _transparencyIndex
Strangerke
2014-06-03
MADS: Fix drawing of background objects
Paul Gilbert
2014-06-01
MADS: Revert no longer needed sprite transparency index calculations
Paul Gilbert
2014-06-01
MADS: Add enum for sprite asset loading flags
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-28
MADS: Janitorial - Trim trailing spaces and tabs
Strangerke
2014-05-27
MADS: minimise -> minimize
Johannes Schickel
2014-05-27
MADS: Slight formatting fixes.
Johannes Schickel
2014-05-25
MADS: Fix drawing of background elements
Paul Gilbert
2014-05-25
MADS: Standardised on passing depth surfaces as DepthSurface
Paul Gilbert
2014-05-08
MADS: Remove trailing whitespace
Filippos Karapetis
2014-05-04
MADS: Fix for scene loading in teleporter scenes
Paul Gilbert
2014-05-04
MADS: Fix a bug in SequenceList::scan()
Filippos Karapetis
2014-05-04
MADS: Fix bugs in SpriteSets::remove()
Filippos Karapetis
2014-04-16
MADS: Fix drawing background sprites
Paul Gilbert
2014-04-15
MADS: General cleanup and minor renamings
Paul Gilbert
2014-04-14
MADS: Fix for sprite refreshes when doing player cutscenes
Paul Gilbert
2014-04-12
MADS: Field/method renaming
Paul Gilbert
2014-04-06
MADS: Fixes for switching between scenes
Paul Gilbert
2014-04-02
MADS: Cleanup of UISlots and flag types
Paul Gilbert
2014-03-30
MADS: Added some missing code for scene change freeing
Paul Gilbert
2014-03-21
MADS: Fixes for handling horizontally flipped frames
Paul Gilbert
2014-03-21
MADS: Fixes for screen objects loading and checking
Paul Gilbert
2014-03-17
MADS: Beginnings of code for UI inventory item animation
Paul Gilbert
2014-03-17
MADS: Transformed ImageInterEntries to be User Interface UISlots
Paul Gilbert
2014-03-15
MADS: Added some more ImageInterEntries methods
Paul Gilbert
2014-03-15
MADS: Remove redundant _encoding field from MSprite
Paul Gilbert
2014-03-15
MADS: Implement palette shifting for loaded sprites
Paul Gilbert
2014-03-15
MADS: Fix off by 1 frame references in srite drawing
Paul Gilbert
2014-03-14
MADS: Fixes for handling sprite transparency
Paul Gilbert
2014-03-14
MADS: Fix for sprite slot cleanup post-frame draw
Paul Gilbert
2014-03-13
MADS: Fixed handling of dirty rects to copy areas to the physical screen
Paul Gilbert
2014-03-13
MADS: Fix GCC warnings and memory leaks
Paul Gilbert
2014-03-12
MADS: General cleanup and minor fixes
Paul Gilbert
2014-03-10
MADS: In progress implementation of PaletteUsage::process
Paul Gilbert
2014-03-08
MADS: Fixes for sprite list initialisation
Paul Gilbert
2014-03-08
MADS: Implemented stubbed SpriteSlots methods
Paul Gilbert
2014-03-08
MADS: Fix sprites loading for scene 804
Paul Gilbert
2014-03-07
MADS: Implemented remainder of scene 804 setup code and support methods
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-03-04
MADS: Beginnings of code support for Scene::drawElements
Paul Gilbert