aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_functions.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* -Added prints() function, fixes #1132, #1859Juan Linietsky2015-05-091-0/+1
| | | | -Tabs work inside built-in log window, fixes #1867
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* -renamed function to get object from instance idJuan Linietsky2015-04-181-1/+1
| | | | -added function to get list of tiles used
* Add seed/get_inst function for GDScriptsanikoyes2015-03-251-0/+2
| | | | | seed -> Math::seed get_inst -> ObjectDB::get_instance
* begin new serialization frameworkJuan Linietsky2015-02-151-0/+2
| | | | also got rid of STL dependency on triangulator
* More 3D WorkJuan Linietsky2014-06-161-0/+1
| | | | | | | | -=-=-=-=-=- -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
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-131-0/+1
| | | | | | | | | | -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
* -moved script to modulesJuan Linietsky2014-02-241-0/+103