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-10-18
ZVISION: Attempt to fix compilation on AmigaOS4
Matthew Hoops
2013-10-17
ZVISION: Make the line height be an int
Matthew Hoops
2013-10-17
ZVISION: Consistently use the type of the state map
Matthew Hoops
2013-10-04
ZVISION: Fix signed/unsigned mismatch
RichieSams
2013-10-04
ZVISION: Fix nested template formatting
RichieSams
2013-10-04
ZVISION: Remove Vector2 class
RichieSams
2013-10-04
ZVISION: Add typedefs to shorten long type names
RichieSams
2013-10-02
ZVISION: Fix signed/unsigned mismatch
RichieSams
2013-10-02
ZVISION: Standardize includes order and format
RichieSams
2013-10-02
ZVISION: Rename zvision.h inclusion guard to be consistent with the other files
RichieSams
2013-10-02
ZVISION: Fix space formatting
RichieSams
2013-10-02
ZVISION: Move two lookup tables inside the RawZorkStream class
RichieSams
2013-10-02
ZVISION: Remove unnesessary operator overload
RichieSams
2013-10-02
ZVISION: Update removeDuplicateEntries to preserve order
RichieSams
2013-10-02
ZVISION: Convert _timeLeft to a signed int
RichieSams
2013-10-02
ZVISION: Update warning message to correspond to the behavior
RichieSams
2013-10-02
ZVISION: Remove global const variable
RichieSams
2013-10-02
ZVISION: Fix spacing
RichieSams
2013-10-02
ZVISION: Convert _completeFrames to an Array
RichieSams
2013-10-02
ZVISION: Remove global const variables
RichieSams
2013-10-02
ZVISION: Convert all for-loops to use pre-increment instead of post-increment
RichieSams
2013-10-02
ZVISION: Replace all occurances of (*iter). with iter->
RichieSams
2013-10-02
ZVISION: Add newline to end of module.mk
RichieSams
2013-10-02
ZVISION: Fix curly braces formatting
RichieSams
2013-10-02
ZVISION: Create file on the heap to prevent memory scope problems
RichieSams
2013-10-02
ZVISION: Move bit flag to an enum for clarity
RichieSams
2013-10-02
ZVISION: Add debug levels
RichieSams
2013-10-02
ZVISION: Clean up zvision.h
RichieSams
2013-10-02
ZVISION: Break comment into multiple lines for readability
RichieSams
2013-10-02
ZVISION: Clean up the ZVision constructor
RichieSams
2013-10-02
ZVISION: Move creation of the managers to ZVision::initialize()
RichieSams
2013-10-02
ZVISION: Fix debug typo copy-paste error
RichieSams
2013-10-02
ZVISION: Add newline at end of file
RichieSams
2013-10-02
ZVISION: Remove empty file
RichieSams
2013-09-29
ZVISION: Rename ZVisionGameIds to use standard format
RichieSams
2013-09-25
ZVISION: Remove memory corrupting assignment
RichieSams
2013-09-25
ZVISION: Only save a thumbnail of the backbuffer instead of the whole thing
RichieSams
2013-09-25
ZVISION: Set the state value at each frame of a return animation
RichieSams
2013-09-24
ZVISION: Remove CLIPs from mutateImage
RichieSams
2013-09-24
ZVISION: Don't cast away const-ness
RichieSams
2013-09-22
ZVISION: Don't cast away const-ness
RichieSams
2013-09-22
ZVISION: Free AlphaDataEntry Surfaces before deleting them
RichieSams
2013-09-22
ZVISION: Cleanup all AlphaEntries after use
RichieSams
2013-09-22
ZVISION: Assert that we don't exceed our hardcoded number of lines
RichieSams
2013-09-22
ZVISION: Convert hardcoded number to an anonymous enum
RichieSams
2013-09-22
ZVISION: Fix memory leak in SaveManager
RichieSams
2013-09-22
ZVISION: Fix signed/unsigned mismatch
RichieSams
2013-09-22
ZVISION: Fix shadowing in the Direction constructor
RichieSams
2013-09-22
ZVISION: Add vertical pipes to prevent multi-line comments
RichieSams
2013-09-22
ZVISION: Remove animation.o since animation.cpp is now gone
RichieSams
[next]