summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_functions.h
AgeCommit message (Collapse)Author
2015-02-15begin new serialization frameworkJuan Linietsky
also got rid of STL dependency on triangulator
2014-06-16More 3D WorkJuan Linietsky
-=-=-=-=-=- -ESM Shadow Mapping for softer and less glitchy shadows -HDR Pipeline (convert to Linear on texture import, convert to SRGB at the end) -Fix to xml parse bug
2014-03-13-fix bug in cache for atlas import/exportJuan Linietsky
-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
2014-02-24-moved script to modulesJuan Linietsky