Lasse Öörni
|
8edf0240a1
Migration to Bullet physics underway. Most of physics functionality & examples broken for now.
|
13 years ago |
Lasse Öörni
|
6014f87a0f
Added mention to only install libgl1-mesa-dev if OpenGL headers/libs do not already exist.
|
14 years ago |
Lasse Öörni
|
911f9e4c5b
Removed the "flush GPU" feature as it was causing erratic timing. The downside is increased input lag when vsync is on.
|
14 years ago |
Lasse Öörni
|
3afbeb83ea
Added a documentation page on Unicode.
|
14 years ago |
Lasse Öörni
|
c64e0cd165
Default to RelWithDebInfo build on GCC. Removed Urho3D executable name debug postfix due to CMake limitations. Copy the executables to Bin directory similarly on both MSVC & GCC.
|
14 years ago |
Lasse Öörni
|
7ec5ec4f6e
Added FileWatcher class (for now Windows only) & live resource reloading.
|
14 years ago |
Lasse Öörni
|
0cc1219607
Added note on selecting 32-bit architecture with Xcode.
|
14 years ago |
Lasse Öörni
|
d34a73bfb9
Added full deferred rendering in addition to light pre-pass.
|
14 years ago |
Lasse Öörni
|
ccbfe5babc
Further documentation fixes.
|
14 years ago |
Lasse Öörni
|
a1c70a3476
Added bloom post-process effect.
|
14 years ago |
Lasse Öörni
|
5c27c0f69f
Changed to use pugixml instead of TinyXML.
|
14 years ago |
Lasse Öörni
|
6845f056a5
Refactored NinjaSnowWar example to load the scene and objects from files instead of creating them programmatically.
|
14 years ago |
Lasse Öörni
|
a341b9ea4f
Cleaned up Menu code.
|
14 years ago |
Lasse Öörni
|
35c21f06d7
Removed the fallback shadow code, as GPUs that actually need it are also too low-performance to render shadows acceptably.
|
14 years ago |
Lasse Öörni
|
9e4a9362cb
Node::SetParent() retains the world transform.
|
14 years ago |
Lasse Öörni
|
f564e2bc83
Documentation update.
|
14 years ago |
Lasse Öörni
|
f953254296
Renamed "edgefilter" command line parameter to "fxaa" for less typing.
|
14 years ago |
Lasse Öörni
|
b2fae0ccb4
Added FXAA edge filter.
|
14 years ago |
Lasse Öörni
|
b9ffb1fc2d
Documentation tweaks.
|
14 years ago |
Lasse Öörni
|
fefa7bf6cd
Initial light pre-pass rendering. Lighting not rendered yet.
|
14 years ago |
Lasse Öörni
|
50284fe9b6
Added extra keys to LightTest.
|
14 years ago |
Lasse Öörni
|
abf00cafa9
Merged pixel shader uniforms.
|
14 years ago |
Lasse Öörni
|
9a080ee900
Cleaned up comments. Removed Object::CreateObject() as unnecessary.
|
14 years ago |
Lasse Öörni
|
0be96b3fca
Updated documents.
|
14 years ago |
Lasse Öörni
|
471d3ec5ff
Added libcpuid for improved CPU detection.
|
14 years ago |
Lasse Öörni
|
d470af37cb
Added command line option to disable worker threads.
|
14 years ago |
Lasse Öörni
|
35e58c42f9
Added select/deselect all in the editor.
|
14 years ago |
Lasse Öörni
|
4f9f83eaab
Made the move mode arrows smaller to match the scaling mode axes.
|
14 years ago |
Lasse Öörni
|
7be9585861
Fixed erroneous use of local axis movement when more than one node selected.
|
14 years ago |
Lasse Öörni
|
a436badf8f
More documentation updates.
|
14 years ago |