aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | make it easy to edit popupmenus, fixes #2595reduz2015-12-291-0/+8
| * | | | | | -Allow negative texture scale in TextureButton, fixes #2956reduz2015-12-291-4/+4
| * | | | | | -renamed function get_relative_transform() to get_relative_transform_to_paren...reduz2015-12-284-10/+11
| |/ / / / /
| * | | | | Fix proper ordering of project settings properties, also fixes inability to c...reduz2015-12-281-1/+1
| * | | | | Ability to set autoloads as singleton global variablesreduz2015-12-281-1/+4
| * | | | | Merge pull request #3146 from akien-mga/pr-argument-namesRémi Verschelde2015-12-2830-79/+80
| |\ \ \ \ \
| | * | | | | Add missing argument names in GDScript bindingsRémi Verschelde2015-12-2827-58/+56
| | * | | | | Fix wrong getters in ShaderGraphRémi Verschelde2015-12-281-6/+6
| | * | | | | Style fix for rounded_values methods in RangeRémi Verschelde2015-12-282-15/+18
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-12-285-2/+12
| |\| | | |
| | * | | | Merge pull request #3140 from neikeq/fix_refresh_iconJuan Linietsky2015-12-264-2/+11
| | |\ \ \ \
| | | * | | | Added reload icon to FileDialog's default themeIgnacio Etcheverry2015-12-264-2/+11
| | * | | | | fixes crash/deadlock when video is paused and unpaused, might affect audio sy...Ariel Manzur2015-12-261-0/+1
| * | | | | | -fixed rich text label fill alignment, always works nowreduz2015-12-281-13/+22
| |/ / / / /
| * | | | | small optimization improvement to rich text label tablesreduz2015-12-261-4/+14
| * | | | | Merge branch 'master' of https://github.com/okamstudio/godotreduz2015-12-266-5/+15
| |\ \ \ \ \
| | * \ \ \ \ Merge pull request #3071 from Ovnuniarchos/NewAreaCombinersJuan Linietsky2015-12-224-4/+8
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | New and corrected are override modes.Ovnuniarchos2015-12-144-4/+8
| * | | | | | -Added table support to RichTextLabelreduz2015-12-263-155/+449
* | | | | | | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-313-436/+80
| |/ / / / / |/| | | | |
* | | | | | -another approach to solving the deadlock problem :|Juan Linietsky2015-12-212-1/+7
* | | | | | -different attempt to avod deadlock problemJuan Linietsky2015-12-212-3/+5
* | | | | | -Fix to progress dialog, speding it upJuan Linietsky2015-12-212-5/+3
|/ / / / /
* | | | | -fix function calls in animationtree, closes #2789Juan Linietsky2015-12-161-1/+1
* | | | | -split view of property editor and editor settingsJuan Linietsky2015-12-151-0/+1
* | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-152-34/+37
|\ \ \ \ \
| * \ \ \ \ Merge pull request #3036 from slapin/animation-tree-playerRémi Verschelde2015-12-142-34/+37
| |\ \ \ \ \
| | * | | | | This fixes long standing animation bugSergey Lapin2015-12-102-34/+37
* | | | | | | -fixes to theora video ending sooner than expected, fixes #3066Juan Linietsky2015-12-151-1/+2
|/ / / / / /
* | | | | | -implement arrows on tabs, when too many tabs are present, fixes #2806Juan Linietsky2015-12-145-4/+141
* | | | | | 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 #3050 from eska014/fix-tree-cell-sliderRémi Verschelde2015-12-131-11/+3
|\ \ \ \ \
| * | | | | Fix editing TreeItem cells in range modeeska2015-12-101-11/+3
* | | | | | Merge pull request #3049 from eska014/fix-exp-sliderRémi Verschelde2015-12-131-2/+2
|\ \ \ \ \ \
| * | | | | | Fix exponential sliderseska2015-12-101-2/+2
| |/ / / / /
* | | | | | ability to export scene to zipJuan Linietsky2015-12-133-4/+10
* | | | | | ability to get video player textureJuan Linietsky2015-12-122-2/+13
* | | | | | 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 rotation and scale support to gui controlsJuan Linietsky2015-12-125-14/+72
* | | | | | | ability to set occluder mask in tilemap, fixes #3025Juan Linietsky2015-12-122-0/+32
* | | | | | | added proper functions to ColorRamp, fixes #3034Juan Linietsky2015-12-122-0/+37
* | | | | | | -make smoothing respect camera limits, fixes #3037Juan Linietsky2015-12-122-4/+41
* | | | | | | make popup emit index when id is not definedJuan Linietsky2015-12-122-9/+9
* | | | | | | -collision debug is shown above all else, fixes #2985Juan Linietsky2015-12-123-6/+29
* | | | | | | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-117-5/+144
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #2306 from dbsGen/patch-1Rémi Verschelde2015-12-101-0/+2
| |\ \ \ \ \ \