Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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
|
|
|
|
|
|
Instead of being global variables.
|
|
|
|
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.
|
|
This allows time decrementing to go negative instead of
wrapping to UINT_MAX. Which makes comparisons easier.
|
|
|
|
Replace with ColorMasks
|
|
|
|
|
|
Instead, use ColorMasks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In order to make the ZVision constructor as lightweight as possible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a backport to sword25 of the wintermute commits
e9cbda135bbc822009ff311cad6e420fb23cff82 and 2141ad285e0200f4773726a13504f960e382f13e
Thanks to eriktorbjorn for noticing and testing.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|