aboutsummaryrefslogtreecommitdiff
path: root/scene/resources
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* | | -implement arrows on tabs, when too many tabs are present, fixes #2806Juan Linietsky2015-12-141-0/+4
* | | implement point cloud function using convex hull for ConvexPolygonShape2D, fi...Juan Linietsky2015-12-141-1/+5
* | | replaced :var by :Variant in documentation, fixes #2897Juan Linietsky2015-12-143-5/+5
* | | -scenes are properly reloaded when a dependency changes, fixes #2896Juan Linietsky2015-12-132-0/+21
* | | Merge pull request #2933 from TheHX/pr-shader-loaderJuan Linietsky2015-12-122-16/+6
|\ \ \
| * | | Fix shader loading, making possible load .shd and .sgp from editorFranklin Sobrinho2015-11-272-16/+6
* | | | -force exporting of original script exported variables on overriden scriptsJuan Linietsky2015-12-121-0/+13
* | | | added proper functions to ColorRamp, fixes #3034Juan Linietsky2015-12-122-0/+37
* | | | added fallbacks proprty to fontsJuan Linietsky2015-12-102-23/+32