Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-15 | Merge pull request #44286 from clayjohn/VULKAN-fixes | Rémi Verschelde | |
Fixes to recent Vulkan errors | |||
2020-12-15 | Merge pull request #44406 from vnen/variant-ptr-construct | Rémi Verschelde | |
Add PtrConstruct template to use in Variant constructors | |||
2020-12-15 | Change template order in method_ptrcall.h | George Marques | |
To be consistent with the enum in Variant so missing types can be more easily spotted. | |||
2020-12-15 | Add PtrConstruct template to use in Variant constructors | George Marques | |
Since the PtrToArg::encode requires the value to be constructed previously. With PtrConstruct this is not required. | |||
2020-12-15 | Merge pull request #44275 from vnen/variant-function-arg-pointers | Rémi Verschelde | |
Use pointer parameters in Variant function pointers | |||
2020-12-15 | Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor | Rémi Verschelde | |
GDScript: Refactor builtin functions | |||
2020-12-15 | Merge pull request #44400 from andy-noisyduck/master | Rémi Verschelde | |
Fix incorrect error messages when writing to compressed or encrypted files | |||
2020-12-15 | Merge pull request #44391 from madmiraal/fix-42285 | Rémi Verschelde | |
Remove Generic6DOFJoint precision property | |||
2020-12-15 | Quick fix to incorrect error messages when writing to compressed or ↵ | Andy Savage | |
encrypted files. | |||
2020-12-15 | Merge pull request #44372 from madmiraal/rename-animation-track_remove_key_at | Rémi Verschelde | |
Rename Animation::track_remove_key_at_position to track_remove_key_at_time | |||
2020-12-15 | Merge pull request #44377 from Calinou/rename-textureprogressbar | Rémi Verschelde | |
Rename the TextureProgress node to TextureProgressBar | |||
2020-12-15 | Merge pull request #36530 from KoBeWi/text_with_backdrop | Rémi Verschelde | |
Add outline to ruler tool | |||
2020-12-15 | Merge pull request #44384 from Calinou/increase-manipulator-gizmo-opacity | Rémi Verschelde | |
Increase the default 3D manipulator gizmo opacity for better visibility | |||
2020-12-15 | Merge pull request #44389 from madmiraal/rename-get_ok | Rémi Verschelde | |
Rename AcceptDialog get_ok() to get_ok_button() | |||
2020-12-15 | Remove Generic6DOFJoint precision property | Marcel Admiraal | |
2020-12-15 | Merge pull request #44112 from ↵ | Rémi Verschelde | |
winterpixelgames/PR-more-deterministic-and-reliable-2d-physics make 2d constraint solving more deterministic by solving in push order | |||
2020-12-14 | Increase the default 3D manipulator gizmo opacity for better visibility | Hugo Locurcio | |
- Brighten gizmos when highlighted to make the difference between a non-highlighted and a highlighted gizmo more visible. - Tweak the manipulator gizmo size property hint. | |||
2020-12-14 | Add outline to ruler tool | Tomasz Chabora | |
2020-12-14 | Rename the TextureProgress node to TextureProgressBar | Hugo Locurcio | |
Advantages: - When searching for "progressbar", you'll see both nodes in the search results. - More consistent with Button/TextureButton. | |||
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal | |
Also renames: - AcceptDialog add_cancel() to add_cancel_button() - ConfirmationDiaglog get_cancel() to get_cancel_button() | |||
2020-12-14 | Rename Animation::track_remove_key_at_position to track_remove_key_at_time | Marcel Admiraal | |
2020-12-14 | Merge pull request #44353 from skyace65/PowFix | Rémi Verschelde | |
Pow method doc fix | |||
2020-12-14 | Merge pull request #44319 from reduz/integrate-meshoptimizer | Rémi Verschelde | |
Rework Mesh handling on scene importing. | |||
2020-12-14 | Merge pull request #44356 from EricEzaM/PR/fix-input-event-string-conversions | Rémi Verschelde | |
Fixed mistakes in InputEvent as_text and to_string implementations. | |||
2020-12-14 | Fixed mistakes in InputEvent as_text and to_string implementations. | EricEzaM | |
2020-12-13 | Rework Mesh handling on scene importing. | reduz | |
-Reworked how meshes are treated by importer by using EditorSceneImporterMesh and EditorSceneImporterMeshNode. Instead of Mesh and MeshInstance, this allows more efficient processing of meshes before they are actually registered in the RenderingServer. -Integrated MeshOptimizer -Reworked internals of SurfaceTool to use arrays, making it more performant and easy to run optimizatons on. | |||
2020-12-13 | Pow method doc fix | skyace65 | |
2020-12-13 | Merge pull request #43030 from bruvzg/ctl_var_font | Rémi Verschelde | |
[Complex Text Layouts] Add variable fonts support. | |||
2020-12-13 | [Complex Text Layouts] Add variable fonts support. | bruvzg | |
2020-12-13 | Merge pull request #42595 from bruvzg/ctl_rich_text | Rémi Verschelde | |
[Complex Text Layouts] Refactor RichTextLabel. | |||
2020-12-12 | Merge pull request #44317 from mbrlabs/geometry2d-docs | Rémi Verschelde | |
Fixed Geometry2D::get_closest_points_between_segments docs | |||
2020-12-12 | Fixed Geometry2D::get_closest_points_between_segments docs | Marcus Brummer | |
2020-12-12 | Merge pull request #44315 from madmiraal/fix-handles-baseexception | Rémi Verschelde | |
Don't handle BaseException in build scripts | |||
2020-12-12 | Don't handle BaseException in build scripts | Marcel Admiraal | |
2020-12-12 | Merge pull request #44288 from Chaosus/fix_textedit_scrolling | Rémi Verschelde | |
Fixed mouse scrolling in TextEdit's | |||
2020-12-11 | Merge pull request #44270 from Riteo/gobot-face-fix | Rémi Verschelde | |
Remove two very slightly displaced duplicate vertices on Gobot's face | |||
2020-12-11 | Merge pull request #44296 from Xrayez/test-file-access | Rémi Verschelde | |
Add test suite for `FileAccess` | |||
2020-12-11 | Add test suite for `FileAccess` | Andrii Doroshenko (Xrayez) | |
2020-12-11 | Merge pull request #44294 from GoDino/issue_44269 | Rémi Verschelde | |
wrong double quote output with .csv fixed | |||
2020-12-11 | Merge pull request #44279 from KoBeWi/unit_offset_or_something_idk | Rémi Verschelde | |
Fix PathFollow3D updating on unit_offset 0 | |||
2020-12-11 | wrong double quote output with .csv fixed | Alf Kraus | |
2020-12-11 | Fixed mouse scrolling in TextEdit's | Yuri Roubinsky | |
2020-12-11 | [Complex Text Layouts] Refactor RichTextLabel. | bruvzg | |
2020-12-10 | Fixes to recent Vulkan errors | clayjohn | |
2020-12-11 | Remove two very slightly displaced duplicate vertices on Gobot's face | Lorenzo Cerqua | |
They didn't show up at all in the rendered PNG, but were pretty annoying when working with Gobot face on Inkscape | |||
2020-12-11 | Fix PathFollow3D updating on unit_offset 0 | Tomasz Chabora | |
2020-12-11 | Merge pull request #44271 from akien-mga/pvrtc-compress-cleanup | Rémi Verschelde | |
PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool code | |||
2020-12-10 | Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2 | Rémi Verschelde | |
We haven't had a proper implementation for COMPRESS_PVRTC2 (which is PVRTC1 2-bpp) in years, so let's drop it instead of keeping a compress type which doesn't work. The other enum values were renamed to clarify that our PVRTC2 and PVRTC4 are respectively PVRTC1 2-bpp and PVRTC1 4-bpp. PVRTC2 2-bpp and 4-bpp are not implemented yet. | |||
2020-12-10 | Fix object check on Variant key checker | George Marques | |
2020-12-10 | Use pointer parameters in Variant function pointers | George Marques | |
Instead of references. This is needed because those function pointers are used in GDNative which needs to work with plain C, which doesn't support passing parameters by reference. |