aboutsummaryrefslogtreecommitdiff
path: root/scene/resources
Commit message (Expand)AuthorAgeFilesLines
* classref: Fix arg name for is_action_pressed/releasedRémi Verschelde2016-07-081-1/+1
* Make both signals be ordered and samplelibrary items too, fixes scenes changi...Juan Linietsky2016-07-082-1/+13
* Remove error when getting dependencies from tscn files in some cases, closes ...Juan Linietsky2016-07-082-21/+34
* Fixed bug in instance state ordering, closes #3904Juan Linietsky2016-07-081-1/+3
* Add quotes to .tscn keys, solves #4366Juan Linietsky2016-06-251-2/+7
* Fix error storing path for children of instanced nodes in .tscn, fixes #4320 ...Juan Linietsky2016-06-252-4/+1
* resolve numerical error when comparing instancing an inheritance to avoid sav...Juan Linietsky2016-06-251-3/+13
* Fixed ancient bug that prevented proper theme editing, closes #4924Juan Linietsky2016-06-251-3/+4
* Fixed caret color not changing though propertiesPaulb232016-06-041-1/+1
* Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-061-1/+1
* Fixed curve baking, now always start at origin pointHearto Lazor2016-04-271-1/+2
* Automatically create input node when creating a ShaderGraphFranklin Sobrinho2016-04-021-5/+13
* remove trailing whitespaceHubert Jarosz2016-04-0228-445/+445
* Fix missing dependency resolver in Windowseska2016-02-211-0/+1
* Add support for placeholders in tscn, which was missing. Closes #3652Juan Linietsky2016-02-213-7/+64
* -Added missing functions to the doc, fixes #3583Juan Linietsky2016-02-091-1/+0
* -Allow renaming root node of inherited sceneJuan Linietsky2016-02-091-1/+1
* -Cleaned up GraphEdit, also fixes #3568Juan Linietsky2016-02-085-0/+22
* Property handle rotated controls in 2D editor, fixes #3613Juan Linietsky2016-02-081-1/+1
* -make animationplayer thinner, also toolbuttons too. fixes #3526Juan Linietsky2016-02-021-2/+2
* -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
|/
* -Some changes to how scenes and scripts are overriden in scene instance and i...Juan Linietsky2016-01-231-5/+31
* -Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368Juan Linietsky2016-01-232-97/+45
* -Ability to retrieve state data from PackedScene, closes #3413Juan Linietsky2016-01-232-0/+42
* Add presets.MarianoGNU2016-01-153-1/+7
* Move shaders to default theme and add shader_override related methods to Cont...MarianoGNU2016-01-157-14/+176
* Add a visual editor to color picker.MarianoGNU2016-01-153-1/+7
* -Make sure scenes properly update when switching tabs, even if sub-instances ...Juan Linietsky2016-01-143-0/+18
* Fix situation where TSCN format might crash, closes #3062Juan Linietsky2016-01-122-7/+14
* Merge pull request #3136 from MarianoGnu/bug_fixingRémi Verschelde2016-01-061-2/+3
|\
| * Fix RGBA Uniform autogeneration in ShaderGraph (fixes #2606)MarianoGNU2015-12-261-2/+3
| * Merge branch 'master' of https://github.com/okamstudio/godot into postaMarianoGNU2015-10-2422-52/+104
| |\
* | | Fix .tscn format not loading signal bindsFranklin Sobrinho2016-01-061-4/+4
* | | Merge pull request #3159 from neikeq/tab_close_iconRémi Verschelde2016-01-063-0/+6
|\ \ \
| * | | Add tab close icon to the default themeIgnacio Etcheverry2015-12-293-0/+6
* | | | -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs an...Juan Linietsky2016-01-032-65/+0
* | | | -Restore mouse on X11 when debugger break happens, closes #2232Juan Linietsky2016-01-021-3/+3
* | | | Update copyright to 2016 in headersGeorge Marques2016-01-01104-104/+104
* | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-3110-28/+39
|\| | |
| * | | Add missing argument names in GDScript bindingsRémi Verschelde2015-12-286-21/+21
| * | | Fix wrong getters in ShaderGraphRémi Verschelde2015-12-281-6/+6
| * | | Merge pull request #3140 from neikeq/fix_refresh_iconJuan Linietsky2015-12-263-1/+10
| |\ \ \
| | * | | Added reload icon to FileDialog's default themeIgnacio Etcheverry2015-12-263-1/+10
| * | | | -Added table support to RichTextLabelreduz2015-12-261-0/+2
| |/ / /
* / / / -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-312-432/+49
|/ / /