Commit Graph

33409 Commits (535c5e328a7c11b6e36364e5e6f640c2708ae4fa)
 

Author SHA1 Message Date
psi29a 435a4cb9ec Merge branch 'minusputback' into 'master'
Parse special characters that have been put back as names too

See merge request OpenMW/openmw!3804
11 months ago
psi29a f656d2e380 Merge branch 'shutupverifier' into 'master'
Editor: Silence some verifier warnings

See merge request OpenMW/openmw!3814
11 months ago
psi29a 7450b11402 Merge branch 'vfs_normalized_path_1' into 'master'
Use normalized path for VFS manager and RecursiveDirectoryIterator

See merge request OpenMW/openmw!3806
11 months ago
psi29a b1a72330a4 Merge branch 'allow_muliselect_in_archives_tab' into 'master'
Allow multiselect in the archives tab (#7606)

Closes #7606

See merge request OpenMW/openmw!3773
11 months ago
Yury Stepovikov c90ebcc86b Allow multiselect in the archives tab (#7606) 11 months ago
Mads Buvik Sandvei fbffecfd13 ~0ul -> std::numeric_limits<uint32_t>::max() 11 months ago
Mads Buvik Sandvei 0ed94ead4e Check that count is non-zero before decrementing it. 11 months ago
Mads Buvik Sandvei 24a0a0c3bf size_t -> uint32_t 11 months ago
Mads Buvik Sandvei 993cea7d65 MR Comments 11 months ago
Mads Buvik Sandvei 36e1bdab10 Use a smaller integer type instead of dealing with casting issues. 11 months ago
Alexei Kotov b83b30f0dc Editor: Reset effect arguments when the effect ID changes (#7785) 11 months ago
Alexei Kotov bd84200d4e Merge branch 'bumpbump' into 'master'
Base GetColliding script functions on collisions detected by the movement solver

Closes #7053

See merge request OpenMW/openmw!3794
11 months ago
Alexei Kotov df6e104e6f Merge branch 'tastytastyenchantments' into 'master'
Use the correct id to absorb enchantments

Closes #7796

See merge request OpenMW/openmw!3813
11 months ago
Andrei Kortunov 43307bee28 Make ContentSelector errors localizable 11 months ago
Alexei Kotov 422e455157 Actually normalize the sun position exposed to post-processing 11 months ago
uramer 2008f35e57 Don't reset player setting groups right after game load, refactor update group functions 11 months ago
Zackhasacat 4fcacd59aa Add model to NPC lua 11 months ago
Evil Eye 1288ec5cea Use deserializeText for find and countOf 11 months ago
Evil Eye 4ef68a8938 Split Class::getModel into Class::getCorrectedModel and Class::getModel so preloading can use string_view 11 months ago
uramer 9cce2e39ba Merge branch 'master' into menuscripts 11 months ago
uramer d9f8c5c3e8 Fix menu setting page key set 11 months ago
Alexei Kotov 093d86353f Merge branch 'lua_mwscript_nilvar' into 'master'
#7791: Require local variables to exist for lua mwscript local variables

Closes #7791

See merge request OpenMW/openmw!3811
11 months ago
Zackhasacat cfd67f3ce7 #7791: Require local variables to exist for lua mwscript local variables 11 months ago
uramer ad5d594c28 Let menu scripts clean up before loading a game 11 months ago
Evil Eye 1d1ce2de7b Use the correct id to absorb enchantments 11 months ago
Zackhasacat ef85ceba2c Merge branch 'animation-bindings' into 'master'
Lua: Animation bindings

See merge request OpenMW/openmw!3257
11 months ago
Mads Buvik Sandvei a94add741e Lua: Animation bindings 11 months ago
Alexei Kotov d1e79028e9 Merge branch 'lua-fix-active-spells-pairs-iterator-return' into 'master'
Lua: Fix return value for `Actor.ActiveSpells` iterator

See merge request OpenMW/openmw!3808
11 months ago
Alexei Kotov 30d637f5f6 Merge branch 'lua_water_level' into 'master'
Lua: Add water level to Core.Cell

See merge request OpenMW/openmw!3766
11 months ago
Zackhasacat daa9c5f0e1 Lua: Add water level to Core.Cell 11 months ago
Evil Eye aa9a99bde5 Merge branch 'magic_effects_fix' into 'master'
Fix magic effects in the editor

Closes #7481

See merge request OpenMW/openmw!3798
11 months ago
Evil Eye ed22b91bf2 Merge branch 'kftest' into 'master'
Support parsing KF files in niftest

See merge request OpenMW/openmw!3807
11 months ago
Alexei Kotov 70a0b7ea9c Editor: Drop zero attribute warnings 11 months ago
Evil Eye f62e4f5707 Merge branch 'more_move' into 'master'
Use std::move() in /apps/openmw

See merge request OpenMW/openmw!3805
11 months ago
Alexei Kotov 48bbf0b637 Editor: Don't complain about body part references in Verify 11 months ago
Alexei Kotov 23e30eaaa5 Support MaxNumberRipples setting (#7795) 11 months ago
Alexei Kotov 2ea4013382 Correct base cloud speed, support Timescale Clouds fallback setting (#7792) 11 months ago
Alexei Kotov ad64c71753 Correct MaxNumberRipples and Timescale Clouds validation categories 11 months ago
Pharis 3b0d654a3f Return active spell id from pairs 11 months ago
Evil Eye a8ee3dfae8 Move the caching getActorsSidingWith to its own type 11 months ago
Evil Eye bdc6119b31 Bring attack voice lines in line with research
Only play them when starting combat when not in combat or not in combat
with one of the target's allies.
Don't play them when casting spells whose first effect isn't ranged.
11 months ago
Alexei Kotov 29a40c212f Support parsing KF files in niftest
Mention BA2 support in help messages
11 months ago
Andrei Kortunov 9e55425b71 Use std::move() in /apps/openmw 11 months ago
psi29a cdf2459ed8 Merge branch 'constpreload' into 'master'
Make cell models preloading a const operation

See merge request OpenMW/openmw!3777
11 months ago
elsid 70061329a1
Return Path::Normalized from RecursiveDirectoryIterator 11 months ago
elsid 9279138fb0
Accept normalized path by VFS::Manager functions 11 months ago
elsid d549cfd66b
Check path for being normalized 11 months ago
elsid 199d97d32a
Use forward declaration for VFS::Manager 11 months ago
Evil Eye 54429cd23b Parse special characters that have been put back as names too 11 months ago
Zackhasacat c77da18865 Merge branch 'master' into 'master'
Added instructions for extracting .esm files using innoextract

See merge request OpenMW/openmw!3800
11 months ago