Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-01 | Merge pull request #14953 from poke1024/fix-toolbar-gesture | Noshyaar | |
Hide tooltip on gesture input | |||
2018-01-01 | Merge pull request #14957 from YeldhamDev/right_dock_fix | Noshyaar | |
Fixed right dock dragger not disappearing when there is no docks there. | |||
2018-01-01 | Merge pull request #14972 from poke1024/fix-unindent-col-0 | Noshyaar | |
Fix unindent (shift-tab) on column 0 | |||
2018-01-01 | Merge pull request #14973 from poke1024/docs-word-selection | Noshyaar | |
Double-click word selection for RichTextLabel (i.e. docs) | |||
2018-01-01 | Merge pull request #15153 from poke1024/fix12112 | Noshyaar | |
Delete AudioServer buses after driver shutdown | |||
2018-01-01 | Merge pull request #15152 from poke1024/editor-settings-change | Noshyaar | |
Only send editor "settings_changed" if actually changed | |||
2018-01-01 | Merge pull request #15121 from yanorax/treeitem_set_text_align_fix | Noshyaar | |
Fix TreeItem cell text alignment | |||
2018-01-01 | Merge pull request #15111 from poke1024/fix15097 | Noshyaar | |
Fixes various Line2D and Polygon2D editor bugs | |||
2018-01-01 | Merge pull request #15080 from volzhs/text-color | Noshyaar | |
Respect text editor highlighting color changes | |||
2018-01-01 | Merge pull request #15101 from nounoursheureux/master | Noshyaar | |
Make filesystem search case-insensitive | |||
2018-01-01 | Merge pull request #15091 from poke1024/fix-rect2-distance-to | Noshyaar | |
Fix Rect2::distance_to() not returning 0 | |||
2018-01-01 | Merge pull request #15232 from neikeq/issue-15138-and-more | Rémi Verschelde | |
Mono fixes | |||
2018-01-01 | Mono: Change BindingsGenerator singleton to avoid StringName leaks | Ignacio Etcheverry | |
2018-01-01 | Mono: Script lifetime fixes | Ignacio Etcheverry | |
- alloc_language_binding: Use strong GC handle as well for references. Fixes #15138 - Set the native instance field of Godot.Object to IntPtr.Zero when it's freed. - Create weak handles without tracking resurrection (that was causing trouble). This means we have to call notification predelete before queueing a native Object for deletion, and use the MonoObject* passed by the finalizer because the weak GC handle target will return NULL at this point. | |||
2017-12-31 | Merge pull request #15136 from neikeq/issue-15128 | Ignacio Etcheverry | |
Mono: Bindings no longer relie on DocData for accessors | |||
2017-12-31 | Merge pull request #15182 from Silvea12/master | Chris Bradfield | |
Updated timer docs | |||
2017-12-31 | Updated timer docs | Andrew Silver | |
2017-12-31 | Improve LTO build with MSVC | George Marques | |
2017-12-31 | Merge pull request #15212 from firefly2442/FloatToBoolean | Noshyaar | |
change float to bool as correct type | |||
2017-12-31 | Merge pull request #15209 from firefly2442/StringBooleanProblem | Noshyaar | |
prevent strings from being evaluated to just "true" | |||
2017-12-31 | Merge pull request #15211 from firefly2442/SwitchDefaultTypo | Noshyaar | |
fix typo in switch statement | |||
2017-12-30 | change float to bool as correct type | firefly2442 | |
2017-12-30 | fix typo in switch statement | firefly2442 | |
2017-12-30 | prevent strings from being evaluated to just "true" | firefly2442 | |
2017-12-30 | Various fixes for 2d polygon editor | Bernhard Liebl | |
Fixes issues 15096, 15097 Fixes various other Line2D edit issues Fixes previous outline Fixes retina support | |||
2017-12-30 | Merge pull request #15175 from Hinsbart/windowed_editor | Gilles Roudiere | |
Editor: Respect -w command line flag. | |||
2017-12-30 | Merge pull request #15172 from binbitten/issue_15167 | Gilles Roudiere | |
Fixed wrong highlighted line when erroring and using comments | |||
2017-12-29 | Editor: Respect -w command line flag. | Andreas Haas | |
2017-12-29 | Fixed wrong highlighted line when erroring and using single-line comments, ↵ | binbitten | |
fixes #15167 | |||
2017-12-29 | Merge pull request #15041 from vnen/uwp-export-sign | George Marques | |
Add option to sign UWP exports with signtool | |||
2017-12-29 | avoid error on setting skeleton from transform changed | Juan Linietsky | |
2017-12-29 | Missing transform notification for Skeleton. | Juan Linietsky | |
2017-12-29 | Use a different approach to update skeletons when transform changes | Juan Linietsky | |
2017-12-29 | Update the skeleton on transform | Juan Linietsky | |
2017-12-29 | Merge pull request #15117 from damarindra/master | Noshyaar | |
Autotile Enhancement | |||
2017-12-29 | Delete AudioServer buses after driver shutdown | Bernhard Liebl | |
2017-12-29 | Only send editor "settings_changed" if actually changed. | Bernhard Liebl | |
2017-12-29 | Mono: Bindings no longer relie on DocData for accessors | Ignacio Etcheverry | |
2017-12-28 | Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in ↵ | Juan Linietsky | |
this case), fixes #13393 | |||
2017-12-28 | Autotile Enhancement | damarindra | |
2017-12-28 | Fix unindent (shift-tab) on column 0 and more | Bernhard Liebl | |
2017-12-28 | Double-click word selection for RichTextLabel (i.e. docs) | Bernhard Liebl | |
2017-12-28 | Respect text editor highlighting color changes | volzhs | |
Fix #14838 | |||
2017-12-29 | Fix TreeItem cell text alignment | yanorax | |
2017-12-28 | Merge pull request #15104 from djrm/pr_visual_improvements | Noshyaar | |
Minor style fixes for editor help | |||
2017-12-28 | Merge pull request #15108 from poke1024/fix-stringbuffer-append | Noshyaar | |
Fix crash in StringBuffer::append() | |||
2017-12-28 | Merge pull request #15006 from CyanBlob/master | Noshyaar | |
Update TileMap doc descriptions for update_bitmask_area/region [ci skip] | |||
2017-12-27 | Update TileMap doc descriptions for update_bitmask_area/region | Andrew Thomas | |
2017-12-27 | Fix crash in StringBuffer::append() | Bernhard Liebl | |
2017-12-27 | Merge pull request #14744 from poke1024/stringname-compare | Juan Linietsky | |
Avoid string allocations in AlphCompare |