Commit Graph

21647 Commits (7d2c741d1d46f01d2df7b7da9c0b48135c79a316)
 

Author SHA1 Message Date
Andrei Kortunov 18a59df050 Throw exceptions by value instead of reference 6 years ago
Bret Curtis 1ac2a69094
Merge pull request #2171 from elsid/fix_recast_mesh_tile_cache
Fix update navmesh
6 years ago
elsid da6df818ff
Fix update navmesh
Every updated object should produce a set of changed tiles where it is
placed. Before this change only current object tiles were updated. If
object was moved to another set of tiles then navmesh were not changed
in new tiles.

TileCachedRecastMeshManager::updateObject should add all new tiles if object
was moved and remove all no more used tiles. Both new and old tiles should be
marked as changed.

Also add tests to show desired result for add, update, remove.
6 years ago
elsid 9626b6ec42
Add option to disable DetourNavigator component to find paths 6 years ago
elsid 34c594f01e
Add default initializators for settings fields 6 years ago
elsid 16675fd254
Return empty path when navmesh is not found for agent 6 years ago
elsid 1d3668cd22
Add Navigator interface 6 years ago
elsid d63881e054
Make Navigator::findPath independent from class fields 6 years ago
elsid a0ed981a7c
Fix operator ++ for OutputTransformIterator 6 years ago
elsid c68e64a2a7
Make navigator from settings manager setting in separate function 6 years ago
Capostrophic 39dcbacf44 Option to disable controller (feature #3980) 6 years ago
AnyOldName3 c68ccbc6b6 Use new common_factor header in the launcher, too 6 years ago
AnyOldName3 89d4d3be08 Fix boost deprecation warning 6 years ago
Azdul 2412017685 Fix DetourNavigatorNavMeshTilesCacheTest on Windows 6 years ago
AnyOldName3 f3fc888ab9 Merge branch 'osgshadow-test-vdsm-mesa-optimised-shader-2' into osgshadow-test-vdsm 6 years ago
Andrei Kortunov 058e289162 Do not create a redundant parent node for LOD and Switch nodes (bug #4837) 6 years ago
Capostrophic e9c6c11418 Fix hiding three-tab (Cyrillic) topic index 6 years ago
Capostrophic 0535de6ca0 Make quest status update handling closer to vanilla (bug #4815)
Don't update quest status if we're simply updating the quest index
Update quest status if a new entry is added regardless of its index
6 years ago
Bret Curtis 57cc2ec2b2 use ubuntu for mygui as well 6 years ago
Bret Curtis fb219cc660 updated mygui links for gitlab 6 years ago
Bret Curtis 41168ba98b use ubuntu version, good enough 6 years ago
Bret Curtis cb0a34e280 bump libbullet version for gitlab 6 years ago
Bret Curtis 4a9abf1c1b
Merge pull request #2159 from Capostrophic/lighting
[0.45.0 regression] Fix upside-down night-time lighting
6 years ago
AnyOldName3 b1a5a72665 Restore previous night time directional light path 6 years ago
Capostrophic 796b87fde7 Fix upside-down night-time lighting 6 years ago
Bret Curtis 8f75292d04 use ubuntu for mygui as well 6 years ago
Bret Curtis a5c44a3186 updated mygui links for gitlab 6 years ago
Bret Curtis a31841dbe9 use ubuntu version, good enough 6 years ago
Bret Curtis 635747d39c bump libbullet version for gitlab 6 years ago
Bret Curtis 9e8bc29e3b
Merge pull request #2105 from Capostrophic/colorpicker
[0.45.0 regression] Editor: Fix color picker oddities
6 years ago
AnyOldName3 9b92943d1a Don't rely exclusively on a shadow map when out of its depth range 6 years ago
Capostrophic e47f1ef3e3 Fix some color picker regressions
Don't assign invalid color returned when the color picker is closed by Cancel as the new color
Restore "picking finished" signal to make value saving work again
6 years ago
Bret Curtis ffa3596fe4
Merge pull request #2152 from akortunov/headfix
[0.45 regression] Editor: hide hairs when helmet is used
6 years ago
Bret Curtis d40f11bcb6
Merge pull request #2124 from Capostrophic/animation
[0.45.0 regressions] Revert poor animation decisions
6 years ago
Bret Curtis a573efd30a
Merge pull request #2112 from Capostrophic/collision
[0.45.0 regression] Don't re-enable collision body for dead actors
6 years ago
Bret Curtis af10e329f9
Merge pull request #2157 from akortunov/aifix
[0.45 regression] Init target for AI packages from old saves
6 years ago
Bret Curtis a206f57f75
Merge pull request #2156 from Capostrophic/itemtaken
Fix redundant searchPtr call
6 years ago
Bret Curtis 50e379ad18
Merge pull request #2158 from akortunov/vfx
[Regression] Remove looping particles from dead actors
6 years ago
Bret Curtis 6fbe5bfc97
Merge pull request #2155 from OpenMW/fix-macos-ci
Fix macOS CI
6 years ago
Andrei Kortunov 6eb77e215b Remove looping particles from dead actors 6 years ago
Andrei Kortunov 573b3f4f1d Init target for AI packages from old saves 6 years ago
Capostrophic 650cd47255 Fix redundant searchPtr call 6 years ago
Nikolay Kasyanov cdbd3a9c09
Fix macOS CI
It looks like Homebrew has deprecated some syntax making CMake formula invalid, now a for of the formula is used.
6 years ago
Capostrophic a584aa25ab Don't re-enable collision object for dead actors 6 years ago
Bret Curtis bc1fbd5400
Merge pull request #2088 from akortunov/faction_table
Editor: Implement faction ranks table
6 years ago
Bret Curtis f4313c02e1
Merge pull request #2153 from akortunov/glowing_windows
Native glowing windows support
6 years ago
Bret Curtis 038a4c46c2
Merge pull request #2154 from akortunov/animfix
Do not check if additional animation sources are supported for every animation object
6 years ago
Bret Curtis 538a2b97e7
Merge pull request #2125 from akortunov/skinning
Share RigGeometry node data
6 years ago
Andrei Kortunov 60c9806d62 Share RigGeometry node data 6 years ago
Azdul 7940317e42 Make sure that proper operator function is used for char[N] argument 6 years ago