aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
AgeCommit message (Expand)Author
2013-10-18ZVISION: Attempt to fix compilation on AmigaOS4Matthew Hoops
2013-10-17ZVISION: Make the line height be an intMatthew Hoops
2013-10-17ZVISION: Consistently use the type of the state mapMatthew Hoops
2013-10-04ZVISION: Fix signed/unsigned mismatchRichieSams
2013-10-04ZVISION: Fix nested template formattingRichieSams
2013-10-04ZVISION: Remove Vector2 classRichieSams
2013-10-04ZVISION: Add typedefs to shorten long type namesRichieSams
2013-10-02ZVISION: Fix signed/unsigned mismatchRichieSams
2013-10-02ZVISION: Standardize includes order and formatRichieSams
2013-10-02ZVISION: Rename zvision.h inclusion guard to be consistent with the other filesRichieSams
2013-10-02ZVISION: Fix space formattingRichieSams
2013-10-02ZVISION: Move two lookup tables inside the RawZorkStream classRichieSams
2013-10-02ZVISION: Remove unnesessary operator overloadRichieSams
2013-10-02ZVISION: Update removeDuplicateEntries to preserve orderRichieSams
2013-10-02ZVISION: Convert _timeLeft to a signed intRichieSams
2013-10-02ZVISION: Update warning message to correspond to the behaviorRichieSams
2013-10-02ZVISION: Remove global const variableRichieSams
2013-10-02ZVISION: Fix spacingRichieSams
2013-10-02ZVISION: Convert _completeFrames to an ArrayRichieSams
2013-10-02ZVISION: Remove global const variablesRichieSams
2013-10-02ZVISION: Convert all for-loops to use pre-increment instead of post-incrementRichieSams
2013-10-02ZVISION: Replace all occurances of (*iter). with iter->RichieSams
2013-10-02ZVISION: Add newline to end of module.mkRichieSams
2013-10-02ZVISION: Fix curly braces formattingRichieSams
2013-10-02ZVISION: Create file on the heap to prevent memory scope problemsRichieSams
2013-10-02ZVISION: Move bit flag to an enum for clarityRichieSams
2013-10-02ZVISION: Add debug levelsRichieSams
2013-10-02ZVISION: Clean up zvision.hRichieSams
2013-10-02ZVISION: Break comment into multiple lines for readabilityRichieSams
2013-10-02ZVISION: Clean up the ZVision constructorRichieSams
2013-10-02ZVISION: Move creation of the managers to ZVision::initialize()RichieSams
2013-10-02ZVISION: Fix debug typo copy-paste errorRichieSams
2013-10-02ZVISION: Add newline at end of fileRichieSams
2013-10-02ZVISION: Remove empty fileRichieSams
2013-09-29ZVISION: Rename ZVisionGameIds to use standard formatRichieSams
2013-09-25ZVISION: Remove memory corrupting assignmentRichieSams
2013-09-25ZVISION: Only save a thumbnail of the backbuffer instead of the whole thingRichieSams
2013-09-25ZVISION: Set the state value at each frame of a return animationRichieSams
2013-09-24ZVISION: Remove CLIPs from mutateImageRichieSams
2013-09-24ZVISION: Don't cast away const-nessRichieSams
2013-09-22ZVISION: Don't cast away const-nessRichieSams
2013-09-22ZVISION: Free AlphaDataEntry Surfaces before deleting themRichieSams
2013-09-22ZVISION: Cleanup all AlphaEntries after useRichieSams
2013-09-22ZVISION: Assert that we don't exceed our hardcoded number of linesRichieSams
2013-09-22ZVISION: Convert hardcoded number to an anonymous enumRichieSams
2013-09-22ZVISION: Fix memory leak in SaveManagerRichieSams
2013-09-22ZVISION: Fix signed/unsigned mismatchRichieSams
2013-09-22ZVISION: Fix shadowing in the Direction constructorRichieSams
2013-09-22ZVISION: Add vertical pipes to prevent multi-line commentsRichieSams
2013-09-22ZVISION: Remove animation.o since animation.cpp is now goneRichieSams