summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-15Merge pull request #44286 from clayjohn/VULKAN-fixesRémi Verschelde
Fixes to recent Vulkan errors
2020-12-15Merge pull request #44406 from vnen/variant-ptr-constructRémi Verschelde
Add PtrConstruct template to use in Variant constructors
2020-12-15Change template order in method_ptrcall.hGeorge Marques
To be consistent with the enum in Variant so missing types can be more easily spotted.
2020-12-15Add PtrConstruct template to use in Variant constructorsGeorge Marques
Since the PtrToArg::encode requires the value to be constructed previously. With PtrConstruct this is not required.
2020-12-15Merge pull request #44275 from vnen/variant-function-arg-pointersRémi Verschelde
Use pointer parameters in Variant function pointers
2020-12-15Merge pull request #43890 from vnen/gdscript-builtin-functions-refactorRémi Verschelde
GDScript: Refactor builtin functions
2020-12-15Merge pull request #44400 from andy-noisyduck/masterRémi Verschelde
Fix incorrect error messages when writing to compressed or encrypted files
2020-12-15Merge pull request #44391 from madmiraal/fix-42285Rémi Verschelde
Remove Generic6DOFJoint precision property
2020-12-15Quick fix to incorrect error messages when writing to compressed or ↵Andy Savage
encrypted files.
2020-12-15Merge pull request #44372 from madmiraal/rename-animation-track_remove_key_atRémi Verschelde
Rename Animation::track_remove_key_at_position to track_remove_key_at_time
2020-12-15Merge pull request #44377 from Calinou/rename-textureprogressbarRémi Verschelde
Rename the TextureProgress node to TextureProgressBar
2020-12-15Merge pull request #36530 from KoBeWi/text_with_backdropRémi Verschelde
Add outline to ruler tool
2020-12-15Merge pull request #44384 from Calinou/increase-manipulator-gizmo-opacityRémi Verschelde
Increase the default 3D manipulator gizmo opacity for better visibility
2020-12-15Merge pull request #44389 from madmiraal/rename-get_okRémi Verschelde
Rename AcceptDialog get_ok() to get_ok_button()
2020-12-15Remove Generic6DOFJoint precision propertyMarcel Admiraal
2020-12-15Merge 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-14Increase the default 3D manipulator gizmo opacity for better visibilityHugo 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-14Add outline to ruler toolTomasz Chabora
2020-12-14Rename the TextureProgress node to TextureProgressBarHugo Locurcio
Advantages: - When searching for "progressbar", you'll see both nodes in the search results. - More consistent with Button/TextureButton.
2020-12-14Rename 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-14Rename Animation::track_remove_key_at_position to track_remove_key_at_timeMarcel Admiraal
2020-12-14Merge pull request #44353 from skyace65/PowFixRémi Verschelde
Pow method doc fix
2020-12-14Merge pull request #44319 from reduz/integrate-meshoptimizerRémi Verschelde
Rework Mesh handling on scene importing.
2020-12-14Merge pull request #44356 from EricEzaM/PR/fix-input-event-string-conversionsRémi Verschelde
Fixed mistakes in InputEvent as_text and to_string implementations.
2020-12-14Fixed mistakes in InputEvent as_text and to_string implementations.EricEzaM
2020-12-13Rework 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-13Pow method doc fixskyace65
2020-12-13Merge pull request #43030 from bruvzg/ctl_var_fontRémi Verschelde
[Complex Text Layouts] Add variable fonts support.
2020-12-13[Complex Text Layouts] Add variable fonts support.bruvzg
2020-12-13Merge pull request #42595 from bruvzg/ctl_rich_textRémi Verschelde
[Complex Text Layouts] Refactor RichTextLabel.
2020-12-12Merge pull request #44317 from mbrlabs/geometry2d-docsRémi Verschelde
Fixed Geometry2D::get_closest_points_between_segments docs
2020-12-12Fixed Geometry2D::get_closest_points_between_segments docsMarcus Brummer
2020-12-12Merge pull request #44315 from madmiraal/fix-handles-baseexceptionRémi Verschelde
Don't handle BaseException in build scripts
2020-12-12Don't handle BaseException in build scriptsMarcel Admiraal
2020-12-12Merge pull request #44288 from Chaosus/fix_textedit_scrollingRémi Verschelde
Fixed mouse scrolling in TextEdit's
2020-12-11Merge pull request #44270 from Riteo/gobot-face-fixRémi Verschelde
Remove two very slightly displaced duplicate vertices on Gobot's face
2020-12-11Merge pull request #44296 from Xrayez/test-file-accessRémi Verschelde
Add test suite for `FileAccess`
2020-12-11Add test suite for `FileAccess`Andrii Doroshenko (Xrayez)
2020-12-11Merge pull request #44294 from GoDino/issue_44269Rémi Verschelde
wrong double quote output with .csv fixed
2020-12-11Merge pull request #44279 from KoBeWi/unit_offset_or_something_idkRémi Verschelde
Fix PathFollow3D updating on unit_offset 0
2020-12-11wrong double quote output with .csv fixedAlf Kraus
2020-12-11Fixed mouse scrolling in TextEdit'sYuri Roubinsky
2020-12-11[Complex Text Layouts] Refactor RichTextLabel.bruvzg
2020-12-10Fixes to recent Vulkan errorsclayjohn
2020-12-11Remove two very slightly displaced duplicate vertices on Gobot's faceLorenzo 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-11Fix PathFollow3D updating on unit_offset 0Tomasz Chabora
2020-12-11Merge pull request #44271 from akien-mga/pvrtc-compress-cleanupRémi Verschelde
PVRTC: Move compress func to `modules/pvr`, drop obsolete PVRTexTool code
2020-12-10Image: Rename PVRTC{2,4} to PVRTC1_{2,4}, drop COMPRESS_PVRTC2Ré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-10Fix object check on Variant key checkerGeorge Marques
2020-12-10Use pointer parameters in Variant function pointersGeorge 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.