| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 13 | -13/+13 |
| * | Re-apply clang-format to all files | Rémi Verschelde | 2017-08-27 | 2 | -5/+5 |
| * | Correct hash behavior for floating point numbers | Hein-Pieter van Braam | 2017-08-20 | 2 | -5/+5 |
| * | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-18 | 1 | -1/+1 |
| * | push variable later when created, to avoid self-referencing as a valid case, ... | Juan Linietsky | 2017-08-13 | 1 | -2/+5 |
| * | Enhanced debugger. ake 2.1 more productive! | geequlim | 2017-07-11 | 2 | -6/+46 |
| * | GdScript: Add signal autocompletion to emit_signal function | Mariano Suligoy | 2017-06-25 | 1 | -1/+1 |
| * | fixed a bug where saving a GDScript file crashed the editor | Karroffel | 2017-05-26 | 1 | -1/+4 |
| * | Fix typo in Parser Error message | curtisxk38 | 2017-05-26 | 1 | -1/+1 |
| * | Add extended check option to GDFunctionState::is_valid() | Pedro J. Estébanez | 2017-05-17 | 2 | -4/+16 |
| * | Revert "Make inline blocks in GDScript more pythonic" | Rémi Verschelde | 2017-04-08 | 1 | -9/+1 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 13 | -0/+13 |
| * | Add enum naming, by assinging a given enum's values to a Dict | Bojidar Marinov | 2017-04-06 | 1 | -0/+20 |
| * | Adds enums to GDScript | Bojidar Marinov | 2017-04-06 | 3 | -0/+87 |
| * | Make inline blocks in GDScript more pythonic | Bojidar Marinov | 2017-03-24 | 1 | -1/+9 |
| * | Fix random crashes when using yield() | Pedro J. Estébanez | 2017-03-21 | 1 | -1/+1 |
| * | Fixed typo in gdscript autocompletion. | mbalint12 | 2017-03-19 | 1 | -1/+1 |
| * | Bring that Whole New World to the Old Continent too | Rémi Verschelde | 2017-03-19 | 14 | -5234/+4703 |
| * | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-18 | 1 | -3/+3 |
| * | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-03-18 | 1 | -1/+1 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-03-18 | 3 | -3/+3 |
| * | Allow preload to accept a const string. | Hein-Pieter van Braam | 2017-03-18 | 1 | -4/+25 |
| * | Remove bounds check when resuming from yield. | Hein-Pieter van Braam | 2017-03-18 | 1 | -1/+1 |
| * | Skip asserts on non-debug builds at compiler level | Pedro J. Estébanez | 2017-03-13 | 1 | -0/+2 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-12 | 13 | -13/+13 |
| * | Disallow assignment to expressions | Bojidar Marinov | 2017-01-12 | 1 | -0/+9 |
| * | Add named colors to GDScript/core. | Bojidar Marinov | 2017-01-12 | 2 | -0/+38 |
| * | Ternary operator in GDScript (a if x else b) | Bojidar Marinov | 2017-01-10 | 3 | -14/+125 |
| * | Allow for linebreaks in function calls and definitions and yeild/signal. | Bojidar Marinov | 2017-01-10 | 1 | -2/+30 |
| * | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-02 | 1 | -3/+0 |
| * | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-02 | 1 | -2/+2 |
| * | Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in R... | yg2f | 2016-10-31 | 1 | -2/+4 |
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-30 | 1 | -0/+2 |
| * | modules: Clone env in each module | Rémi Verschelde | 2016-10-30 | 1 | -1/+1 |
| * | Adapt overlooked instances of zero-based column numbers | Pedro J. Estébanez | 2016-10-17 | 1 | -5/+5 |
| * | Revert "Add warning when (pre)loading paths with leading / (#4280 - #3106)" | Fabio Alessandrelli | 2016-10-17 | 2 | -12/+0 |
| * | Make text column numbers one-based | Pedro J. Estébanez | 2016-10-17 | 1 | -1/+1 |
| * | i18n: Fix string that broke msgmerge | Rémi Verschelde | 2016-10-09 | 1 | -1/+1 |
| * | Throw an error when exporting a resource class | Fabio Alessandrelli | 2016-10-09 | 1 | -0/+10 |
| * | Add warning when (pre)loading paths with leading / (#4280 - #3106) | Fabio Alessandrelli | 2016-10-09 | 2 | -1/+14 |
| * | Added constants from types in code completion, somehow this was never added. | Juan Linietsky | 2016-09-18 | 1 | -1/+12 |
| * | Clean up GDScript template | Răzvan Cosmin Rădulescu | 2016-09-18 | 1 | -7/+5 |
| * | Fix #5891 by not expecting the script instance to be a GDInstance | Bojidar Marinov | 2016-08-08 | 1 | -2/+1 |
| * | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D | eska | 2016-07-30 | 1 | -1/+1 |
| * | Changed the way the step decimals are computed to a safer way, fixes many iss... | Juan Linietsky | 2016-07-26 | 1 | -1/+1 |
| * | Set proper line into operators when parsing GDScript, fixes #5822 | Juan Linietsky | 2016-07-22 | 1 | -0/+11 |
| * | Fixed reloading of tool scripts within editor, they should work much better n... | Juan Linietsky | 2016-07-20 | 2 | -2/+22 |
| * | Forgot to clear signals on recompile, closes #5729 | Juan Linietsky | 2016-07-17 | 1 | -0/+1 |
| * | Allow semicolon after 'pass' keyword | George Marques | 2016-07-10 | 1 | -0/+4 |
| * | Revert removing of function call in gd_parser | George Marques | 2016-07-08 | 1 | -0/+1 |