summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_tokenizer.cpp
AgeCommit message (Expand)Author
2016-01-07Added missing onready token nameIgnacio Etcheverry
2016-01-02Added var2bytes and bytes2var to convet any variable to bytes and back. Close...Juan Linietsky
2016-01-02PI is now a built-in constant, fixes #2134Juan Linietsky
2016-01-02-properly handle newline in \ (line continuation) in gdscript, fixes #2112Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-31small fixes to color8Juan Linietsky
2015-12-29-add breakpoint statement to ease with debugging, closes #3165reduz
2015-12-28- added 'onready' keyword to gdscript. Defers initialization of member variab...reduz
2015-11-23Remove unexpected GDScript built-in type aliaseseska
2015-08-07Add missing token name for signal. closes #2201neikeq
2015-08-04more debugger fixesJuan Linietsky
2015-06-27more code completion improvementsJuan Linietsky
2015-06-26improved get_node(), connect(), etc code completion.Juan Linietsky
2015-06-24added ability to define signals in scriptJuan Linietsky
2015-05-09-Added prints() function, fixes #1132, #1859Juan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-02-19restored @ for nodepaths/stringnamesJuan Linietsky
2014-12-16New Code CompletionJuan Linietsky
2014-11-02Bug FixesJuan Linietsky
2014-10-27-Much improvement to baked light bakerJuan Linietsky
2014-10-26Fix issue #821: GDScript now accepts single quoted as well as double quoted s...Guy Rabiller
2014-09-19- more fixes on #672 on windowsJuan Linietsky
2014-09-19Fixing Issues...Juan Linietsky
2014-09-153D Physics Rework, Other StuffJuan Linietsky
2014-06-11Light 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 exportJuan Linietsky
2014-02-24-moved script to modulesJuan Linietsky