summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Made many built-in gdscript functions return more descriptive errors, closes ...Juan Linietsky2016-06-111-21/+49
* Fix Color8 constructor using wrong value rangeGeorge Marques2016-06-031-2/+2
* GDScript: Fix method info for is_nan and is_infRémi Verschelde2016-05-171-2/+2
* ability to drag scenes from filesystem to tree for instancingJuan Linietsky2016-05-111-1/+1
* Revert "Merge pull request #3814 from est31/iterators_for_for"Rémi Verschelde2016-03-011-83/+0
* Add xrange builtin functionest312016-02-281-0/+83
* Merge pull request #3445 from akien-mga/masterRémi Verschelde2016-01-261-1/+4
|\
| * Add missing return for typeof() MethodInfoRémi Verschelde2016-01-251-1/+4
* | Added var2bytes and bytes2var to convet any variable to bytes and back. Close...Juan Linietsky2016-01-021-0/+66
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* | small fixes to color8Juan Linietsky2015-12-311-1/+1
* | -Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Col...Juan Linietsky2015-12-311-0/+35
* | force thread model to single-safe when running editor, fixes #2387Juan Linietsky2015-12-311-0/+1
* | -Changed var2str and str2var in GDScript to use VariantWriter and VariantParserJuan Linietsky2015-12-311-2/+19
* | replaced :var by :Variant in documentation, fixes #2897Juan Linietsky2015-12-141-2/+2
|/
* Make dict2inst set internal members of instanceGeorge Marques2015-09-201-0/+9
* -Added prints() function, fixes #1132, #1859Juan Linietsky2015-05-091-0/+24
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* -renamed function to get object from instance idJuan Linietsky2015-04-181-4/+4
* Merge pull request #1567 from sanikoyes/Pr-GDScript-seed-get-instJuan Linietsky2015-04-071-0/+34
|\
| * Add seed/get_inst function for GDScriptsanikoyes2015-03-251-0/+34
* | fix printraw to make it actually print rawyg2f2015-04-061-1/+1
|/
* Updated the variable in the lerp function to be weight instead of percent.Nathan Warden2015-02-201-1/+1
* begin new serialization frameworkJuan Linietsky2015-02-151-3/+29
* -Work in progress visual shader editor *DOES NOT WORK YET*Juan Linietsky2015-01-031-0/+4
* More 3D WorkJuan Linietsky2014-06-161-0/+13
* -Support for changing fontsJuan Linietsky2014-04-051-1/+1
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-131-1/+40
* -moved script to modulesJuan Linietsky2014-02-241-0/+1218