summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-15Merge pull request #10334 from Faless/fix_spbuffer_utf8kubecz3k
2017-08-15Merge pull request #9889 from groud/control_enhancementskubecz3k
2017-08-15Merge pull request #10337 from endragor/command-line-exportkubecz3k
2017-08-15Merge pull request #10341 from marcelofg55/win_screen_funcskubecz3k
2017-08-15Merge pull request #10345 from Hinsbart/remove_importedAndreas Haas
2017-08-15Fix debug materials, closes #8607Juan Linietsky
2017-08-15Comment include order to avoid errorsPedro J. Estébanez
2017-08-15Small fix for problem of nodes losing type, this is not good enough to solve ...Juan Linietsky
2017-08-15Fix Editor dimming.Andreas Haas
2017-08-15styleBoxFlat removed light, dark color entirelytoger5
2017-08-15new StyleBoxFlat removed multiBorderColortoger5
2017-08-15new StyleBoxFlat limits for drawingtoger5
2017-08-15new StyleBoxFlat added more drawing featurestoger5
2017-08-15Added Corner Enumtoger5
2017-08-15Adapted godot to the new StyleBoxFlattoger5
2017-08-15NEW Style Box Flat Implementationtoger5
2017-08-15Converting to MeshLibrary works again, fixes #8092Juan Linietsky
2017-08-15Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622Juan Linietsky
2017-08-15Removing a Resource also deletes imported files.Andreas Haas
2017-08-14Merge pull request #10339 from bojidar-bg/x-fix-scale-conflictIgnacio Etcheverry
2017-08-14Fix get_screen_* funcs returning old values after resolution changes on WindowsMarcelo Fernandez
2017-08-14Use const reference where favorableWilson E. Alvarez
2017-08-14Rename Light2D::scale to texture_scale, so it doesn't conflictBojidar Marinov
2017-08-14Ability to save objects to binary formatJuan Linietsky
2017-08-14Enable command-line exportRuslan Mustakov
2017-08-14Use include/exclude export filters. Fixes #9860Ruslan Mustakov
2017-08-14Fix console warning: Condition !env is trueM.H. Alkotob
2017-08-14Fix StreamPeer put_utf8_string not workingFabio Alessandrelli
2017-08-14spatial selection if subscene geometry is far from originJakub Grzesik
2017-08-13Avoids inverted anchorsGilles Roudiere
2017-08-13Adds a function to set Anchors with a layout presetGilles Roudiere
2017-08-13Handle undo/redo of anchor positioningGilles Roudiere
2017-08-13Added the possibility to move all anchors at once when they are clusteredGilles Roudiere
2017-08-13Make anchors snap to each otherGilles Roudiere
2017-08-13Displays percentages when dragging anchorsGilles Roudiere
2017-08-13Simplifies the canvas editor codeGilles Roudiere
2017-08-13Add lines to make understandable when anchors are snappedGilles Roudiere
2017-08-13Snap anchors when dragged, depending on the zoom levelGilles Roudiere
2017-08-13Make anchors draggableGilles Roudiere
2017-08-13Add anchor visualizationGilles Roudiere
2017-08-13Replace GUI anchor type by a float between 0 and 1Gilles Roudiere
2017-08-13Exposed create_from_mesh in NavmeshTwistedTwigleg
2017-08-13Showing anchor icon in editor if control-node is hidden (fixes #9542)Niko Abeler
2017-08-13Merge pull request #10298 from nhold/kinematic-body-2d-_move-fixes-#10107Rémi Verschelde
2017-08-13Merge pull request #10297 from leezh/fix_10181Rémi Verschelde
2017-08-13Merge pull request #10296 from raymoo/fixstreampeerbufferRémi Verschelde
2017-08-13Merge pull request #10294 from leezh/fix_10245Rémi Verschelde
2017-08-13Merge pull request #10258 from kubecz3k/spatial-select-no-owner-fixRémi Verschelde
2017-08-13Merge pull request #10257 from Faless/html5_fixesRémi Verschelde
2017-08-12Scroll bars now look different on presskbake