Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-03 | Merge pull request #24747 from corrigentia/patch-6 | Rémi Verschelde | |
Docs: Fix "equal to" and code markup in float.xml | |||
2019-01-03 | Merge pull request #24746 from timoschwarzer/24745-pathfollow2d-offset | Rémi Verschelde | |
Allow offset and unit_offset to be set higher than one loop | |||
2019-01-03 | Merge pull request #24040 from ↵ | Leon Krause | |
guilhermefelipecgs/implements_custom_mouse_cursor_for_javascript Implements OS_JavaScript::set_custom_mouse_cursor | |||
2019-01-03 | Docs: Fix "equal to" and code markup in float.xml | corrigentia | |
Docs: Fix "be [equal to](https://www.thefreedictionary.com/equal%20to)" in float.xml. Attempt correction of code snippet markup. | |||
2019-01-03 | Allow offset and unit_offset to be set higher than one loop | Timo Schwarzer | |
Fixes #24745 | |||
2019-01-03 | Implements OS_JavaScript::set_custom_mouse_cursor | Guilherme Felipe | |
2019-01-03 | Merge pull request #24736 from timoschwarzer/ltex-thumbnails | Rémi Verschelde | |
Add thumbnails to LargeTexture | |||
2019-01-03 | Merge pull request #24722 from Calinou/improve-graphedit-line-drawing | Rémi Verschelde | |
Make GraphEdit lines smoother and scale their width on hiDPI displays | |||
2019-01-03 | Add thumbnails to LargeTexture | Timo Schwarzer | |
2019-01-03 | Merge pull request #24730 from PrestonKnopp/master | Rémi Verschelde | |
escaped '&' in macos osx_tools.app Info.plist | |||
2019-01-02 | escaped '&' in macos osx_tools.app Info.plist | PrestonKnopp | |
2019-01-02 | Make GraphEdit lines smoother and scale their width on hiDPI displays | Hugo Locurcio | |
2019-01-02 | Merge pull request #24715 from dragmz/patch-4 | Rémi Verschelde | |
Fix negative size rectangle drawing in GLES2 | |||
2019-01-02 | Merge pull request #24691 from BlackCatter/line2d-fix | Rémi Verschelde | |
Fix line 2D intersection behavior | |||
2019-01-02 | Merge pull request #24712 from Chaosus/script | Rémi Verschelde | |
Improved script attachment/removal buttons behavior a bit | |||
2019-01-02 | Improved script attachment/removal a bit | Chaosus | |
2019-01-02 | Fix negative size rectangle drawing | Marcin 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-02 | Fix line 2D intersection behavior | Artem Burjachenko | |
2019-01-02 | Merge pull request #24703 from akien-mga/appveyor-scons-3.0.1 | Rémi Verschelde | |
AppVeyor: Force installing SCons 3.0.1 | |||
2019-01-01 | AppVeyor: Force installing SCons 3.0.1 | Rémi Verschelde | |
3.0.2 was released today and when installed via pip, it seems to be missing from the PATH. | |||
2019-01-01 | Merge pull request #24700 from hpvb/fix-32bit-linux-build | Hein-Pieter van Braam | |
Disable support for VIA Padlock | |||
2019-01-01 | Disable support for VIA Padlock | Hein-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-01 | Merge pull request #24686 from YeldhamDev/autotile_grid_separation_fix | Rémi Verschelde | |
Fix incorrect grid snapping in TileSet editor with separation | |||
2019-01-01 | Merge pull request #24687 from DavidSichma/draw-rect-rot | Rémi Verschelde | |
fix draw_rect rotation | |||
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2019-01-01 | Fix missing/malformed license headers | Rémi Verschelde | |
2018-12-31 | fix draw_rect rotation | David Sichma | |
2018-12-31 | Fix incorrect grid snapping in TileSet editor with separation | Michael Alexsander Silva Dias | |
2018-12-31 | Merge pull request #24679 from Chaosus/fix_not_found1 | Rémi Verschelde | |
Fix "Method not found" error message when script is removed from object | |||
2018-12-31 | Fix "method not found" error when script is removed from object | Chaosus | |
2018-12-30 | Merge pull request #24670 from SoIAS/property_resource_warning_24562 | Rémi Verschelde | |
Fixed a property warning when loading a correct resource type | |||
2018-12-30 | Fixed a property warning when loading a correct resource type | Dawid Wdowiak | |
Fixed warning when loading a correct resource type to a property that could take more than one resource type. | |||
2018-12-30 | Merge pull request #24482 from organicpencil/mouse_capture_fix | Rémi Verschelde | |
Fix missed captured mouse events on x11 | |||
2018-12-30 | Merge pull request #24506 from JFonS/expose_gizmos | Rémi Verschelde | |
Expose the new gizmo plugin system to scripting | |||
2018-12-30 | Merge pull request #24545 from akien-mga/osxcross-mono | Rémi Verschelde | |
SCons: Allow building Mono module with OSXCross | |||
2018-12-30 | Merge pull request #24667 from akien-mga/fix-exr-alpha | Rémi Verschelde | |
Fix loading EXR with alpha channel | |||
2018-12-30 | Fix loading EXR with alpha channel | Rémi Verschelde | |
Fixes #24659. | |||
2018-12-30 | Merge pull request #24664 from SoIAS/graph_node_headers_statemachine-24458 | Rémi Verschelde | |
Removed graph node headers from state machine nodes | |||
2018-12-30 | Merge pull request #24645 from YeldhamDev/tileset_editor_undo | Rémi Verschelde | |
Add undo-redo to the TileSet editor, and other improvements | |||
2018-12-30 | Add undo-redo to the TileSet editor, and other improvements | Michael Alexsander Silva Dias | |
2018-12-30 | Merge pull request #24661 from humblers/fix-unshaded-gles2 | Rémi Verschelde | |
Fix unshaded light mode on GLES2 | |||
2018-12-30 | Merge pull request #24634 from BastiaanOlij/fix_e_notation_in_shaders | Rémi Verschelde | |
Always treat exponent as float | |||
2018-12-30 | Always treat exponent as float | Bastiaan Olij | |
2018-12-30 | Merge pull request #24653 from avril-gh/fixes-syntax-error-in-scene-glsl | Rémi Verschelde | |
fixes glsl syntax error | |||
2018-12-30 | Merge pull request #24651 from BastiaanOlij/fix_texture_get_data | Rémi Verschelde | |
Fix texture type not being initialised | |||
2018-12-30 | Removed graph node headers from state machine nodes | Dawid Wdowiak | |
2018-12-30 | Change unshaded logic to match with GLES3 | Daeil Kim | |
2018-12-29 | fixes glsl syntax error | Avril | |
2018-12-29 | Fix texture type not being initialised | Bastiaan Olij | |
2018-12-29 | doc: Fix references to setters and misc formatting | Rémi Verschelde | |