summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_tokenizer.cpp
AgeCommit message (Expand)Author
2016-10-13Adapt overlooked instances of zero-based column numbersPedro J. Estébanez
2016-10-10Make text column numbers one-basedPedro J. Estébanez
2016-09-10Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky
2016-08-27Adds enums to GDScriptBojidar Marinov
2016-08-19Brand new networked multiplayerJuan Linietsky
2016-08-13Fix some comparisons between signed and unsigned integersJohan Manuel
2016-07-07Removed unused variables (first pass)Rémi Verschelde
2016-06-18correctly parse floats in scientific notationDennis Brakhane
2016-06-11gdscript tokenizer will dislike use of case, closes #4991Juan Linietsky
2016-03-09remove trailing whitespaceHubert Jarosz
2016-01-13Removed GDScript "function" keywordFranklin Sobrinho
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