summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* -Improved convex decomposer for CollisionPolygon2D, fixes #2336Juan Linietsky2015-12-312-3/+50
* -fix range limit issue in Particles2D, closes #2411Juan Linietsky2015-12-312-4/+3
* remove error print in area collision, should be a valid situation, closes #2463Juan Linietsky2015-12-311-1/+5
* Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2015-12-3151-274/+665
|\
| * add 2d paths and joints to collision/navigation debug, fixes #2439reduz2015-12-292-13/+32
| * Added a reset() function to Particles2D, fixes #2472, fixes #2468reduz2015-12-292-0/+11
| * Fix CanvasItem.draw_set_transform to act according to docs, fixes #2487reduz2015-12-291-1/+1
| * -fix loading of samples in mod, s3m and xm. Fixes #2553reduz2015-12-291-1/+1
| * -Make tilemap able to change light mask, fixes #2557reduz2015-12-293-1/+14
| * -forgot a check for tools enabled, closes #3166reduz2015-12-291-0/+2
| * -restrict gui root from being removed while performing input, fixes #2578reduz2015-12-292-0/+6
| * 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-437/+81
| |/ / |/| |
* | | -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