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
Age
Commit message (
Expand
)
Author
2013-09-24
ZVISION: Add default values for tilt options
richiesams
2013-09-24
ZVISION: Fix how LeverControl return routes are parsed
richiesams
2013-09-24
ZVISION: Implement TILT RenderTable creation
richiesams
2013-09-24
ZVISION: Fix typo in point range clipping
richiesams
2013-09-24
ZVISION: Remove extraneous TODO
richiesams
2013-09-24
ZVISION: Fix error is RenderManager backgroundOffset handling
richiesams
2013-09-24
ZVISION: Fix typo in PixelFormat
richiesams
2013-09-24
ZVISION: Implement enabled/disabled support in Controls
richiesams
2013-09-24
ZVISION: Remove unnecessary check if a pointer was non-NULL before deleting.
richiesams
2013-09-24
ZVISION: Use Surface::getPixels() rather than getBasePtr(0, 0)
richiesams
2013-09-24
ZVISION: Remove unnecessary pixel format switching from video code
richiesams
2013-09-24
ZVISION: Convert RLF animations to RBG 565
richiesams
2013-09-24
ZVISION: Convert image rendering to RBG 565
richiesams
2013-09-24
ZVISION: Convert cursors to RBG 565
richiesams
2013-09-24
ZVISION: Force comparison to be between signed ints and ensure CLIP happens o...
richiesams
2013-09-24
ZVISION: Transpose is done in RenderManager::readImageToSurface(), so remove ...
richiesams
2013-09-24
ZVISION: Keep a Graphics::Surface of the current background instead of re-rea...
richiesams
2013-09-24
ZVISION: Fix LeverControl 'mirrored' support
richiesams
2013-09-24
ZVISION: Create console method for parsing ALL .scr files
richiesams
2013-09-24
Merge branch 'master' into zvision
Willem Jan Palenstijn
2013-08-28
VIDEO: Add support for seeking in AVI videos with an index
Matthew Hoops
2013-08-28
ZVISION: Increase background rotation speed
richiesams
2013-08-28
ZVISION: Add LeverControl to scr file parsing
richiesams
2013-08-28
ZVISION: Fix: Change infndef to correct constant
richiesams
2013-08-28
ZVISION: Fix: Store what type of animation file is used
richiesams
2013-08-28
ZVISION: Fix: Signal a cursor change
richiesams
2013-08-28
ZVISION: Remove RlfAnimation::getPreviousFrame()
richiesams
2013-08-28
ZVISION: Add support for animation 'mirroring'
richiesams
2013-08-28
ZVISION: Implement avi frame seeking
richiesams
2013-08-28
ZVISION: Fix the quadrant numbers in angle calculations
richiesams
2013-08-28
ZVISION: Round to int *after* converting to degrees
richiesams
2013-08-28
ZVISION: Allow a angle buffer zone on *both* sides of the actual angle
richiesams
2013-08-28
ZVISION: Fix comment spacing
richiesams
2013-08-28
ZVISION: sscanf to ints before storing them in Rect coords
richiesams
2013-08-28
ZVISION: Prevent variable shadowing
richiesams
2013-08-28
ZVISION: Remove ZVision::_mousEvents and all associated functions
richiesams
2013-08-28
ZVISION: Add ScriptManager mouse event handlers
richiesams
2013-08-28
ZVISION: Remove ScriptManager::_activeNodes and change all iterators to itera...
richiesams
2013-08-28
ZVISION: Update ScriptManager::enableControl()/disableControl() to fit new Co...
richiesams
2013-08-28
ZVISION: Fix signed/unsigned mismatch
richiesams
2013-08-28
ZVISION: Remove extraneous semicolon
richiesams
2013-08-28
ZVISION: Change PushToggleControl to comply with new Control base class
richiesams
2013-08-28
ZVISION: Change LeverControl to comply with the new Control base class
richiesams
2013-08-28
ZVISION: Modify TimerNode to use Control base class
richiesams
2013-08-28
ZVISION: Create the default implementation for Control::enable()/disable()
richiesams
2013-08-28
ZVISION: Bake ActionNode and MouseEvent into Control
richiesams
2013-08-28
ZVISION: Fixed signed/unsigned mismatch
richiesams
2013-08-28
VIDEO: Improve accuracy of getFrameTime() and getFrameAtTime()
Matthew Hoops
2013-08-28
VIDEO: Use the main isSeekable() in seekToFrame()
Matthew Hoops
2013-08-28
VIDEO: Separate external and internal tracks
Matthew Hoops
[next]