Commit Graph

27098 Commits (96eb8d7be9077b93461673c332ab536fc29bb7b0)
 

Author SHA1 Message Date
Cédric Mocquillon 40656b3135 Embed error marker in osgt format inside a string defined in misc/errorMarker.hpp.
Use the embed error marker we fail to load a mesh.
3 years ago
Evil Eye 52f9634624 Allow the CS to handle the repeat flag for all types 3 years ago
Evil Eye 3c57ffd81f Save repeat and duration 3 years ago
Evil Eye 231da19aa4 Load repeat flag and use reset argument 3 years ago
Evil Eye c5de69f9c6 Merge branch 'faceyourfears' into 'master'
Make AiExtensions less toxic (bug #6429)

Closes #6429

See merge request OpenMW/openmw!1411
3 years ago
Alexei Dobrohotov fcef92e3ea Make AiExtensions less toxic (bug #6429) 3 years ago
Alexei Kotov 8fd9cb1efc Merge branch 'rotz' into 'master'
Ignore the axis argument when rotating the player

Closes #6324

See merge request OpenMW/openmw!1409
3 years ago
Evil Eye 42020bc2c3 Ignore the axis argument when rotating the player 3 years ago
Petr Mikheev 73821ace94 Update Lua docs 3 years ago
Petr Mikheev ded8997362 Avoid problems if `builtin.omwscripts` is above `Morrowind.esm` in content list. 3 years ago
Petr Mikheev 3941c42a71 Use `applyDeferredPreviewRotationToPlayer` only after applying values from `luaControls`. Otherwise camera rotation is not smooth when movement is controlled from lua. 3 years ago
Petr Mikheev f42badd7be Dehardcode camera 3 years ago
Petr Mikheev e56ee2c735 Apply lua handlers for user input in the main thread in order to reduce latency. 3 years ago
Petr Mikheev 47cbdcba15 Camera refactoring 3 years ago
Petr Mikheev d5ca091d6e Make util.rotateX, util.rotateY, rotate.Z consistent with morrowind rotation 3 years ago
Alexei Kotov a37066c9f0 Merge branch 'fix_ui_coverity' into 'master'
Fix Coverity uninitialized variables

See merge request OpenMW/openmw!1408
3 years ago
uramer eceed558be Fix coverity uninitialized variables 3 years ago
glassmancody.info 750514cda2 simply lightmanager and fix racey behavior 3 years ago
Petr Mikheev 4fbbb67e98 Merge branch 'lua_ui' into 'master'
Lua UI API

See merge request OpenMW/openmw!1138
3 years ago
uramer 68963538ae Lua UI API 3 years ago
Evil Eye 71f020c23b Merge branch 'lua_input' into 'master'
Fix compiler warnings in apps/openmw/mwlua/inputbindings.cpp

See merge request OpenMW/openmw!1403
3 years ago
Alexei Kotov 37c27ce072 Merge branch 'vengeful_dremora_protection' into 'master'
Unset store listeners for creatures

See merge request OpenMW/openmw!1402
3 years ago
psi29a d5272032a8 Merge branch 'dev/apple-silicon' into 'master'
Enable compilation on apple silicon

See merge request OpenMW/openmw!1399
3 years ago
Brian Kelley ee41b94a73 Enable compilation on apple silicon 3 years ago
Petr Mikheev e53d5ed91b Fix compiler warnings in apps/openmw/mwlua/inputbindings.cpp 3 years ago
Evil Eye c277e8bf3f Unset store listeners for creatures 3 years ago
psi29a b20a413865 Merge branch 'lua_action_errors' into 'master'
Add error checking in MWLua::Action

See merge request OpenMW/openmw!1401
3 years ago
Petr Mikheev c7d6620c35 Add error checking in MWLua::Action 3 years ago
psi29a 5c5c71778a Merge branch 'circular' into 'master'
Consistently sort content files

See merge request OpenMW/openmw!1350
3 years ago
psi29a de1a8a6e74 Merge branch 'android-ndk22' into 'master'
Give psi29a's custom android-ndk22 a go

See merge request OpenMW/openmw!1394
3 years ago
psi29a 365739d609 Give psi29a's custom android-ndk22 a go 3 years ago
psi29a d4e8a58351 Merge branch 'headsup' into 'master'
Force assign head animation timer (bug #4389)

Closes #4389

See merge request OpenMW/openmw!1361
3 years ago
psi29a bd694128b9 Merge branch 'lua_input' into 'master'
Update Lua package openmw.input

See merge request OpenMW/openmw!1356
3 years ago
Andrei Kortunov 3275440f0d Use a separate storage for groundcover data 3 years ago
Alexei Kotov ec63546a37 Merge branch 'save_me_utf8' into 'master'
Handle non-ASCII characters without triggering an assertion

Closes #6396

See merge request OpenMW/openmw!1375
3 years ago
Bret Curtis ca64d7bc18
Merge pull request #3218 from akortunov/groundcover_deleted
Support deleted CellRefs in groundcover
3 years ago
Evil Eye c5ba733855 Unbreak the unit test in gcc and clang 3 years ago
Evil Eye 6daefe3ddc Cast to the unsigned char expected by cctype functions 3 years ago
Evil Eye f23bd51175 Don't check bounds when the type is unambiguously a char 3 years ago
Evil Eye c6470f33d3 Use string_view 3 years ago
Evil Eye 751e8cf76b Do a bounds check before calling functions defined in cctype 3 years ago
Evil Eye c01ba41aa6 Handle character directories like save names 3 years ago
Evil Eye 8f48a1f030 Handle non-ASCII characters while saving without triggering an assertion 3 years ago
Andrei Kortunov cca6029088 Add missing changelog entry 3 years ago
Andrei Kortunov dce4cceb39 Support deleted CellRefs in groundcover (bug 6276) 3 years ago
AnyOldName3 8fb0b5846e Allow paths with trailing data, emmitting a warning 3 years ago
psi29a 29847655f6 Merge branch 'lua_pause' into 'master'
Allow Lua scripts to work when the game is on pause

See merge request OpenMW/openmw!1384
3 years ago
Bo Svensson a62b22cd31
isolates groundcover content files (#3208)
Specifications developed in PR #3206 require that groundcover content files must not be allowed to corrupt normal content files. With this PR we simply isolate our existing loading logic by instantiating a separate `ESMStore` for `Groundcover`. In addition, we remove some outdated workarounds.
3 years ago
psi29a 68e7a4083e Merge branch 'master' into 'master'
Overhaul raindrop water ripple effect

Closes #6360

See merge request OpenMW/openmw!1316
3 years ago
Alexei Dobrohotov 63ea57e9cf Load NiSortAdjustNode and NiAccumulators 3 years ago