summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-28Fix off by one error navigating to line number in RiderIvan Shakhov
Fixes https://github.com/JetBrains/godot-support/issues/61
2021-01-28Merge pull request #45522 from akien-mga/doc-syncRémi Verschelde
doc: Sync classref with current source
2021-01-28doc: Sync classref with current sourceRémi Verschelde
2021-01-28Merge pull request #45514 from dsnopek/webxr-master-ar-lose-trackingRémi Verschelde
Prevent fatal error in WebXR when 'immersize-ar' loses and regains tracking
2021-01-27Prevent fatal error in WebXR when 'immersize-ar' loses and regains trackingDavid Snopek
2021-01-27Merge pull request #45511 from KoBeWi/apocalypse_(world_crash)Rémi Verschelde
Cache world in VisibilityNotifier3D to avoid crash
2021-01-27Merge pull request #45489 from aaronfranke/coreRémi Verschelde
Type consistencies in core
2021-01-27Merge pull request #45444 from dsnopek/webxr-master-monoRémi Verschelde
Support mono devices in WebXR
2021-01-27Cache world in VisibilityNotifier3D to avoid crashkobewi
2021-01-27Merge pull request #45481 from ronchaine/joypad-detectionRémi Verschelde
POSIX systems: go through all event devices, not just event[0-32]
2021-01-27Merge pull request #43790 from Chaosus/rename_ord_atRémi Verschelde
Renamed String.ord_at to unicode_at
2021-01-27Go through all event devices, not just event[0-32]Jari Ronkainen
There are no guarantees that joypads are in event0-event32 range. Some devices, such as laptops with detachable keyboards and wacom can reserve events all the way up to 32. Some udev rules with e.g. custom controller firmwares may load the device as /dev/input/eventX, where X is greater than 32. This patch uses POSIX dirent to enumerate the event devices, so entries outside 0-32 range are not skipped.
2021-01-27Merge pull request #45503 from winston-yallow/fix-bodystate-transformRémi Verschelde
Correctly expose transform as 3D transform
2021-01-27Correctly expose transform as 3D transformWinston Yallow
2021-01-27Merge pull request #45040 from volkathemartian/fix-spinbox-mouse-captureRémi Verschelde
Fix unintended SpinBox mouse capture
2021-01-27Merge pull request #45495 from Chaosus/style_font_hover_pressedRémi Verschelde
Added missed Button `font_hover_pressed_color` style
2021-01-27Merge pull request #45490 from dalexeev/ignore-kateRémi Verschelde
gitignore: Ignore Kate swap files
2021-01-27Added missed Button `font_hover_pressed_color` styleYuri Roubinsky
2021-01-26Fix unintended SpinBox mouse captureVolka
2021-01-27gitignore: Ignore Kate swap filesDanil Alexeev
2021-01-26Merge pull request #44799 from RevoluPowered/fbx-fix-zero-scalingRémi Verschelde
mesh indexing failing with small scale values
2021-01-26Merge pull request #38559 from Chaosus/button_icon_stylesRémi Verschelde
Reveals Button "icon_color" style properties to the user
2021-01-26i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit 3f3130648af2b24772f09dbc152af46ba9e9f946)
2021-01-26Merge pull request #45484 from naithar/fix/ios-push-notificationRémi Verschelde
[iOS] Rework/Fix APNS usage.
2021-01-26Fix zero scaling and material mappings being mapped to wrong fieldsGordon MacPherson
- fixes scale values of 0.0013 (det == 0.00004) not rendering, they should render even at small values, but not at zero like the editor grid plugin supplies zero exactly. - fixes node_3d_editor_plugin visibility bug when scale is zero - fix culling with small scaling values - which are still valid to be rendered like 0.00004 note: grid is still not fixed, it has det == 0 issues but this fixes one of them.
2021-01-26Reveals Button "icon_color" style properties to the userYuri Roubinsky
2021-01-26Type consistencies in coreAaron Franke
2021-01-26Renamed String.ord_at to unicode_atYuri Roubinsky
2021-01-26Merge pull request #45373 from aaronfranke/gdnative-sizeofGeorge Marques
Define GDNative sizes using sizeof(godot_real) and sizeof(int32_t)
2021-01-26Merge pull request #45476 from qarmin/add_temp_variableRémi Verschelde
Add temporary variable to not use freed memory
2021-01-26[iOS] Rework push notification methods usageSergey Minakov
Moved AppDelegate push notifications methods implementation to 'GODOT_ENABLE_PUSH_NOTIFICATIONS' which can be used in plugins to implement APNS plugins.
2021-01-26Merge pull request #45466 from reduz/reorganize-rendering-device-layersJuan Linietsky
Reorganize RenderingDevice barriers
2021-01-26Merge pull request #44814 from hoontee/fix-44714Rémi Verschelde
Do not clear materials when setting mesh
2021-01-26Merge pull request #44349 from KoBeWi/drop_the_data!Rémi Verschelde
Allow to override drop data in LineEdit
2021-01-26Merge pull request #45479 from lucasvanmol/highlight-patchRémi Verschelde
Fix highlight color for class attributes that are also keywords
2021-01-26Merge pull request #44732 from Calinou/os-add-get-thread-caller-idRémi Verschelde
Add an `OS.get_thread_caller_id()` method
2021-01-26Merge pull request #44624 from Calinou/doc-array-hashRémi Verschelde
Improve the `Array.hash()` documentation
2021-01-26Merge pull request #44617 from geekrelief/gdnative_unloadRémi Verschelde
free library when no nativescripts reference it
2021-01-26Merge pull request #44678 from Calinou/doc-videoplayer-html5-performanceRémi Verschelde
Document the expected low performance of VideoPlayer on HTML5
2021-01-26Merge pull request #44887 from ↵Rémi Verschelde
gongpha/crash!-on-expand-or-collapse-folder-in-filesystem-tree Fix crash on FileSystemDock's tree when trying to collapse or expand folder
2021-01-26Merge pull request #45029 from neikeq/issue-40023Rémi Verschelde
C#: Fix System.Collections.Generic.List marshalling
2021-01-26Merge pull request #45141 from Calinou/clang-format-hook-check-versionRémi Verschelde
Check for clang-format version in the pre-commit hook
2021-01-26Merge pull request #45202 from aaronfranke/assetlib-urlRémi Verschelde
Move the Asset Library API URLs to the Editor Settings
2021-01-26Merge pull request #45220 from Calinou/range-ratio-equal-min-max-no-errorRémi Verschelde
Make Range return 1.0 ratio if minimum and maximum values are equal
2021-01-26Merge pull request #45233 from YeldhamDev/filedock_path_fixRémi Verschelde
Update path in the FileSystem dock after doing file operations
2021-01-26Merge pull request #45309 from VedatGunel/fix-string-ends-withRémi Verschelde
Fix String.ends_with() for empty string arguments
2021-01-26Merge pull request #45368 from Xrayez/doc-tilemap-collider-shape-metadataRémi Verschelde
Document shape metadata for `TileMap`
2021-01-26Fix highlight color for class attributes that are also keywordsLucas Van Mol
2021-01-26Merge pull request #45252 from naithar/feature/plugins-migrationRémi Verschelde
[4.0] [iOS] iOS Plugins Migration
2021-01-26Reorganize RenderingDevice barriersreduz
-Removed sync to draw, now everything syncs to draw by default. -Fixed many validation layer errors. -Added support for VkImageViewUsageCreateInfo to fix validation layer warnings. -Texture, buffer, raster and compute functions now all allow spcifying which barriers will be used.