psi29a
8622dacaea
Merge branch '8551-orang-kk' into 'master'
...
Fix loss of quick key bindings for temporary or missing items
See merge request OpenMW/openmw!4780
2025-08-15 06:49:51 +00:00
Alexei Kotov
8c18c8460f
Sync changelog for 0.50.0
2025-08-14 21:42:01 +03:00
psi29a
72bf7673f4
Merge branch 'formattool' into 'master'
...
Use std::format in esmtool
See merge request OpenMW/openmw!4841
2025-08-14 16:25:09 +00:00
Alexei Kotov
488f73c5da
Merge branch 'bmdhacks-skill-controller-crash' into 'master'
...
fix a crash in skill selection dialog due to uninitialized controller data
See merge request OpenMW/openmw!4843
2025-08-14 16:37:57 +03:00
Alexei Kotov
a049f3c3a8
Merge branch 'bmdhacks-lua-doublepress' into 'master'
...
Controller Input: Fix Lua dialogs from causing a double-press
See merge request OpenMW/openmw!4844
2025-08-14 15:45:43 +03:00
Evil Eye
8073c59898
Add integration tests
2025-08-14 14:19:20 +02:00
Evil Eye
450f907166
Adjust documentation and bump API revision
2025-08-14 14:01:15 +02:00
Kuyondo
bc2f948abe
add warning if id of quickkey is non-existent
2025-08-14 19:47:21 +08:00
SkyHasACat
111d6620a6
Remove index weather
2025-08-14 13:42:52 +02:00
SkyHasACat
50ebf304c7
Formatting
2025-08-14 13:42:52 +02:00
SkyHasACat
1b5450557e
Don't hardcode weather ids
2025-08-14 13:42:52 +02:00
SkyHasACat
fe48e2c9ae
Fixed properly
2025-08-14 13:42:52 +02:00
SkyHasACat
a418e05869
foward declare?
2025-08-14 13:42:52 +02:00
SkyHasACat
3a9a83b107
Fix sound desc, remove removed field
2025-08-14 13:42:51 +02:00
SkyHasACat
9f2ad18549
Fix formatting
2025-08-14 13:42:51 +02:00
SkyHasACat
475e5522ed
Make read only
2025-08-14 13:42:51 +02:00
SkyHasACat
943966d59a
Fix more things
2025-08-14 13:42:51 +02:00
SkyHasACat
3d954ed720
Fix review issues
2025-08-14 13:42:51 +02:00
SkyHasACat
046c0a64f2
Revert ID change
2025-08-14 13:42:51 +02:00
SkyHasACat
548fb5fecb
Add region sound binding
2025-08-14 13:42:51 +02:00
SkyHasACat
40f26a9495
Use luautil id
2025-08-14 13:42:51 +02:00
SkyHasACat
944985e1ce
Fix color
2025-08-14 13:42:51 +02:00
SkyHasACat
0acde006a0
Remove unneeded includes?
2025-08-14 13:42:51 +02:00
SkyHasACat
5e30e45700
formatting
2025-08-14 13:42:51 +02:00
SkyHasACat
d58545ca39
Add region bindings
2025-08-14 13:42:49 +02:00
Evil Eye
cae36d6eec
Add remaining default initialisations flagged by Coverity
2025-08-14 13:33:20 +02:00
Kuyondo
e226963d0d
clear temporary items
2025-08-14 19:28:03 +08:00
Alexei Kotov
32e463945e
Merge branch 'settingscrash' into 'master'
...
Fix some dangling window pointer use on exit
See merge request OpenMW/openmw!4846
2025-08-14 13:52:56 +03:00
Alexei Kotov
37c4277b92
Also don't process controller menu axis navigation events for hidden menus
2025-08-14 13:47:18 +03:00
Alexei Kotov
30bd014bd7
Some controller focus initialization cleanup
2025-08-14 13:43:46 +03:00
Evil Eye
9db9df95e2
Address more simple Coverity defects
2025-08-14 11:19:13 +02:00
Kuyondo
4749ddf586
save lifetime of temporary quickkey items
2025-08-14 15:32:36 +08:00
Igilq
d13b9d7f6b
Merge branch openmw:master into master
2025-08-13 14:46:34 +00:00
Alexei Kotov
cb0316e6be
Merge branch 'journal-lua-api' into 'master'
...
Add Lua API for the player journal text data
Closes #7966
See merge request OpenMW/openmw!4203
2025-08-13 14:58:48 +03:00
Igilq
e2c84123b8
fixed some stuff
2025-08-13 12:01:04 +02:00
Igilq
3fc51e254c
Merge branch openmw:master into master
2025-08-13 09:59:41 +00:00
Evil Eye
1ffcd3f213
Replace usage of std::distance and std::advance
2025-08-13 11:43:51 +02:00
trav5
cffb045767
Lua journal read access post-review formatting corrected
2025-08-13 11:09:10 +02:00
trav5
6d0f05e97b
Lua journal read access post-review class debug names aligned
2025-08-13 11:09:10 +02:00
trav5
87819b3e0d
Lua journal read access post-review documentation fixes
2025-08-13 11:09:10 +02:00
trav5
596ee3e8fa
Lua journal read access post-review std::distance
2025-08-13 11:09:10 +02:00
trav5
7f3bc4884e
Add Lua API for the player journal text data
...
This implements #7966 - adds the Lua API read-only access to the player's stored journal text entries (quest & topics data). See the issue ticket for some details on the proposal.
2025-08-13 11:08:10 +02:00
Evil Eye
d4bc9696e9
Combine format strings
2025-08-13 09:50:13 +02:00
Evil Eye
ace1f7f3d0
Merge branch 'fixkaramunsing' into 'master'
...
Ensure draganddrop finishes when item is used from it
Closes #8659
See merge request OpenMW/openmw!4847
2025-08-12 21:52:41 +00:00
Evil Eye
33ea16655b
Add missing paren and remove unnecessary flushes
2025-08-12 23:38:47 +02:00
Kuyondo
8ea5448112
use find()
2025-08-12 21:24:09 +08:00
Kuyondo
9426a36f5a
maintain missing item info in quickkey menu
2025-08-12 21:24:09 +08:00
Evil Eye
4707d7602d
Check for nullptr before dereferencing pathgrids
2025-08-12 11:02:10 +02:00
Igilq
930ea09ce1
Merge branch openmw:master into master
2025-08-12 08:14:35 +00:00
psi29a
f5d866894e
Merge branch 'coverityspam' into 'master'
...
Resolve a number of Coverity defects
See merge request OpenMW/openmw!4835
2025-08-12 07:59:19 +00:00