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
/
zvision
Age
Commit message (
Expand
)
Author
2013-08-05
ZVISION: Fix typo in Puzzle checking
richiesams
2013-08-05
ZVISION: Set the puzzle global variable after a Puzzle is completed
richiesams
2013-08-05
ZVISION: Add debug statements for Puzzle checking
richiesams
2013-08-05
ZVISION: Add some comments concerning StateFlag::DO_ME_NOW
richiesams
2013-08-05
ZVISION: Fix frame delay calculation being reversed. Also convert to int to e...
richiesams
2013-08-05
ZVISION: Create image auto screen centering during blitting
richiesams
2013-08-05
ZVISION: Fix memory free mismatch caused by MemoryReadStream using free()
richiesams
2013-08-05
ZVISION: Add memory cleanup for _currentBackground
richiesams
2013-08-05
ZVISION: Remove extraneous include
richiesams
2013-08-05
ZVISION: Add default case statements for event handling in videos
richiesams
2013-08-05
ZVISION: Comment out usage of ActionUnloadAnimation until it is implemented
richiesams
2013-08-05
ZVISION: Rename inner variable to prevent variable shadowing
richiesams
2013-08-05
ZVISION: Add linking for clock.o
richiesams
2013-08-05
ZVISION: Properly end the AD table
richiesams
2013-08-05
ZVISION: Create ZVisionGameId entry None
richiesams
2013-08-05
ZVISION: Allow _deltaTime to go negative so it can be clamped to zero properly
richiesams
2013-08-05
ZVISION: sscanf to a uint first instead of directly to a bool
richiesams
2013-08-05
ZVISION: Conform to gcc template spacing requirements
richiesams
2013-08-05
ZVISION: Use videoDecoder.getTimeToNextFrame() to calculate the frame delay
richiesams
2013-08-05
ZVISION: Change _pausedTime to be a reference to when time was paused, instea...
richiesams
2013-08-05
ZVISION: Fix index out of range error
richiesams
2013-08-05
ZVISION: Add ActionMusic
richiesams
2013-08-05
ZVISION: Pass the scr fileName as a const reference
richiesams
2013-08-05
ZVISION: Check if a key exists before returning _globalState value.
richiesams
2013-08-05
ZVISION: Add support for engine pausing from higher up (GMM, phone call, etc.)
richiesams
2013-08-05
ZVISION: Make _clock a member variable instead of a pointer to the heap
richiesams
2013-08-04
ZVISION: Make the return from makeRawZorkStream more specific
richiesams
2013-08-04
ZVISION: Make video code blocking.
richiesams
2013-08-04
ZVISION: Create console method for dumping a file by name
richiesams
2013-08-04
ZVISION: Create Clock class to handle deltaTime while pausing and unpausing t...
richiesams
2013-08-04
ZVISION: Remove extraneous comments
richiesams
2013-08-04
ZVISION: Offset the RenderTable index by the normalized coords, not the subRe...
richiesams
2013-08-04
ZVISION: Create class definitions for mutliple ResultAction children
richiesams
2013-08-04
ZVISION: Add ActionSetScreen
richiesams
2013-08-04
ZVISION: Create RenderManager method to set the current background image
richiesams
2013-08-04
ZVISION: Add logic to check _referenceTable Puzzles every time a globalState ...
richiesams
2013-08-04
ZVISION: Convert _activeNodes and _activeControls to Lists of SharedPtr
richiesams
2013-08-04
ZVISION: Overload renderImageToScreen to handle fileNames and ReadStreams
richiesams
2013-08-04
ZVISION: Make panorama and tilt control generate the RenderTable after settin...
richiesams
2013-08-04
ZVISION: Fix typo in panarama and tilt control parsing
richiesams
2013-08-04
ZVISION: Add console cmd for changing location
richiesams
2013-08-04
ZVISION: Fix sscanf formatting errors
richiesams
2013-08-04
ZVISION: Remove ResultAction clone member function
richiesams
2013-08-04
ZVISION: Sort using iterators instead of the actual elements
richiesams
2013-08-04
ZVISION: Convert ResultAction pointers to SharePtr
richiesams
2013-08-04
ZVISION: Fix unsigned/signed mismatch warning
richiesams
2013-08-04
ZVISION: Initialize iterator
richiesams
2013-08-04
ZVISION: Remove superfluous comma
richiesams
2013-08-04
ZVISION: Fix typo in format string
richiesams
2013-08-04
ZVISION: Initialize _needsScreenUpdate in RenderManager
richiesams
[next]