Andrei Kortunov
|
8df8bd3f37
|
Use C++11-style loops in the GUI instead of iterators
|
6 years ago |
elsid
|
298af7f6a6
|
Fix links
|
6 years ago |
elsid
|
909d25320e
|
Remove duplicated option
|
6 years ago |
Bret Curtis
|
3b8b0b5dd7
|
Merge pull request #2197 from akortunov/quadtree
Optimize terrain QuadTree build
|
6 years ago |
Andrei Kortunov
|
56fea4b062
|
Add setting to control composite geometry size
|
6 years ago |
bzzt
|
9d44e18af6
|
Allow to configure terrain vertex LOD
|
6 years ago |
bzzt
|
03f23b235a
|
Optimize terrain QuadTree build
|
6 years ago |
bzzt
|
fd94d7f7ff
|
Make Distant Terrain more configurable (feature #4890)
|
6 years ago |
Bret Curtis
|
7ea6a70596
|
Merge pull request #2194 from elsid/navigator_doc
Navigator settings documentation
|
6 years ago |
elsid
|
f3c9b34a1a
|
Add Navigator settings documentation
|
6 years ago |
Bret Curtis
|
cf20682d0c
|
Merge branch 'gamepad-sneak-shortcut' into 'master'
Gamepad - Toggle Sneak Shortcut
See merge request OpenMW/openmw!73
|
6 years ago |
Bret Curtis
|
1307d5c93b
|
Merge branch 'linux_unity' into 'master'
Fix build with `OPENMW_UNITY_BUILD`=ON
See merge request OpenMW/openmw!70
|
6 years ago |
Grigory Latyshev
|
3872d7476b
|
Move makeOsgVec3f() to settingsutils.hpp
Remove all other makeOsgVec3f() implementations
|
6 years ago |
Bret Curtis
|
fe23acdd14
|
Merge branch 'misc_stringutils_tolower' into 'master'
Simplify Misc::StringUtils::toLower
See merge request OpenMW/openmw!71
|
6 years ago |
Bret Curtis
|
d7c3109688
|
Merge branch 'fix-settings-doc-label' into 'master'
Make documentation label work
See merge request OpenMW/openmw!72
|
6 years ago |
Bret Curtis
|
62524f4b40
|
Merge pull request #2193 from akortunov/warnfix
Fix Boost version check in the launcher
|
6 years ago |
Andrei Kortunov
|
a14c832f4f
|
Fix Boost version check in the launcher
|
6 years ago |
David Cernat
|
12cef51122
|
Merge pull request #2192 from Capostrophic/bzzt
Port minor fixes from bzzt's branch
|
6 years ago |
bzzt
|
567ad293fd
|
Don't discard object cache with uninitialized timestamp
This can happen during terrain loading
|
6 years ago |
AnyOldName3
|
5e95e12027
|
Switch from a manual label to using the automatic title-based one
|
6 years ago |
bzzt
|
b2000b7642
|
Fix quad tree node child bounding box dimensions
|
6 years ago |
bzzt
|
172cb74763
|
Delete composite map layers on demand
|
6 years ago |
bzzt
|
4f387fdf1c
|
Prune empty quad tree nodes
|
6 years ago |
bzzt
|
aecbc2f01c
|
Fix crash when incremental compile operation is not used
|
6 years ago |
AnyOldName3
|
8efde41a1e
|
Add a line break to make label work
|
6 years ago |
Perry Hugh
|
3ac5481ab4
|
Enable toggling sneak via gamepad.
|
6 years ago |
Grigory
|
af7b6a09a8
|
Simplify Misc::StringUtils::toLower
|
6 years ago |
Bret Curtis
|
3ce261ddd4
|
Merge branch 'xbox-bindings' into 'master'
xbox-bindings
See merge request OpenMW/openmw!69
|
6 years ago |
Perry Hugh
|
c6fb94d6cb
|
xbox-bindings
|
6 years ago |
bzzt
|
bcbee08a1b
|
Fix creature model instance preloading
|
6 years ago |
Bret Curtis
|
96808f3a16
|
Merge pull request #2189 from Capostrophic/global
Ignore global variable stray explicit reference calls
|
6 years ago |
bzzt
|
8c649f05e6
|
Don't reallocate light list vector unnecessarily
|
6 years ago |
bzzt
|
a567111400
|
Use emplace instead of find-assign
|
6 years ago |
bzzt
|
5bce3cbc68
|
Don't use MWRender namespace in common terrain components
|
6 years ago |
bzzt
|
5ffb40e8ba
|
Don't preload terrain when loading an interior save
|
6 years ago |
Bret Curtis
|
735bcf17c2
|
Merge branch 'boost-gcd-deprecation' into 'master'
Fix boost deprecation warning
See merge request OpenMW/openmw!66
|
6 years ago |
AnyOldName3
|
cd4303da23
|
Add preprocessor check to determine which common_factor header to use.
|
6 years ago |
Capostrophic
|
e940325b78
|
Update changelog
|
6 years ago |
Capostrophic
|
9bc360267b
|
Ignore stray explicit references for names in expressions
|
6 years ago |
Capostrophic
|
cc855e065a
|
Ignore stray references for variables in Set instruction
|
6 years ago |
Bret Curtis
|
4fd613fa15
|
Merge pull request #2187 from elsid/random_seed_option
Option to set specific random seed for random number generator
|
6 years ago |
elsid
|
33f6fb258d
|
Option to set specific random seed for random number generator
|
6 years ago |
Bret Curtis
|
f6da025f02
|
Merge pull request #2188 from Capostrophic/memory
Always include <memory> for smart pointers in MWGui
|
6 years ago |
Capostrophic
|
216e1ab16f
|
Always include <memory> for smart pointers in MWGui
|
6 years ago |
Bret Curtis
|
dc1c2358b9
|
Merge pull request #2089 from akortunov/qthelp
Editor: Add basic info window
|
6 years ago |
Bret Curtis
|
3316938dfc
|
Merge pull request #2182 from Capostrophic/format
Replace Boost format and replace_all where possible
|
6 years ago |
Bret Curtis
|
56d5fc788c
|
Merge pull request #2163 from Capostrophic/hello
AI data handling minor revisions
|
6 years ago |
Capostrophic
|
e70cc10305
|
Some more de-boosting
|
6 years ago |
Capostrophic
|
8ecd0b82a4
|
Replace Boost format and replace_all where possible
|
6 years ago |
Bret Curtis
|
d4564a9be7
|
Merge pull request #2180 from akortunov/includes
Remove redundant includes
|
6 years ago |