Commit Graph

33120 Commits (48c3268bcbe784e3033a72d093f9e9ed4ed31ac7)
 

Author SHA1 Message Date
psi29a 60d1262d61 Merge branch 'askloadnotreallyrecent' into 'master'
Replicate recent save loading prompt behavior (bug #7617)

Closes #7617

See merge request OpenMW/openmw!3710
12 months ago
psi29a ce151692e9 Merge branch 'editor_shortcut_settings' into 'master'
Use settings values to declare shortcut settings (#6876)

See merge request OpenMW/openmw!3753
12 months ago
psi29a c9de6de29f Merge branch 'macos_openal_soft' into 'master'
Ensure macos builds with openal-soft and not deprecated Apple Framework

See merge request OpenMW/openmw!3755
12 months ago
Alexei Kotov 78d8cf86c3 Merge branch 'pickme' into 'master'
Override launcher file info with higher priority info

Closes #7733 and #7103

See merge request OpenMW/openmw!3743
1 year ago
Alexei Kotov 778fe606b8 Merge branch 'beastly' into 'master'
Restore beast race animations

See merge request OpenMW/openmw!3752
1 year ago
Alexei Kotov 73015d2d25 Merge branch 'effectivedocs' into 'master'
Update ActiveEffect documentation

See merge request OpenMW/openmw!3759
1 year ago
Evil Eye ff78c13903 Merge branch 'unused_hrtf' into 'master'
Remove unused code

See merge request OpenMW/openmw!3750
1 year ago
Evil Eye d05f5e84ff Merge branch 'missing_assert' into 'master'
Add missing assertion

See merge request OpenMW/openmw!3751
1 year ago
Evil Eye e7d1611be3 Update ActiveEffect documentation 1 year ago
Evil Eye 0db8026356 Stop adding and deleting rows 1 year ago
Evil Eye 672cefd594 Track checked EsmFile pointers instead of full paths 1 year ago
Evil Eye 521394d67b Override launcher file info with higher priority info 1 year ago
Andrei Kortunov fbd99583ca Move local variables in GUI code 1 year ago
elsid ad0ad625e5
Use single global static variable in Npc::getSoundIdFromSndGen for all parts
To eliminate checks for local static variable initialization.
1 year ago
psi29a a0c0509e3f Merge branch 'rm_unused_apps_includes' into 'master'
Use "" to quote apps/openmw includes and remove unused

See merge request OpenMW/openmw!3727
1 year ago
psi29a 5bd2020c23 Merge branch 'inactiveeffects' into 'master'
Make ActorActiveEffects:getEffect return an empty value and strip expired effects from __pairs

Closes #7440

See merge request OpenMW/openmw!3735
1 year ago
elsid 69cf507db8
Fix navmesh update on player changing tile
In cases when objects are not present on the scene (e.g. generated exterior
cells) navmesh is not updated because area that suppose to be covered with it
was not updated. It was updated only during cell change. This is a regression
from d15e1dca84.

Set TileCachedRecastMeshManager range on NavMeshManager update to make sure it
always covers correct area around player.

Return a union of objects, heightfields and water ranges from
getLimitedObjectsRange intersected with range provided above.
1 year ago
Bret Curtis d16b1ca54e make macos use openal-soft 1 year ago
Alexei Kotov 9e3b427a98 Unbreak un-paging (#7768) 1 year ago
elsid 66f5d70550
Use settings values to declare shortcut settings 1 year ago
Evil Eye 164b6309a7 Improve legibility 1 year ago
Alexei Kotov 5043e67e06 Replicate recent save loading prompt behavior (bug #7617) 1 year ago
Evil Eye 97dee00263 Merge branch 'remove_klass' into 'master'
Replace 'klass' by meaningful names

See merge request OpenMW/openmw!3745
1 year ago
Evil Eye 64673ea21f Merge branch 'editor_colour_settings' into 'master'
Use settings values to declare colour settings (#6876)

See merge request OpenMW/openmw!3747
1 year ago
Evil Eye 6756b8613d Restore beast race animations 1 year ago
Andrei Kortunov d1a7dfee87 Add missing assertion 1 year ago
Andrei Kortunov 9102fd4d57 Remove unused code 1 year ago
jvoisin 57066bcac1 Merge branch 'more_cleanup' into 'master'
Code cleanup

See merge request OpenMW/openmw!3746
1 year ago
Alexei Kotov 3af28439d6 Interrupt thunder SFX indoors (bug #6402) 1 year ago
psi29a 1bccd8483f Merge branch 'cs-icon-fix' into 'master'
Add OpenMW-CS RC file to app rather than static lib

See merge request OpenMW/openmw!3740
1 year ago
psi29a 7019405278 Merge branch 'rainloop' into 'master'
Support playing ambient and rain weather SFX at the same time (bug #7761)

Closes #7761

See merge request OpenMW/openmw!3738
1 year ago
jvoisin bb22c6e739 Merge branch 'navmesh_cleanup' into 'master'
Small cleanup for navmesh related code

See merge request OpenMW/openmw!3734
1 year ago
Alexei Kotov 14c8103a9e Merge branch 'dripdrop' into 'master'
Drop support for save game format 4

Closes #6624

See merge request OpenMW/openmw!3737
1 year ago
elsid b0b6c48a88
Add clarifying comments to detournavigator coordinates conversion functions 1 year ago
elsid afd6f0739c
Format box shape indices grouping by triangle 1 year ago
elsid 067957f57b
Use "" to quote apps/openmw includes and remove unused
Using "" makes clangd to find unused includes which makes it quite easy to
remove them.
1 year ago
elsid cc0b00a0d2
Use settings values to declare colour settings 1 year ago
Andrei Kortunov 084fc80efd Use string_view for readonly string properties 1 year ago
Andrei Kortunov 8879d89e4a Replace 'klass' by meaningful names 1 year ago
Andrei Kortunov 4f65b7167a Do not copy vector for every door marker 1 year ago
Andrei Kortunov 828c40c710 Do not copy due to auto misuse 1 year ago
psi29a bfb60c5504 Merge branch 'compileerror' into 'master'
Contect selector: fix ESM date and version data encoding/decoding (#7764)

Closes #7764

See merge request OpenMW/openmw!3742
1 year ago
psi29a eedb96863e Merge branch 'editor_enum_settings' into 'master'
Use settings values to declare enum settings (#6876)

See merge request OpenMW/openmw!3724
1 year ago
psi29a b87f78a225 Merge branch 'constanteffect' into 'master'
Update the spells window when constant effects are added/removed (bug #7475)

Closes #7475

See merge request OpenMW/openmw!3730
1 year ago
psi29a 2eacca7752 Merge branch 'esm4revisions' into 'master'
ESM4 reading updates

See merge request OpenMW/openmw!3728
1 year ago
Alexei Kotov 327fafe739 Contect selector: fix ESM date and version data encoding/decoding (#7764) 1 year ago
Alexei Kotov 9b8d685578 Expose requested apparent sun position (not normalized) to post-processing 1 year ago
Alexei Kotov 1f26485c47 Fix exterior sun direction/position (bug #4898) 1 year ago
Alexei Kotov ed31a0354a Support playing ambient and rain weather SFX at the same time (bug #7761) 1 year ago
Alexei Kotov bd2ea715b4 Bring ESM4 head part reading up-to-date with FO76 1 year ago