Age | Commit message (Expand) | Author |
2015-12-29 | add 2d paths and joints to collision/navigation debug, fixes #2439 | reduz |
2015-12-29 | Added a reset() function to Particles2D, fixes #2472, fixes #2468 | reduz |
2015-12-29 | Fix CanvasItem.draw_set_transform to act according to docs, fixes #2487 | reduz |
2015-12-29 | -fix loading of samples in mod, s3m and xm. Fixes #2553 | reduz |
2015-12-29 | -Make tilemap able to change light mask, fixes #2557 | reduz |
2015-12-29 | -forgot a check for tools enabled, closes #3166 | reduz |
2015-12-29 | -restrict gui root from being removed while performing input, fixes #2578 | reduz |
2015-12-29 | make it easy to edit popupmenus, fixes #2595 | reduz |
2015-12-29 | -Allow negative texture scale in TextureButton, fixes #2956 | reduz |
2015-12-28 | -renamed function get_relative_transform() to get_relative_transform_to_paren... | reduz |
2015-12-28 | Fix proper ordering of project settings properties, also fixes inability to c... | reduz |
2015-12-28 | Ability to set autoloads as singleton global variables | reduz |
2015-12-28 | Merge pull request #3146 from akien-mga/pr-argument-names | Rémi Verschelde |
2015-12-28 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz |
2015-12-28 | -fixed rich text label fill alignment, always works now | reduz |
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde |
2015-12-28 | Fix wrong getters in ShaderGraph | Rémi Verschelde |
2015-12-28 | Style fix for rounded_values methods in Range | Rémi Verschelde |
2015-12-26 | Merge pull request #3140 from neikeq/fix_refresh_icon | Juan Linietsky |
2015-12-26 | fixes crash/deadlock when video is paused and unpaused, might affect audio sy... | Ariel Manzur |
2015-12-26 | small optimization improvement to rich text label tables | reduz |
2015-12-26 | Added reload icon to FileDialog's default theme | Ignacio Etcheverry |
2015-12-26 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz |
2015-12-26 | -Added table support to RichTextLabel | reduz |
2015-12-22 | Merge pull request #3071 from Ovnuniarchos/NewAreaCombiners | Juan Linietsky |
2015-12-21 | -another approach to solving the deadlock problem :| | Juan Linietsky |
2015-12-21 | -different attempt to avod deadlock problem | Juan Linietsky |
2015-12-21 | -Fix to progress dialog, speding it up | Juan Linietsky |
2015-12-16 | -fix function calls in animationtree, closes #2789 | Juan Linietsky |
2015-12-15 | -split view of property editor and editor settings | Juan Linietsky |
2015-12-15 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2015-12-15 | -fixes to theora video ending sooner than expected, fixes #3066 | Juan Linietsky |
2015-12-14 | Merge pull request #3036 from slapin/animation-tree-player | Rémi Verschelde |
2015-12-14 | -implement arrows on tabs, when too many tabs are present, fixes #2806 | Juan Linietsky |
2015-12-14 | implement point cloud function using convex hull for ConvexPolygonShape2D, fi... | Juan Linietsky |
2015-12-14 | replaced :var by :Variant in documentation, fixes #2897 | Juan Linietsky |
2015-12-14 | New and corrected are override modes. | Ovnuniarchos |
2015-12-13 | -scenes are properly reloaded when a dependency changes, fixes #2896 | Juan Linietsky |
2015-12-13 | Merge pull request #3050 from eska014/fix-tree-cell-slider | Rémi Verschelde |
2015-12-13 | Merge pull request #3049 from eska014/fix-exp-slider | Rémi Verschelde |
2015-12-13 | ability to export scene to zip | Juan Linietsky |
2015-12-12 | ability to get video player texture | Juan Linietsky |
2015-12-12 | Merge pull request #2933 from TheHX/pr-shader-loader | Juan Linietsky |
2015-12-12 | -force exporting of original script exported variables on overriden scripts | Juan Linietsky |
2015-12-12 | added rotation and scale support to gui controls | Juan Linietsky |
2015-12-12 | ability to set occluder mask in tilemap, fixes #3025 | Juan Linietsky |
2015-12-12 | added proper functions to ColorRamp, fixes #3034 | Juan Linietsky |
2015-12-12 | -make smoothing respect camera limits, fixes #3037 | Juan Linietsky |
2015-12-12 | make popup emit index when id is not defined | Juan Linietsky |
2015-12-12 | -collision debug is shown above all else, fixes #2985 | Juan Linietsky |