Age | Commit message (Expand) | Author |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-08 | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky |
2017-01-08 | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky |
2017-01-08 | -Fix bugs related to PoolVector crashes | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-10-13 | Adapt overlooked instances of zero-based column numbers | Pedro J. Estébanez |
2016-10-10 | Make text column numbers one-based | Pedro J. Estébanez |
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky |
2016-08-27 | Adds enums to GDScript | Bojidar Marinov |
2016-08-19 | Brand new networked multiplayer | Juan Linietsky |
2016-08-13 | Fix some comparisons between signed and unsigned integers | Johan Manuel |
2016-07-07 | Removed unused variables (first pass) | Rémi Verschelde |
2016-06-18 | correctly parse floats in scientific notation | Dennis Brakhane |
2016-06-11 | gdscript tokenizer will dislike use of case, closes #4991 | Juan Linietsky |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-01-13 | Removed GDScript "function" keyword | Franklin Sobrinho |
2016-01-07 | Added missing onready token name | Ignacio Etcheverry |
2016-01-02 | Added var2bytes and bytes2var to convet any variable to bytes and back. Close... | Juan Linietsky |
2016-01-02 | PI is now a built-in constant, fixes #2134 | Juan Linietsky |
2016-01-02 | -properly handle newline in \ (line continuation) in gdscript, fixes #2112 | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-31 | small fixes to color8 | Juan Linietsky |
2015-12-29 | -add breakpoint statement to ease with debugging, closes #3165 | reduz |
2015-12-28 | - added 'onready' keyword to gdscript. Defers initialization of member variab... | reduz |
2015-11-23 | Remove unexpected GDScript built-in type aliases | eska |
2015-08-07 | Add missing token name for signal. closes #2201 | neikeq |
2015-08-04 | more debugger fixes | Juan Linietsky |
2015-06-27 | more code completion improvements | Juan Linietsky |
2015-06-26 | improved get_node(), connect(), etc code completion. | Juan Linietsky |
2015-06-24 | added ability to define signals in script | Juan Linietsky |
2015-05-09 | -Added prints() function, fixes #1132, #1859 | Juan Linietsky |
2015-04-18 | Updated copyright year in all headers | Juan Linietsky |
2015-02-19 | restored @ for nodepaths/stringnames | Juan Linietsky |
2014-12-16 | New Code Completion | Juan Linietsky |
2014-11-02 | Bug Fixes | Juan Linietsky |
2014-10-27 | -Much improvement to baked light baker | Juan Linietsky |
2014-10-26 | Fix issue #821: GDScript now accepts single quoted as well as double quoted s... | Guy Rabiller |
2014-09-19 | - more fixes on #672 on windows | Juan Linietsky |
2014-09-19 | Fixing Issues... | Juan Linietsky |
2014-09-15 | 3D Physics Rework, Other Stuff | Juan Linietsky |
2014-06-11 | Light Baker! | Juan Linietsky |
2014-04-05 | -HttpClient: ’Content-Length’ is added to httprequest if not provided in ... | Juan Linietsky |
2014-02-25 | -scripts are converted to bytecode on export | Juan Linietsky |
2014-02-24 | -moved script to modules | Juan Linietsky |