Commit Graph

33022 Commits (qt6_macos)
 

Author SHA1 Message Date
Andrei Kortunov 0705175b9b Remove qmake leftover 5 months ago
Alexei Kotov 2fbdde34c6 Set paged refs' base node to null (#6335) 5 months ago
jvoisin 29c20cdb41 Merge branch 'fix_universal_id' into 'master'
Add missing UniversalId::mClass initialization

See merge request OpenMW/openmw!3707
5 months ago
Alexei Kotov 04b714198a Manually clamp controller time (#7523) 5 months ago
Andrei Kortunov 93e50cc7aa Improve format version in content selector 5 months ago
Evil Eye ef4e5b45e3 Don't add custom anim source if it's a default animation but keep the skeleton 5 months ago
Evil Eye 03c791e61a Move animation handling to NpcAnimation 5 months ago
Evil Eye 84c15344ee Address feedback 5 months ago
Evil Eye 4636ab3f3e Update cmakelists 5 months ago
Evil Eye 5bd5c84018 Replace missing NPC races and default animations 5 months ago
Evil Eye b835114ce2 Prevent input type assertion 5 months ago
elsid 94409ce172
Add missing UniversalId::mClass initialization 5 months ago
Alexei Kotov 78459314bf Merge branch 'impartialplayerbelike' into 'master'
Don't count the actor we're following as siding with us if we're in combat with them but they aren't in combat with us

Closes #7645

See merge request OpenMW/openmw!3650
5 months ago
jvoisin 31ac993374 Merge branch 'allthatglitters' into 'master'
Use NAM9 for stack count

Closes #2566

See merge request OpenMW/openmw!3698
5 months ago
Evil Eye e63933efa6 Use NAM9 for stack count 5 months ago
jvoisin 6180ad0e51 Merge branch 'sunlighting' into 'master'
Fix interior sun direction (bug #7585)

Closes #7585

See merge request OpenMW/openmw!3699
5 months ago
jvoisin db0d78ba24 Merge branch 'normalizednormals' into 'master'
Don't handle per-vertex normals as tangent space normals (#7748)

See merge request OpenMW/openmw!3704
5 months ago
Evil Eye c97d0b5252 Merge branch 'weather' into 'master'
Make rain and snow ripple settings global rather than per-weather (#7748)

See merge request OpenMW/openmw!3706
5 months ago
Alexei Kotov 7e162a0d7c Merge branch 'lua_real_frame_time' into 'master'
Pass real frame duration to onFrame

See merge request OpenMW/openmw!3621
5 months ago
Alexei Kotov 0f9eb3d85a Merge branch 'editor_double_settings' into 'master'
Use settings values to declare double settings (#6876)

See merge request OpenMW/openmw!3701
5 months ago
Alexei Kotov 8a91e7057f Merge branch 'ref_id_universal_id' into 'master'
Fix RefId based UniversalId (#7747)

Closes #7747

See merge request OpenMW/openmw!3702
5 months ago
psi29a 7647af6e4e Merge branch 'friendlyhit' into 'master'
Correct friendly fire reaction for different damage sources (bug #7646)

Closes #7646

See merge request OpenMW/openmw!3694
5 months ago
psi29a 67955ac55f Merge branch 'treejunk' into 'master'
Discard additional tokens in non-expression contexts

See merge request OpenMW/openmw!3700
5 months ago
psi29a cb24475662 Merge branch 'what-a-selection-you-have' into 'master'
Feat(CS): Add More Selection Controls

See merge request OpenMW/openmw!3674
5 months ago
uramer c23858bf1c Merge branch 'playercontrols' into 'master'
Remove duplicate ToggleWeapon trigger handler registration

See merge request OpenMW/openmw!3705
5 months ago
Alexei Kotov 640fa53bb8 Make rain and snow ripple settings global rather than per-weather (#7748) 5 months ago
Alexei Kotov 91a01ae1e2 Remove duplicate ToggleWeapon trigger handler registration 5 months ago
Alexei Kotov f83a7b711a Don't handle per-vertex normals as tangent space normals 5 months ago
Evil Eye 01eb333fad Merge branch 'generic_object_cache' into 'master'
Refactor GenericObjectCache and add unit tests

See merge request OpenMW/openmw!3689
5 months ago
psi29a e9f3e5c6d1 Merge branch 'lua_actions_electric_boogaloo' into 'master'
Lua actions take 3

See merge request OpenMW/openmw!2628
5 months ago
uramer 0e2e386dc9 Lua actions take 3 5 months ago
Evil Eye 3f6c3e24f4 Merge branch 'autoequipcrash' into 'master'
Avoid crashes upon Weapon::canBeEquipped attack check for the inventory doll (#7744)

Closes #7744

See merge request OpenMW/openmw!3697
5 months ago
elsid 39dd73263d
Avoid converting UniversalId to a different type via string 5 months ago
elsid 7b5310b569
Write StringRefId as is when converting UniversalId to string
To avoid adding quotes which on conversion ESM::StringRefId -> UniversalId ->
std::string -> UniversalId changes the string value adding quotes.
5 months ago
psi29a 2fde1ef3d8 Merge branch 'bodypartanimation' into 'master'
NpcAnimation: Assign parent animation time sources to body part controllers (bug #4822)

Closes #4822

See merge request OpenMW/openmw!3653
5 months ago
elsid 0fc78aa173
Make ESM::StringRefId compatible with std::string UniversalId 5 months ago
Alexei Kotov abbbd8cf69 Fix interior sun direction (bug #7585) 5 months ago
Cody Glassman c53abd870b Merge branch 'waterscatter' into 'master'
Use sun visibility for sunlight scattering (bug #7309)

Closes #7309

See merge request OpenMW/openmw!3478
5 months ago
elsid 088d4ee5ce
Use settings values to declare double settings 5 months ago
elsid 7a817d3147
Apply project naming styleguide to GenericObjectCache 5 months ago
elsid 45b1b4f1e0
Remove redundant ObjectCacheMap alias 5 months ago
elsid 7b1ee2780b
Use ranged for loops in GenericObjectCache 5 months ago
elsid 2f0613c8d4
Remove user defined destructor for GenericObjectCache 5 months ago
elsid fd2fc63dd3
Support heterogeneous lookup in GenericObjectCache 5 months ago
elsid 56401a90a1
Merge GenericObjectCache update and remove functions
They are always called together. Single iteration over the items is more
efficient along with locking the mutex only once.
5 months ago
Evil Eye 02775c490b Discard additional tokens in non-expression contexts 5 months ago
jvoisin c9d4ca5320 Merge branch 'editor_string_settings' into 'master'
Use settings values to declare string settings (#6876)

See merge request OpenMW/openmw!3695
5 months ago
elsid 2a797cb4e4 Merge branch 'CompositeMapRendererFreeze' into 'master'
Implement fix for the CompositeMapRender freeze

Closes #7696

See merge request OpenMW/openmw!3626
5 months ago
alekulyn f71862fb76 Remove unnecessary code 5 months ago
alekulyn 310b8206dd Fix #7696 5 months ago