Andrei Kortunov
|
12f9184d00
|
Allow to interrupt terrain preloading
|
2019-03-09 13:15:23 +04:00 |
|
Andrei Kortunov
|
b214c54b3a
|
Calculate bounding volumes when preloading model instance
|
2019-03-09 13:15:16 +04:00 |
|
Bret Curtis
|
c20e69ef24
|
Merge pull request #2227 from elsid/fix_twitchy_massive_creatures
Fix twitchy movement for massive creatures (bug #4907)
|
2019-03-09 02:11:11 +01:00 |
|
elsid
|
b9f21ec81a
|
Use custom steps size to make smooth path depending on half extents
|
2019-03-08 22:33:34 +03:00 |
|
elsid
|
f2e47d640d
|
Add option to limit max number of navmesh tiles
|
2019-03-08 17:39:04 +03:00 |
|
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.
|
2019-03-08 17:39:04 +03:00 |
|
elsid
|
82e2739bae
|
Notify workers when only at least one job is posted
|
2019-03-08 15:27:16 +03:00 |
|
elsid
|
b9b8ed177c
|
Store priority values as named fields
|
2019-03-08 15:23:36 +03:00 |
|
elsid
|
0c16fef285
|
Add navmesh update status builder
|
2019-03-08 15:07:07 +03:00 |
|
elsid
|
14c9190f49
|
Move tile replacement into separate function
|
2019-03-08 15:06:11 +03:00 |
|
elsid
|
b6243e7d1f
|
Fix name styleguide
|
2019-03-08 15:02:49 +03:00 |
|
Bret Curtis
|
551563cbfb
|
Merge branch 'clsb-warning' into 'master'
Hopefully fix Clang warning about hiding overloaded virtual functions
See merge request OpenMW/openmw!82
|
2019-03-08 08:50:03 +00:00 |
|
Bret Curtis
|
0764271999
|
Merge pull request #2224 from elsid/fix_odr_violation
Fix ODR violation for VDSMCameraCullCallback
|
2019-03-08 09:09:36 +01:00 |
|
Bret Curtis
|
a381a1aff4
|
Merge pull request #2222 from akortunov/warnfix
Attempt to fix Clang warnings about hidden virtual methods
|
2019-03-08 00:09:31 +01:00 |
|
elsid
|
47e87cc2bd
|
Fix ODR violation for VDSMCameraCullCallback
This class is also defined in OpenSceneGraph at global namespace.
|
2019-03-07 23:49:23 +03:00 |
|
AnyOldName3
|
d34724a3c4
|
Hopefully fix Clang warning about hiding overloaded virtual functions
|
2019-03-07 20:46:10 +00:00 |
|
Bret Curtis
|
c55141d18d
|
Merge pull request #2217 from Capostrophic/shader
Move forcePPL and clamp to global shader defines (task #4869)
|
2019-03-07 16:56:09 +01:00 |
|
Andrei Kortunov
|
72db11b56c
|
Fix Clang warnings about hidden virtual methods
|
2019-03-07 17:53:59 +04:00 |
|
Capostrophic
|
0cdc46dfd6
|
Move forcePPL and clamp to global shader defines (bug #4869)
|
2019-03-05 23:36:08 +03:00 |
|
Capostrophic
|
59f7df187d
|
Add explicit variant of Journal
|
2019-03-05 20:47:05 +03:00 |
|
elsid
|
27d7452267
|
Update scaled objects in navigator
|
2019-03-04 22:59:39 +03:00 |
|
Bret Curtis
|
14c93b3df0
|
Revert "Merge pull request #2204 from elsid/fix_navigator_update"
This reverts commit 26fb0e7a0f , reversing
changes made to 42b2391303 .
|
2019-03-04 11:06:15 +01:00 |
|
elsid
|
133d7447f3
|
Update scaled objects in navigator
|
2019-03-03 16:46:41 +03:00 |
|
Andrei Kortunov
|
bf5f68a4d8
|
Replace boost GCD to the homebrew implementation
|
2019-03-02 17:32:05 +04:00 |
|
Bret Curtis
|
cd70354f34
|
Merge pull request #2190 from akortunov/terrain
Make Distant Terrain configurable
|
2019-03-02 11:19:45 +01:00 |
|
Bret Curtis
|
3b8b0b5dd7
|
Merge pull request #2197 from akortunov/quadtree
Optimize terrain QuadTree build
|
2019-03-01 17:09:06 +01:00 |
|
Andrei Kortunov
|
56fea4b062
|
Add setting to control composite geometry size
|
2019-03-01 18:02:40 +04:00 |
|
bzzt
|
9d44e18af6
|
Allow to configure terrain vertex LOD
|
2019-03-01 18:02:38 +04:00 |
|
bzzt
|
03f23b235a
|
Optimize terrain QuadTree build
|
2019-03-01 16:17:11 +04:00 |
|
bzzt
|
fd94d7f7ff
|
Make Distant Terrain more configurable (feature #4890)
|
2019-03-01 14:51:13 +04:00 |
|
Grigory Latyshev
|
3872d7476b
|
Move makeOsgVec3f() to settingsutils.hpp
Remove all other makeOsgVec3f() implementations
|
2019-02-28 20:03:42 +00:00 |
|
Bret Curtis
|
fe23acdd14
|
Merge branch 'misc_stringutils_tolower' into 'master'
Simplify Misc::StringUtils::toLower
See merge request OpenMW/openmw!71
|
2019-02-28 19:59:05 +00:00 |
|
David Cernat
|
12cef51122
|
Merge pull request #2192 from Capostrophic/bzzt
Port minor fixes from bzzt's branch
|
2019-02-28 12:55:58 +02:00 |
|
bzzt
|
567ad293fd
|
Don't discard object cache with uninitialized timestamp
This can happen during terrain loading
|
2019-02-28 03:01:32 +03:00 |
|
bzzt
|
b2000b7642
|
Fix quad tree node child bounding box dimensions
|
2019-02-28 02:51:46 +03:00 |
|
bzzt
|
172cb74763
|
Delete composite map layers on demand
|
2019-02-28 02:47:00 +03:00 |
|
bzzt
|
4f387fdf1c
|
Prune empty quad tree nodes
|
2019-02-28 02:47:00 +03:00 |
|
bzzt
|
aecbc2f01c
|
Fix crash when incremental compile operation is not used
|
2019-02-28 02:46:59 +03:00 |
|
Grigory
|
af7b6a09a8
|
Simplify Misc::StringUtils::toLower
|
2019-02-28 00:24:43 +03:00 |
|
bzzt
|
8c649f05e6
|
Don't reallocate light list vector unnecessarily
|
2019-02-27 00:12:14 +03:00 |
|
bzzt
|
a567111400
|
Use emplace instead of find-assign
|
2019-02-27 00:10:34 +03:00 |
|
bzzt
|
5bce3cbc68
|
Don't use MWRender namespace in common terrain components
|
2019-02-27 00:04:01 +03:00 |
|
Capostrophic
|
9bc360267b
|
Ignore stray explicit references for names in expressions
|
2019-02-26 17:47:18 +03:00 |
|
Capostrophic
|
cc855e065a
|
Ignore stray references for variables in Set instruction
|
2019-02-26 16:58:16 +03:00 |
|
elsid
|
33f6fb258d
|
Option to set specific random seed for random number generator
|
2019-02-26 09:36:34 +03:00 |
|
Bret Curtis
|
3316938dfc
|
Merge pull request #2182 from Capostrophic/format
Replace Boost format and replace_all where possible
|
2019-02-24 20:17:31 +01:00 |
|
Bret Curtis
|
56d5fc788c
|
Merge pull request #2163 from Capostrophic/hello
AI data handling minor revisions
|
2019-02-24 20:14:08 +01:00 |
|
Capostrophic
|
e70cc10305
|
Some more de-boosting
|
2019-02-24 03:20:20 +03:00 |
|
Capostrophic
|
8ecd0b82a4
|
Replace Boost format and replace_all where possible
|
2019-02-24 03:20:20 +03:00 |
|
Bret Curtis
|
d4564a9be7
|
Merge pull request #2180 from akortunov/includes
Remove redundant includes
|
2019-02-24 01:14:16 +01:00 |
|