Lasse Öörni
|
3cd4625ad1
Store shader parameters as Variants to preserve the coordinate count & distinguish between eg. floats and Vector4's.
|
12 年之前 |
Lasse Öörni
|
fc841ce8d1
Applied global UI double click patch from Chris Friesen. Removed individual double click handling in LineEdit & ListView elements.
|
12 年之前 |
Lasse Öörni
|
dac3f4e0a8
Fixed Android library stripping on some Windows configurations.
|
12 年之前 |
Lasse Öörni
|
ad7b7451b4
As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process.
|
12 年之前 |
Lasse Öörni
|
4c2842967e
Allow configuring the minimum instances per batch group to actually render as instanced.
|
12 年之前 |
Lasse Öörni
|
185f7833dd
Convert a batch group to instancing only when the second batch is added.
|
12 年之前 |
Lasse Öörni
|
26402a255a
Renamed Camera::GetInverseWorldTransform() to Camera::GetView() as world transform includes scale, but camera view matrix should be unaffected by it.
|
12 年之前 |
Lasse Öörni
|
4625dc78a2
Applied contact processing threshold patch from primitivewaste.
|
12 年之前 |
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 年之前 |
Lasse Öörni
|
cebf24fdca
Minor code cleanup.
|
12 年之前 |
Lasse Öörni
|
106cb89d56
Allow camera's viewmask to affect which zones are used for rendering. Drawables will be dynamically reassigned into the visible zones when rendering. This adds possibility to render the same scene in eg. an RTT view with a different zone.
|
12 年之前 |
Lasse Öörni
|
8b6189090f
Prevent log spam if a postprocess shader is not found.
|
12 年之前 |
Lasse Öörni
|
fccdba09c6
Use pointers to cubemap direction vectors to fix static initialization order issues. Fixes point light shadow map on MinGW.
|
12 年之前 |
Lasse Öörni
|
9132ea611c
Removed shadow bias adjustment according to shadow map resolution, as it causes the amount of "peter panning" to change.
|
12 年之前 |
Lasse Öörni
|
34df8b5e82
Fixed headless mode.
|
12 年之前 |
Wei Tjong Yao
|
2a4a089fc1
Detached component is considered as not enabled effectively regardless of its own enabled flag. Tweaked the 'expansion triangle' icon.
|
12 年之前 |
Lasse Öörni
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
13 年之前 |
Lasse Öörni
|
9be174c473
Disabled Camera does not render.
|
13 年之前 |
Lasse Öörni
|
af8825047a
Started work on node/component enable & disable.
|
13 年之前 |
Lasse Öörni
|
6b6ab3da74
Fixed sRGB flag in renderpath RT definitions not being taken into account.
|
13 年之前 |
Lasse Öörni
|
74c01e7da5
Added compiled AngelScript bytecode support.
|
13 年之前 |
Lasse Öörni
|
b2645460ef
Refactored view queuing in Renderer.
|
13 年之前 |
Lasse Öörni
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 年之前 |
Lasse Öörni
|
115a81c75a
Fixed incorrect weak pointer manipulation (Drawable's cached Zone) from worker threads, which caused a memory leak.
|
13 年之前 |
Lasse Öörni
|
945085d975
Allow threaded work items with varying priorities. Default is immediate (maximum) priority as used by Octree & View. Optionally send events when threaded work items complete.
|
13 年之前 |
Lasse Öörni
|
55681dc55a
Applied patch from weitjong.
|
13 年之前 |
Lasse Öörni
|
9d759300fe
Added possibility to disable the litbase pass optimization in RenderPath, if an ambient-only pass is needed.
|
13 年之前 |
Lasse Öörni
|
d733091eb2
Fixed viewport calculation for rendertargets defined in the render path. If a target uses the RT divisor mode, scale the viewport, otherwise use full texture size (eg. for the bloom intermediate textures)
|
13 年之前 |
Lasse Öörni
|
09b716f0b8
Added scripting interface for RenderPath.
|
13 年之前 |
Lasse Öörni
|
52bf1bbd37
Code cleanup.
|
13 年之前 |