Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-28 | Fix off by one error navigating to line number in Rider | Ivan Shakhov | |
Fixes https://github.com/JetBrains/godot-support/issues/61 | |||
2021-01-28 | Merge pull request #45522 from akien-mga/doc-sync | Rémi Verschelde | |
doc: Sync classref with current source | |||
2021-01-28 | doc: Sync classref with current source | Rémi Verschelde | |
2021-01-28 | Merge pull request #45514 from dsnopek/webxr-master-ar-lose-tracking | Rémi Verschelde | |
Prevent fatal error in WebXR when 'immersize-ar' loses and regains tracking | |||
2021-01-27 | Prevent fatal error in WebXR when 'immersize-ar' loses and regains tracking | David Snopek | |
2021-01-27 | Merge pull request #45511 from KoBeWi/apocalypse_(world_crash) | Rémi Verschelde | |
Cache world in VisibilityNotifier3D to avoid crash | |||
2021-01-27 | Merge pull request #45489 from aaronfranke/core | Rémi Verschelde | |
Type consistencies in core | |||
2021-01-27 | Merge pull request #45444 from dsnopek/webxr-master-mono | Rémi Verschelde | |
Support mono devices in WebXR | |||
2021-01-27 | Cache world in VisibilityNotifier3D to avoid crash | kobewi | |
2021-01-27 | Merge pull request #45481 from ronchaine/joypad-detection | Rémi Verschelde | |
POSIX systems: go through all event devices, not just event[0-32] | |||
2021-01-27 | Merge pull request #43790 from Chaosus/rename_ord_at | Rémi Verschelde | |
Renamed String.ord_at to unicode_at | |||
2021-01-27 | Go 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-27 | Merge pull request #45503 from winston-yallow/fix-bodystate-transform | Rémi Verschelde | |
Correctly expose transform as 3D transform | |||
2021-01-27 | Correctly expose transform as 3D transform | Winston Yallow | |
2021-01-27 | Merge pull request #45040 from volkathemartian/fix-spinbox-mouse-capture | Rémi Verschelde | |
Fix unintended SpinBox mouse capture | |||
2021-01-27 | Merge pull request #45495 from Chaosus/style_font_hover_pressed | Rémi Verschelde | |
Added missed Button `font_hover_pressed_color` style | |||
2021-01-27 | Merge pull request #45490 from dalexeev/ignore-kate | Rémi Verschelde | |
gitignore: Ignore Kate swap files | |||
2021-01-27 | Added missed Button `font_hover_pressed_color` style | Yuri Roubinsky | |
2021-01-26 | Fix unintended SpinBox mouse capture | Volka | |
2021-01-27 | gitignore: Ignore Kate swap files | Danil Alexeev | |
2021-01-26 | Merge pull request #44799 from RevoluPowered/fbx-fix-zero-scaling | Rémi Verschelde | |
mesh indexing failing with small scale values | |||
2021-01-26 | Merge pull request #38559 from Chaosus/button_icon_styles | Rémi Verschelde | |
Reveals Button "icon_color" style properties to the user | |||
2021-01-26 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 3f3130648af2b24772f09dbc152af46ba9e9f946) | |||
2021-01-26 | Merge pull request #45484 from naithar/fix/ios-push-notification | Rémi Verschelde | |
[iOS] Rework/Fix APNS usage. | |||
2021-01-26 | Fix zero scaling and material mappings being mapped to wrong fields | Gordon 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-26 | Reveals Button "icon_color" style properties to the user | Yuri Roubinsky | |
2021-01-26 | Type consistencies in core | Aaron Franke | |
2021-01-26 | Renamed String.ord_at to unicode_at | Yuri Roubinsky | |
2021-01-26 | Merge pull request #45373 from aaronfranke/gdnative-sizeof | George Marques | |
Define GDNative sizes using sizeof(godot_real) and sizeof(int32_t) | |||
2021-01-26 | Merge pull request #45476 from qarmin/add_temp_variable | Rémi Verschelde | |
Add temporary variable to not use freed memory | |||
2021-01-26 | [iOS] Rework push notification methods usage | Sergey Minakov | |
Moved AppDelegate push notifications methods implementation to 'GODOT_ENABLE_PUSH_NOTIFICATIONS' which can be used in plugins to implement APNS plugins. | |||
2021-01-26 | Merge pull request #45466 from reduz/reorganize-rendering-device-layers | Juan Linietsky | |
Reorganize RenderingDevice barriers | |||
2021-01-26 | Merge pull request #44814 from hoontee/fix-44714 | Rémi Verschelde | |
Do not clear materials when setting mesh | |||
2021-01-26 | Merge pull request #44349 from KoBeWi/drop_the_data! | Rémi Verschelde | |
Allow to override drop data in LineEdit | |||
2021-01-26 | Merge pull request #45479 from lucasvanmol/highlight-patch | Rémi Verschelde | |
Fix highlight color for class attributes that are also keywords | |||
2021-01-26 | Merge pull request #44732 from Calinou/os-add-get-thread-caller-id | Rémi Verschelde | |
Add an `OS.get_thread_caller_id()` method | |||
2021-01-26 | Merge pull request #44624 from Calinou/doc-array-hash | Rémi Verschelde | |
Improve the `Array.hash()` documentation | |||
2021-01-26 | Merge pull request #44617 from geekrelief/gdnative_unload | Rémi Verschelde | |
free library when no nativescripts reference it | |||
2021-01-26 | Merge pull request #44678 from Calinou/doc-videoplayer-html5-performance | Rémi Verschelde | |
Document the expected low performance of VideoPlayer on HTML5 | |||
2021-01-26 | Merge 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-26 | Merge pull request #45029 from neikeq/issue-40023 | Rémi Verschelde | |
C#: Fix System.Collections.Generic.List marshalling | |||
2021-01-26 | Merge pull request #45141 from Calinou/clang-format-hook-check-version | Rémi Verschelde | |
Check for clang-format version in the pre-commit hook | |||
2021-01-26 | Merge pull request #45202 from aaronfranke/assetlib-url | Rémi Verschelde | |
Move the Asset Library API URLs to the Editor Settings | |||
2021-01-26 | Merge pull request #45220 from Calinou/range-ratio-equal-min-max-no-error | Rémi Verschelde | |
Make Range return 1.0 ratio if minimum and maximum values are equal | |||
2021-01-26 | Merge pull request #45233 from YeldhamDev/filedock_path_fix | Rémi Verschelde | |
Update path in the FileSystem dock after doing file operations | |||
2021-01-26 | Merge pull request #45309 from VedatGunel/fix-string-ends-with | Rémi Verschelde | |
Fix String.ends_with() for empty string arguments | |||
2021-01-26 | Merge pull request #45368 from Xrayez/doc-tilemap-collider-shape-metadata | Rémi Verschelde | |
Document shape metadata for `TileMap` | |||
2021-01-26 | Fix highlight color for class attributes that are also keywords | Lucas Van Mol | |
2021-01-26 | Merge pull request #45252 from naithar/feature/plugins-migration | Rémi Verschelde | |
[4.0] [iOS] iOS Plugins Migration | |||
2021-01-26 | Reorganize RenderingDevice barriers | reduz | |
-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. |