index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdscript
/
gd_tokenizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
gdscript tokenizer will dislike use of case, closes #4991
Juan Linietsky
2016-06-11
1
-2
/
+3
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-9
/
+9
*
Removed GDScript "function" keyword
Franklin Sobrinho
2016-01-13
1
-1
/
+0
*
Added missing onready token name
Ignacio Etcheverry
2016-01-07
1
-0
/
+1
*
Added var2bytes and bytes2var to convet any variable to bytes and back. Close...
Juan Linietsky
2016-01-02
1
-1
/
+1
*
PI is now a built-in constant, fixes #2134
Juan Linietsky
2016-01-02
1
-1
/
+3
*
-properly handle newline in \ (line continuation) in gdscript, fixes #2112
Juan Linietsky
2016-01-02
1
-0
/
+1
*
Update copyright to 2016 in headers
George Marques
2016-01-01
1
-1
/
+1
*
small fixes to color8
Juan Linietsky
2015-12-31
1
-1
/
+1
*
-add breakpoint statement to ease with debugging, closes #3165
reduz
2015-12-29
1
-1
/
+3
*
- added 'onready' keyword to gdscript. Defers initialization of member variab...
reduz
2015-12-28
1
-1
/
+2
*
Remove unexpected GDScript built-in type aliases
eska
2015-11-23
1
-6
/
+0
*
Add missing token name for signal. closes #2201
neikeq
2015-08-07
1
-0
/
+1
*
more debugger fixes
Juan Linietsky
2015-08-04
1
-0
/
+5
*
more code completion improvements
Juan Linietsky
2015-06-27
1
-1
/
+1
*
improved get_node(), connect(), etc code completion.
Juan Linietsky
2015-06-26
1
-15
/
+18
*
added ability to define signals in script
Juan Linietsky
2015-06-24
1
-0
/
+1
*
-Added prints() function, fixes #1132, #1859
Juan Linietsky
2015-05-09
1
-1
/
+1
*
Updated copyright year in all headers
Juan Linietsky
2015-04-18
1
-1
/
+1
*
restored @ for nodepaths/stringnames
Juan Linietsky
2015-02-19
1
-2
/
+5
*
New Code Completion
Juan Linietsky
2014-12-16
1
-1
/
+5
*
Bug Fixes
Juan Linietsky
2014-11-02
1
-9
/
+21
*
-Much improvement to baked light baker
Juan Linietsky
2014-10-27
1
-1
/
+3
*
Fix issue #821: GDScript now accepts single quoted as well as double quoted s...
Guy Rabiller
2014-10-26
1
-3
/
+11
*
- more fixes on #672 on windows
Juan Linietsky
2014-09-19
1
-1
/
+2
*
Fixing Issues...
Juan Linietsky
2014-09-19
1
-12
/
+10
*
3D Physics Rework, Other Stuff
Juan Linietsky
2014-09-15
1
-3
/
+5
*
Light Baker!
Juan Linietsky
2014-06-11
1
-0
/
+1
*
-HttpClient: ’Content-Length’ is added to httprequest if not provided in ...
Juan Linietsky
2014-04-05
1
-0
/
+18
*
-scripts are converted to bytecode on export
Juan Linietsky
2014-02-25
1
-19
/
+390
*
-moved script to modules
Juan Linietsky
2014-02-24
1
-0
/
+973