Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #62374 from reduz/implement-bitfield-hint | Rémi Verschelde | 2022-07-06 | 18 | -58/+184 |
|\ | | | | | Implement a BitField hint | ||||
| * | Implement a BitField hint | reduz | 2022-07-05 | 18 | -58/+184 |
| | | | | | | | | Allows to specify the binder that an enum must be treated as a bitfield. | ||||
* | | Merge pull request #62767 from bruvzg/glman_check | Rémi Verschelde | 2022-07-06 | 3 | -4/+12 |
|\ \ | | | | | | | Check if GL manager exist to prevent crash when using multithreaded renderer with Vulkan. | ||||
| * | | Check if GL manager exist to prevent crash when using multithreaded renderer ↵ | bruvzg | 2022-07-06 | 3 | -4/+12 |
|/ / | | | | | | | with Vulkan. | ||||
* | | Merge pull request #62757 from Calinou/voxelgi-remove-unused-anisotropy | Rémi Verschelde | 2022-07-06 | 6 | -34/+0 |
|\ \ | | | | | | | Remove unused anisotropy setter/getter methods in VoxelGI | ||||
| * | | Remove unused anisotropy setter/getter methods in VoxelGI | Hugo Locurcio | 2022-07-06 | 6 | -34/+0 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge pull request #62755 from Calinou/videostreamplayer-default-disable-expand | Rémi Verschelde | 2022-07-06 | 2 | -2/+2 |
|\ \ \ | | | | | | | | | Disable Expand by default in VideoStreamPlayer | ||||
| * | | | Disable Expand by default in VideoStreamPlayer | Hugo Locurcio | 2022-07-06 | 2 | -2/+2 |
| |/ / | | | | | | | | | | | | | | | | | | | 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). | ||||
* | | | Merge pull request #62763 from timothyqiu/nullify | Rémi Verschelde | 2022-07-06 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Fix heap-use-after-free when closing a scene with its builtin script open | ||||
| * | | Fix heap-use-after-free when closing a scene with its builtin script open | Haoyu Qiu | 2022-07-06 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #62747 from PZerua/gltf_fixes | Rémi Verschelde | 2022-07-05 | 1 | -9/+4 |
|\ \ | | | | | | | Fix light intensity and attenuation import from GLTF | ||||
| * | | Fix light intensity and attenuation import from GLTF | PZerua | 2022-07-05 | 1 | -9/+4 |
| | | | |||||
* | | | Merge pull request #38080 from guilhermefelipecgs/small_fixes | Rémi Verschelde | 2022-07-05 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | [Node3DEditorViewport] Add correct margin for rotation control and fps label. | ||||
| * | | [Node3DEditorViewport] Add correct margin for rotation control and fps label. | Guilherme Felipe | 2022-07-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #62742 from Calinou/voxelgi-clamp-extents | Rémi Verschelde | 2022-07-05 | 2 | -1/+3 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Clamp VoxelGI extents to reasonable values to avoid breaking baking | Hugo Locurcio | 2022-07-05 | 2 | -1/+3 |
|/ / | | | | | | | | | This also prevents crashes when resizing a VoxelGI's extents to 0 on any axis. | ||||
* | | Merge pull request #62721 from Nolkaloid/line_edit-caret-blink-fix | Rémi Verschelde | 2022-07-05 | 2 | -15/+26 |
|\ \ | |/ |/| | Change LineEdit caret blink to use internal process | ||||
| * | Change LineEdit caret blink to use process | Nolkaloid | 2022-07-05 | 2 | -15/+26 |
| | | | | | | | | Now using internal process for blinking instead of a Timer node | ||||
* | | Merge pull request #62539 from KoBeWi/transformers | Rémi Verschelde | 2022-07-05 | 2 | -0/+72 |
|\ \ | |||||
| * | | Show the transform operation numbers in 2D | kobewi | 2022-07-05 | 2 | -0/+72 |
| | | | |||||
* | | | Merge pull request #35626 from ShlomiRex/file-dialog-add-home-desktop-as-drive | Rémi Verschelde | 2022-07-05 | 1 | -4/+13 |
|\ \ \ | |||||
| * | | | Add Desktop to file dialog drive on Unix | Shlomi | 2022-07-05 | 1 | -4/+13 |
| | | | | |||||
* | | | | Merge pull request #44492 from cabinboy1031/plane-test | Rémi Verschelde | 2022-07-05 | 2 | -0/+173 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Implemented tests for Plane getters and setters. | cabinboy1031 | 2022-07-05 | 2 | -0/+173 |
| | | | | | | | | | | | | | | | | Added tests for intersection and plane-point methods. | ||||
* | | | | Merge pull request #62459 from m4gr3d/refactor_android_storage_handling_main | Rémi Verschelde | 2022-07-05 | 40 | -300/+2436 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Add full support for Android scoped storage. | Fredia Huya-Kouadio | 2022-07-05 | 40 | -300/+2436 |
| | |/ | |/| | | | | | | | | | | 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. | ||||
* | | | Merge pull request #62726 from jmpelletier/jmpelletier-patch-2 | Rémi Verschelde | 2022-07-05 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | StyleBox: Document correct methods to draw with a RID | Jean-Marc Pelletier | 2022-07-05 | 1 | -2/+2 |
| | | | |||||
* | | | Merge pull request #62259 from KoBeWi/textpand | Rémi Verschelde | 2022-07-05 | 3 | -4/+37 |
|\ \ \ | |/ / |/| | | |||||
| * | | Allow to disable TextEdit vertical scroll | kobewi | 2022-07-04 | 3 | -4/+37 |
| | | | |||||
* | | | Merge pull request #62724 from KoBeWi/xml_explorer | Rémi Verschelde | 2022-07-05 | 3 | -26/+31 |
|\ \ \ | |||||
| * | | | Implement XMLParser.get_current_line() | kobewi | 2022-07-05 | 3 | -26/+31 |
| | |/ | |/| | |||||
* | | | Merge pull request #62720 from Calinou/doc-decal-projector-filter | Rémi Verschelde | 2022-07-05 | 2 | -0/+5 |
|\ \ \ | |/ / |/| | | |||||
| * | | Document changing the Decal and Light3D projector texture filter modes | Hugo Locurcio | 2022-07-04 | 2 | -0/+5 |
| | | | |||||
* | | | Merge pull request #62692 from Nolkaloid/typesafe-nodepath-dnd | Rémi Verschelde | 2022-07-04 | 1 | -1/+14 |
|\ \ \ | |/ / |/| | | Fix drag'n drop type checking for NodePaths | ||||
| * | | Fix drag'n drop type check for NodePaths | Nolkaloid | 2022-07-04 | 1 | -1/+14 |
| |/ | |||||
* | | Merge pull request #62212 from hansemro/eraser-detect-4 | Rémi Verschelde | 2022-07-04 | 9 | -10/+70 |
|\ \ | |/ |/| | Add inversion/eraser-end property for tablet pens | ||||
| * | [macOS, Windows, X11] Add stylus inverted/eraser support to | Hansem Ro | 2022-07-04 | 9 | -10/+70 |
| | | | | | | | | InputEventMouseMotion event | ||||
* | | Merge pull request #62705 from cdemirer/expression-built-in-function-identifier | Rémi Verschelde | 2022-07-04 | 1 | -1/+1 |
|\ \ | |||||
| * | | Expression built-in functions can also be considered as identifiers in ↵ | cdemirer | 2022-07-04 | 1 | -1/+1 |
|/ / | | | | | | | subscripts | ||||
* | | Merge pull request #62448 from MinusKube/completion-scroll-click | Rémi Verschelde | 2022-07-04 | 6 | -1/+63 |
|\ \ | | | | | | | Add the ability to drag the code completion scrollbar using the mouse click | ||||
| * | | Add the ability to drag the code completion scrollbar using the mouse click | MinusKube | 2022-07-03 | 6 | -1/+63 |
| | | | |||||
* | | | Merge pull request #38298 from ThakeeNathees/file-dialog-autocomplete-fix | Rémi Verschelde | 2022-07-04 | 2 | -3/+8 |
|\ \ \ | |||||
| * | | | Fix FileDialog file name autocompletion with filters | Thakee Nathees | 2022-07-04 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | Fixes #38195. | ||||
* | | | | Merge pull request #62175 from bruvzg/custom_keys | Rémi Verschelde | 2022-07-04 | 5 | -31/+65 |
|\ \ \ \ | |||||
| * | | | | Use custom key structs, instead of raw hashes for the Label3D and TextMesh, ↵ | bruvzg | 2022-07-04 | 5 | -31/+65 |
| | | | | | | | | | | | | | | | | | | | | to avoid potential hash collisions. | ||||
* | | | | | Merge pull request #62700 from bruvzg/cewrp | Rémi Verschelde | 2022-07-04 | 1 | -2/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Use autowrap in the curve editor. | bruvzg | 2022-07-04 | 1 | -2/+3 |
|/ / / / | |||||
* | | | | Merge pull request #62696 from bruvzg/hb441 | Rémi Verschelde | 2022-07-04 | 161 | -10224/+11954 |
|\ \ \ \ | | | | | | | | | | | HarfBuzz: Update to version 4.4.1 | ||||
| * | | | | HarfBuzz: Update to version 4.4.1 | bruvzg | 2022-07-04 | 161 | -10224/+11954 |
| |/ / / |