aboutsummaryrefslogtreecommitdiff
path: root/scene/resources/scene_format_text.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-13/+13
* Reworked translation systemJuan Linietsky2017-06-281-0/+10
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-480/+393
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky2017-01-251-6/+4
|\
| * Improve .tscn VCSPedro J. Estébanez2017-01-161-6/+4
* | Audio bus editing is COMPLETE!Juan Linietsky2017-01-251-1/+2
* | Style: Fix whole-line commented codeRémi Verschelde2017-01-141-9/+11
* | rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-1/+1
* | -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-12/+12
* | Begin modifying properties to make them more friendly to script and doc.Juan Linietsky2017-01-031-2/+2
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-7/+7
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* More improvements to visual script..Juan Linietsky2016-08-311-0/+4
* Fixed properly not save signals that already exist in their base scenes, clos...Juan Linietsky2016-07-191-1/+3
* Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde2016-07-191-0/+1474
* Homogeinize resource formats loaders/saversPedro J. Estébanez2016-06-281-1474/+0
* Remove error when getting dependencies from tscn files in some cases, closes ...Juan Linietsky2016-06-281-21/+34
* Add quotes to .tscn keys, solves #4366Juan Linietsky2016-06-201-2/+7
* Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ...Juan Linietsky2016-06-201-2/+0
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* -added missing .inc filesJuan Linietsky2016-06-171-1/+1
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
* Fix missing dependency resolver in Windowseska2016-02-211-0/+1
* Add support for placeholders in tscn, which was missing. Closes #3652Juan Linietsky2016-02-211-1/+30
* -Increment resources total in scene format text, fixes #3506Juan Linietsky2016-01-291-0/+7
* Merge pull request #3440 from TheHX/issue-2946Rémi Verschelde2016-01-251-1/+2
|\
| * Fixed small inconsistencies with the text formatFranklin Sobrinho2016-01-241-1/+2
* | Merge pull request #3434 from TheHX/pr-tscn-dependencyJuan Linietsky2016-01-241-2/+1
|\ \
| * | Fix .tscn not raising dependency errorFranklin Sobrinho2016-01-241-2/+1
| |/
* / Fix .tscn format not loading groupsFranklin Sobrinho2016-01-241-0/+7
|/
* -Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368Juan Linietsky2016-01-231-96/+44
* -Make sure scenes properly update when switching tabs, even if sub-instances ...Juan Linietsky2016-01-141-0/+7
* Fix situation where TSCN format might crash, closes #3062Juan Linietsky2016-01-121-6/+10
* Fix .tscn format not loading signal bindsFranklin Sobrinho2016-01-061-4/+4
* -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-311-430/+45
* Fix tscn format not being recongnized by EditorFileSystemFranklin Sobrinho2015-12-091-0/+4
* -Fixed bug with scene inheritance, should work againJuan Linietsky2015-11-281-211/+466
* -work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky2015-11-241-12/+773
* Large improvements on scene packing and managementreduz2015-10-101-0/+792