scummvm/test
Matthew Duggan f185e41956 ULTIMA8: Item sorter improvements for large flat objects
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.
2021-07-24 13:48:09 +09:00
..
audio
common
cxxtest
engines ULTIMA8: Item sorter improvements for large flat objects 2021-07-24 13:48:09 +09:00
image
math
.gitignore
cxxtest_mingw.h
module.mk TESTS: WIN32: Add missing object file 2021-07-15 09:09:38 +02:00
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".