Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-04 | Add editor_only param to Light2D | Pedro J. Estébanez | |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-05-23 | Clamped some light2D ranges | Daniel J. Ramirez | |
2016-05-17 | -Added configuration warning system for nodes | Juan Linietsky | |
-Added a new "add" and "instance" buttons for scene tree -Added a vformat() function to ease translation work | |||
2016-01-01 | Make both lights and occluders stop working if hidden, fixes #2437 | Juan Linietsky | |
2015-12-08 | -New mask mode for lights, makes using masks MUCH easier. | Juan Linietsky | |
2015-06-24 | ability to change shadow color in light2d | Juan Linietsky | |
2015-04-03 | Changes to Light | Juan Linietsky | |
-=-=-=-=-=-=-=-= -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 | |||
2015-03-22 | avoid function naming conflict on light scale | Juan Linietsky | |
2015-03-22 | added spatial and node2d helper methods | Juan Linietsky | |
to perform operations such as translaiton, rotation, etc directly on nodes. | |||
2015-03-10 | small optimizations to isometric light demo | Juan Linietsky | |
should work faster, and even faster if exported.. as textures have been optimized. | |||
2015-03-09 | lot of work on 2D lighting and isometric maps | Juan Linietsky | |
added a new demo, isometric_light that does full isometric sorting, lights, shadows, etc. | |||
2015-03-02 | support for 2D shadow casters | Juan Linietsky | |
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. | |||
2015-02-18 | support for light and normal mapping in 2D | Juan Linietsky | |
2015-02-16 | -Some more work on 2D Lights (NOT FUNCTIONAL YET!) | reduz | |