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-08-11
ZVISION: Remove extraneous _needsScreenUpdate bool
richiesams
2013-08-11
ZVISION: Change CursorManager to go through CursorMan instead going directly ...
richiesams
2013-08-11
ZVISION: Remove Graphics::Cursor inheritance and remove extraneous methods
richiesams
2013-08-11
ZVISION: Fix parsed arguments in ActionStreamVideo
richiesams
2013-08-10
ZVISION: Add parsing skip for action::copy_file. It is not used.
richiesams
2013-08-10
ZVISION: Stop checking puzzles if ResultAction::execute() returns false
richiesams
2013-08-10
ZVISION: Implement ActionChangeLocation::execute()
richiesams
2013-08-10
ZVISION: Make ScriptManager::changeLocation delay the actual change until the...
richiesams
2013-08-10
ZVISION: Move the ScriptManager update functions to a single update() function.
richiesams
2013-08-10
ZVISION: Create a global puzzle list and parse universe.scr into it during Sc...
richiesams
2013-08-10
ZVISION: Implement ActionStreamVideo
richiesams
2013-08-10
ZVISION: Implement ActionQuit
richiesams
2013-08-10
ZVISION: Change video code to support arbitrary scaling and whether the video...
richiesams
2013-08-10
ZVISION: Make ZFS Archive member name indexing case-insensitive
richiesams
2013-08-10
ZVISION: Add documentation for the ResultAction base class
richiesams
2013-08-09
ZVISION: Fix invalid argument for String::format()
richiesams
2013-08-09
ZVISION: Add class to manage cursors
richiesams
2013-08-09
ZVISION: Test for file.open before trying to read
richiesams
2013-08-09
ZVISION: Add a ZGI folder directory to the SearchMan
richiesams
2013-08-09
ZVISION: Create method for cycling through all the cursors so as to identify ...
richiesams
2013-08-09
ZVISION: Create console command to render a cursor image to the screen
richiesams
2013-08-09
ZVISION: Create class for decoding .zcr cursor files
richiesams
2013-08-09
ZVISION: Call _system->updateScreen() every frame
richiesams
2013-08-07
ZVISION: Create console method to dump all cursor file names
richiesams
2013-08-05
ZVISION: Fix loop logic so videos can end
richiesams
2013-08-05
ZVISION: Add StateFlag handling to Puzzle checking
richiesams
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
[next]