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-04
ZVISION: Allow the console to stay open when errors occur
richiesams
2013-08-04
ZVISION: Add 2x scaling to videos
richiesams
2013-08-04
ZVISION: Add operator< to the Puzzle struct
richiesams
2013-08-04
ZVISION: Create ScriptManager state handling logic
richiesams
2013-08-04
ZVISION: Create utility method to remove duplicate entries from a Common::Array
richiesams
2013-08-04
ZVISION: Create main containers in ScriptManager
richiesams
2013-08-04
ZVISION: Implement ActionTimer::execute()
richiesams
2013-08-04
ZVISION: Add ActionNode class
richiesams
2013-08-04
ZVISION: Remove unused methods from ZVision class
richiesams
2013-08-04
ZVISION: Move utility functions to a cpp file with declarations in a header file
richiesams
2013-08-04
ZVISION: Clean up includes
richiesams
2013-08-04
ZVISION: Standardize naming conventions to fit the rest of the code base
richiesams
2013-08-04
ZVISION: Remove implicit cast between integer types
richiesams
2013-08-04
ZVISION: Create console command for loading a video
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: renderImageToScreen: Check for TGZ first instead of TGA
richiesams
2013-08-04
ZVISION: Update module.mk with current objs
richiesams
2013-08-04
ZVISION: Fix eos checking in LzssReadStream
richiesams
2013-08-04
ZVISION: Conform to new eventRecorder code
richiesams
2013-08-04
ZVISION: Move early break out above the for loop. LzssReadStream::decompressB...
richiesams
2013-08-04
ZVISION: Update renderImageToScreen to handle TGZ image files
richiesams
2013-08-04
ZVISION: Create class for decompressing and reading LZSS
richiesams
2013-08-04
ZVISION: Change #include scummsys.h to types.h
richiesams
2013-08-04
ZVISION: Rename result_action.h/.cpp files to actions.h/.cpp
richiesams
2013-08-04
ZVISION: Remove nonstandard C type declaration from the StateFlags enum
Filippos Karapetis
2013-08-04
ZVISION: Remove direct inclusion of stdio.h
Filippos Karapetis
2013-08-04
ZVISION: Cleanup dump method from run()
richiesams
2013-08-04
ZVISION: Create renderImageToScreen method and add a console command for it
richiesams
2013-08-04
ZVISION: Create debug console and apply console logic to main loop
richiesams
2013-08-04
ZVISION: Add definitions for more ResultActions
richiesams
2013-08-04
ZVISION: Create utility method to dump result action signatures from various ...
richiesams
2013-08-04
ZVISION: Change trimCommentsAndWhiteSpace to use a pointer instead of a refer...
richiesams
2013-08-04
ZVISION: Change Puzzle::resultActions to a List of pointers instead of Result...
richiesams
2013-08-04
ZVISION: Forward declare ZVision in result_action.h
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 single_value_container.h include to use the new file name
richiesams
2013-08-04
ZVISION: Fix usage of Puzzle struct to use 'key' instead of 'id'
richiesams
2013-08-04
ZVISION: Fix includes to use new underscore names
richiesams
2013-08-04
ZVISION: Rename files to use underscores instead of camelCase
richiesams
2013-08-04
ZVISION: Move test functions out of video.cpp and into their own file
richiesams
2013-08-04
ZVISION: Fix include for singleValueContainer.cpp
richiesams
2013-08-04
ZVISION: Create ScriptManager accessor for ZVision
richiesams
2013-08-04
ZVISION: Create global state accessor/mutator methods for ScriptManager
richiesams
2013-08-04
ZVISION: Comment clarification for ScriptManager methods and helper structs
richiesams
2013-08-04
ZVISION: Convert ScriptManager methods to use ResultAction classes logic
richiesams
2013-08-04
ZVISION: Create ResultAction base class and ActionAdd child class
richiesams
2013-08-04
ZVISION: Create an instance of ScriptManager inside ZVision
richiesams
2013-08-04
ZVISION: Use spaces in doxygen comments for alignement instead of tabs
richiesams
[next]