aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_tokenizer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-598/+561
* Inf and NaN support added to GDScript.Saracen2017-02-281-0/+4
* Correct hash behavior for floating point numbersHein-Pieter van Braam2017-02-161-1/+1
* made _ a special token in GDScriptkarroffel2017-01-201-0/+2
* Merge pull request #6845 from karroffel/masterJuan Linietsky2017-01-141-0/+2
|\
| * pattern matching: implemented parserKarroffel2017-01-111-0/+2
* | Style: Fix whole-line commented codeRémi Verschelde2017-01-141-6/+10
* | Type renames:Juan Linietsky2017-01-111-11/+10
* | Moved JSON functions to built-in to_json, parse_json, validate_jsonJuan Linietsky2017-01-081-1/+1
* | Variant INT and REAL are now 64 bits (other types remain at 32)Juan Linietsky2017-01-081-3/+3
* | -Fix bugs related to PoolVector crashesJuan Linietsky2017-01-081-0/+3
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | Adapt overlooked instances of zero-based column numbersPedro J. Estébanez2016-10-131-5/+5
* | Make text column numbers one-basedPedro J. Estébanez2016-10-101-1/+1
|/
* Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-101-2/+2
|\
| * Fix some comparisons between signed and unsigned integersJohan Manuel2016-08-131-2/+2
* | Adds enums to GDScriptBojidar Marinov2016-08-271-0/+2
* | Brand new networked multiplayerJuan Linietsky2016-08-191-1/+9
|/
* Removed unused variables (first pass)Rémi Verschelde2016-07-071-1/+0
* correctly parse floats in scientific notationDennis Brakhane2016-06-181-1/+1
* 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