summaryrefslogtreecommitdiffstats
path: root/platform/android/audio_driver_opensl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* ran cppcheck, found unused variablesfirefly24422015-09-161-2/+1
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* support for 2D shadow castersJuan Linietsky2015-03-021-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/exportJuan Linietsky2014-03-131-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