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: Fix error causing image discontinutities
richiesams
2013-08-04
ZVISION: Modify loadImage console command to account for new render options
richiesams
2013-08-04
ZVISION: Modify the RenderTable panorama math to account for panoramas being ...
richiesams
2013-08-04
ZVISION: Modify renderImageToScreen to take into account the current RenderState
richiesams
2013-08-04
ZVISION: Force all files to be registered with SearchMan as 'flat'
richiesams
2013-08-04
ZVISION: Fix unsigned/signed compiler warning
richiesams
2013-08-04
ZVISION: Remove variable used for debugging purposes
richiesams
2013-08-04
ZVISION: Remove supurflouous 'const' and add 'inline'
richiesams
2013-08-04
ZVISION: Convert console code to use RenderManager and add method for setRend...
richiesams
2013-08-04
ZVISION: Convert error() to warning()
richiesams
2013-08-04
ZVISION: Move rendering logic from ZVision class to RenderManager class
richiesams
2013-08-04
ZVISION: Create a class for handling all render table logic
richiesams
2013-08-04
ZVISION: Create member function for creating a panorama look up table
richiesams
2013-08-04
ZVISION: Fix memory leaks
richiesams
2013-08-04
ZVISION: Remove extraneous file
richiesams
2013-08-04
ZVISION: Convert old code to use RenderManager
richiesams
2013-08-04
ZVISION: Create RenderManager class and move code from image.cpp
richiesams
2013-08-04
ZVISION: Replace includes with forward declarations
richiesams
2013-08-04
ZVISION: Remove extraneous member variable
richiesams
2013-08-04
ZVISION: Fix namespace indentation
richiesams
2013-08-04
ZVISION: Add a return statement for when image load fails
richiesams
2013-08-04
ZVISION: LZSSReadStream - Decompress directly to the destination buffer inste...
richiesams
2013-08-04
ZVISION: Convert to using MKTAG() instead of checking each char individually
richiesams
2013-08-04
ZVISION: Fix the error causing distortions in the sound
richiesams
2013-08-04
ZVISION: Create console command to use the raw2wav function
richiesams
2013-08-04
ZVISION: Create utility function to convert .RAW to .WAV
richiesams
2013-08-04
ZVISION: Convert ResultActions to take a String pointer in their constructors
richiesams
2013-08-04
ZVISION: Fix logic concerning whether a stream is packed or not
richiesams
2013-08-04
ZVISION: Fix incorrect assumptions about a file being stereo
richiesams
2013-08-04
ZVISION: Convert _stereo to a byte since it is used for a bitwise and
richiesams
2013-08-04
ZVISION: Use individual initialization instead of inline.
richiesams
2013-08-04
ZVISION: Removed 'packed' audio handling from RawZorkStream.
richiesams
2013-08-04
ZVISION: Add logic to allow the user to break out of videos
richiesams
2013-08-04
ZVISION: Convert console sound handling to use new fileName decoding
richiesams
2013-08-04
ZVISION: Create logic to decode sound rate and isStereo from fileName
richiesams
2013-08-04
ZVISION: Create utility function to parse fileName from a full/partial path
richiesams
2013-08-04
ZVISION: Add a game type enum to detection
richiesams
2013-08-04
ZVISION: Add underscore prefix to public static variable names
richiesams
2013-08-04
ZVISION: Add stereo/mono handling for Zork sound
richiesams
2013-08-04
ZVISION: Conform to GCC spacing for template inside template
richiesams
2013-08-04
ZVISION: Fix implicit conversion for scanf-type functions
richiesams
2013-08-04
ZVISION: Modify RawZorkStream to use a modified ADPCM codec
richiesams
2013-08-04
ZVISION: Create console command for loading sounds
richiesams
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
[next]