| Commit message (Expand) | Author | Age | Files | Lines |
| * | -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 |
| * | Fix missing dependency resolver in Windows | eska | 2016-02-21 | 1 | -0/+1 |
| * | Add support for placeholders in tscn, which was missing. Closes #3652 | Juan Linietsky | 2016-02-21 | 1 | -1/+30 |
| * | -Increment resources total in scene format text, fixes #3506 | Juan Linietsky | 2016-01-29 | 1 | -0/+7 |
| * | Merge pull request #3440 from TheHX/issue-2946 | Rémi Verschelde | 2016-01-25 | 1 | -1/+2 |
| |\ |
|
| | * | Fixed small inconsistencies with the text format | Franklin Sobrinho | 2016-01-24 | 1 | -1/+2 |
| * | | Merge pull request #3434 from TheHX/pr-tscn-dependency | Juan Linietsky | 2016-01-24 | 1 | -2/+1 |
| |\ \ |
|
| | * | | Fix .tscn not raising dependency error | Franklin Sobrinho | 2016-01-24 | 1 | -2/+1 |
| | |/ |
|
| * / | Fix .tscn format not loading groups | Franklin Sobrinho | 2016-01-24 | 1 | -0/+7 |
| |/ |
|
| * | -Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368 | Juan Linietsky | 2016-01-23 | 1 | -96/+44 |
| * | -Make sure scenes properly update when switching tabs, even if sub-instances ... | Juan Linietsky | 2016-01-14 | 1 | -0/+7 |
| * | Fix situation where TSCN format might crash, closes #3062 | Juan Linietsky | 2016-01-12 | 1 | -6/+10 |
| * | Fix .tscn format not loading signal binds | Franklin Sobrinho | 2016-01-06 | 1 | -4/+4 |
| * | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495 | Juan Linietsky | 2015-12-31 | 1 | -430/+45 |
| * | Fix tscn format not being recongnized by EditorFileSystem | Franklin Sobrinho | 2015-12-09 | 1 | -0/+4 |
| * | -Fixed bug with scene inheritance, should work again | Juan Linietsky | 2015-11-28 | 1 | -211/+466 |
| * | -work in progress resourceparser and .tscn parser. Still non-functional | Juan Linietsky | 2015-11-24 | 1 | -12/+773 |
| * | Large improvements on scene packing and management | reduz | 2015-10-10 | 1 | -0/+792 |