summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #62374 from reduz/implement-bitfield-hintRémi Verschelde2022-07-0618-58/+184
|\ | | | | Implement a BitField hint
| * Implement a BitField hintreduz2022-07-0518-58/+184
| | | | | | | | Allows to specify the binder that an enum must be treated as a bitfield.
* | Merge pull request #62767 from bruvzg/glman_checkRémi Verschelde2022-07-063-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 ↵bruvzg2022-07-063-4/+12
|/ / | | | | | | with Vulkan.
* | Merge pull request #62757 from Calinou/voxelgi-remove-unused-anisotropyRémi Verschelde2022-07-066-34/+0
|\ \ | | | | | | Remove unused anisotropy setter/getter methods in VoxelGI
| * | Remove unused anisotropy setter/getter methods in VoxelGIHugo Locurcio2022-07-066-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-expandRémi Verschelde2022-07-062-2/+2
|\ \ \ | | | | | | | | Disable Expand by default in VideoStreamPlayer
| * | | Disable Expand by default in VideoStreamPlayerHugo Locurcio2022-07-062-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/nullifyRémi Verschelde2022-07-061-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 openHaoyu Qiu2022-07-061-0/+1
|/ /
* | Merge pull request #62747 from PZerua/gltf_fixesRémi Verschelde2022-07-051-9/+4
|\ \ | | | | | | Fix light intensity and attenuation import from GLTF
| * | Fix light intensity and attenuation import from GLTFPZerua2022-07-051-9/+4
| | |
* | | Merge pull request #38080 from guilhermefelipecgs/small_fixesRémi Verschelde2022-07-051-1/+1
|\ \ \ | |_|/ |/| | [Node3DEditorViewport] Add correct margin for rotation control and fps label.
| * | [Node3DEditorViewport] Add correct margin for rotation control and fps label.Guilherme Felipe2022-07-051-1/+1
| | |
* | | Merge pull request #62742 from Calinou/voxelgi-clamp-extentsRémi Verschelde2022-07-052-1/+3
|\ \ \ | |_|/ |/| |
| * | Clamp VoxelGI extents to reasonable values to avoid breaking bakingHugo Locurcio2022-07-052-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-fixRémi Verschelde2022-07-052-15/+26
|\ \ | |/ |/| Change LineEdit caret blink to use internal process
| * Change LineEdit caret blink to use processNolkaloid2022-07-052-15/+26
| | | | | | | | Now using internal process for blinking instead of a Timer node
* | Merge pull request #62539 from KoBeWi/transformersRémi Verschelde2022-07-052-0/+72
|\ \
| * | Show the transform operation numbers in 2Dkobewi2022-07-052-0/+72
| | |
* | | Merge pull request #35626 from ShlomiRex/file-dialog-add-home-desktop-as-driveRémi Verschelde2022-07-051-4/+13
|\ \ \
| * | | Add Desktop to file dialog drive on UnixShlomi2022-07-051-4/+13
| | | |
* | | | Merge pull request #44492 from cabinboy1031/plane-testRémi Verschelde2022-07-052-0/+173
|\ \ \ \ | |/ / / |/| | |
| * | | Implemented tests for Plane getters and setters.cabinboy10312022-07-052-0/+173
| | | | | | | | | | | | | | | | Added tests for intersection and plane-point methods.
* | | | Merge pull request #62459 from m4gr3d/refactor_android_storage_handling_mainRémi Verschelde2022-07-0540-300/+2436
|\ \ \ \ | |_|/ / |/| | |
| * | | Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-0540-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-2Rémi Verschelde2022-07-051-2/+2
|\ \ \ | |_|/ |/| |
| * | StyleBox: Document correct methods to draw with a RIDJean-Marc Pelletier2022-07-051-2/+2
| | |
* | | Merge pull request #62259 from KoBeWi/textpandRémi Verschelde2022-07-053-4/+37
|\ \ \ | |/ / |/| |
| * | Allow to disable TextEdit vertical scrollkobewi2022-07-043-4/+37
| | |
* | | Merge pull request #62724 from KoBeWi/xml_explorerRémi Verschelde2022-07-053-26/+31
|\ \ \
| * | | Implement XMLParser.get_current_line()kobewi2022-07-053-26/+31
| | |/ | |/|
* | | Merge pull request #62720 from Calinou/doc-decal-projector-filterRémi Verschelde2022-07-052-0/+5
|\ \ \ | |/ / |/| |
| * | Document changing the Decal and Light3D projector texture filter modesHugo Locurcio2022-07-042-0/+5
| | |
* | | Merge pull request #62692 from Nolkaloid/typesafe-nodepath-dndRémi Verschelde2022-07-041-1/+14
|\ \ \ | |/ / |/| | Fix drag'n drop type checking for NodePaths
| * | Fix drag'n drop type check for NodePathsNolkaloid2022-07-041-1/+14
| |/
* | Merge pull request #62212 from hansemro/eraser-detect-4Rémi Verschelde2022-07-049-10/+70
|\ \ | |/ |/| Add inversion/eraser-end property for tablet pens
| * [macOS, Windows, X11] Add stylus inverted/eraser support toHansem Ro2022-07-049-10/+70
| | | | | | | | InputEventMouseMotion event
* | Merge pull request #62705 from cdemirer/expression-built-in-function-identifierRémi Verschelde2022-07-041-1/+1
|\ \
| * | Expression built-in functions can also be considered as identifiers in ↵cdemirer2022-07-041-1/+1
|/ / | | | | | | subscripts
* | Merge pull request #62448 from MinusKube/completion-scroll-clickRémi Verschelde2022-07-046-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 clickMinusKube2022-07-036-1/+63
| | |
* | | Merge pull request #38298 from ThakeeNathees/file-dialog-autocomplete-fixRémi Verschelde2022-07-042-3/+8
|\ \ \
| * | | Fix FileDialog file name autocompletion with filtersThakee Nathees2022-07-042-3/+8
| | | | | | | | | | | | | | | | Fixes #38195.
* | | | Merge pull request #62175 from bruvzg/custom_keysRémi Verschelde2022-07-045-31/+65
|\ \ \ \
| * | | | Use custom key structs, instead of raw hashes for the Label3D and TextMesh, ↵bruvzg2022-07-045-31/+65
| | | | | | | | | | | | | | | | | | | | to avoid potential hash collisions.
* | | | | Merge pull request #62700 from bruvzg/cewrpRémi Verschelde2022-07-041-2/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use autowrap in the curve editor.bruvzg2022-07-041-2/+3
|/ / / /
* | | | Merge pull request #62696 from bruvzg/hb441Rémi Verschelde2022-07-04161-10224/+11954
|\ \ \ \ | | | | | | | | | | HarfBuzz: Update to version 4.4.1
| * | | | HarfBuzz: Update to version 4.4.1bruvzg2022-07-04161-10224/+11954
| |/ / /