Commit Graph

33 Commits (master)

Author SHA1 Message Date
elsid a00909d139
Reduce precision for random point distance comparison 1 week ago
elsid 054d5ec1d6
Reduce precision for random point position comparison 1 week ago
Alexei Kotov 23a46a1bf9 Merge branch 'vfs_normalized_path_22' into 'master'
Use normalized path for KeyframeManager::get (#8138)

See merge request OpenMW/openmw!4463
4 weeks ago
jvoisin b555c980da Merge branch 'deepasapuddle' into 'master'
Change the default depth test mode from less-than to less-than-or-equal-to (#7040)

Closes #7040

See merge request OpenMW/openmw!4464
1 month ago
Alexei Kotov 5433ecf861 Change default depth test mode to <= (#7040) 1 month ago
elsid a550a8af36
Use normalized path for KeyframeManager::get 1 month ago
Evil Eye 5dbe86e9ee Use the actual callback function instead of mocking it 2 months ago
Evil Eye 6572122acc Use the right deserializer for unloaded scripts 2 months ago
Petr Mikheev bac0018a09 Merge branch 'unloadedcontainers' into 'master'
Fix Lua memory usage

See merge request OpenMW/openmw!4363
2 months ago
Evil Eye 68ebefc2dd Fix Lua memory usage 2 months ago
Evil Eye ffe164b28d Add a test and address feedback 3 months ago
elsid 63e984ba24
Use normalized path in BulletShapeManager 3 months ago
elsid b4f77e8bd7
Store Lua script path as VFS normalized 3 months ago
elsid 32ec92e71c
Use normalized path in LuaState 4 months ago
Evil Eye 032d506aa7 Fix components_tests 4 months ago
Evil Eye 4529af9b7f Fix the tests 4 months ago
uramer 2460b5f4ef Merge branch 'swizzle_bop_boom_bazingle_v2' into 'master'
lua - add swizzling to vector types

See merge request OpenMW/openmw!4304
4 months ago
elsid a376d20c30
Fix tests on windows 5 months ago
elsid b56de5bcf9
Make test for navmeshdb limit less strict
To avoid rare test failures when tiles are added into the database in different
order.
5 months ago
Cody Glassman a53d002262 lua - add swizzling to vector types 5 months ago
elsid ec02e2ba1d Revert "Merge branch 'swizzle_bop_boom_bazingle' into 'master'"
This reverts merge request !4288
5 months ago
Cody Glassman 9951fd8a1a support 0/1 constant swizzles 5 months ago
Cody Glassman 7186b8febc generate all swizzle bindings at API initialization 5 months ago
Cody Glassman 19c0cebb27 lua - add swizzling to vector types 5 months ago
elsid ad428bd23b
Add unit tests for conversion to euler angles 5 months ago
elsid a5d9bb08e0
Support custom log level in tests 6 months ago
elsid 6d43aedec8
Use Lua modules in tests from the source directory 6 months ago
Dave Corley 4cc956fdd7 TEST: Add a test to ensure invalid box extents are not assigned 6 months ago
elsid 5c3ae3d94c
Make loading and saving script record more robust
* Check the header presence before using it.
* Write the header based on the actual content.
6 months ago
elsid 447c4bb6a0
Extend ESM3 Script record tests 6 months ago
Alexei Kotov 65a9f78943 Fix flags used in terrain saving/loading tests 7 months ago
elsid 1e98cc6c3b
Move EXPECT_ERROR macro to a separate header
To include it only where it's required.
7 months ago
elsid 7d1cd11ba9
Split openmw_test_suite into openmw and components tests
To avoid duplicated compilation for openmw translation units. Link openmw-lib to
openmw-tests instead.
7 months ago