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
/
zvision.cpp
Age
Commit message (
Expand
)
Author
2013-08-20
ZVISION: Call RenderManager::update() before ScriptManager::update()
richiesams
2013-08-16
ZVISION: Move _cursorManager construction after the folder directories have b...
richiesams
2013-08-15
ZVISION: Apply panorama/tilt warping after all images have been rendered to a...
richiesams
2013-08-14
ZVISION: Add _renderManager::update() to ZEngene::run()
richiesams
2013-08-14
ZVISION: Implement ZVISION::getCursorManager()
richiesams
2013-08-14
ZVISION: Create the concept of a working window
richiesams
2013-08-11
ZVISION: Dispose of .zfs file streams after processing them
richiesams
2013-08-11
ZVISION: Move SearchMan directory registration outside ZVision constructor
richiesams
2013-08-10
ZVISION: Move the ScriptManager update functions to a single update() function.
richiesams
2013-08-09
ZVISION: Add class to manage cursors
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: Call _system->updateScreen() every frame
richiesams
2013-08-05
ZVISION: Fix frame delay calculation being reversed. Also convert to int to e...
richiesams
2013-08-05
ZVISION: Remove extraneous include
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 video code blocking.
richiesams
2013-08-04
ZVISION: Optimize integer type usages
richiesams
2013-08-04
ZVISION: Add detection entry and directories for ZGI
Filippos Karapetis
2013-08-04
ZVISION: Force all files to be registered with SearchMan as 'flat'
richiesams
2013-08-04
ZVISION: Move rendering logic from ZVision class to RenderManager class
richiesams
2013-08-04
ZVISION: Create member function for creating a panorama look up table
richiesams
2013-08-04
ZVISION: Convert old code to use RenderManager
richiesams
2013-08-04
ZVISION: Add a game type enum to detection
richiesams
2013-08-04
ZVISION: Create console command for loading sounds
richiesams
2013-08-04
ZVISION: Add 2x scaling to videos
richiesams
2013-08-04
ZVISION: Create ScriptManager state handling logic
richiesams
2013-08-04
ZVISION: Create/refactor methods for playing video.
richiesams
2013-08-04
ZVISION: Move engine width, height, and pixelFormat to const member variables
richiesams
2013-08-04
ZVISION: Cleanup dump method from run()
richiesams
2013-08-04
ZVISION: Create debug console and apply console logic to main loop
richiesams
2013-08-04
ZVISION: Create utility method to dump result action signatures from various ...
richiesams
2013-08-04
ZVISION: Normalize remaining CRLF to LF for the remote
richiesams
2013-08-04
ZVISION: Create ResultAction 's for Add and Random.
richiesams
2013-08-04
ZVISION: Fix includes to use new underscore names
richiesams
2013-08-04
ZVISION: Create ScriptManager accessor for ZVision
richiesams
2013-08-04
ZVISION: Create an instance of ScriptManager inside ZVision
richiesams
2013-08-04
ZVISION: Move initialization code from run() and into its own method
richiesams
2013-08-04
ZVISION: Create skeleton engine and move code away from Engine::Run
richiesams
2013-08-04
ZVISION: Add support for ZFS archive files
richiesams
2013-08-04
ZVISION: Alter video handling to follow the new video audio track wrapper.
richiesams
2013-08-04
ZVISION: Allow detection to go off inner directory
richiesams
2013-08-04
ZVISION: Create zvision bare structure
richiesams