| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Removed unused variables (first pass) | Rémi Verschelde | 2016-07-07 | 5 | -58/+9 |
| * | Merge pull request #5407 from RandomShaper/opt-self-indexing | Juan Linietsky | 2016-07-01 | 1 | -3/+11 |
| |\ |
|
| | * | Optimize member access with self | Pedro J. Estébanez | 2016-06-25 | 1 | -3/+11 |
| * | | Only check for constants when parsing constants, should close #5497 | Juan Linietsky | 2016-06-30 | 2 | -20/+22 |
| * | | Ability to put constants in constant expressions, closes #5264 | Juan Linietsky | 2016-06-29 | 1 | -0/+9 |
| * | | Warn instad of crashing when class instance is gone after yield. Closes #5247... | Juan Linietsky | 2016-06-29 | 3 | -0/+30 |
| * | | Properly show the source:line even in inner clases, closes #3766 | Juan Linietsky | 2016-06-28 | 2 | -1/+2 |
| * | | Fix bug in inner class reference, closes #1411 | Juan Linietsky | 2016-06-28 | 1 | -4/+9 |
| * | | Fixed bug related to resolving constants in a class, closes #1110 | Juan Linietsky | 2016-06-28 | 1 | -1/+1 |
| * | | Fix extends issue, closes #4026 | Juan Linietsky | 2016-06-28 | 2 | -1/+7 |
| * | | -Fix crashes with thread_exit() | Juan Linietsky | 2016-06-26 | 1 | -1/+1 |
| |/ |
|
| * | Add "bool" to GDScript reserverd keywords | Andreas Haas | 2016-06-24 | 1 | -0/+1 |
| * | Properly report a valid error instead of reporting as a bug, closes #3841 | Juan Linietsky | 2016-06-24 | 1 | -2/+2 |
| * | Property reporty base type when a function fails, fixes #4581 probably also c... | Juan Linietsky | 2016-06-20 | 1 | -2/+2 |
| * | Merge pull request #5283 from djrm/remove_prints | Rémi Verschelde | 2016-06-19 | 1 | -8/+0 |
| |\ |
|
| | * | Removed lots of prints | Daniel J. Ramirez | 2016-06-18 | 1 | -8/+0 |
| * | | Merge pull request #5268 from brakhane/fix-floating-bug | Rémi Verschelde | 2016-06-19 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | correctly parse floats in scientific notation | Dennis Brakhane | 2016-06-18 | 1 | -1/+1 |
| * | | Drop empty files that are not used anywhere | Rémi Verschelde | 2016-06-18 | 2 | -74/+0 |
| * | | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 1 | -11/+28 |
| |/ |
|
| * | Add @GDScript.type_exists | Geequlim | 2016-06-18 | 2 | -0/+16 |
| * | reverted to ==, if a line is missing a statement, we'll have to make sure to ... | Juan Linietsky | 2016-06-17 | 1 | -1/+1 |
| * | changed == for >= since some statements may not store a line (if line is empty) | Juan Linietsky | 2016-06-17 | 1 | -1/+1 |
| * | Merge pull request #5204 from vnen/fix-completion-crash | Juan Linietsky | 2016-06-17 | 1 | -5/+7 |
| |\ |
|