scrawl
00f4f78717
Give a name to video streams for logging purposes
10 years ago
scrawl
77f733362c
Add stats graphs for Script, Mechanics and Physics timings
10 years ago
scrawl
604580d75d
Move toMatrix to Nif::Node
10 years ago
scrawl
f760aebc92
Disable MyGUI VBOs due to crashes (will look into proper fix)
10 years ago
scrawl
100d6e5fff
Render MyGUI in background thread, i.e. refactor to get rid of DYNAMIC DataVariance
10 years ago
scrawl
ee60df1e27
Split MyGUI rendering into Update, Cull and Draw stages
10 years ago
scrawl
e191f0e044
Rename MWRender::Debugging to MWRender::Pathgrid
10 years ago
scrawl
c1edc30ad7
Dead code removal
10 years ago
scrawl
e1f4a7f647
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
...
Conflicts:
apps/openmw/engine.cpp
apps/openmw/mwgui/mainmenu.cpp
apps/openmw/mwgui/windowmanagerimp.cpp
apps/openmw/mwinput/inputmanagerimp.cpp
apps/openmw/mwrender/animation.cpp
apps/openmw/mwrender/debugging.cpp
apps/openmw/mwrender/npcanimation.cpp
apps/openmw/mwrender/renderingmanager.cpp
apps/openmw/mwrender/sky.cpp
components/nif/nifkey.hpp
components/nif/nifstream.hpp
components/nifbullet/bulletnifloader.cpp
components/nifogre/ogrenifloader.hpp
libs/openengine/bullet/physic.cpp
libs/openengine/gui/manager.cpp
10 years ago
scrawl
f0789352c6
Silence error message
10 years ago
scrawl
a37a83eaea
Use interleaved vertex data in MyGUI render manager, avoiding redundant copies
10 years ago
scrawl
5a759f8b0d
GUI cleanup fix
10 years ago
scrawl
9de575ad42
Use IncrementalCompileOperation to incrementally upload OpenGL objects during the loading screen
...
For now, not much difference, but should result in a sizable speed up once MyGUI no longer needs the DYNAMIC flag (i.e. the loading screen truly renders in the background).
10 years ago
scrawl
37e3118d21
FontLoader cleanup fix
10 years ago
scrawl
157d8bfedd
Remove unused mygui files
10 years ago
scrawl
283b252142
Stub InputManager
10 years ago
scrawl
140e67036c
Flip non-dds textures vertically
...
Fixes the up-side down loading screens.
10 years ago
scrawl
31ead3a9f4
Increase loading screen FPS
...
Now that it's rendered in a background thread, we can have a smooth loading bar at virtually no performance cost.
10 years ago
scrawl
351fd842fd
Port loading screen
10 years ago
Marc Zinnschlag
048d7be87c
Adjusted terminology for references/referenceables in OpenMW-CS user-interface ( Fixes #2516 )
10 years ago
Marc Zinnschlag
83a7eea2a9
Merge remote-tracking branch 'scrawl/master'
10 years ago
scrawl
92cbc13964
Remove BtOgre
10 years ago
scrawl
1943110170
Add bullet debug drawer
10 years ago
scrawl
9cf9c2876e
Pathgrid rendering
10 years ago
scrawl
1a5407af98
Reduce texture memory usage in OpenMW
10 years ago
scrawl
d772da3720
Main menu background videos
10 years ago
scrawl
dc9b27acfe
Create manual GUI textures
10 years ago
scrawl
1b78acc2c0
Remove manual allocation for images
10 years ago
scrawl
8817f44d63
Remove advanced FPS counter (obsoleted by the OSG stats viewer)
10 years ago
scrawl
bddd31e385
Dead code removal
10 years ago
Marc Zinnschlag
d873c2c603
focus main input widget when bringing up creator bar ( Fixes #2514 )
10 years ago
scrawl
cac288d5be
Remove OgreInit
10 years ago
scrawl
d9d84bd7b2
Remove bullet raycasting shapes, to be replaced with OSG ray casts
10 years ago
Marc Zinnschlag
0bf28a6eab
Merge remote-tracking branch 'cc9cii/leveled-list-edit'
10 years ago
scrawl
a592c1a1c2
Remove unused resources
10 years ago
scrawl
82c4d01b37
Add back resource handling workarounds to the gui code
10 years ago
scrawl
bd8f0248f0
Player rendering
10 years ago
Marc Zinnschlag
efde061c7c
Merge remote-tracking branch 'cc9cii/script-dialog'
10 years ago
cc9cii
b04aeb6aad
Fixed levelled lists flags - now bit masks represented by tick boxes in the dialogue subview.
10 years ago
scrawl
b0804734e5
Port VideoWidget
10 years ago
scrawl
223e3a53f5
Move OEngine::Gui::Layout to MWGui
10 years ago
scrawl
9f74be8fcb
Add back the custom MyGUI log facility for utf8 paths on windows
10 years ago
scrawl
6afb0e43ef
Port FontLoader - requires MyGUI patch from https://github.com/MyGUI/mygui/pull/69
10 years ago
scrawl
a59940a2c7
Move MyGUI platform to components
10 years ago
scrawl
db7fe1952d
Move MyGUI texture to a separate file
10 years ago
scrawl
62847f0489
Use node masks to separate Scene and GUI
10 years ago
scrawl
c90125f936
Uninitialized basenode fix
10 years ago
scrawl
15bdb7db01
transformBoundingSphere optimization
10 years ago
cc9cii
081f3ed263
Make font setting selection immediate.
10 years ago
scrawl
a98dc78cc5
Bounds fix
10 years ago