elsid
73c347f732
Format Lua tests code
2024-07-13 00:25:00 +02:00
elsid
1dd15613dd
Split UTF-8 tests on chars and strings cases
2024-07-13 00:25:00 +02:00
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
2024-07-11 13:13:25 +00:00
Dave Corley
4cc956fdd7
TEST: Add a test to ensure invalid box extents are not assigned
2024-07-11 04:06:06 -05:00
Dave Corley
5bca2919c2
CLEANUP: Don't assign invalid extents when loading bounding boxes
2024-07-11 04:06:06 -05:00
Dave Corley
b3cee84787
c h a n g e l o g
2024-07-11 04:06:04 -05:00
psi29a
664a844853
Merge branch 'fix_get_angles_zyx' into 'master'
...
Fix getAnglesZYX (#7741 )
Closes #7741
See merge request OpenMW/openmw!4199
2024-07-11 09:04:07 +00:00
psi29a
6fee37b3c3
Merge branch 'activeactiveactive' into 'master'
...
Move index from ActiveEffect to ActiveSpellEffect
See merge request OpenMW/openmw!4212
2024-07-11 09:03:22 +00:00
psi29a
e9343da7a8
Merge branch 'themawithungers' into 'master'
...
Don't trigger onNewExterior while loading saves
See merge request OpenMW/openmw!4206
2024-07-11 09:03:01 +00:00
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
2024-07-11 09:02:24 +00:00
psi29a
9d4e9a1b26
Merge branch 'macos-game-category' into 'master'
...
Set macOS app. category to role-playing game.
See merge request OpenMW/openmw!4249
2024-07-10 07:34:08 +00:00
Sam Kaufman
f258f9ec68
Set macOS app. category to role-playing game.
2024-07-10 07:34:08 +00:00
psi29a
1c71f12d4e
Merge branch 'hopskipanimjump' into 'master'
...
Keep running scripts until the menu pauses the game
Closes #8056
See merge request OpenMW/openmw!4243
2024-07-09 21:33:37 +00:00
psi29a
a0e3b2ce85
Merge branch 'cleanup_logs' into 'master'
...
Clean up a debug log
See merge request OpenMW/openmw!4246
2024-07-09 21:33:18 +00:00
psi29a
d45c4a309f
Merge branch 'rtd' into 'master'
...
Update deps for RTD build
See merge request OpenMW/openmw!4245
2024-07-09 21:32:51 +00:00
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
2024-07-09 21:32:32 +00:00
trav
0d14464fdf
Merge branch openmw:master into move360-fix-no-zoom
2024-07-09 18:58:32 +00:00
psi29a
3e024bc278
Merge branch 'lalat-dalam-cawan' into 'master'
...
Fix docs for door sound
See merge request OpenMW/openmw!4238
2024-07-09 08:07:56 +00:00
psi29a
5be78f89b8
Merge branch 'master' into 'lalat-dalam-cawan'
...
# Conflicts:
# files/lua_api/openmw/types.lua
2024-07-09 07:49:29 +00:00
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
2024-07-09 07:47:24 +00:00
psi29a
82f6845b70
Merge branch 'hotpursuit' into 'master'
...
Require Pursue packages to target a player
See merge request OpenMW/openmw!4239
2024-07-09 07:44:21 +00:00
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.
2024-07-08 23:30:05 +02:00
uramer
dbbcbaa4c5
Clean up a debug log
2024-07-08 21:41:31 +02:00
Evil Eye
35058a49d1
Update deps for RTD build
2024-07-08 21:06:15 +02:00
Evil Eye
134c099df9
Attempt to select an AI action directly instead of waiting for the next frame
2024-07-08 19:59:50 +02:00
Evil Eye
299ee1a6b1
Keep running scripts until the menu pauses the game
2024-07-08 17:07:52 +02:00
psi29a
3a5ed998e7
Merge branch 'timeplayed' into 'master'
...
Remove time played setting
See merge request OpenMW/openmw!4235
2024-07-08 07:29:29 +00:00
Evil Eye
0342a299cc
Require Pursue packages to target a player
2024-07-07 15:05:19 +02:00
Kuyondo
4bacf0d55a
Its sound id not sound path
2024-07-07 21:03:43 +08:00
Evil Eye
ee653eb2b8
Make mwscript return nil for records that don't have a script
2024-07-07 13:58:34 +02:00
psi29a
061f10bef7
Merge branch 'enchantmentproptorecord' into 'master'
...
Return nil for absent values in record properties (enchant)
See merge request OpenMW/openmw!4228
2024-07-06 21:33:55 +00:00
psi29a
e8c422697f
Merge branch 'first_person_mesh_distortion' into 'master'
...
Fix distortion breaking in first person meshes
See merge request OpenMW/openmw!4231
2024-07-06 07:46:35 +00:00
psi29a
6bb10edd3d
Merge branch 'itemdata' into 'master'
...
Refactor types.Item
See merge request OpenMW/openmw!4230
2024-07-06 07:45:49 +00:00
Kindi
bf9f5dc2ef
dont return empty string for absent value
2024-07-06 00:40:06 +08:00
Kindi
045e6d8c4f
move enchant charge and soul to itemdata
2024-07-05 23:33:55 +08:00
psi29a
ef0bb02def
Merge branch 'master' into 'master'
...
An ability to specify attack type in controls.use value
See merge request OpenMW/openmw!4187
2024-07-05 08:12:17 +00:00
psi29a
804b589a68
Merge branch 'qt_follow_up' into 'master'
...
Cleanup changes in Qt applications
See merge request OpenMW/openmw!4225
2024-07-05 08:11:42 +00:00
psi29a
6f327da8b5
Merge branch 'namelessblameless' into 'master'
...
CI match script names and remove dead code
See merge request OpenMW/openmw!4224
2024-07-05 08:11:14 +00:00
Alexei Kotov
888abc0097
Remove time played setting
2024-07-05 07:13:45 +03:00
Cody Glassman
4d7e9bae73
ensure distortion is only rendered once
2024-07-04 21:07:40 -07:00
Andrei Kortunov
871263d436
Check if file is successfully opened
2024-07-04 09:55:24 +04:00
Andrei Kortunov
dc7407a34c
Use signed variables to match an API
2024-07-04 09:54:48 +04:00
Dave Corley
6b3c47a30d
Merge branch 'hey-i-cant-crouch' into 'master'
...
FIX: Actually set the transform so first person camera works again
See merge request OpenMW/openmw!4232
2024-07-04 04:22:19 +00:00
Dave Corley
fc65643224
FIX: Actually set the transform so first person camera works again
2024-07-03 23:02:20 -05:00
Cody Glassman
45362e0ede
fix distortion breaking in first person meshes
2024-07-03 13:51:57 -07:00
psi29a
7d884747fa
Merge branch 'ffmpeg-fix' into 'master'
...
Don't try to detect correct ffmpeg version for android
See merge request OpenMW/openmw!4223
2024-07-02 12:38:29 +00:00
psi29a
81e59bb4aa
Merge branch 'i-didnt-want-to-grow-up-to-be-this-big' into 'master'
...
FIX: Incorrect scaling applied when creatures rotate (close #6665 )
Closes #6665
See merge request OpenMW/openmw!4219
2024-07-02 07:07:31 +00:00
Max Yari
723c64a79b
Lua API version increment
2024-07-01 19:58:33 +02:00
Andrei Kortunov
a9108a743d
Do not make redundant copy
2024-07-01 20:50:25 +04:00
Evil Eye
d3e3083006
CI match script names and remove dead code
2024-07-01 16:57:40 +02:00