| Commit message (Expand) | Author | Age | Files | Lines |
* | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -65/+4 |
* | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -1/+1 |
* | Fix #8674, and rename a few things for clarity | Bojidar Marinov | 2017-05-08 | 1 | -1/+1 |
* | Changed indent type settings | Paulb23 | 2017-04-26 | 1 | -1/+1 |
* | Honoring the Indent setting for gdscript | Ramesh Ravone | 2017-04-25 | 1 | -10/+13 |
* | Merge pull request #8444 from magyar123/pr-complete-paths | Rémi Verschelde | 2017-04-24 | 1 | -0/+24 |
|\ |
|
| * | Added autocomplete for file paths in the script editor | mbalint12 | 2017-04-18 | 1 | -0/+24 |
* | | Added support for space indentation | Paulb23 | 2017-04-18 | 1 | -2/+23 |
|/ |
|
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | Fix typos in source code using codespell | Rémi Verschelde | 2017-03-24 | 1 | -1/+1 |
* | Fixed typo in gdscript autocompletion. | mbalint12 | 2017-03-17 | 1 | -1/+1 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -1101/+915 |
* | Inf and NaN support added to GDScript. | Saracen | 2017-02-28 | 1 | -0/+10 |
* | Merge pull request #7851 from shlomif/fix-some-compilation-warnings | Rémi Verschelde | 2017-02-26 | 1 | -0/+1 |
|\ |
|
| * | Fix some compilation warnings. | Shlomi Fish | 2017-02-21 | 1 | -0/+1 |
* | | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
|/ |
|
* | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
* | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -9/+11 |
* | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky | 2017-01-14 | 1 | -3/+3 |
* | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -2/+2 |
* | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
* | Fix code completion for new getnode syntax | Juan Linietsky | 2017-01-08 | 1 | -0/+21 |
* | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -10/+10 |
* | -GDScript support for accessing properties directly | Juan Linietsky | 2017-01-04 | 1 | -56/+120 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -55/+55 |
* | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | Fix build for templates | George Marques | 2016-09-12 | 1 | -0/+4 |
* | Do ctrl-click on any code identifier to go to definiton or help page. | Juan Linietsky | 2016-09-12 | 1 | -0/+437 |
* | Added constants from types in code completion, somehow this was never added. | Juan Linietsky | 2016-09-11 | 1 | -1/+12 |
* | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | 2016-09-10 | 1 | -1/+1 |
|\ |
|
| * | Remove some unused variables | Johan Manuel | 2016-08-13 | 1 | -1/+1 |
* | | Clean up GDScript template | Răzvan Cosmin Rădulescu | 2016-09-05 | 1 | -7/+5 |
* | | Brand new networked multiplayer | Juan Linietsky | 2016-08-19 | 1 | -3/+25 |
* | | Added yield() signal smart autocompletion. | Juan Linietsky | 2016-08-06 | 1 | -0/+17 |
* | | Likely with bugs and with some features are missing, as well as profiler supp... | Juan Linietsky | 2016-08-06 | 1 | -1/+1 |
* | | VisualScript can now execute visual scripts, but there is no debugger or prof... | Juan Linietsky | 2016-08-05 | 1 | -2/+9 |
* | | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D | eska | 2016-07-30 | 1 | -1/+1 |
|/ |
|
* | Removed unused variables (first pass) | Rémi Verschelde | 2016-07-07 | 1 | -48/+9 |
* | Properly show the source:line even in inner clases, closes #3766 | Juan Linietsky | 2016-06-28 | 1 | -1/+1 |
* | Removed lots of prints | Daniel J. Ramirez | 2016-06-18 | 1 | -8/+0 |
* | 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 |
* | Fix crash in code completion | George Marques | 2016-06-13 | 1 | -5/+7 |
* | First version of Profiler | Juan Linietsky | 2016-05-21 | 1 | -29/+29 |
* | -Change link to new documentation | Juan Linietsky | 2016-02-20 | 1 | -0/+1 |
* | Merge pull request #3658 from Hinsbart/doc_joyevent | Rémi Verschelde | 2016-02-11 | 1 | -2/+2 |
|\ |
|
| * | doc: use correct identifier for InputEventJoystick{Motion, Button} | hondres | 2016-02-10 | 1 | -2/+2 |
* | | -Added missing functions to the doc, fixes #3583 | Juan Linietsky | 2016-02-09 | 1 | -0/+24 |
|/ |
|
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
* | -Added proper code completion for singletons | reduz | 2015-12-28 | 1 | -0/+64 |