| Commit message (Expand) | Author | Age | Files | Lines |
* | Scene: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 1 | -1755/+0 |
* | TSCN: Remove extra newline after [resource]/[ext_resource] | Rémi Verschelde | 2019-02-10 | 1 | -2/+2 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Properly remember EOF when interactive loader is done, fixes #14936 | Juan Linietsky | 2018-11-12 | 1 | -2/+2 |
* | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | 2018-11-08 | 1 | -1/+3 |
* | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde | 2018-09-13 | 1 | -5/+5 |
|\ |
|
| * | Misc. typos | luz.paz | 2018-09-12 | 1 | -5/+5 |
* | | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -5/+5 |
|/ |
|
* | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -1/+1 |
* | Visual Shaders are back. | Juan Linietsky | 2018-07-14 | 1 | -1/+1 |
* | Removed unnecessary newlines from tscn | Ivan Vodopiviz | 2018-03-25 | 1 | -9/+4 |
* | Fix serialization of identifiers with non printable ASCII characters | Rémi Verschelde | 2018-03-02 | 1 | -2/+9 |
* | Refactor version macros and fix related bugs | Rémi Verschelde | 2018-02-23 | 1 | -1/+0 |
* | Ability to import .escn files, which is just a .tscn but with forced import. | Juan Linietsky | 2018-01-30 | 1 | -0/+2 |
* | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 1 | -1/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Improve duplication and saving of instanced scenes | Matthias Hoelzl | 2017-12-16 | 1 | -1/+10 |
* | -Added new scene conversion to binary on export (disabled by default, please ... | Juan Linietsky | 2017-12-15 | 1 | -220/+554 |
* | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -1/+1 |
* | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -2/+2 |
* | Fix issues regarding reload of resources in imported scenes. Closes #10017 | Juan Linietsky | 2017-08-31 | 1 | -2/+3 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -2/+2 |
* | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 1 | -2/+2 |
* | 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 | -13/+13 |
* | Reworked translation system | Juan Linietsky | 2017-06-28 | 1 | -0/+10 |
* | 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 | -480/+393 |
* | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky | 2017-02-21 | 1 | -1/+1 |
* | Merge pull request #7002 from RandomShaper/vcs-friendliness | Juan Linietsky | 2017-01-25 | 1 | -6/+4 |
|\ |
|
| * | Improve .tscn VCS | Pedro J. Estébanez | 2017-01-16 | 1 | -6/+4 |
* | | 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 |
* | | rename String.extension() -> String.get_extension() / String.basename() -> St... | Juan Linietsky | 2017-01-14 | 1 | -1/+1 |
* | | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky | 2017-01-05 | 1 | -12/+12 |
* | | 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 |
* | | 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/+4 |
* | Fixed properly not save signals that already exist in their base scenes, clos... | Juan Linietsky | 2016-07-19 | 1 | -1/+3 |
* | Revert "Homogeinize resource formats loaders/savers" | Rémi Verschelde | 2016-07-19 | 1 | -0/+1474 |
* | Homogeinize resource formats loaders/savers | Pedro J. Estébanez | 2016-06-28 | 1 | -1474/+0 |
* | Remove error when getting dependencies from tscn files in some cases, closes ... | Juan Linietsky | 2016-06-28 | 1 | -21/+34 |
* | Add quotes to .tscn keys, solves #4366 | Juan Linietsky | 2016-06-20 | 1 | -2/+7 |
* | Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ... | Juan Linietsky | 2016-06-20 | 1 | -2/+0 |
* | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 1 | -0/+28 |
* | -added missing .inc files | Juan Linietsky | 2016-06-17 | 1 | -1/+1 |
* | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -1/+1 |