Add missing content=builtin.omwscripts if openmw is started via openmw-cs
Closes#7056
See merge request OpenMW/openmw!2496
(cherry picked from commit c2b495a187)
6025943f Add missing content=builtin.omwscripts if openmw is started via openmw-cs (fixes#7056)
Clear storage of setting groups on reloadlua
See merge request OpenMW/openmw!2497
(cherry picked from commit 523fabe1e8)
17891600 Clear storage of setting groups on reloadlua
Fix Lua settings UI not working after a save (#7005)
See merge request OpenMW/openmw!2495
(cherry picked from commit 084396f29e)
589d7e82 Fix Lua settings UI not working after a save (#7005)
Changed destination may create a situation when the distance actor moved between
2 update calls is less than initial distance because destination has been changed.
This forces actor to take evasive action when there is no actual obstacle.
bump sdl from 2.0.22 to 2.0.24 for windows
Closes#6924
See merge request OpenMW/openmw!2425
(cherry picked from commit 483f370b01)
4c5c449b bump sdl from 2.0.22 to 2.0.24 for windows
36b4e692 Update CI/before_script.msvc.sh
ef92281b Update CI/before_script.msvc.sh
3c173646 Update CI/before_script.msvc.sh
Re-sign Mac Applications before creating install package
See merge request OpenMW/openmw!2418
(cherry picked from commit 1dd392d33d)
52501b7b Re-sign Mac Applications before creating install package
e4f04390 Merge commit 'cd8b20439ec707574826679a8f851546c78e294e' into re-sign-mac-applications
71f6f950 Make Mac Plugins osgPlugins symlink relative
9f7e1324 Made CMake 3.19 requirement specific to macOS app packaging.
Update both instances of level detail text
See merge request OpenMW/openmw!2282
(cherry picked from commit 1d270e1683)
a4427235 Update both instances of level detail text
Use nv_default shader prefix for unhandled types
See merge request OpenMW/openmw!2419
(cherry picked from commit 92680ab9cf)
63b51ead Use nv_default shader prefix for unhandled types
Initialize reserved names once to avoid race condition (#7008)
Closes#7008
See merge request OpenMW/openmw!2409
(cherry picked from commit 16fd01a765)
8068d015 Initialize reserved names once to avoid race condition
From initial actor position.
findRandomPointAroundCircle may return a position outside given range. Use
raycast to choose a different reachable point within a radius but double check
and discard if it's still outside.
Use wander radius instead of wander distance for findRandomPointAroundCircle to
have better chance for a position to be inside wander distance.