Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-07 | C#: New `RPCAttribute` | Raul Santos | |
Replace old RPC attributes with a new single `RPCAttribute` which works like the GDScript `@rpc` annotation. | |||
2022-07-06 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 417f20f06c7449bfc3820cdfdde4183082cfb004) | |||
2022-07-06 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 30ceef93b03c235134d6356b708cc2715d9145d2) | |||
2022-07-06 | Merge pull request #62344 from BastiaanOlij/extract_dependencies | Rémi Verschelde | |
2022-07-06 | Merge pull request #62374 from reduz/implement-bitfield-hint | Rémi Verschelde | |
Implement a BitField hint | |||
2022-07-06 | Merge pull request #62767 from bruvzg/glman_check | Rémi Verschelde | |
Check if GL manager exist to prevent crash when using multithreaded renderer with Vulkan. | |||
2022-07-06 | Check if GL manager exist to prevent crash when using multithreaded renderer ↵ | bruvzg | |
with Vulkan. | |||
2022-07-06 | Merge pull request #62757 from Calinou/voxelgi-remove-unused-anisotropy | Rémi Verschelde | |
Remove unused anisotropy setter/getter methods in VoxelGI | |||
2022-07-06 | Merge pull request #62755 from Calinou/videostreamplayer-default-disable-expand | Rémi Verschelde | |
Disable Expand by default in VideoStreamPlayer | |||
2022-07-06 | Merge pull request #62763 from timothyqiu/nullify | Rémi Verschelde | |
Fix heap-use-after-free when closing a scene with its builtin script open | |||
2022-07-06 | Fix heap-use-after-free when closing a scene with its builtin script open | Haoyu Qiu | |
2022-07-06 | Remove unused anisotropy setter/getter methods in VoxelGI | Hugo Locurcio | |
These methods weren't exposed to the scripting API. Anisotropy was used in earlier iterations of VoxelGI, but it was removed as it was too expensive. | |||
2022-07-06 | Disable Expand by default in VideoStreamPlayer | Hugo Locurcio | |
This ensures videos are always visible as soon as a video file is specified in the VideoStreamPlayer node. The node will no longer be resized to 0×0 by default, making the video invisible in the process (even if the audio can still be heard). | |||
2022-07-05 | Merge pull request #62747 from PZerua/gltf_fixes | Rémi Verschelde | |
Fix light intensity and attenuation import from GLTF | |||
2022-07-05 | Merge pull request #38080 from guilhermefelipecgs/small_fixes | Rémi Verschelde | |
[Node3DEditorViewport] Add correct margin for rotation control and fps label. | |||
2022-07-05 | [Node3DEditorViewport] Add correct margin for rotation control and fps label. | Guilherme Felipe | |
2022-07-05 | Implement a BitField hint | reduz | |
Allows to specify the binder that an enum must be treated as a bitfield. | |||
2022-07-05 | Merge pull request #62742 from Calinou/voxelgi-clamp-extents | Rémi Verschelde | |
2022-07-05 | Fix light intensity and attenuation import from GLTF | PZerua | |
2022-07-05 | Clamp VoxelGI extents to reasonable values to avoid breaking baking | Hugo Locurcio | |
This also prevents crashes when resizing a VoxelGI's extents to 0 on any axis. | |||
2022-07-05 | Merge pull request #62721 from Nolkaloid/line_edit-caret-blink-fix | Rémi Verschelde | |
Change LineEdit caret blink to use internal process | |||
2022-07-05 | Merge pull request #62539 from KoBeWi/transformers | Rémi Verschelde | |
2022-07-05 | Merge pull request #35626 from ShlomiRex/file-dialog-add-home-desktop-as-drive | Rémi Verschelde | |
2022-07-05 | Merge pull request #44492 from cabinboy1031/plane-test | Rémi Verschelde | |
2022-07-05 | Show the transform operation numbers in 2D | kobewi | |
2022-07-05 | Add Desktop to file dialog drive on Unix | Shlomi | |
2022-07-05 | Implemented tests for Plane getters and setters. | cabinboy1031 | |
Added tests for intersection and plane-point methods. | |||
2022-07-05 | Merge pull request #62459 from m4gr3d/refactor_android_storage_handling_main | Rémi Verschelde | |
2022-07-05 | Add full support for Android scoped storage. | Fredia Huya-Kouadio | |
This was done by refactoring directory and file access handling for the Android platform so that any general filesystem access type go through the Android layer. This allows us to validate whether the access is unrestricted, or whether it falls under scoped storage and thus act appropriately. | |||
2022-07-05 | Merge pull request #62726 from jmpelletier/jmpelletier-patch-2 | Rémi Verschelde | |
2022-07-05 | Merge pull request #62259 from KoBeWi/textpand | Rémi Verschelde | |
2022-07-05 | StyleBox: Document correct methods to draw with a RID | Jean-Marc Pelletier | |
2022-07-05 | Merge pull request #62724 from KoBeWi/xml_explorer | Rémi Verschelde | |
2022-07-05 | Merge pull request #62720 from Calinou/doc-decal-projector-filter | Rémi Verschelde | |
2022-07-05 | Implement XMLParser.get_current_line() | kobewi | |
2022-07-05 | Change LineEdit caret blink to use process | Nolkaloid | |
Now using internal process for blinking instead of a Timer node | |||
2022-07-04 | Merge pull request #62692 from Nolkaloid/typesafe-nodepath-dnd | Rémi Verschelde | |
Fix drag'n drop type checking for NodePaths | |||
2022-07-04 | Document changing the Decal and Light3D projector texture filter modes | Hugo Locurcio | |
2022-07-04 | Merge pull request #62212 from hansemro/eraser-detect-4 | Rémi Verschelde | |
Add inversion/eraser-end property for tablet pens | |||
2022-07-04 | Fix drag'n drop type check for NodePaths | Nolkaloid | |
2022-07-04 | [macOS, Windows, X11] Add stylus inverted/eraser support to | Hansem Ro | |
InputEventMouseMotion event | |||
2022-07-04 | Allow to disable TextEdit vertical scroll | kobewi | |
2022-07-04 | Merge pull request #62705 from cdemirer/expression-built-in-function-identifier | Rémi Verschelde | |
2022-07-04 | Expression built-in functions can also be considered as identifiers in ↵ | cdemirer | |
subscripts | |||
2022-07-04 | Merge pull request #62448 from MinusKube/completion-scroll-click | Rémi Verschelde | |
Add the ability to drag the code completion scrollbar using the mouse click | |||
2022-07-04 | Merge pull request #38298 from ThakeeNathees/file-dialog-autocomplete-fix | Rémi Verschelde | |
2022-07-04 | Merge pull request #62175 from bruvzg/custom_keys | Rémi Verschelde | |
2022-07-04 | Merge pull request #62700 from bruvzg/cewrp | Rémi Verschelde | |
2022-07-04 | Use autowrap in the curve editor. | bruvzg | |
2022-07-04 | Use custom key structs, instead of raw hashes for the Label3D and TextMesh, ↵ | bruvzg | |
to avoid potential hash collisions. |