Lasse Öörni
|
a40fead7dc
Updated license for the new year.
|
il y a 13 ans |
Lasse Öörni
|
7d8558a51f
Applied massive patch from weitjong.
|
il y a 13 ans |
Lasse Öörni
|
88aaa46465
Corrected formatting issues. License.txt & Readme.txt encoded as UTF-8, source code uses ASCII encoding.
|
il y a 13 ans |
Lasse Öörni
|
053c1f3e6a
Added convenience overloads for LoadLayout().
|
il y a 13 ans |
Lasse Öörni
|
4cef5395f5
Completed the UI element refactoring. Removed hardcoded SetStyle() functions which would read UI element attributes from XML.
|
il y a 13 ans |
Lasse Öörni
|
e586349114
Added UIElement::CreateChild().
|
il y a 13 ans |
Lasse Öörni
|
f0b6d55b28
Enclosed Urho3D classes inside Urho3D namespace to avoid clashes with external libraries.
|
il y a 13 ans |
Lasse Öörni
|
481fbfa220
Added visible OS mouse cursor mode. When used with an external window, this is the only supported mode, as SDL does not control the cursor visibility of an external window.
|
il y a 13 ans |
Lasse Öörni
|
a77a685f4c
Fixed warnings reported by Xcode.
|
il y a 13 ans |
Lasse Öörni
|
4a463176ab
Added joystick support.
|
il y a 13 ans |
Lasse Öörni
|
153106519e
Restored public locking API for vertex & index buffers. On OpenGL locking is always emulated using either shadow or scratch data.
|
il y a 13 ans |
Lasse Öörni
|
a4c1924e04
Vertex & index buffer refactoring to unify feature set between graphics APIs, cleanup code, and prepare for Android OpenGL context loss handling.
|
il y a 13 ans |
Lasse Öörni
|
3e7882093a
Disabled all stencil operations on OpenGL ES for now, as the OES packed depth stencil isn't tested for or used yet.
|
il y a 13 ans |
Lasse Öörni
|
0706ae397f
Touch input on Android.
|
il y a 13 ans |
Lasse Öörni
|
9a4e69d5bc
Removed fillmode, as it is deprecated on some APIs and not currently used in Urho3D.
|
il y a 13 ans |
Lasse Öörni
|
c3f75ee181
Removed alpha test, as it is deprecated in modern graphics API's. Instead implemented in the pixel shader.
|
il y a 13 ans |
Lasse Öörni
|
78039db8b8
Fixed shader parameter group system for OpenGL renderer.
|
il y a 13 ans |
Lasse Öörni
|
6f55d9c24e
Divided shader parameters into groups for less checking of whether individual parameters need update.
|
il y a 13 ans |
Lasse Öörni
|
cc3ee34f58
Increased occlusion buffer depth bias.
|
il y a 14 ans |
Lasse Öörni
|
f437a1ec04
Implemented OpenGL multisampled backbuffer resolve.
|
il y a 14 ans |
Lasse Öörni
|
95a8c8bfa7
Added overloads to Variant & XMLElement that take char pointers.
|
il y a 14 ans |
Lasse Öörni
|
1f45d256f4
Time-based removal of unused occlusion and screen buffers.
|
il y a 14 ans |
Lasse Öörni
|
f58e2595bf
Rewrite node & component IDs when instantiating content from file.
|
il y a 14 ans |
Lasse Öörni
|
dec13dac7a
Draw render-to-texture views upside down on OpenGL so that they match the UV coordinates of regular textures.
|
il y a 14 ans |
Lasse Öörni
|
784530e79a
Use scissor test to avoid clearing outside the viewport on OpenGL.
|
il y a 14 ans |
Lasse Öörni
|
e4ab3b3b1f
Fixed UI not being rendered correctly if multiple 3D viewports active.
|
il y a 14 ans |
Lasse Öörni
|
31efab5d65
Moved SetSortChildren() to UIElement public API and exposed it to script.
|
il y a 14 ans |
Lasse Öörni
|
6c5d216c27
Added local axis movement mode to the editor.
|
il y a 14 ans |
Lasse Öörni
|
a9c5641371
Return to xGxR encoded normal maps and separate specular maps.
|
il y a 14 ans |
Lasse Öörni
|
2f74622427
Converted DebugGeometry to use a vertex buffer instead of using immediate rendering.
|
il y a 14 ans |