summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_functions.cpp
AgeCommit message (Expand)Author
2016-03-01Revert "Merge pull request #3814 from est31/iterators_for_for"Rémi Verschelde
2016-02-28Add xrange builtin functionest31
2016-01-26Merge pull request #3445 from akien-mga/masterRémi Verschelde
2016-01-25Add missing return for typeof() MethodInfoRémi Verschelde
2016-01-02Added var2bytes and bytes2var to convet any variable to bytes and back. Close...Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-31small fixes to color8Juan Linietsky
2015-12-31-Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Col...Juan Linietsky
2015-12-31force thread model to single-safe when running editor, fixes #2387Juan Linietsky
2015-12-31-Changed var2str and str2var in GDScript to use VariantWriter and VariantParserJuan Linietsky
2015-12-14replaced :var by :Variant in documentation, fixes #2897Juan Linietsky
2015-09-20Make dict2inst set internal members of instanceGeorge Marques
2015-05-09-Added prints() function, fixes #1132, #1859Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-04-18-renamed function to get object from instance idJuan Linietsky
2015-04-07Merge pull request #1567 from sanikoyes/Pr-GDScript-seed-get-instJuan Linietsky
2015-04-06fix printraw to make it actually print rawyg2f
2015-03-25Add seed/get_inst function for GDScriptsanikoyes
2015-02-20Updated the variable in the lerp function to be weight instead of percent.Nathan Warden
2015-02-15begin new serialization frameworkJuan Linietsky
2015-01-03-Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky
2014-06-16More 3D WorkJuan Linietsky
2014-04-05-Support for changing fontsJuan Linietsky
2014-03-13-fix bug in cache for atlas import/exportJuan Linietsky
2014-02-24-moved script to modulesJuan Linietsky