| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!
(cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e)
|
| |
|
|
| |
(cherry picked from commit 34c02fad5ac54f6c10730c9a930b883b08e51e45)
|
| |
|
| |
Also removes a couple wrong Godot headers from third-party source files.
|
| | |
|
| |
|
|
|
| |
-Added a new "add" and "instance" buttons for scene tree
-Added a vformat() function to ease translation work
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
-=-=-=-=-=-=-=-=
-Changed material unshaded property for an enum, which supports light-only shading
-Added a "Mix" shading mode, useful for using lights as masks
-Added energy parameter to Light2D
|
| | |
|
| |
|
|
|
| |
to perform operations such as translaiton, rotation, etc directly on
nodes.
|
| |
|
|
|
| |
should work faster, and even faster if exported.. as textures have been
optimized.
|
| |
|
|
|
| |
added a new demo, isometric_light that does full isometric sorting,
lights, shadows, etc.
|
| |
|
|
|
|
|
|
|
|
| |
Added support for 2D shadow casters.
*DANGER* Shaders in CanvasItem CHANGED, if you are using shader in a
CanvasItem and pull this, you will lose them. Shaders now work through a
2D material system similar to 3D. If you don't want to lose the 2D
shader code, save the shader as a .shd, then create a material in
CanvasItem and re-assign the shader.
|
| | |
|
| |
|