summaryrefslogtreecommitdiffstats
path: root/scene/resources/scene_format_text.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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