Commit Graph

34563 Commits (041b3b233a27463af78726a921303ec4f6a355d1)
 

Author SHA1 Message Date
elsid 041b3b233a
Normalize forward and up vectors
To avoid having any of their components to be out of the range [-1, 1].
5 months ago
elsid ad428bd23b
Add unit tests for conversion to euler angles 5 months ago
elsid 323a8355d5
Add test to make sure player rotation does not lead to nan 6 months ago
elsid 75d9ab4d57
Pass Quat and Matrixf by reference
They don't fit into registers so without optimizations they are copied via
stack.
6 months ago
psi29a 4873a9fbf3 Merge branch 'gd-stands-for-god-damnit-as-in-god-damnit-collada-is-still-broken-on-windows' into 'master'
Fix Collada loading on Windows for Release and RelWithDebInfo

See merge request OpenMW/openmw!4252
6 months ago
psi29a 2c8d657ecb Merge branch 'luaopensesame' into 'master'
Lua door opening api

See merge request OpenMW/openmw!4251
6 months ago
MaxYari 1abe28e797 Lua door opening api 6 months ago
psi29a 41f4c54cbc Merge branch 'fix_lua_utf8_tests' into 'master'
Format Lua tests code and split UTF-8 tests

See merge request OpenMW/openmw!4197
6 months ago
psi29a 3ffd6a7ae9 Merge branch 'tests_log' into 'master'
Support custom log level in tests

See merge request OpenMW/openmw!4179
6 months ago
psi29a cc28396617 Merge branch 'evictthosewindows' into 'master'
Force windows to exit when popping their GUI mode through Lua

Closes #7834

See merge request OpenMW/openmw!4185
6 months ago
AnyOldName3 4563ddb028 Fix Collada loading on Windows for Release and RelWithDebInfo 6 months ago
elsid a5d9bb08e0
Support custom log level in tests 6 months ago
elsid 6a67263d6b
Separate the log level and the flag for writing the log level 6 months ago
elsid 98a8dcbdbf
Limit log buffer size 6 months ago
elsid c83acac32c
Add a function to get debug level 6 months ago
elsid 0749cc4dac
Remove unused include 6 months ago
elsid 1bdc01273e
Move "debugging" function into Debug namespace 6 months ago
elsid ea84d1ce0c
Remove unused mode argument 6 months ago
elsid 6d43aedec8
Use Lua modules in tests from the source directory 6 months ago
elsid 73c347f732
Format Lua tests code 6 months ago
elsid 1dd15613dd
Split UTF-8 tests on chars and strings cases 6 months ago
psi29a 5553b00b84 Merge branch 'bonewalkers-deboned' into 'master'
Automatically generate collision boxes if any component is negative (Close #8048)

Closes #8048

See merge request OpenMW/openmw!4227
6 months ago
Dave Corley 4cc956fdd7 TEST: Add a test to ensure invalid box extents are not assigned 6 months ago
Dave Corley 5bca2919c2 CLEANUP: Don't assign invalid extents when loading bounding boxes 6 months ago
Dave Corley b3cee84787 c h a n g e l o g 6 months ago
psi29a 664a844853 Merge branch 'fix_get_angles_zyx' into 'master'
Fix getAnglesZYX (#7741)

Closes #7741

See merge request OpenMW/openmw!4199
6 months ago
psi29a 6fee37b3c3 Merge branch 'activeactiveactive' into 'master'
Move index from ActiveEffect to ActiveSpellEffect

See merge request OpenMW/openmw!4212
6 months ago
psi29a e9343da7a8 Merge branch 'themawithungers' into 'master'
Don't trigger onNewExterior while loading saves

See merge request OpenMW/openmw!4206
6 months ago
psi29a bfcdc16ca5 Merge branch 'move360-fix-no-zoom' into 'master'
Add Camera.isZoomEnabled check to move360 zooming

Closes #8064

See merge request OpenMW/openmw!4247
6 months ago
psi29a 9d4e9a1b26 Merge branch 'macos-game-category' into 'master'
Set macOS app. category to role-playing game.

See merge request OpenMW/openmw!4249
6 months ago
Sam Kaufman f258f9ec68 Set macOS app. category to role-playing game. 6 months ago
psi29a 1c71f12d4e Merge branch 'hopskipanimjump' into 'master'
Keep running scripts until the menu pauses the game

Closes #8056

See merge request OpenMW/openmw!4243
6 months ago
psi29a a0e3b2ce85 Merge branch 'cleanup_logs' into 'master'
Clean up a debug log

See merge request OpenMW/openmw!4246
6 months ago
psi29a d45c4a309f Merge branch 'rtd' into 'master'
Update deps for RTD build

See merge request OpenMW/openmw!4245
6 months ago
psi29a ecb64eab8e Merge branch 'juststrummingmylute' into 'master'
Attempt to select an AI action directly instead of waiting for the next frame

Closes #7973

See merge request OpenMW/openmw!4244
6 months ago
trav 0d14464fdf Merge branch openmw:master into move360-fix-no-zoom 6 months ago
psi29a 3e024bc278 Merge branch 'lalat-dalam-cawan' into 'master'
Fix docs for door sound

See merge request OpenMW/openmw!4238
6 months ago
psi29a 5be78f89b8 Merge branch 'master' into 'lalat-dalam-cawan'
# Conflicts:
#   files/lua_api/openmw/types.lua
6 months ago
psi29a 7d0fca1bf5 Merge branch 'noscript' into 'master'
Make mwscript return nil for records that don't have a script

See merge request OpenMW/openmw!4236
6 months ago
psi29a 82f6845b70 Merge branch 'hotpursuit' into 'master'
Require Pursue packages to target a player

See merge request OpenMW/openmw!4239
6 months ago
trav5 d4e6dd9f8c Add Camera.isZoomEnabled check to move360 zooming
Early return in the processZoom3rdPerson function at move360.lua
extended with a check for disabled zoom in the Camera interface.

This fixes #8064 - prevents from switching between 1st and 3rd person
camera by pressing zoom in/out inputs when zooming is disabled.
6 months ago
uramer dbbcbaa4c5 Clean up a debug log 6 months ago
Evil Eye 35058a49d1 Update deps for RTD build 6 months ago
Evil Eye 134c099df9 Attempt to select an AI action directly instead of waiting for the next frame 6 months ago
Evil Eye 299ee1a6b1 Keep running scripts until the menu pauses the game 6 months ago
psi29a 3a5ed998e7 Merge branch 'timeplayed' into 'master'
Remove time played setting

See merge request OpenMW/openmw!4235
6 months ago
Evil Eye 0342a299cc Require Pursue packages to target a player 6 months ago
Kuyondo 4bacf0d55a Its sound id not sound path 6 months ago
Evil Eye ee653eb2b8 Make mwscript return nil for records that don't have a script 6 months ago
psi29a 061f10bef7 Merge branch 'enchantmentproptorecord' into 'master'
Return nil for absent values in record properties (enchant)

See merge request OpenMW/openmw!4228
6 months ago