Commit Graph

33041 Commits (69cf507db85845446b394129dc8955f3803dfde0)
 

Author SHA1 Message Date
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.
12 months ago
Evil Eye 97dee00263 Merge branch 'remove_klass' into 'master'
Replace 'klass' by meaningful names

See merge request OpenMW/openmw!3745
12 months 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
12 months ago
jvoisin 57066bcac1 Merge branch 'more_cleanup' into 'master'
Code cleanup

See merge request OpenMW/openmw!3746
12 months 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
12 months 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
12 months ago
jvoisin bb22c6e739 Merge branch 'navmesh_cleanup' into 'master'
Small cleanup for navmesh related code

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

Closes #6624

See merge request OpenMW/openmw!3737
12 months ago
elsid b0b6c48a88
Add clarifying comments to detournavigator coordinates conversion functions 12 months ago
elsid afd6f0739c
Format box shape indices grouping by triangle 12 months ago
elsid cc0b00a0d2
Use settings values to declare colour settings 12 months ago
Andrei Kortunov 084fc80efd Use string_view for readonly string properties 12 months ago
Andrei Kortunov 8879d89e4a Replace 'klass' by meaningful names 12 months ago
Andrei Kortunov 4f65b7167a Do not copy vector for every door marker 12 months ago
Andrei Kortunov 828c40c710 Do not copy due to auto misuse 12 months 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
12 months ago
psi29a eedb96863e Merge branch 'editor_enum_settings' into 'master'
Use settings values to declare enum settings (#6876)

See merge request OpenMW/openmw!3724
12 months 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
12 months ago
psi29a 2eacca7752 Merge branch 'esm4revisions' into 'master'
ESM4 reading updates

See merge request OpenMW/openmw!3728
12 months ago
Alexei Kotov 327fafe739 Contect selector: fix ESM date and version data encoding/decoding (#7764) 12 months ago
Alexei Kotov ed31a0354a Support playing ambient and rain weather SFX at the same time (bug #7761) 12 months ago
Alexei Kotov bd2ea715b4 Bring ESM4 head part reading up-to-date with FO76 12 months ago
Alexei Kotov 0b63fafc6d Bring ESM4 global variable reading up-to-date with FO76 12 months ago
Alexei Kotov f9825328d2 Bring ESM4 texture set reading up-to-date with FO76 12 months ago
Alexei Kotov 18982ea4a0 Read FO76 plugin header 12 months ago
Alexei Kotov c1c774e11d Update the spells window when constant effects are added/removed (bug #7475) 12 months ago
Alexei Kotov 961c53f1c4 Merge branch 'clickcrash' into 'master'
Don't crash when clicking the logo video

See merge request OpenMW/openmw!3736
12 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
12 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
12 months ago
psi29a 849a585e2c Merge branch 'macos_ci_fix' into 'master'
Update file before_install.osx.sh

See merge request OpenMW/openmw!3712
12 months ago
psi29a 6dc09b1cda Update file before_install.osx.sh 12 months ago
AnyOldName3 6d37618301 Add OpenMW-CS RC file to app rather than static lib
Static libraries on Windows can't have embedded resources, so this mean the icon for the CS wasn't used.
This could have also been resolved by explicitly requesting the library type as OBJECT rather than letting it default to STATIC (as object libraries aren't a thing on-disk and are just an abstraction in CMake so you can use the same object files in different targets), but this seemed less invasive.

I also made it Win32-only as a Windows .rc file is meaningless on Unix, but it shouldn't be MSVC-only as MinGW can consume them.
12 months ago
Evil Eye a11ff46e82 Drop support for save game format 4 12 months ago
Evil Eye 72c382aca6 Don't crash when clicking the logo video 12 months ago
psi29a 21f177daac Merge branch 'shininess' into 'master'
Silence OSG shininess limit warnings

See merge request OpenMW/openmw!3725
12 months ago
Evil Eye 26a0d27e57 Merge branch 'fix-mwui-docs' into 'master'
Missing newlines in MWUI documentation

See merge request OpenMW/openmw!3726
12 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
12 months ago
Dave Corley c563219b61 Cleanup(CS): Pass const ref when applicable for selection groups 12 months ago
Dave Corley 3ff1bae372 Cleanup(CS): More consistent names for selection group configs 12 months ago
Dave Corley c93b6dca0a Fix(CS): Add record type to selection groups to fix #7759 12 months ago
elsid 903299ce50
Avoid recomputing navigator flags when getting area costs 12 months ago
elsid 594bd6e136
Use walking speed for swimming actor with water walking for pathfinding
This will make them find shorter paths nearby shores.
12 months ago
jvoisin b4971b6841 Merge branch 'dashdashdash' into 'master'
Fix MagicSchoolData documentation

See merge request OpenMW/openmw!3729
12 months ago
Evil Eye 8e17aff6a6 Fix MagicSchoolData documentation 12 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
12 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
12 months ago
uramer 2c45d316fb Missing newlines in MWUI documentation 12 months ago
psi29a 459aa69b87 Merge branch 'clampunclamped' into 'master'
Manually clamp controller time (#7523)

Closes #7523

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

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

See merge request OpenMW/openmw!3722
12 months ago