summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-20Fix wrong bounds check in String::rightlupoDharkael
2019-02-18Merge pull request #25962 from willnationsdev/fix-missing-addonRémi Verschelde
Auto-cleanup missing addons
2019-02-18i18n: Sync translation template with current sourceRémi Verschelde
2019-02-18i18n: Sync translations with WeblateRémi Verschelde
2019-02-18doc: Fix style issuesRémi Verschelde
2019-02-18doc: Sync classref with current sourceRémi Verschelde
2019-02-17Auto-cleanup missing addonsWill Nations
2019-02-17Merge pull request #25990 from YeldhamDev/new_node_desc_fixRémi Verschelde
Fix description size in "New Node" dialog
2019-02-17Fix description size in "New Node" dialogMichael Alexsander Silva Dias
2019-02-17Merge pull request #25974 from marcelofg55/stream_stop_fadeRémi Verschelde
Fix AudioStreams::stop possibly causing a small noise
2019-02-17Merge pull request #25972 from YeldhamDev/resource_docRémi Verschelde
Small improvements to the Resource doc
2019-02-17Fix AudioStreams::stop possibly causing a small noiseMarcelo Fernandez
2019-02-17Small improvements to the Resource docMichael Alexsander Silva Dias
2019-02-17Clear up eof_reached function, fixes #16919Juan Linietsky
2019-02-16Updat polygons when skeleton setup changes, fixes #25949Juan Linietsky
2019-02-16Fix skeleton not being updated in shader, closes #25911Juan Linietsky
2019-02-16Merge pull request #25680 from Chaosus/random_fixRémi Verschelde
Fix random generation, to not always retrieve 0 after seed()
2019-02-16Merge pull request #25954 from AlexHolly/fix-android-jarsigner-duplicate-fileRémi Verschelde
Fix Android jarsigner error duplicate file
2019-02-16Merge pull request #25958 from YeldhamDev/poly2d_edit_disable_fixRémi Verschelde
Fix Polygon2D Editor interacting with its buttons too soon
2019-02-16Fix Polygon2D Editor interacting with its buttons too soonMichael Alexsander Silva Dias
2019-02-16Merge pull request #25913 from Chaosus/fix_gizmo_iconsRémi Verschelde
Fix icon color for gizmos menu when theme changed
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-16Fix Android jarsigner error duplicate fileAlexander Holland
Exports same file only once.
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