Commit Graph

21681 Commits (540709fdae4147462430875cc7f37c6e2ef11a68)
 

Author SHA1 Message Date
Andrei Kortunov 540709fdae Add a changelog entry for terrain optimization 6 years ago
bzzt 6029ed4ecc Reject empty quad tree nodes at the cell level without land data 6 years ago
bzzt 36fa51b6ad Fix bounding box calculation for terrain shapes 6 years ago
bzzt e0cf460ba3 Do not load terrain beyond the viewing distance 6 years ago
Andrei Kortunov a6fd077537 Render nearby default cells if the Distant Terrain is disabled 6 years ago
Andrei Kortunov 46e1ed660c Revert "Render default land texture for Wilderness cells with distant terrain"
This reverts commit 888c2d9a33.
6 years ago
Bret Curtis 1e4bbe8997
Merge pull request #2223 from Capostrophic/animation
Fix raki creatures in Skyrim: Home of the Nords (bug #4810)
6 years ago
Bret Curtis 95e5fd0699
Merge pull request #2215 from akortunov/menufix
Partially revert recent changes in the menu handling
6 years ago
Andrei Kortunov de41c98022 Refactor menu toggling 6 years ago
Bret Curtis 551563cbfb Merge branch 'clsb-warning' into 'master'
Hopefully fix Clang warning about hiding overloaded virtual functions

See merge request OpenMW/openmw!82
6 years ago
Bret Curtis 0764271999
Merge pull request #2224 from elsid/fix_odr_violation
Fix ODR violation for VDSMCameraCullCallback
6 years ago
Bret Curtis a381a1aff4
Merge pull request #2222 from akortunov/warnfix
Attempt to fix Clang warnings about hidden virtual methods
6 years ago
elsid 47e87cc2bd
Fix ODR violation for VDSMCameraCullCallback
This class is also defined in OpenSceneGraph at global namespace.
6 years ago
AnyOldName3 d34724a3c4 Hopefully fix Clang warning about hiding overloaded virtual functions 6 years ago
Capostrophic b05531818c Fix raki creatures in Skyrim: Home of the Nords (bug #4810)
Make bip01 have higher priority than 'root node' node when determining the movement accumulation root
6 years ago
Bret Curtis c55141d18d
Merge pull request #2217 from Capostrophic/shader
Move forcePPL and clamp to global shader defines (task #4869)
6 years ago
Bret Curtis df6112aa35
Merge pull request #2221 from akortunov/iter
Use C++11-style loops in the game world instead of iterators
6 years ago
Andrei Kortunov 72db11b56c Fix Clang warnings about hidden virtual methods 6 years ago
Bret Curtis 8c1a73ff11
Merge pull request #2220 from elsid/ccache
Use ccache for linux CI build
6 years ago
Bret Curtis 218ccf4a67
Merge pull request #2216 from elsid/fix_ci
Fix windows CI scripts
6 years ago
Perry Hugh b8b7568ce5 Correct odd toggling menu behavior. 6 years ago
Bret Curtis 088de40365
Merge pull request #2218 from akortunov/warnfix
Fix MSVC warning about variable re-declaration
6 years ago
Bret Curtis a5d7efc009
Merge pull request #2207 from CyberShadow/gettooltipinfo-var
[Trivial] Reuse a previously-saved value
6 years ago
Bret Curtis ca4c238c98
Merge pull request #2219 from akortunov/authors
Update AUTHORS.md
6 years ago
Andrei Kortunov 19092afa94 Add bzzt to the AUTHORS.md 6 years ago
Bret Curtis 9adb557833
Merge pull request #2211 from Capostrophic/messages
Small script verifier tweaks
6 years ago
Andrei Kortunov d23a0ce2ae Use C++11-style loops in the game world instead of iterators 6 years ago
elsid 26dfa287f9
Use ccache for linux CI build 6 years ago
Andrei Kortunov 771a45174b Update AUTHORS.md 6 years ago
Andrei Kortunov dcec9df345 Fix MSVC warning about variable re-declaration 6 years ago
elsid 7d2c741d1d
Fix compare with empty value 6 years ago
elsid e99f783c65
Remove white spaces and trailing spaces 6 years ago
elsid be57da3b1a
Fix version of cached archives for appveyor 6 years ago
Bret Curtis 8bd7effae1
Merge pull request #2212 from elsid/navigator_log_spam
Do not build path by navigator for pure water and flying creatures
6 years ago
Bret Curtis 41d1521f1d
Merge pull request #2213 from elsid/min_path_point_tolerance
Use min point tolerance to prevent face wrong direction (bug #4814)
6 years ago
Bret Curtis 7e5c7064af
Merge pull request #2214 from CyberShadow/pull-20190305-225227
DRY skill widget updates in stats window
6 years ago
Vladimir Panteleev 9d5fc7954f
DRY skill widget updates in stats window
The skill widgets were configured in two places: initial creation, and
updates. The former was redundant, and duplicated the functionality of
the latter.

To fix this redundancy, replace the duplicate code with a call to
setValue.
6 years ago
Capostrophic 0cdc46dfd6 Move forcePPL and clamp to global shader defines (bug #4869) 6 years ago
elsid cf1e1d9f4b
Use min point tolerance to prevent face wrong direction (bug #4814)
When next path point is too close to actor and it has speed 0,
it can face direction not pointing to path target.
6 years ago
elsid eb45f99880
Remove unused code 6 years ago
elsid 5405efd3b5
Do not build path by navigator for pure water and flying creatures
They don't need to move by surfaces and to open/close doors.
6 years ago
Capostrophic 44da71fdb3 Restructure script verifier message 6 years ago
Capostrophic 59f7df187d Add explicit variant of Journal 6 years ago
Bret Curtis cb29dc7b85
Merge pull request #2209 from akortunov/effectfix
[Regression] Fix magic glow update for sheathing weapons
6 years ago
Bret Curtis bd5782a069
Merge pull request #2210 from elsid/fix_navigator_update_2
Fix pathfinding when scene is changed by scripts (bug #4763) (2nd try)
6 years ago
Andrei Kortunov bcf086d72d Fix magic glow update for sheathing weapons 6 years ago
elsid 84fbb486d3
Fix switch from invalid navmesh number to valid 6 years ago
elsid 80051db8f8
Update rotated objects in navigator 6 years ago
elsid 8c08c3c7d6
Update moved objects in navigator 6 years ago
elsid 27d7452267
Update scaled objects in navigator 6 years ago