| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | | 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 | -436/+80 |
| | |/ / / / /
|/| | | | | |
|
| * | | | | | | -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 |
| * | | | | | | Merge pull request #2933 from TheHX/pr-shader-loader | Juan Linietsky | 2015-12-12 | 2 | -16/+6 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Fix shader loading, making possible load .shd and .sgp from editor | Franklin Sobrinho | 2015-11-27 | 2 | -16/+6 |
| * | | | | | | | -force exporting of original script exported variables on overriden scripts | Juan Linietsky | 2015-12-12 | 1 | -0/+13 |
| * | | | | | | | added rotation and scale support to gui controls | Juan Linietsky | 2015-12-12 | 5 | -14/+72 |
| * | | | | | | | ability to set occluder mask in tilemap, fixes #3025 | Juan Linietsky | 2015-12-12 | 2 | -0/+32 |
| * | | | | | | | added proper functions to ColorRamp, fixes #3034 | Juan Linietsky | 2015-12-12 | 2 | -0/+37 |
| * | | | | | | | -make smoothing respect camera limits, fixes #3037 | Juan Linietsky | 2015-12-12 | 2 | -4/+41 |
| * | | | | | | | make popup emit index when id is not defined | Juan Linietsky | 2015-12-12 | 2 | -9/+9 |
| * | | | | | | | -collision debug is shown above all else, fixes #2985 | Juan Linietsky | 2015-12-12 | 3 | -6/+29 |
| * | | | | | | | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | 2015-12-11 | 7 | -5/+144 |
| |\ \ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | | Merge pull request #2306 from dbsGen/patch-1 | Rémi Verschelde | 2015-12-10 | 1 | -0/+2 |
| | |\ \ \ \ \ \ |
|