summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-16Merge pull request #25953 from nekomatata/fix-radial-texture-progressRémi Verschelde
Fixed TextureProgress in Radial Mode when using center offset
2019-02-16Merge pull request #25952 from pbrunet/fix/randRémi Verschelde
Fix typo for randd and randf
2019-02-16Make resource loader cycle checker work on a per-thread basis.Juan Linietsky
This removes editor errors saying cycles existed when the thumbnailer was running.
2019-02-16Fix typo for randd and randfPierrick Brunet
* And improve documentation according to issue #25938
2019-02-16Fixed radial progress with center offset by taking distance to edge into ↵PouleyKetchoupp
account in uv calculation
2019-02-16Merge pull request #25943 from YeldhamDev/better_poly2d_edit_disableRémi Verschelde
Better and non-buggy Polygon2D editing disabling
2019-02-16Skip disabled shape when getting rest info. Fixes #25941Juan Linietsky
2019-02-16Support multiple ray shapes in kinematicbody, fixes #25050Juan Linietsky
2019-02-16Merge pull request #25931 from qarmin/fix_copy_readonlyRémi Verschelde
Fix copy text when TextEdit is readonly
2019-02-16Change snapping to only happen when the floor normal remains as floor, fixes ↵Juan Linietsky
#22312
2019-02-16Better and non-buggy Polygon2D editing disablingMichael Alexsander Silva Dias
2019-02-16Revert "Disallow polygon2D editing if internal vertices exists, as suggested ↵Michael Alexsander Silva Dias
in #24853" This reverts commit 419fb45a3eea68516828fe4541a62f8641cf13ef.
2019-02-16Merge pull request #24574 from SeleckyErik/issue-21814Rémi Verschelde
Made clone (CTRL+B) in code editor clone only the selection.
2019-02-16Merge pull request #25944 from Faless/net/http_editor_fixesRémi Verschelde
Fix keep-alive without header in HTTP client
2019-02-16Add a minimum treshold for acquiring rest contacts to avoid numerical ↵Juan Linietsky
precision issues. Fixes #25074
2019-02-16Fix keep-alive without header in HTTP clientFabio Alessandrelli
2019-02-16Fix uninitialized valueFabio Alessandrelli
2019-02-16Make sure stop on slope can have a tiny bit of precision edge.Juan Linietsky
2019-02-16Allow kinematic bodies without shapes to still move, fixes #24775Juan Linietsky
2019-02-16Merge pull request #25940 from akien-mga/os-get_current_video_driverRémi Verschelde
Expose OS::get_current_video_driver to scripting languages
2019-02-16Expose OS::get_current_video_driver to scripting languagesRémi Verschelde
2019-02-16Merge pull request #25715 from hpvb/fix-25598Rémi Verschelde
Add a maximum recusion depth to _guess_expression_type
2019-02-16Merge pull request #25851 from BastiaanOlij/ios_export_capabilitiesRémi Verschelde
New export options in iOS
2019-02-16Merge pull request #25910 from Chaosus/fix_solarized_dark_themeRémi Verschelde
Increased contrast of solarized dark theme
2019-02-16Merge pull request #25932 from qarmin/fix_text_edit_issueRémi Verschelde
Fix big text window in TextEdit
2019-02-16Merge pull request #25924 from Calinou/add-gamepad-button-shortcutRémi Verschelde
Make Button shortcuts triggerable by gamepads
2019-02-16Make ray shapes not work with OWC. They don't make practical sense together. ↵Juan Linietsky
Closes #25532
2019-02-16Merge pull request #25927 from hpvb/fix-21725Rémi Verschelde
Fix alignment and locking issues with CommandQueueMT
2019-02-16Merge pull request #25888 from marxin/fix-25217-part-2Rémi Verschelde
Fix 2 more UBSAN issues (#25217).
2019-02-16Fix big text window in TextEditqarmin
2019-02-16Fix copy text when TextEdit is readonlyqarmin
2019-02-16Fix alignment and locking issues with CommandQueueMTHein-Pieter van Braam
The allocations of commands in CommandQueueMT weren't aligned. This commit aligns all accesses on 64bit boundaries regardless of target platform. This ensures that all types are aligned. Lock-wise the semaphores were maked as usable when the command had ran but not when the synchronous stub had finished with it. This lead to a race condition where sometimes the semaphore got reused before it was waited on. We now mark the semaphore as free only once we're done waiting on it.
2019-02-16New export options iOSBastiaan Olij
2019-02-16Make Button shortcuts triggerable by gamepadsHugo Locurcio
This closes #25741.
2019-02-15Merge pull request #25917 from neikeq/zzIgnacio Etcheverry
Mono: Get rid of irrelevant error and fix export template build errors
2019-02-15Don't print 'Cannot find Mono in the registry' if bundled with GodotIgnacio Etcheverry
Closes #24753
2019-02-15Mono: Fix export template build errorsIgnacio Etcheverry
Fixes #25903
2019-02-15Increased contrast of solarized dark themeChaosus
2019-02-15Merge pull request #25901 from godotengine/revert-25841-menubutton-fixRémi Verschelde
Revert "Fix MenuButton item label disappearing when setting shortcut."
2019-02-15Revert "Fix MenuButton item label disappearing when setting shortcut."Rémi Verschelde
2019-02-15Merge pull request #25894 from marcelofg55/last_mouse_focus_crashRémi Verschelde
Fix possible crash with an invalid last_mouse_focus pointer
2019-02-15Merge pull request #25841 from Awkor/menubutton-fixRémi Verschelde
Fix MenuButton item label disappearing when setting shortcut.
2019-02-15Merge pull request #25886 from luizcarlos1405/masterRémi Verschelde
Fix AnimationPlayer bug where it wouldn't reset its position when finished
2019-02-14Fix possible crash with an invalid last_mouse_focus pointerMarcelo Fernandez
2019-02-14Fix MenuButton item label disappearing when setting shortcut.Unknown
2019-02-14Fix 2 more UBSAN issues (#25217).marxin
2019-02-14Fix AnimationPlayer bug where it wouldn't reset its position when finishedLuiz
2019-02-14Merge pull request #25879 from hpvb/fix-25629Rémi Verschelde
Detect when primusrun/optirun is in use
2019-02-14Detect when primusrun/optirun is in useHein-Pieter van Braam
It seems that bumblebee doesn't like us creating multiple GL contexts to avoid this we now detect whether we're running with this software and don't do anything.
2019-02-14Drop unused AnimationTrackKeyEdit::track_editorRémi Verschelde
Added by mistake in 4a24ba6e77c7128e64dee31cf05f6960abdb8108.