Juan Linietsky
|
62273e51a2
Moved JSON functions to built-in to_json, parse_json, validate_json
|
8 anni fa |
Juan Linietsky
|
13cdccf23b
Variant INT and REAL are now 64 bits (other types remain at 32)
|
8 anni fa |
Juan Linietsky
|
8b912d1115
-Fix bugs related to PoolVector crashes
|
8 anni fa |
Rémi Verschelde
|
c7bc44d5ad
Welcome in 2017, dear changelog reader!
|
8 anni fa |
Pedro J. Estébanez
|
1b3dcac281
Adapt overlooked instances of zero-based column numbers
|
8 anni fa |
Pedro J. Estébanez
|
2f80965845
Make text column numbers one-based
|
8 anni fa |
Juan Linietsky
|
fc61eb37ce
Merge pull request #5920 from 29jm/fix-warnings
|
9 anni fa |
Bojidar Marinov
|
4ee82a2c38
Adds enums to GDScript
|
9 anni fa |
Juan Linietsky
|
1add52b55e
Brand new networked multiplayer
|
9 anni fa |
Johan Manuel
|
a4674bda47
Fix some comparisons between signed and unsigned integers
|
9 anni fa |
Rémi Verschelde
|
b6ac91c0e6
Removed unused variables (first pass)
|
9 anni fa |
Dennis Brakhane
|
c246931f03
correctly parse floats in scientific notation
|
9 anni fa |
Juan Linietsky
|
ceeb5453a8
gdscript tokenizer will dislike use of case, closes #4991
|
9 anni fa |
Hubert Jarosz
|
4a4f247914
remove trailing whitespace
|
9 anni fa |
Franklin Sobrinho
|
0426806ebf
Removed GDScript "function" keyword
|
9 anni fa |
Ignacio Etcheverry
|
d50e8d2bad
Added missing onready token name
|
9 anni fa |
Juan Linietsky
|
23441ec867
Added var2bytes and bytes2var to convet any variable to bytes and back. Closes #2075
|
9 anni fa |
Juan Linietsky
|
61745855d0
PI is now a built-in constant, fixes #2134
|
9 anni fa |
Juan Linietsky
|
0e0a7c9494
-properly handle newline in \ (line continuation) in gdscript, fixes #2112
|
9 anni fa |
George Marques
|
5be9ff7b67
Update copyright to 2016 in headers
|
9 anni fa |
Juan Linietsky
|
64872ca811
small fixes to color8
|
9 anni fa |
reduz
|
7d2d1442f8
-add breakpoint statement to ease with debugging, closes #3165
|
9 anni fa |
reduz
|
30c12297dc
- added 'onready' keyword to gdscript. Defers initialization of member variables until _ready() is run.
|
9 anni fa |
eska
|
d1a75a6757
Remove unexpected GDScript built-in type aliases
|
9 anni fa |
neikeq
|
6c5b031ba9
Add missing token name for signal. closes #2201
|
10 anni fa |
Juan Linietsky
|
8280bb0de0
more debugger fixes
|
10 anni fa |
Juan Linietsky
|
2b64f73b04
more code completion improvements
|
10 anni fa |
Juan Linietsky
|
a67486a39e
improved get_node(), connect(), etc code completion.
|
10 anni fa |
Juan Linietsky
|
48f1d02da4
added ability to define signals in script
|
10 anni fa |
Juan Linietsky
|
65d48d6d39
-Added prints() function, fixes #1132, #1859
|
10 anni fa |