Lasse Öörni
|
8b28c12ae6
Added instancing to the OpenGL renderer, requires the ARB_instanced_arrays extension.
|
12 years ago |
Lasse Öörni
|
7ba580852d
Allow custom forward base, lighting and alpha pass names by defining metadata in the render path, and allowing the forwardlights command to specify the pass name to use.
|
12 years ago |
Lasse Öörni
|
4027f650cd
Fixed exposing of UIElement::GetDefaultStyle() to script.
|
12 years ago |
Lasse Öörni
|
8f5623d9bb
Renamed RenderPath::LoadParameters() to Load() and ParticleEmitter::LoadParameters() to SetParameters() as LoadParameters() is used in other classes to denote loading of optional parameters, not the main asset itself.
|
12 years ago |
Lasse Öörni
|
f4a3014d75
Corrected ShaderCompiler documentation.
|
12 years ago |
Lasse Öörni
|
1f8b84c4dc
Text3D minor code cleanup.
|
12 years ago |
Lasse Öörni
|
bc4b428295
Allow UI to operate without a defined cursor element, if the operating system cursor is visible.
|
12 years ago |
Lasse Öörni
|
c1e1c20ea2
Added documentation page on navigation.
|
12 years ago |
Lasse Öörni
|
b45fac020f
Applied AssetImporter & MathAPI patch from primitivewaste.
|
12 years ago |
Lasse Öörni
|
0705a15c11
Further small fixes to the main loop documentation.
|
12 years ago |
Lasse Öörni
|
9532e7fdd1
Renamed documentation page.
|
12 years ago |
Lasse Öörni
|
a963ce7d37
Documented missing LogName parameter.
|
12 years ago |
Lasse Öörni
|
b28621a3a4
Documented engine initialization parameters.
|
12 years ago |
Lasse Öörni
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
12 years ago |
Lasse Öörni
|
6fe17dd966
Documentation and wiki update.
|
12 years ago |
Lasse Öörni
|
b4599e046d
Hardware sRGB texture support. OpenGL sRGB framebuffer writing implementation still missing.
|
12 years ago |
Lasse Öörni
|
5160610e25
Refactored freely rotating / scaling UIElements into a separate Sprite class; removed rotation from the base class as it would not work correctly with element hierarchies in most cases.
|
12 years ago |
Lasse Öörni
|
852047545e
Added section on bytecode precompilation to the scripting documentation page.
|
12 years ago |
Lasse Öörni
|
7c1ed151fa
Merged the functionality of ScriptCompiler & ScriptAPIDumper.
|
12 years ago |
Lasse Öörni
|
74c01e7da5
Added compiled AngelScript bytecode support.
|
12 years ago |
Lasse Öörni
|
55f249e548
Automatically show compatible script object variables as ScriptInstance attributes and file-serialize them.
|
12 years ago |
Wei Tjong Yao
|
4d72b5a609
ScriptAPIDumper dumps to console when output file is not provided. Removed caveat from have to compile with ENABLE_LOGGING. Exposed variants to print to stderr to script. Added shell script for calling ConvertDocsToWiki executable. Fixed Editor application to handle exit on error gracefully. Updated documentation and wiki accordingly.
|
12 years ago |
Lasse Öörni
|
53d87516b5
Documentation update.
|
12 years ago |
Lasse Öörni
|
5064b43c1a
Fix multithreading page.
|
12 years ago |
Lasse Öörni
|
783ad6e147
Documentation fixes.
|
12 years ago |
Lasse Öörni
|
091fe0b15f
In scene mode, output material lists for all imported models.
|
12 years ago |
Lasse Öörni
|
12bddee240
Whether to use derived opacity can be configured per UI element. By default true, except for Text.
|
12 years ago |
Lasse Öörni
|
b2645460ef
Refactored view queuing in Renderer.
|
12 years ago |
Lasse Öörni
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
12 years ago |
Lasse Öörni
|
54991f9f04
Added documentation page on shaders.
|
12 years ago |