aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-04ZVISION: Add typedefs to shorten long type namesRichieSams
2013-10-04ZVISION: Re-enable Truemotion plugin guard, but add a case for ZVISIONRichieSams
2013-10-02ZVISION: Fix signed/unsigned mismatchRichieSams
2013-10-02ZVISION: Standardize includes order and formatRichieSams
Format is: common/scummsys.h (Only if a .cpp file) header file for this file (Only if a .cpp file) zengine includes other includes, grouped by module
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
Instead of being global variables.
2013-10-02ZVISION: Remove unnesessary operator overloadRichieSams
2013-10-02ZVISION: Update removeDuplicateEntries to preserve orderRichieSams
The new algorithm is potentially slower, but it doesn't need to use sort. Speed shouldn't be a problem because the function isn't used that often and in each case the size of the container is small.
2013-10-02ZVISION: Convert _timeLeft to a signed intRichieSams
This allows time decrementing to go negative instead of wrapping to UINT_MAX. Which makes comparisons easier.
2013-10-02ZVISION: Update warning message to correspond to the behaviorRichieSams
2013-10-02ZVISION: Remove global const variableRichieSams
Replace with ColorMasks
2013-10-02ZVISION: Fix spacingRichieSams
2013-10-02ZVISION: Convert _completeFrames to an ArrayRichieSams
2013-10-02ZVISION: Remove global const variablesRichieSams
Instead, use ColorMasks
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
In order to make the ZVision constructor as lightweight as possible
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-29Merge branch 'master' into zvisionRichieSams
2013-09-29WINTERMUTE: Fix typo in commentWillem Jan Palenstijn
2013-09-29WINTERMUTE: Do antialiased TT font renderingWillem Jan Palenstijn
2013-09-29FULLPIPE: Implement MovGraph::calcDistance()Eugene Sandulenko
2013-09-29TSAGE: Implemented proper R2R object/player shadingPaul Gilbert
2013-09-29SWORD25: Fix alpha/colormod blittingWillem Jan Palenstijn
This is a backport to sword25 of the wintermute commits e9cbda135bbc822009ff311cad6e420fb23cff82 and 2141ad285e0200f4773726a13504f960e382f13e Thanks to eriktorbjorn for noticing and testing.
2013-09-29BUILD: Fix libpng detection when compiled as shared library with zlib.D G Turner
This was breaking AmigaOS4 builds for the porter as his libpng was built as a shared library depending on zlib. This should be safe for static builds as well.
2013-09-29SWORD25: int -> int32 correctnessEugene Sandulenko
2013-09-29SWORD25: Fix compilationEugene Sandulenko
2013-09-29SWORD25: Specify integer sizeEugene Sandulenko
2013-09-29SWORD25: int -> int32 correctnessEugene Sandulenko
2013-09-29SWORD25: Specifying int size to make Amiga happyEugene Sandulenko
2013-09-29SWORD25: Fix Amiga compilationEugene Sandulenko
2013-09-29SWORD25: Some more fixes for Amiga OS 4 compilation.D G Turner
2013-09-29SWORD25: And even more fixes for Amiga OS 4 compilation.D G Turner
2013-09-29SWORD25: Even more fixes for Amiga OS 4 compilation.D G Turner
2013-09-28SWORD25: Make Amiga compiler happierEugene Sandulenko
2013-09-28SWORD25: More int->int32 fixesEugene Sandulenko
2013-09-28SWORD25: Further fixes for AmigaEugene Sandulenko
2013-09-28SWORD25: More int <-> int32 correctionsEugene Sandulenko