Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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. | |||
2022-07-04 | Merge pull request #62696 from bruvzg/hb441 | Rémi Verschelde | |
HarfBuzz: Update to version 4.4.1 | |||
2022-07-04 | Merge pull request #62681 from Jummit/keep-perspective-menu | Rémi Verschelde | |
Keep Perspective menu open after selecting an option | |||
2022-07-04 | HarfBuzz: Update to version 4.4.1 | bruvzg | |
2022-07-04 | Fix FileDialog file name autocompletion with filters | Thakee Nathees | |
Fixes #38195. | |||
2022-07-03 | Add the ability to drag the code completion scrollbar using the mouse click | MinusKube | |
2022-07-03 | Merge pull request #62677 from akien-mga/particles-fix-warnings-update | Rémi Verschelde | |
2022-07-03 | Merge pull request #62611 from akien-mga/android-preset-refactor-custom-build | Rémi Verschelde | |
2022-07-03 | Keep Perspective menu open on selection | Jummit | |
Makes the Perspective menu consistent with the View menu in the 3D viewport. This allows for quicker inspection of the scene, and makes missclicks more forgiving. | |||
2022-07-03 | Android: Refactor Custom Build options in export preset | Rémi Verschelde | |
Instead of reusing the custom_template/ prefix which is actually only used for the prebuilt APK workflow, we add a new custom_build/ prefix. This is a slight compat breakage (users will have to redo their config) but enables us to group the Min SDK and Target SDK options where they make sense, and avoid reusing the previously hardcoded Target SDK 30 from Godot 3.4. Those two options are now strings instead of integers so that we can keep them empty by default, and show their default value using a placeholder. So some validation has been added to make sure they are proper ints. The upper bound on Target SDK was also removed as it's a common use case to use it to try to target newer released SDKs. But we warn the user that this wasn't validated by us. The export info dialog is now exclusive so that when it doesn't auto-close, i.e. when it errors, you don't close it by mistake by clicking outside. Fixes #62465. | |||
2022-07-03 | Merge pull request #62669 from bruvzg/mkv_detect | Rémi Verschelde | |
2022-07-03 | [macOS] Use statically linked MoltenVK by default, automatically detect ↵ | bruvzg | |
MoltenVK SDK install (only in the default location). | |||
2022-07-03 | Merge pull request #62672 from ↵ | Rémi Verschelde | |
kleonc/animated_sprite_fix_frame_hint_string_error | |||
2022-07-03 | Particles: Fix missing configuration warning updates | Rémi Verschelde | |
Fixes #33488. | |||
2022-07-03 | Fix no `hint_string` for `frame` property in `AnimatedSprite`s | kleonc | |
2022-07-03 | Merge pull request #62649 from Calinou/3d-editor-gizmos-fix-gi | Rémi Verschelde | |
2022-07-03 | Merge pull request #62665 from akien-mga/input-accum-enable | Rémi Verschelde | |
2022-07-03 | Input: Re-enable input accumulation by default | Rémi Verschelde | |
I turned it off by mistake in #38697. See also #62664 for details on this boolean's complex history :) |