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 JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
cxxtest JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
engines ULTIMA8: Item sorter improvements for large flat objects 2021-07-24 13:48:09 +09:00
image IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
math
.gitignore IMAGE: added GIFDecoder using libgif 2021-04-10 10:59:09 +02:00
cxxtest_mingw.h
module.mk TESTS: WIN32: Add missing object file 2021-07-15 09:09:38 +02:00
null_osystem.cpp SDL: Begin refactoring the API for selecting scalers 2021-06-23 21:29:53 +02:00
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".