You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/scripts/data/morrowind_tests
elsid e00eb50587
Remove stepping from findSmoothPath
This is not used anyway. There are features like smooth movement which remove
all redundant points.

Use single findStraightPath call instead of multiple.
1 year ago
..
README.md Add Morrowind specific tests 1 year ago
builtin.omwscripts Add Morrowind specific tests 1 year ago
openmw.cfg Add Morrowind specific tests 1 year ago
player.lua Remove stepping from findSmoothPath 1 year ago
test.lua Add Morrowind specific tests 1 year ago
test.omwscripts Add Morrowind specific tests 1 year ago

README.md

Morrowind integration tests

A set of scripts to provide integration tests based on Morrowind content.

Simple usage:

"${OPENMW_BINARY_DIR:?}/openmw" \
    --config "${OPENMW_SOURCE_DIR:?}/scripts/data/morrowind_tests" \
    --data "${MORROWIND_DATA_DIR:?}"