| Commit message (Expand) | Author | Age | Files | Lines |
* | Made many built-in gdscript functions return more descriptive errors, closes ... | Juan Linietsky | 2016-06-11 | 1 | -21/+49 |
* | Fix Color8 constructor using wrong value range | George Marques | 2016-06-03 | 1 | -2/+2 |
* | GDScript: Fix method info for is_nan and is_inf | Rémi Verschelde | 2016-05-17 | 1 | -2/+2 |
* | ability to drag scenes from filesystem to tree for instancing | Juan Linietsky | 2016-05-11 | 1 | -1/+1 |
* | Revert "Merge pull request #3814 from est31/iterators_for_for" | Rémi Verschelde | 2016-03-01 | 1 | -83/+0 |
* | Add xrange builtin function | est31 | 2016-02-28 | 1 | -0/+83 |
* | Merge pull request #3445 from akien-mga/master | Rémi Verschelde | 2016-01-26 | 1 | -1/+4 |
|\ |
|
| * | Add missing return for typeof() MethodInfo | Rémi Verschelde | 2016-01-25 | 1 | -1/+4 |
* | | Added var2bytes and bytes2var to convet any variable to bytes and back. Close... | Juan Linietsky | 2016-01-02 | 1 | -0/+66 |
* | | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
* | | small fixes to color8 | Juan Linietsky | 2015-12-31 | 1 | -1/+1 |
* | | -Added Color8(r8,g8,b8,a8) function as well as .r8,.g8,.b8,.a8 members to Col... | Juan Linietsky | 2015-12-31 | 1 | -0/+35 |
* | | force thread model to single-safe when running editor, fixes #2387 | Juan Linietsky | 2015-12-31 | 1 | -0/+1 |
* | | -Changed var2str and str2var in GDScript to use VariantWriter and VariantParser | Juan Linietsky | 2015-12-31 | 1 | -2/+19 |
* | | replaced :var by :Variant in documentation, fixes #2897 | Juan Linietsky | 2015-12-14 | 1 | -2/+2 |
|/ |
|
* | Make dict2inst set internal members of instance | George Marques | 2015-09-20 | 1 | -0/+9 |
* | -Added prints() function, fixes #1132, #1859 | Juan Linietsky | 2015-05-09 | 1 | -0/+24 |
* | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
* | -renamed function to get object from instance id | Juan Linietsky | 2015-04-18 | 1 | -4/+4 |
* | Merge pull request #1567 from sanikoyes/Pr-GDScript-seed-get-inst | Juan Linietsky | 2015-04-07 | 1 | -0/+34 |
|\ |
|
| * | Add seed/get_inst function for GDScript | sanikoyes | 2015-03-25 | 1 | -0/+34 |
* | | fix printraw to make it actually print raw | yg2f | 2015-04-06 | 1 | -1/+1 |
|/ |
|
* | Updated the variable in the lerp function to be weight instead of percent. | Nathan Warden | 2015-02-20 | 1 | -1/+1 |
* | begin new serialization framework | Juan Linietsky | 2015-02-15 | 1 | -3/+29 |
* | -Work in progress visual shader editor *DOES NOT WORK YET* | Juan Linietsky | 2015-01-03 | 1 | -0/+4 |
* | More 3D Work | Juan Linietsky | 2014-06-16 | 1 | -0/+13 |
* | -Support for changing fonts | Juan Linietsky | 2014-04-05 | 1 | -1/+1 |
* | -fix bug in cache for atlas import/export | Juan Linietsky | 2014-03-13 | 1 | -1/+40 |
* | -moved script to modules | Juan Linietsky | 2014-02-24 | 1 | -0/+1218 |