summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-01Merge pull request #14953 from poke1024/fix-toolbar-gestureNoshyaar
Hide tooltip on gesture input
2018-01-01Merge pull request #14957 from YeldhamDev/right_dock_fixNoshyaar
Fixed right dock dragger not disappearing when there is no docks there.
2018-01-01Merge pull request #14972 from poke1024/fix-unindent-col-0Noshyaar
Fix unindent (shift-tab) on column 0
2018-01-01Merge pull request #14973 from poke1024/docs-word-selectionNoshyaar
Double-click word selection for RichTextLabel (i.e. docs)
2018-01-01Merge pull request #15153 from poke1024/fix12112Noshyaar
Delete AudioServer buses after driver shutdown
2018-01-01Merge pull request #15152 from poke1024/editor-settings-changeNoshyaar
Only send editor "settings_changed" if actually changed
2018-01-01Merge pull request #15121 from yanorax/treeitem_set_text_align_fixNoshyaar
Fix TreeItem cell text alignment
2018-01-01Merge pull request #15111 from poke1024/fix15097Noshyaar
Fixes various Line2D and Polygon2D editor bugs
2018-01-01Merge pull request #15080 from volzhs/text-colorNoshyaar
Respect text editor highlighting color changes
2018-01-01Merge pull request #15101 from nounoursheureux/masterNoshyaar
Make filesystem search case-insensitive
2018-01-01Merge pull request #15091 from poke1024/fix-rect2-distance-toNoshyaar
Fix Rect2::distance_to() not returning 0
2018-01-01Merge pull request #15232 from neikeq/issue-15138-and-moreRémi Verschelde
Mono fixes
2018-01-01Mono: Change BindingsGenerator singleton to avoid StringName leaksIgnacio Etcheverry
2018-01-01Mono: Script lifetime fixesIgnacio 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-31Merge pull request #15136 from neikeq/issue-15128Ignacio Etcheverry
Mono: Bindings no longer relie on DocData for accessors
2017-12-31Merge pull request #15182 from Silvea12/masterChris Bradfield
Updated timer docs
2017-12-31Updated timer docsAndrew Silver
2017-12-31Improve LTO build with MSVCGeorge Marques
2017-12-31Merge pull request #15212 from firefly2442/FloatToBooleanNoshyaar
change float to bool as correct type
2017-12-31Merge pull request #15209 from firefly2442/StringBooleanProblemNoshyaar
prevent strings from being evaluated to just "true"
2017-12-31Merge pull request #15211 from firefly2442/SwitchDefaultTypoNoshyaar
fix typo in switch statement
2017-12-30change float to bool as correct typefirefly2442
2017-12-30fix typo in switch statementfirefly2442
2017-12-30prevent strings from being evaluated to just "true"firefly2442
2017-12-30Various fixes for 2d polygon editorBernhard Liebl
Fixes issues 15096, 15097 Fixes various other Line2D edit issues Fixes previous outline Fixes retina support
2017-12-30Merge pull request #15175 from Hinsbart/windowed_editorGilles Roudiere
Editor: Respect -w command line flag.
2017-12-30Merge pull request #15172 from binbitten/issue_15167Gilles Roudiere
Fixed wrong highlighted line when erroring and using comments
2017-12-29Editor: Respect -w command line flag.Andreas Haas
2017-12-29Fixed wrong highlighted line when erroring and using single-line comments, ↵binbitten
fixes #15167
2017-12-29Merge pull request #15041 from vnen/uwp-export-signGeorge Marques
Add option to sign UWP exports with signtool
2017-12-29avoid error on setting skeleton from transform changedJuan Linietsky
2017-12-29Missing transform notification for Skeleton.Juan Linietsky
2017-12-29Use a different approach to update skeletons when transform changesJuan Linietsky
2017-12-29Update the skeleton on transformJuan Linietsky
2017-12-29Merge pull request #15117 from damarindra/masterNoshyaar
Autotile Enhancement
2017-12-29Delete AudioServer buses after driver shutdownBernhard Liebl
2017-12-29Only send editor "settings_changed" if actually changed.Bernhard Liebl
2017-12-29Mono: Bindings no longer relie on DocData for accessorsIgnacio Etcheverry
2017-12-28Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in ↵Juan Linietsky
this case), fixes #13393
2017-12-28Autotile Enhancementdamarindra
2017-12-28Fix unindent (shift-tab) on column 0 and moreBernhard Liebl
2017-12-28Double-click word selection for RichTextLabel (i.e. docs)Bernhard Liebl
2017-12-28Respect text editor highlighting color changesvolzhs
Fix #14838
2017-12-29Fix TreeItem cell text alignmentyanorax
2017-12-28Merge pull request #15104 from djrm/pr_visual_improvementsNoshyaar
Minor style fixes for editor help
2017-12-28Merge pull request #15108 from poke1024/fix-stringbuffer-appendNoshyaar
Fix crash in StringBuffer::append()
2017-12-28Merge pull request #15006 from CyanBlob/masterNoshyaar
Update TileMap doc descriptions for update_bitmask_area/region [ci skip]
2017-12-27Update TileMap doc descriptions for update_bitmask_area/regionAndrew Thomas
2017-12-27Fix crash in StringBuffer::append()Bernhard Liebl
2017-12-27Merge pull request #14744 from poke1024/stringname-compareJuan Linietsky
Avoid string allocations in AlphCompare