Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | ran cppcheck, found unused variables | firefly2442 | 2015-09-16 | 1 | -2/+1 |
| | |||||
* | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| | |||||
* | support for 2D shadow casters | Juan Linietsky | 2015-03-02 | 1 | -0/+8 |
| | | | | | | | | | | 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. | ||||
* | -fix bug in cache for atlas import/export | Juan Linietsky | 2014-03-13 | 1 | -0/+410 |
-fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now |