Commit Graph

32362 Commits (715efe6cb19e24ebb3d33d8b235748cc66bd3f14)
 

Author SHA1 Message Date
Petr Mikheev 3882a5f25a update 1 year ago
Petr Mikheev b4552d47f6 Don't use ESM4 mHeadFeamleParts; switch from manually adding "meshes\\" to `correctMeshPath` 1 year ago
Petr Mikheev 1acac873cf Use "setObjectRoot" in esm4npcanimation.cpp 1 year ago
Petr Mikheev 4beed29404 Changes required during review 1 year ago
Petr Mikheev 2900351777 Render ESM4 NPCs 1 year ago
Petr Mikheev be455469ba Read SUB_DNAM in ESM4::ArmorAddon and SUB_PNAM in ESM4::HeadPart 1 year ago
AnyOldName3 73187b03f3 Merge branch 'allofitjustworks' into 'master'
Fallout 4 and SSE support improvements

See merge request OpenMW/openmw!3465
1 year ago
psi29a d43493dd4c Merge branch 'idlestorm' into 'master'
Avoid redundant animation resets in updateIdleStormState

See merge request OpenMW/openmw!3473
1 year ago
Alexei Kotov 799da630e4 CopyRigVisitor: don't copy unskinned geometry (bug #5280) 1 year ago
Alexei Kotov cecb2b71ea Handle AllowWerewolfForceGreeting variable (bug #7609) 1 year ago
Evil Eye b99f58613e Remove signed/unsigned conversions in pathgrid loading code and use meaningful member names 1 year ago
Evil Eye f9c5edf6b9 Replace more sized reads and unsized ints 1 year ago
Alexei Kotov 1129e7b746 Merge branch 'fieldofwerewolves' into 'master'
Fix turning into a werewolf

See merge request OpenMW/openmw!3474
1 year ago
psi29a 2c81220cf7 Merge branch 'book' into 'master'
Reading ESM4 books

See merge request OpenMW/openmw!3471
1 year ago
psi29a 68684d3d0d Merge branch 'camera_script' into 'master'
[Lua] Support tags in I.Camera.disable*, I.Camera.enable* in the same way as in world.pause

Closes #6652

See merge request OpenMW/openmw!3419
1 year ago
Evil Eye 3c03555b96 Move werewolf FOV from unused to float and use string_view 1 year ago
Alexei Kotov 79bda2e694 Avoid redundant animation resets in updateIdleStormState 1 year ago
Alexei Kotov 79e6c9a92a Add more comments to handleBSGeometry 1 year ago
Alexei Kotov 1da9038b35 Updates to resource path handling
- Remove consecutive slashes
- Only use backslashes
- Try to find the top level directory in the path before prepending it
1 year ago
Alexei Kotov 284129b9ec Support Fallout 4 skinning
Convert the skinning data into NiSkinData-compatible format
1 year ago
Alexei Kotov b9d42946be Fix SSE mesh loading 1 year ago
Alexei Kotov b4f81fb4fa Fix formatting 1 year ago
Alexei Kotov 0497fd111f Handle BSTriShape basic geometry 1 year ago
Alexei Kotov af24d3fd3c Nth revision of NifLoader geometry handling
Handle BSSegmentedTriShape
1 year ago
Alexei Kotov 8fb900da85 Remove GeometryInterface
Actually, it was a terrible idea
1 year ago
Alexei Kotov 291d0de79e Read more FO4 extra data records 1 year ago
Alexei Kotov 94b286a088 Read NiLightRadiusController 1 year ago
Alexei Kotov 6c2a79184d Read FO4 skinning data 1 year ago
Petr Mikheev 54cc1f25a2 Mention in Lua documentation that default tag is an empty string 1 year ago
Petr Mikheev fcc7b9bb9e Support tags in I.Camera.disable*, I.Camera.enable* in the same way as in world.pause; Update I.Camera docs. 1 year ago
psi29a d9f8757f33 Merge branch 'goblinsnacks' into 'master'
Allow creatures to use potions

Closes #7604

See merge request OpenMW/openmw!3469
1 year ago
Petr Mikheev 6161953106 Allow reading ESM4 books 1 year ago
AnyOldName3 15e6ababf1 Merge branch 'soft_particles' into 'master'
Apply soft effect to nifs marked with soft effect flag (originally developed by Cody Glassman)

See merge request OpenMW/openmw!3447
1 year ago
Alexei Kotov b6d2fa5f9d Merge branch 'initially_disabled' into 'master'
Take into account "Enable Parent" subrecord and disable ESM4 objects that should be initially disabled

See merge request OpenMW/openmw!3461
1 year ago
Alexei Kotov 97c4c98190 Merge branch 'fix-thick-border-templates' into 'master'
Use thick border textures for thick border UI templates

See merge request OpenMW/openmw!3466
1 year ago
Evil Eye 0814ef5697 Allow creatures to use potions 1 year ago
elsid 68de5690ef
Use settings values for Navigator settings 1 year ago
elsid b3c8a15af1
Parse navmesh render mode on reading settings 1 year ago
PharisMods 01aa67c792 Use thick border textures for thick border UI templates 1 year ago
psi29a 08ff69f199 Merge branch 'menu_fix' into 'master'
Update canvas size every frame when it is visible

See merge request OpenMW/openmw!3463
1 year ago
Andrei Kortunov 1ac0a3b25b Update canvas size every frame when it is visible (bug 7603) 1 year ago
psi29a df1063be5d Merge branch 'thedichotomyof4' into 'master'
ESM4 upd8s: Fours and Worlds

Closes #7445

See merge request OpenMW/openmw!3454
1 year ago
Petr Mikheev 02de5e82d8 Take into account "Enable Parent" subrecord and disable ESM4 objects that should be initially disabled. 1 year ago
psi29a 3ea14e904d Merge branch 'actors_range' into 'master'
Handle actors processing range in Lua

See merge request OpenMW/openmw!3458
1 year ago
psi29a 6c39e3f817 Merge branch 'draft' into 'master'
Treat teleportation out of the draft cell as object creation

Closes #7588 and #7453

See merge request OpenMW/openmw!3455
1 year ago
psi29a f9bba096db Merge branch 'fix_editor_model' into 'master'
Avoid using settings in components to get actor model (#7596)

Closes #7596

See merge request OpenMW/openmw!3460
1 year ago
psi29a bae8d585fe Merge branch 'lua/capacity_encum_bindings' into 'master'
Add more lua bindings for encumbrance and capacity

See merge request OpenMW/openmw!3462
1 year ago
glassmancody.info 9aa992eede add more lua bindings for encumbrance and capacity 1 year ago
Evil Eye 7594d94024 Prevent re-adding local scripts 1 year ago
Evil Eye f6626e36cf Unbreak respawns and fix #7588 1 year ago