| Commit message (Expand) | Author | Age | Files | Lines |
* | -Improved convex decomposer for CollisionPolygon2D, fixes #2336 | Juan Linietsky | 2015-12-31 | 2 | -3/+50 |
* | -fix range limit issue in Particles2D, closes #2411 | Juan Linietsky | 2015-12-31 | 2 | -4/+3 |
* | remove error print in area collision, should be a valid situation, closes #2463 | Juan Linietsky | 2015-12-31 | 1 | -1/+5 |
* | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-31 | 51 | -274/+665 |
|\ |
|
| * | add 2d paths and joints to collision/navigation debug, fixes #2439 | reduz | 2015-12-29 | 2 | -13/+32 |
| * | Added a reset() function to Particles2D, fixes #2472, fixes #2468 | reduz | 2015-12-29 | 2 | -0/+11 |
| * | Fix CanvasItem.draw_set_transform to act according to docs, fixes #2487 | reduz | 2015-12-29 | 1 | -1/+1 |
| * | -fix loading of samples in mod, s3m and xm. Fixes #2553 | reduz | 2015-12-29 | 1 | -1/+1 |
| * | -Make tilemap able to change light mask, fixes #2557 | reduz | 2015-12-29 | 3 | -1/+14 |
| * | -forgot a check for tools enabled, closes #3166 | reduz | 2015-12-29 | 1 | -0/+2 |
| * | -restrict gui root from being removed while performing input, fixes #2578 | reduz | 2015-12-29 | 2 | -0/+6 |
| * | make it easy to edit popupmenus, fixes #2595 | reduz | 2015-12-29 | 1 | -0/+8 |
| * | -Allow negative texture scale in TextureButton, fixes #2956 | reduz | 2015-12-29 | 1 | -4/+4 |
| * | -renamed function get_relative_transform() to get_relative_transform_to_paren... | reduz | 2015-12-28 | 4 | -10/+11 |
| * | Fix proper ordering of project settings properties, also fixes inability to c... | reduz | 2015-12-28 | 1 | -1/+1 |
| * | Ability to set autoloads as singleton global variables | reduz | 2015-12-28 | 1 | -1/+4 |
| * | Merge pull request #3146 from akien-mga/pr-argument-names | Rémi Verschelde | 2015-12-28 | 30 | -79/+80 |
| |\ |
|
| | * | Add missing argument names in GDScript bindings | Rémi Verschelde | 2015-12-28 | 27 | -58/+56 |
| | * | Fix wrong getters in ShaderGraph | Rémi Verschelde | 2015-12-28 | 1 | -6/+6 |
| | * | Style fix for rounded_values methods in Range | Rémi Verschelde | 2015-12-28 | 2 | -15/+18 |
| * | | Merge branch 'master' of https://github.com/okamstudio/godot | reduz | 2015-12-28 | 5 | -2/+12 |
| |\| |
|
| | * | Merge pull request #3140 from neikeq/fix_refresh_icon | Juan Linietsky | 2015-12-26 | 4 | -2/+11 |
| | |\ |
|
| | | * | Added reload icon to FileDialog's default theme | Ignacio Etcheverry | 2015-12-26 | 4 | -2/+11 |
| | * | | fixes crash/deadlock when video is paused and unpaused, might affect audio sy... | Ariel Manzur | 2015-12-26 | 1 | -0/+1 |
| * | | | -fixed rich text label fill alignment, always works now | reduz | 2015-12-28 | 1 | -13/+22 |
| |/ / |
|
| * | | small optimization improvement to rich text label tables | reduz | 2015-12-26 | 1 | -4/+14 |
| * | | Merge branch 'master' of https://github.com/okamstudio/godot | reduz | 2015-12-26 | 6 | -5/+15 |
| |\ \ |
|
| | * \ | Merge pull request #3071 from Ovnuniarchos/NewAreaCombiners | Juan Linietsky | 2015-12-22 | 4 | -4/+8 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | New and corrected are override modes. | Ovnuniarchos | 2015-12-14 | 4 | -4/+8 |
| * | | | -Added table support to RichTextLabel | reduz | 2015-12-26 | 3 | -155/+449 |
* | | | | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495 | Juan Linietsky | 2015-12-31 | 3 | -437/+81 |
| |/ /
|/| | |
|
* | | | -another approach to solving the deadlock problem :| | Juan Linietsky | 2015-12-21 | 2 | -1/+7 |
* | | | -different attempt to avod deadlock problem | Juan Linietsky | 2015-12-21 | 2 | -3/+5 |
* | | | -Fix to progress dialog, speding it up | Juan Linietsky | 2015-12-21 | 2 | -5/+3 |
|/ / |
|
* | | -fix function calls in animationtree, closes #2789 | Juan Linietsky | 2015-12-16 | 1 | -1/+1 |
* | | -split view of property editor and editor settings | Juan Linietsky | 2015-12-15 | 1 | -0/+1 |
* | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-15 | 2 | -34/+37 |
|\ \ |
|
| * \ | Merge pull request #3036 from slapin/animation-tree-player | Rémi Verschelde | 2015-12-14 | 2 | -34/+37 |
| |\ \ |
|
| | * | | This fixes long standing animation bug | Sergey Lapin | 2015-12-10 | 2 | -34/+37 |
* | | | | -fixes to theora video ending sooner than expected, fixes #3066 | Juan Linietsky | 2015-12-15 | 1 | -1/+2 |
|/ / / |
|
* | | | -implement arrows on tabs, when too many tabs are present, fixes #2806 | Juan Linietsky | 2015-12-14 | 5 | -4/+141 |
* | | | implement point cloud function using convex hull for ConvexPolygonShape2D, fi... | Juan Linietsky | 2015-12-14 | 1 | -1/+5 |
* | | | replaced :var by :Variant in documentation, fixes #2897 | Juan Linietsky | 2015-12-14 | 3 | -5/+5 |
| |/
|/| |
|
* | | -scenes are properly reloaded when a dependency changes, fixes #2896 | Juan Linietsky | 2015-12-13 | 2 | -0/+21 |
* | | Merge pull request #3050 from eska014/fix-tree-cell-slider | Rémi Verschelde | 2015-12-13 | 1 | -11/+3 |
|\ \ |
|
| * | | Fix editing TreeItem cells in range mode | eska | 2015-12-10 | 1 | -11/+3 |
* | | | Merge pull request #3049 from eska014/fix-exp-slider | Rémi Verschelde | 2015-12-13 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Fix exponential sliders | eska | 2015-12-10 | 1 | -2/+2 |
| |/ / |
|
* | | | ability to export scene to zip | Juan Linietsky | 2015-12-13 | 3 | -4/+10 |
* | | | ability to get video player texture | Juan Linietsky | 2015-12-12 | 2 | -2/+13 |