scrawl
db16cdad02
Add a comment
10 years ago
scrawl
5921e70625
Build a kdtree for terrain geometry
...
Improves intersection testing performance, shaving off ~2ms of frame time in exteriors.
Also increases terrain loading time by ~1ms per cell, so will have to look into background loading soon.
10 years ago
scrawl
93ee11c5e7
Fix particlesystem nested RenderBin issue (Bug #2631 )
10 years ago
scrawl
f511cb08ff
Compatibility with bullet versions < 2.81
10 years ago
Alexander "Ace" Olofsson
cd42448cd6
Windows build fixes and CMakeLists cleanup
...
Adds some flags necessary to build and link with OSG.
This also moves LTO and MP switches to user-accessible options, and actually
applies the generated CXXFLAGS to the project. Since the generation
happens after the subdirectories are added.
10 years ago
scrawl
fc8e5dde3b
Fix crash when OSG_STEREO is enabled
10 years ago
scrawl
347c9b57b8
Copy constructor signature fix
10 years ago
scrawl
d9a00288f8
Make install fix
10 years ago
scrawl
10457c1b28
Include fix
10 years ago
scrawl
5edf457ab7
Build fix
10 years ago
scrawl
9c9b83f8e2
Changes to compile with osg-svn 3.3.8
10 years ago
scrawl
0330d3d61e
Restore the "transparent" loading screen
10 years ago
scrawl
f3cbe7b9da
Hide FPS widget since it currently doesn't work, use F3 instead
10 years ago
scrawl
bf02c7f6e4
Sun visibility fix
10 years ago
scrawl
ab626ca7b9
Improve MyGUI widget creation performance
10 years ago
scrawl
508c57d6e2
addEffect crash fix for objects with no model
10 years ago
scrawl
16e080e252
Fix the physics debug drawer lagging a frame behind
10 years ago
scrawl
b33fe8fb62
Fix the inventory listener bug
10 years ago
scrawl
e66e9916db
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
...
Conflicts:
apps/opencs/CMakeLists.txt
apps/opencs/model/doc/document.cpp
apps/opencs/model/doc/document.hpp
10 years ago
Marc Zinnschlag
211f6a39b8
Merge remote-tracking branch 'cc9cii/keep-comments'
10 years ago
Marc Zinnschlag
d90aff4303
Merge remote-tracking branch 'smbas/feature-id-completion'
10 years ago
cc9cii
d3b7cf44d3
Remove user preference setting option.
10 years ago
scrawl
0a411cbd7c
Enable particle lighting
10 years ago
scrawl
68e322f969
Restore data directory verbose output that got lost
10 years ago
cc9cii
a439f49c4d
Fix loop where there was a potential for double entry.
10 years ago
cc9cii
4902c66792
Allow space characters in front of comments.
10 years ago
Stanislav Bas
d63b01dde3
Checkboxes in the table view use a combobox editor
10 years ago
cc9cii
15fe5d88e2
Allow comments (lines starting with # character) and blank lines in openmw.cfg. Should resolve Feature #2535 .
...
- controlled via a checkbox in launcher settings
10 years ago
scrawl
0afc03b6b7
Build fix
10 years ago
cc9cii
5c37079f0c
Include only the columns that are visible for sorting. Should resolve Bug #2611 .
10 years ago
scrawl
4c09ecef72
Normalize fixes
10 years ago
scrawl
1fd48e6f81
Fix not being able to move during ashstorm
10 years ago
scrawl
700000cbca
Error handling fix
10 years ago
scrawl
403ce30a35
Graceful handling for failing to create SDL window
10 years ago
scrawl
76328677ef
Add some values to launcher's antialiasing combobox
10 years ago
scrawl
89fc473fae
Remove Render System combo box from the launcher UI
10 years ago
scrawl
ddfed35d1c
Object placement raycasts should use the rendering meshes
10 years ago
scrawl
d8d43f94b9
Fix a typo
10 years ago
Stanislav Bas
c40987338d
Scrollbars don't save their positions between openings
10 years ago
scrawl
a0b0ae9bd1
Remove an unused variable
10 years ago
scrawl
e6ecb39d94
Potential include fix
10 years ago
scrawl
958b34771a
Fix clang warnings about 'typename' outside of a template
10 years ago
scrawl
30ab15e605
Fix -Wunused-private-field clang warnings
10 years ago
scrawl
e23775e338
Fix -Woverloaded-virtual clang warnings
10 years ago
scrawl
141e9d36a4
Get rid of unused DialogueManager::mScriptVerbose
10 years ago
scrawl
78ac37b52a
Remove BOOST_STATIC_ASSERT to fix clang warnings
10 years ago
scrawl
93656aa6cf
Add a header missing from CMakeLists
10 years ago
scrawl
869f8a329a
Cloud scrolling fix
10 years ago
scrawl
231b217664
Build fix for MyGUI 3.2.1
10 years ago
scrawl
30053140a1
Add cmake-data workaround to travis script
10 years ago