| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | Bring that Whole New World to the Old Continent too | Rémi Verschelde | 2017-03-19 | 1 | -628/+571 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 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 | 1 | -1/+1 |
| * | Ternary operator in GDScript (a if x else b) | Bojidar Marinov | 2017-01-10 | 1 | -0/+40 |
| * | Fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in R... | yg2f | 2016-10-31 | 1 | -2/+4 |
| * | Forgot to clear signals on recompile, closes #5729 | Juan Linietsky | 2016-07-17 | 1 | -0/+1 |
| * | Removed unused variables (first pass) | Rémi Verschelde | 2016-07-07 | 1 | -6/+0 |
| * | 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 |
| * | | Fix extends issue, closes #4026 | Juan Linietsky | 2016-06-28 | 1 | -1/+3 |
| |/ |
|
| * | -All variables from script are visible through get_property_list(), not just ... | Juan Linietsky | 2016-06-11 | 1 | -0/+3 |
| * | Revert "Fix implicit GDScript Reference inheritance" | punto- | 2016-06-06 | 1 | -6/+0 |
| * | Fix implicit GDScript Reference inheritance | eska | 2016-06-05 | 1 | -0/+6 |
| * | missed ifdef that broke android build | Juan Linietsky | 2016-06-01 | 1 | -1/+3 |
| * | Ability to reload scripts on running game | Juan Linietsky | 2016-06-01 | 1 | -7/+69 |
| * | First version of Profiler | Juan Linietsky | 2016-05-21 | 1 | -6/+35 |
| * | Subclasses can now extend from other subclasses contained in scripts derived ... | Saracen | 2016-04-09 | 1 | -1/+16 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -2/+2 |
| * | -wip on addon editor | Juan Linietsky | 2016-02-29 | 1 | -0/+2 |
| * | Fixed bug with default arguments in gdscript, closes #2024 | Juan Linietsky | 2016-01-03 | 1 | -1/+2 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | added missing null check | Zher Huei Lee | 2015-12-30 | 1 | -1/+1 |
| * | -add breakpoint statement to ease with debugging, closes #3165 | reduz | 2015-12-29 | 1 | -0/+4 |
| * | - added 'onready' keyword to gdscript. Defers initialization of member variab... | reduz | 2015-12-28 | 1 | -4/+29 |
| * | added ability to define signals in script | Juan Linietsky | 2015-06-24 | 1 | -10/+30 |
| * | -Throw error if setter and getter reference their member variable with self. ... | Juan Linietsky | 2015-04-18 | 1 | -0/+29 |
| * | -try to avoid errors when path using ".." is present in script include, fixes... | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| * | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |
| * | -Resolved bug that made yield() not work in some situations, fixes #884 | Juan Linietsky | 2015-01-06 | 1 | -1/+1 |
| * | -added a check for setget while running the game , closes #1009 | Juan Linietsky | 2015-01-03 | 1 | -3/+50 |
| * | New Code Completion | Juan Linietsky | 2014-12-16 | 1 | -0/+7 |
| * | Bug Fixes | Juan Linietsky | 2014-11-02 | 1 | -10/+14 |
| * | -Much improvement to baked light baker | Juan Linietsky | 2014-10-27 | 1 | -3/+7 |
| * | -variables with export in script are now IMMEDIATELY AND ALWAYS visible in pr... | Juan Linietsky | 2014-09-22 | 1 | -4/+17 |
| * | 3D Physics Rework, Other Stuff | Juan Linietsky | 2014-09-15 | 1 | -3/+32 |
| * | Little Bits | Juan Linietsky | 2014-08-14 | 1 | -1/+1 |
| * | More 3D Work | Juan Linietsky | 2014-06-16 | 1 | -1/+9 |
| * | -Fixed bug in "extends" | Juan Linietsky | 2014-05-24 | 1 | -0/+10 |
| * | Making Godot Easier to Use.. | Juan Linietsky | 2014-05-24 | 1 | -0/+10 |
| * | Fixes to constants in scope | Juan Linietsky | 2014-05-02 | 1 | -26/+36 |
| * | -Fixes to OpenSSL compilation (more) | Juan Linietsky | 2014-05-01 | 1 | -1/+6 |
| * | -moved script to modules | Juan Linietsky | 2014-02-24 | 1 | -0/+1531 |