summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-03Merge pull request #24747 from corrigentia/patch-6Rémi Verschelde
Docs: Fix "equal to" and code markup in float.xml
2019-01-03Merge pull request #24746 from timoschwarzer/24745-pathfollow2d-offsetRémi Verschelde
Allow offset and unit_offset to be set higher than one loop
2019-01-03Merge pull request #24040 from ↵Leon Krause
guilhermefelipecgs/implements_custom_mouse_cursor_for_javascript Implements OS_JavaScript::set_custom_mouse_cursor
2019-01-03Docs: Fix "equal to" and code markup in float.xmlcorrigentia
Docs: Fix "be [equal to](https://www.thefreedictionary.com/equal%20to)" in float.xml. Attempt correction of code snippet markup.
2019-01-03Allow offset and unit_offset to be set higher than one loopTimo Schwarzer
Fixes #24745
2019-01-03Implements OS_JavaScript::set_custom_mouse_cursorGuilherme Felipe
2019-01-03Merge pull request #24736 from timoschwarzer/ltex-thumbnailsRémi Verschelde
Add thumbnails to LargeTexture
2019-01-03Merge pull request #24722 from Calinou/improve-graphedit-line-drawingRémi Verschelde
Make GraphEdit lines smoother and scale their width on hiDPI displays
2019-01-03Add thumbnails to LargeTextureTimo Schwarzer
2019-01-03Merge pull request #24730 from PrestonKnopp/masterRémi Verschelde
escaped '&' in macos osx_tools.app Info.plist
2019-01-02escaped '&' in macos osx_tools.app Info.plistPrestonKnopp
2019-01-02Make GraphEdit lines smoother and scale their width on hiDPI displaysHugo Locurcio
2019-01-02Merge pull request #24715 from dragmz/patch-4Rémi Verschelde
Fix negative size rectangle drawing in GLES2
2019-01-02Merge pull request #24691 from BlackCatter/line2d-fixRémi Verschelde
Fix line 2D intersection behavior
2019-01-02Merge pull request #24712 from Chaosus/scriptRémi Verschelde
Improved script attachment/removal buttons behavior a bit
2019-01-02Improved script attachment/removal a bitChaosus
2019-01-02Fix negative size rectangle drawingMarcin Zawiejski
Fixes rectangle being drawn as it was a non-negative size in case it actually is. This can be observed e.g. when drawing a negative size selection rectangle (i.e. press mouse button and move cursor up and left).
2019-01-02Fix line 2D intersection behaviorArtem Burjachenko
2019-01-02Merge pull request #24703 from akien-mga/appveyor-scons-3.0.1Rémi Verschelde
AppVeyor: Force installing SCons 3.0.1
2019-01-01AppVeyor: Force installing SCons 3.0.1Rémi Verschelde
3.0.2 was released today and when installed via pip, it seems to be missing from the PATH.
2019-01-01Merge pull request #24700 from hpvb/fix-32bit-linux-buildHein-Pieter van Braam
Disable support for VIA Padlock
2019-01-01Disable support for VIA PadlockHein-Pieter van Braam
This code defines a symbol 'unsupported' which is also in a newer version of libwebsockets. To fix 32bit linux builds just disable padlock support. Processors that support this are rare and old.
2019-01-01Merge pull request #24686 from YeldhamDev/autotile_grid_separation_fixRémi Verschelde
Fix incorrect grid snapping in TileSet editor with separation
2019-01-01Merge pull request #24687 from DavidSichma/draw-rect-rotRémi Verschelde
fix draw_rect rotation
2019-01-01Update copyright statements to 2019Rémi Verschelde
Happy new year to the wonderful Godot community!
2019-01-01Fix missing/malformed license headersRémi Verschelde
2018-12-31fix draw_rect rotationDavid Sichma
2018-12-31Fix incorrect grid snapping in TileSet editor with separationMichael Alexsander Silva Dias
2018-12-31Merge pull request #24679 from Chaosus/fix_not_found1Rémi Verschelde
Fix "Method not found" error message when script is removed from object
2018-12-31Fix "method not found" error when script is removed from objectChaosus
2018-12-30Merge pull request #24670 from SoIAS/property_resource_warning_24562Rémi Verschelde
Fixed a property warning when loading a correct resource type
2018-12-30Fixed a property warning when loading a correct resource typeDawid Wdowiak
Fixed warning when loading a correct resource type to a property that could take more than one resource type.
2018-12-30Merge pull request #24482 from organicpencil/mouse_capture_fixRémi Verschelde
Fix missed captured mouse events on x11
2018-12-30Merge pull request #24506 from JFonS/expose_gizmosRémi Verschelde
Expose the new gizmo plugin system to scripting
2018-12-30Merge pull request #24545 from akien-mga/osxcross-monoRémi Verschelde
SCons: Allow building Mono module with OSXCross
2018-12-30Merge pull request #24667 from akien-mga/fix-exr-alphaRémi Verschelde
Fix loading EXR with alpha channel
2018-12-30Fix loading EXR with alpha channelRémi Verschelde
Fixes #24659.
2018-12-30Merge pull request #24664 from SoIAS/graph_node_headers_statemachine-24458Rémi Verschelde
Removed graph node headers from state machine nodes
2018-12-30Merge pull request #24645 from YeldhamDev/tileset_editor_undoRémi Verschelde
Add undo-redo to the TileSet editor, and other improvements
2018-12-30Add undo-redo to the TileSet editor, and other improvementsMichael Alexsander Silva Dias
2018-12-30Merge pull request #24661 from humblers/fix-unshaded-gles2Rémi Verschelde
Fix unshaded light mode on GLES2
2018-12-30Merge pull request #24634 from BastiaanOlij/fix_e_notation_in_shadersRémi Verschelde
Always treat exponent as float
2018-12-30Always treat exponent as floatBastiaan Olij
2018-12-30Merge pull request #24653 from avril-gh/fixes-syntax-error-in-scene-glslRémi Verschelde
fixes glsl syntax error
2018-12-30Merge pull request #24651 from BastiaanOlij/fix_texture_get_dataRémi Verschelde
Fix texture type not being initialised
2018-12-30Removed graph node headers from state machine nodesDawid Wdowiak
2018-12-30Change unshaded logic to match with GLES3Daeil Kim
2018-12-29fixes glsl syntax errorAvril
2018-12-29Fix texture type not being initialisedBastiaan Olij
2018-12-29doc: Fix references to setters and misc formattingRémi Verschelde