Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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. | |||
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 | |