scrawl
c775cbbbaa
Silence an annoying message
10 years ago
scrawl
9ea416b852
Readded HW cursor manager (no image rotation yet)
10 years ago
scrawl
4825744a03
Fix inconsistent health bar skin
10 years ago
scrawl
39fb46601a
Readded input & event handling
10 years ago
scrawl
298b3ed2ef
Create the GraphicsWindowSDL2 directly
10 years ago
scrawl
0498e6e5f0
Readded window icon
10 years ago
scrawl
36e0cfbc9d
Cleanup
10 years ago
scrawl
375b736e74
Use SDL to create the window
...
No input nor event loop handling yet, so the window will "stop responding" after a few seconds.
Thanks to KittyCat for the GraphicsWindowSDL2 code.
10 years ago
scrawl
7a3bc69df7
Readded sound listener
10 years ago
scrawl
ccab8cc9a1
Register Player in the PhysicsSystem
10 years ago
scrawl
56ff280230
Mention the RefId in "error during rendering: " errors
10 years ago
scrawl
4036978718
Empty model exception fix
10 years ago
scrawl
e8ec4387d6
Creature collision fix
10 years ago
scrawl
82316105de
BulletShapeManager kf loading fix
10 years ago
scrawl
2bc95df265
Actor collision object placement fix
10 years ago
scrawl
65f0195c71
Readded animated collision shape support
10 years ago
scrawl
19988d5e45
Remove RefData::getHandle
10 years ago
scrawl
47758c11cd
Readded collision objects and movement physics
10 years ago
scrawl
54c1f19c18
Readded height fields
10 years ago
scrawl
c31b416ba1
Move physicssystem to a new mwphysics module
10 years ago
scrawl
fe15f31f3e
Remove strings.h wrapper
10 years ago
scrawl
c843cfc8e2
Physics stub in preparation for rewrite
10 years ago
scrawl
48ffeab191
Remove old BulletShapeManager
10 years ago
scrawl
0da1e0e905
Add comment
10 years ago
scrawl
d432a3ed08
Fix MyGUI rendering not taking DataVariance of textures into account
10 years ago
scrawl
52a4456cf7
LoadingScreen update
10 years ago
scrawl
af7cbb2e3b
Leak fix
10 years ago
scrawl
7a2a7633d5
Fix videoplayer destruction issue that valgrind complained about
10 years ago
scrawl
c8eb77c557
Move StatsHandler construction to allow profiling of loading screen
10 years ago
scrawl
5db0639983
IncrementalCompileOperation tweak
10 years ago
scrawl
cf0fc43004
GUI shutdown fix
10 years ago
scrawl
483dc9de45
Stop viewer threading before changing MyGUI textures
10 years ago
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