| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde | 2017-09-12 | 1 | -27/+14 |
| |\ |
|
| | * | Fix unused variable warnings | Hein-Pieter van Braam | 2017-09-08 | 1 | -27/+14 |
| * | | Fix various assorted warnings | Hein-Pieter van Braam | 2017-09-08 | 1 | -2/+2 |
| |/ |
|
| * | -Fixed EditorDirDialog, which was really old and needed to use EditorFileSystem | Juan Linietsky | 2017-09-03 | 1 | -0/+3 |
| * | Fix typos 'a' and 'an' | Poommetee Ketson | 2017-09-02 | 1 | -2/+2 |
| * | Fix signed and unsigned comparisons | Hein-Pieter van Braam | 2017-09-01 | 1 | -3/+3 |
| * | Fix issues regarding reload of resources in imported scenes. Closes #10017 | Juan Linietsky | 2017-08-31 | 1 | -2/+3 |
| * | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -48/+0 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Cleanup tons of obsolete commented out code | Rémi Verschelde | 2017-08-26 | 1 | -12/+9 |
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -1/+1 |
| * | core/io: fix typo 'resoucre' to 'resource' | Indah Sylvia | 2017-08-08 | 1 | -3/+3 |
| * | Style: Apply clang-format on all files | Rémi Verschelde | 2017-07-30 | 1 | -1/+1 |
| * | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | 2017-07-19 | 1 | -8/+8 |
| * | Lots of work on Audio & Physics engine: | Juan Linietsky | 2017-07-15 | 1 | -3/+70 |
| * | Reworked translation system | Juan Linietsky | 2017-06-28 | 1 | -0/+7 |
| * | renamed all Rect3.pos to Rect3.position | alexholly | 2017-06-09 | 1 | -6/+6 |
| * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -4/+4 |
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -14/+0 |
| * | Fix two typos from previous commit | Rémi Verschelde | 2017-05-17 | 1 | -3/+3 |
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -133/+1 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -680/+572 |
| * | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
| * | Many fixes to make exported scenes work better, still buggy. | Juan Linietsky | 2017-02-15 | 1 | -7/+42 |
| * | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 1 | -97/+0 |
| * | Audio bus editing is COMPLETE! | Juan Linietsky | 2017-01-25 | 1 | -1/+2 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -9/+11 |
| * | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky | 2017-01-11 | 1 | -4/+4 |
| * | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -16/+16 |
| * | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky | 2017-01-08 | 1 | -6/+34 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -44/+44 |
| * | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -8/+8 |
| * | Begin modifying properties to make them more friendly to script and doc. | Juan Linietsky | 2017-01-03 | 1 | -2/+2 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -7/+7 |
| * | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -77/+13 |
| |\ |
|
| | * | Begining of GLES3 renderer: | Juan Linietsky | 2016-10-03 | 1 | -77/+13 |
| * | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| |/ |
|
| * | More improvements to visual script.. | Juan Linietsky | 2016-08-31 | 1 | -0/+3 |
| * | -Added yield nodes to visual script | Juan Linietsky | 2016-08-07 | 1 | -9/+15 |
| * | Tidy up population of extensions list | Pedro J. Estébanez | 2016-06-28 | 1 | -17/+1 |
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -2/+2 |
| * | -Make sure scenes properly update when switching tabs, even if sub-instances ... | Juan Linietsky | 2016-01-14 | 1 | -1/+2 |
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
| * | -ability to change scripts in external editor and still have properties reloa... | Juan Linietsky | 2015-12-09 | 1 | -0/+2 |
| * | some fixes | Juan Linietsky | 2015-12-06 | 1 | -1/+1 |
| * | -fixed a quite serious scene corruption bug when saving that has been around ... | Juan Linietsky | 2015-10-21 | 1 | -2/+3 |
| * | **WARNING BEFORE PULLING** | Juan Linietsky | 2015-08-23 | 1 | -23/+313 |
| * | Several performance improvements, mainly in loading and instancing scenes and... | Juan Linietsky | 2015-06-29 | 1 | -1/+1 |
| * | Multiple scene editing *POTENTIALLY UNSTABLE* | Juan Linietsky | 2015-06-22 | 1 | -7/+43 |