summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_tokenizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* gdscript tokenizer will dislike use of case, closes #4991Juan Linietsky2016-06-111-2/+3
* remove trailing whitespaceHubert Jarosz2016-03-091-9/+9
* Removed GDScript "function" keywordFranklin Sobrinho2016-01-131-1/+0
* Added missing onready token nameIgnacio Etcheverry2016-01-071-0/+1
* Added var2bytes and bytes2var to convet any variable to bytes and back. Close...Juan Linietsky2016-01-021-1/+1
* PI is now a built-in constant, fixes #2134Juan Linietsky2016-01-021-1/+3
* -properly handle newline in \ (line continuation) in gdscript, fixes #2112Juan Linietsky2016-01-021-0/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* small fixes to color8Juan Linietsky2015-12-311-1/+1
* -add breakpoint statement to ease with debugging, closes #3165reduz2015-12-291-1/+3
* - added 'onready' keyword to gdscript. Defers initialization of member variab...reduz2015-12-281-1/+2
* Remove unexpected GDScript built-in type aliaseseska2015-11-231-6/+0
* Add missing token name for signal. closes #2201neikeq2015-08-071-0/+1
* more debugger fixesJuan Linietsky2015-08-041-0/+5
* more code completion improvementsJuan Linietsky2015-06-271-1/+1
* improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-261-15/+18
* added ability to define signals in scriptJuan Linietsky2015-06-241-0/+1
* -Added prints() function, fixes #1132, #1859Juan Linietsky2015-05-091-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* restored @ for nodepaths/stringnamesJuan Linietsky2015-02-191-2/+5
* New Code CompletionJuan Linietsky2014-12-161-1/+5
* Bug FixesJuan Linietsky2014-11-021-9/+21
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-1/+3
* Fix issue #821: GDScript now accepts single quoted as well as double quoted s...Guy Rabiller2014-10-261-3/+11
* - more fixes on #672 on windowsJuan Linietsky2014-09-191-1/+2
* Fixing Issues...Juan Linietsky2014-09-191-12/+10
* 3D Physics Rework, Other StuffJuan Linietsky2014-09-151-3/+5
* Light Baker!Juan Linietsky2014-06-111-0/+1
* -HttpClient: ’Content-Length’ is added to httprequest if not provided in ...Juan Linietsky2014-04-051-0/+18
* -scripts are converted to bytecode on exportJuan Linietsky2014-02-251-19/+390
* -moved script to modulesJuan Linietsky2014-02-241-0/+973