Capostrophic
|
578beb6305
|
Use selected object local variables in console (feature #3893)
|
6 years ago |
Bret Curtis
|
947bf880df
|
Merge pull request #2232 from elsid/fix_div_by_zero
Do not scale duration when timescale is zero
|
6 years ago |
Bret Curtis
|
9b190eceab
|
Merge pull request #2230 from akortunov/preloading
Minor preloading improvements
|
6 years ago |
elsid
|
d3bdf912a4
|
Do not scale duration when timescale is zero
|
6 years ago |
Bret Curtis
|
573e64e9c9
|
Merge pull request #2184 from elsid/fix_startup_script
[Testing needed] Always run startup script once at engine start (bug #4877)
|
6 years ago |
Bret Curtis
|
048cfdfac6
|
Merge pull request #2228 from Capostrophic/mainmenu
Fix main menu toggling again
|
6 years ago |
Andrei Kortunov
|
12f9184d00
|
Allow to interrupt terrain preloading
|
6 years ago |
Andrei Kortunov
|
b214c54b3a
|
Calculate bounding volumes when preloading model instance
|
6 years ago |
Bret Curtis
|
c20e69ef24
|
Merge pull request #2227 from elsid/fix_twitchy_massive_creatures
Fix twitchy movement for massive creatures (bug #4907)
|
6 years ago |
Bret Curtis
|
e3bde5ec91
|
Merge pull request #2226 from akortunov/projectilefix
Use relative animation time only for bows and crossbows
|
6 years ago |
Bret Curtis
|
c2a7aa2932
|
Merge pull request #2225 from elsid/retry_async_navmesh_update_job
Support explicit limit of navmesh tiles for scene
|
6 years ago |
Capostrophic
|
ca83b9ee90
|
Refactor main menu and settings toggling again
|
6 years ago |
elsid
|
ea80a81538
|
Drop path points while tolerance allows
|
6 years ago |
elsid
|
b9f21ec81a
|
Use custom steps size to make smooth path depending on half extents
|
6 years ago |
elsid
|
8fd6b37e34
|
Make path point tolerance depending on actor half extents
|
6 years ago |
Andrei Kortunov
|
4c21776b94
|
Use relative animation time only for bows and crossbows (bug #3778)
|
6 years ago |
elsid
|
f2e47d640d
|
Add option to limit max number of navmesh tiles
|
6 years ago |
elsid
|
ff47df4f2c
|
Repost navmesh update jobs when failed because of out of memory
DT_OUT_OF_MEMORY error is returned when limit of tiles is reached.
|
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 |
elsid
|
82e2739bae
|
Notify workers when only at least one job is posted
|
6 years ago |
elsid
|
b9b8ed177c
|
Store priority values as named fields
|
6 years ago |
elsid
|
0c16fef285
|
Add navmesh update status builder
|
6 years ago |
elsid
|
14c9190f49
|
Move tile replacement into separate function
|
6 years ago |
elsid
|
b6243e7d1f
|
Fix name styleguide
|
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 |