psi29a
a1d9cbd47c
Merge branch 'sounds-page-engoodening' into 'master'
...
Clean up launcher audio tab formatting
See merge request OpenMW/openmw!4833
2025-08-12 07:50:06 +00:00
psi29a
8f8723e2fc
Merge branch 'topurgeornottopurge' into 'master'
...
Improve parity around spell store based effects
Closes #8309
See merge request OpenMW/openmw!4827
2025-08-12 07:48:41 +00:00
bmdhacks
80a29ab57b
bulk initialize controller focus to zero
2025-08-11 17:08:17 -07:00
Kuyondo
41e2282501
fix #8659
2025-08-11 22:16:10 +08:00
Alexei Kotov
2bb1c4810d
Fix some dangling window pointer use on exit
2025-08-11 13:52:51 +03:00
epochwon
363a6e0aa0
clean up audio page formatting
2025-08-11 08:13:02 +03:00
bmdhacks
d05bb877fe
fix a double-press bug where controller input on Lua dialog boxes was being broadcast down into whatever the last open dialog box was.
2025-08-10 17:27:36 -07:00
bmdhacks
1b34248ef6
fix a crash in skill selection dialog due to uninitialized controller data
2025-08-10 17:05:37 -07:00
Evil Eye
a7ba54c361
Use std::format in esmtool
2025-08-10 12:03:34 +02:00
Igilq
e53394903b
Merge branch openmw:master into master
2025-08-07 20:26:58 +00:00
Evil Eye
a30b4ad615
Undo changes to nifkey.hpp
2025-08-07 20:57:40 +02:00
Alexei Kotov
b5f87a9d50
Merge branch 'fix_ppa_build_failure_ButtonDefinition' into 'master'
...
Fix PPA GCC-15 build failure with ButtonDefinition
See merge request OpenMW/openmw!4837
2025-08-07 21:13:27 +03:00
Bret Curtis
23fb414fd4
use std::string_view instead
2025-08-07 17:18:53 +02:00
Bret Curtis
7ff139e7b1
Fix PPA GCC-15 build failure with ButtonDefinition
2025-08-07 15:45:41 +02:00
Igilq
6bfb8f39be
Merge branch openmw:master into master
2025-08-07 11:46:51 +00:00
psi29a
d46e68a4d5
Merge branch 'unawarenesstraining' into 'master'
...
Cache awareness rolls for 5 seconds to make sneaking easier
See merge request OpenMW/openmw!4434
2025-08-07 08:13:50 +00:00
psi29a
dd654e62f8
Merge branch 'scheduledinterruption' into 'master'
...
Don't auto cancel jobs that only run when scheduled
See merge request OpenMW/openmw!4834
2025-08-07 07:07:45 +00:00
psi29a
25adab1526
Merge branch 'fix_build' into 'master'
...
Fix build with msvc
See merge request OpenMW/openmw!4836
2025-08-07 07:06:29 +00:00
elsid
2b88a620f5
Fix build with msvc
...
openmw\apps\openmw\mwgui\controllerbuttonsoverlay.hpp(75): error C2079: 'MWGui::ControllerButtonsOverlay::mButtons' uses undefined class 'std::array<MWGui::ControllerButtonsOverlay::ButtonWidgets,15>'
2025-08-06 22:19:49 +02:00
Igilq
50388bdba6
Merge branch openmw:master into master
2025-08-06 19:08:09 +00:00
Evil Eye
a085036a92
Resolve a number of Coverity defects
2025-08-06 19:52:09 +02:00
Evil Eye
60d5e4d30b
Merge branch 'local_variable_naming' into 'master'
...
Fix and enforce local variable naming (#8424 )
See merge request OpenMW/openmw!4832
2025-08-06 17:50:33 +00:00
Evil Eye
8c3757a324
Don't auto cancel jobs that only run when scheduled
2025-08-06 16:36:07 +02:00
Igilq
f2a0804207
small patch
2025-08-06 16:28:39 +02:00
Igilq
af47d8bf7d
added new translation stuff
2025-08-06 13:03:30 +02:00
Igilq
cf5eb9cd63
Merge branch openmw:master into master
2025-08-06 08:56:12 +00:00
Alexei Kotov
5ad9010e07
Merge branch 'dont-take-away-my-individuality' into 'master'
...
FIX: Track the highest local refNum during plugin loading and increment it for each cloned/created reference
Closes #8620
See merge request OpenMW/openmw!4781
2025-08-06 09:53:06 +03:00
Alexei Kotov
34d297969e
Merge branch 'master' into 'master'
...
Gamepad GUI Mode: add (optional) native controller support to all menus [round 2]
See merge request OpenMW/openmw!4741
2025-08-06 09:34:35 +03:00
Andrew Lanzone
e4cc3adc98
Merge branch 'master' of https://gitlab.com/OpenMW/openmw
2025-08-05 17:32:50 -07:00
Andrew Lanzone
dd801a55e2
Bump OPENMW_LUA_API_REVISION version
2025-08-05 17:31:36 -07:00
Dave Corley
d68b774c10
CLEANUP: Don't handle refnums during saving at all
2025-08-05 14:16:44 -07:00
elsid
d121b606b6
Fix and enforce local variable naming
2025-08-05 21:27:48 +02:00
Alexei Kotov
a69b67a2b1
Merge branch 'nomushroomdataforyou' into 'master'
...
Don't init custom data when checking container resolution
Closes #8650
See merge request OpenMW/openmw!4831
2025-08-05 21:06:56 +03:00
Evil Eye
4344dc6e00
Don't init custom data when checking container resolution
2025-08-05 19:10:48 +02:00
psi29a
aca6532044
Merge branch 'createnewpeople' into 'master'
...
Allow creating new NPC records via lua
See merge request OpenMW/openmw!4825
2025-08-05 07:25:07 +00:00
Igilq
0eabdd05ab
Merge branch openmw:master into master
2025-08-05 06:22:40 +00:00
Andrew Lanzone
c293c76bd7
Remove hardcoded row/column values in some controller menus
2025-08-04 19:10:07 -07:00
Andrew Lanzone
8e76a0ab06
Merge branch 'master' of https://gitlab.com/OpenMW/openmw
2025-08-04 16:44:12 -07:00
SkyHasACat
ef2332eb37
Update API, feature
2025-08-04 11:30:47 -07:00
SkyHasACat
493f70a661
Formatting
2025-08-04 11:10:06 -07:00
SkyHasACat
e74167c7b7
Revert bad change, do actual fix
2025-08-04 11:09:26 -07:00
SkyHasACat
1a886db951
Merge namespace, remove redundant
2025-08-04 10:41:31 -07:00
Evil Eye
4337ed7683
Use new example suite tests
2025-08-04 19:22:49 +02:00
SkyHasACat
7a5fe778bc
Add validation
2025-08-04 10:04:34 -07:00
SkyHasACat
aa545467fd
Remove unused
2025-08-04 09:56:58 -07:00
SkyHasACat
4c5118a24b
Fix rank
2025-08-04 08:43:37 -07:00
SkyHasACat
2ab87f2d22
Use namespace for servicesoffered
2025-08-04 08:35:13 -07:00
SkyHasACat
b2746a7b4b
Fix autocalc, remove thing
2025-08-04 08:27:26 -07:00
Evil Eye
0c4da49c74
Merge branch 'fix_msvc_warnings' into 'master'
...
Fix msvc warnings
See merge request OpenMW/openmw!4829
2025-08-04 14:56:59 +00:00
psi29a
ef3f52d6a4
Merge branch 'coverity' into 'master'
...
Fix coverity builds
See merge request OpenMW/openmw!4826
2025-08-04 06:55:06 +00:00