summaryrefslogtreecommitdiff
path: root/scene/resources/scene_format_text.cpp
AgeCommit message (Expand)Author
2016-08-31More improvements to visual script..Juan Linietsky
2016-07-19Fixed properly not save signals that already exist in their base scenes, clos...Juan Linietsky
2016-07-19Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde
2016-06-28Homogeinize resource formats loaders/saversPedro J. Estébanez
2016-06-28Remove error when getting dependencies from tscn files in some cases, closes ...Juan Linietsky
2016-06-20Add quotes to .tscn keys, solves #4366Juan Linietsky
2016-06-20Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ...Juan Linietsky
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-17-added missing .inc filesJuan Linietsky
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-21Fix missing dependency resolver in Windowseska
2016-02-21Add support for placeholders in tscn, which was missing. Closes #3652Juan Linietsky
2016-01-29-Increment resources total in scene format text, fixes #3506Juan Linietsky
2016-01-25Merge pull request #3440 from TheHX/issue-2946Rémi Verschelde
2016-01-24Merge pull request #3434 from TheHX/pr-tscn-dependencyJuan Linietsky
2016-01-24Fix .tscn not raising dependency errorFranklin Sobrinho
2016-01-24Fixed small inconsistencies with the text formatFranklin Sobrinho
2016-01-24Fix .tscn format not loading groupsFranklin Sobrinho
2016-01-23-Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368Juan Linietsky
2016-01-14-Make sure scenes properly update when switching tabs, even if sub-instances ...Juan Linietsky
2016-01-12Fix situation where TSCN format might crash, closes #3062Juan Linietsky
2016-01-06Fix .tscn format not loading signal bindsFranklin Sobrinho
2015-12-31-Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky
2015-12-09Fix tscn format not being recongnized by EditorFileSystemFranklin Sobrinho
2015-11-28-Fixed bug with scene inheritance, should work againJuan Linietsky
2015-11-24-work in progress resourceparser and .tscn parser. Still non-functionalJuan Linietsky
2015-10-10Large improvements on scene packing and managementreduz