| Commit message (Expand) | Author | Age | Files | Lines |
| * | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -49/+1 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 1 | -3/+1 |
| * | Merge pull request #9731 from Xrayez/gdscript-completion | Rémi Verschelde | 2017-07-25 | 1 | -1/+1 |
| |\ |
|
| | * | Update GDScript completion names for Pool*Arrays | Andrii Doroshenko (Xrayez) | 2017-07-25 | 1 | -1/+1 |
| * | | fix a regression (GDScript) from e00630b | Karroffel | 2017-07-25 | 1 | -1/+1 |
| |/ |
|
| * | Make GDScript allow some keywords as identifiers | Bojidar Marinov | 2017-07-23 | 1 | -100/+218 |
| * | GDScript: Use "is" keyword for type checking. | Andreas Haas | 2017-05-27 | 1 | -0/+2 |
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -1/+0 |
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -1/+0 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | Add '$' to token names | Saggi Mizrahi | 2017-04-01 | 1 | -0/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -598/+561 |
| * | Inf and NaN support added to GDScript. | Saracen | 2017-02-28 | 1 | -0/+4 |
| * | Correct hash behavior for floating point numbers | Hein-Pieter van Braam | 2017-02-16 | 1 | -1/+1 |
| * | made _ a special token in GDScript | karroffel | 2017-01-20 | 1 | -0/+2 |
| * | Merge pull request #6845 from karroffel/master | Juan Linietsky | 2017-01-14 | 1 | -0/+2 |
| |\ |
|
| | * | pattern matching: implemented parser | Karroffel | 2017-01-11 | 1 | -0/+2 |
| * | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -6/+10 |
| * | | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -11/+10 |
| * | | Moved JSON functions to built-in to_json, parse_json, validate_json | Juan Linietsky | 2017-01-08 | 1 | -1/+1 |
| * | | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky | 2017-01-08 | 1 | -3/+3 |
| * | | -Fix bugs related to PoolVector crashes | Juan Linietsky | 2017-01-08 | 1 | -0/+3 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | | Adapt overlooked instances of zero-based column numbers | Pedro J. Estébanez | 2016-10-13 | 1 | -5/+5 |
| * | | Make text column numbers one-based | Pedro J. Estébanez | 2016-10-10 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | 2016-09-10 | 1 | -2/+2 |
| |\ |
|
| | * | Fix some comparisons between signed and unsigned integers | Johan Manuel | 2016-08-13 | 1 | -2/+2 |
| * | | Adds enums to GDScript | Bojidar Marinov | 2016-08-27 | 1 | -0/+2 |
| * | | Brand new networked multiplayer | Juan Linietsky | 2016-08-19 | 1 | -1/+9 |
| |/ |
|
| * | Removed unused variables (first pass) | Rémi Verschelde | 2016-07-07 | 1 | -1/+0 |
| * | correctly parse floats in scientific notation | Dennis Brakhane | 2016-06-18 | 1 | -1/+1 |
| * | 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 |