Commit Graph

21586 Commits (qt6_macos)

Author SHA1 Message Date
psi29a eedb96863e Merge branch 'editor_enum_settings' into 'master'
Use settings values to declare enum settings (#6876)

See merge request OpenMW/openmw!3724
4 months ago
Alexei Kotov c1c774e11d Update the spells window when constant effects are added/removed (bug #7475) 4 months ago
Alexei Kotov 961c53f1c4 Merge branch 'clickcrash' into 'master'
Don't crash when clicking the logo video

See merge request OpenMW/openmw!3736
4 months ago
Alexei Kotov dfc29974d0 Merge branch 'water_walking_cost' into 'master'
Use walking speed for swimming actor with water walking for pathfinding (#7758)

Closes #7758

See merge request OpenMW/openmw!3732
4 months ago
Alexei Kotov 8fff7215f4 Merge branch 'i-dont-have-a-type' into 'master'
Selection Groups Cleanup

Closes #7759

See merge request OpenMW/openmw!3731
4 months ago
Evil Eye 72c382aca6 Don't crash when clicking the logo video 5 months ago
psi29a c3c8fa1e61 Merge branch 'sceneleak' into 'master'
Set paged refs' base node to null (#6335)

Closes #6335

See merge request OpenMW/openmw!3715
5 months ago
Dave Corley c563219b61 Cleanup(CS): Pass const ref when applicable for selection groups 5 months ago
Dave Corley 3ff1bae372 Cleanup(CS): More consistent names for selection group configs 5 months ago
Dave Corley c93b6dca0a Fix(CS): Add record type to selection groups to fix #7759 5 months ago
elsid 903299ce50
Avoid recomputing navigator flags when getting area costs 5 months ago
elsid 594bd6e136
Use walking speed for swimming actor with water walking for pathfinding
This will make them find shorter paths nearby shores.
5 months ago
jvoisin 689efa6d69 Merge branch 'mapnotes' into 'master'
Shorten global map marker notes like vanilla (bug #7619)

Closes #7619

See merge request OpenMW/openmw!3719
5 months ago
jvoisin 5837f97b99 Merge branch 'nonexclusivesettings' into 'master'
Downgrade Settings GUI mode to a modal (bug #6758)

Closes #6758

See merge request OpenMW/openmw!3720
5 months ago
Alexei Kotov 19a7d50a3f Merge branch 'error_codes' into 'master'
Use error messages instead of unhandled exceptions

See merge request OpenMW/openmw!3723
5 months ago
Alexei Kotov c5a3b516d6 Merge branch 'init_variables' into 'master'
Add missing initialization

See merge request OpenMW/openmw!3722
5 months ago
elsid 72fa4924dc
Use settings values to declare enum settings 5 months ago
Andrei Kortunov 7ffb2bc3c4 Use error messages instead of unhandled exceptions 5 months ago
Andrei Kortunov 8d3efd27ba Add missing initialization 5 months ago
Alexei Kotov febfccb356 Merge branch 'move_class_text' into 'master'
Avoid redundant string copies

See merge request OpenMW/openmw!3718
5 months ago
Alexei Kotov b132fd4373 Merge branch 'lua_action_fixes' into 'master'
Lua Action fixes

See merge request OpenMW/openmw!3717
5 months ago
Alexei Kotov 7310418984 Downgrade Settings GUI mode to a modal (bug #6758) 5 months ago
Alexei Kotov 19a6fd4e1b Merge branch 'display_esm_version' into 'master'
Improve format version in content selector

See merge request OpenMW/openmw!3709
5 months ago
Alexei Kotov 14942d7541 Shorten global map marker notes like vanilla (bug #7619) 5 months ago
Andrei Kortunov fb16871c80 Avoid redundant string copies 5 months ago
uramer e9b48e35c0 Coverity defects 5 months ago
Alexei Kotov 2ff2e3c2ef Merge branch 'raceless' into 'master'
Replace missing NPC races and default animations

Closes #6754

See merge request OpenMW/openmw!3703
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
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
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
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
Alexei Kotov 640fa53bb8 Make rain and snow ripple settings global rather than per-weather (#7748) 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