mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
f185e41956
Large flat squares should get sorted below other flat things. In U8, the definition of large is 128x128, but in Crusader they can also be larger than that. This fixes the paint order of hazard tape stripes in Crusader. It may also improve paint order for Ultima 8 which has some big flat squares larger than 128x128 too (eg, shape 165 or 318 which are 256x256). Also added tests for flat object sorting. |
||
---|---|---|
.. | ||
audio | ||
common | ||
cxxtest | ||
engines | ||
image | ||
math | ||
.gitignore | ||
cxxtest_mingw.h | ||
module.mk | ||
null_osystem.cpp | ||
null_osystem.h | ||
README |
This directory contains some unit tests for ScummVM. They are based on CxxTest <http://cxxtest.com/>, which you can find in the cxxtest subdirectory, including its manual. To run the unit tests, simply use "make test".