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
Cody Glassman
45cb3eb081
lua - use loaded node when possible when calculating bounding box
2024-07-03 13:29:01 -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
Jared Davenport
06b0f6b970
Update CMakeLists.txt
2024-07-01 13:40:09 +00:00
psi29a
3ebeaaa3bb
Merge branch 'saymyname' into 'master'
...
Don't use getRefIdString to get a fallback object name for non-string ids
Closes #8043
See merge request OpenMW/openmw!4217
2024-07-01 07:44:57 +00:00
psi29a
ee1352f918
Merge branch 'luautf8allcompilers' into 'master'
...
Don't use codecvt for utf8.char
Closes #6505
See merge request OpenMW/openmw!4216
2024-07-01 07:44:16 +00:00
psi29a
045bccb3e9
Merge branch 'copycompiler' into 'master'
...
Avoid a few copies in mwscript
See merge request OpenMW/openmw!4215
2024-07-01 07:43:53 +00:00
psi29a
4254469759
Merge branch 'it-does-not-blend' into 'master'
...
FIX(animation.lua): Correct capitalization in `blendMask`
See merge request OpenMW/openmw!4218
2024-07-01 07:43:06 +00:00
psi29a
024d1c5971
Merge branch 'interpreter_code_duplicates' into 'master'
...
Exit with fatal error on duplicated instruction code
See merge request OpenMW/openmw!4214
2024-07-01 07:42:50 +00:00
Jared Davenport
3a8bafd7b1
doesn't detect correct ffmpeg version for android
2024-07-01 05:04:32 +00:00
Evil Eye
ff72a26ef2
Don't use getRefIdString to get a fallback object name for non-string ids
2024-06-30 11:27:39 +02:00
Dave Corley
9bbf3551b1
c h a n g e l o g
2024-06-30 00:13:20 -05:00
Dave Corley
fcc58f6db3
CLEANUP(rotatecontroller): Deduplicate rotate/scale checks into the main
...
callback function
2024-06-29 23:15:18 -05:00
Dave Corley
cac5ae34a5
CLEANUP(character.cpp): Replace usages of biped function with isBiped var
2024-06-29 22:53:38 -05:00
Dave Corley
33cd654bf5
FIX(character.cpp): Don't allow turn to movement direction to apply to non-bipeds
2024-06-29 22:53:15 -05:00
Dave Corley
c95c7503a8
FIX(rotatecontroller): Account for parent node scale when rotating objects
2024-06-29 22:52:48 -05:00
Dave Corley
8130410200
FIX(animation.lua): Use lowercase instead of camelcase as the function
...
expects lower
2024-06-29 22:14:19 -05:00
Kindi
624a4f46b5
dont use codecvt for utf8.char
2024-06-30 01:49:24 +08:00
Evil Eye
1cea604257
Use string_view in register methods
2024-06-29 15:37:13 +02:00
psi29a
b1de8ed720
Merge branch 'profilersort' into 'master'
...
Reorder F3 profiler stats according to timeline
Closes #8005
See merge request OpenMW/openmw!4196
2024-06-29 09:21:48 +00:00
psi29a
4da35c7e7f
Merge branch 'free_range_containers' into 'master'
...
FEAT: Add organic/respawning flags to containers (Close #8038 )
Closes #8038
See merge request OpenMW/openmw!4205
2024-06-29 09:21:12 +00:00
psi29a
db4e3e3f9e
Merge branch 'master' into 'master'
...
remove cmakefix.patch
See merge request OpenMW/openmw!4211
2024-06-29 09:20:58 +00:00
psi29a
11d405dcdf
Merge branch 'buyfrommebestprices' into 'master'
...
Add a showInDialogue parameter to ui.showMessage and use it for level up messages
Closes #8041
See merge request OpenMW/openmw!4209
2024-06-29 09:20:27 +00:00