summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-29Change XRPositionalTracker to a reference and better expose it to GDNativeBastiaan Olij
2021-03-29Merge pull request #47446 from bruvzg/macos_sign_exports_by_defaultRémi Verschelde
[macOS] Enable code signing by default, use ad-hoc signature if no identity specified.
2021-03-29[macOS] Enable code signing by default, use ad-hoc signature if no identity ↵bruvzg
specified.
2021-03-28Merge pull request #47351 from volzhs/graphedit-boxselectionRémi Verschelde
Fix drawing boxselection on GraphEdit
2021-03-28Merge pull request #47428 from Calinou/doc-giprobe-sdfgi-leaksRémi Verschelde
Document how to avoid light leaks with GIProbe and SDFGI
2021-03-28Merge pull request #47413 from skyace65/DirectoryWarningRémi Verschelde
Add a warning on using directory to access of imported files
2021-03-28Merge pull request #47420 from touilleMan/pluginscript-support-to_stringRémi Verschelde
Add support for _to_string virtual function overwrite in Pluginscript
2021-03-28Document how to avoid light leaks with GIProbe and SDFGIHugo Locurcio
2021-03-27Add a warning on using directory to access of imported filesskyace65
2021-03-27Add support for _to_string virtual function overwrite in PluginscriptEmmanuel Leblond
2021-03-27Merge pull request #47403 from likeich/project_man_scale_fixRémi Verschelde
Fix project manager window size scaling
2021-03-26Fixes project manager window size scalingKyle
This is a workaround fix for a Vector2i multiplication regression issue that prevents the project manager window size from scaling correctly. This calculates the new window size x and y values separately.
2021-03-26Merge pull request #47396 from reduz/optimize-channel-detectionRémi Verschelde
Optimize image channel detection
2021-03-26Optimize image channel detectionJuan Linietsky
Speeds up compression
2021-03-26Merge pull request #44695 from madmiraal/fix-44632Rémi Verschelde
Remove all elements from monitored_bodies and monitored_areas when processed
2021-03-26Merge pull request #47385 from KoBeWi/open_then_saveRémi Verschelde
Save project after opening
2021-03-26Save project after openingkobewi
2021-03-26Merge pull request #47331 from Calinou/html5-editor-opengraphFabio Alessandrelli
Add Open Graph metadata to the HTML5 editor
2021-03-26Merge pull request #47375 from rishabhabhani/masterRémi Verschelde
Added null checks for mesh in resource importer
2021-03-26Merge pull request #47374 from timothyqiu/check-sectionRémi Verschelde
Check section existance before getting keys
2021-03-26added null checks for mesh in resource importerRishabh Abhani
2021-03-26Check section existance before getting keysHaoyu Qiu
2021-03-26Merge pull request #47163 from bruvzg/macos_sandbox_file_dialogRémi Verschelde
FileDialog: add Back/Forward buttons, add message for inaccessible folders.
2021-03-25Merge pull request #47228 from mortarroad/master-fix-particles-material-spreadRémi Verschelde
Fix ParticlesMaterial spread.
2021-03-25Merge pull request #47362 from Calinou/editor-hide-renderer-selectionRémi Verschelde
Hide renderer selection dropdown in the editor as it's not implemented
2021-03-25Hide renderer selection dropdown in the editor as it's not implementedHugo Locurcio
It will take at least a few months until an OpenGL renderer is made available for the `master` branch.
2021-03-25Fix ParticlesMaterial spreadMorris Tabor
2021-03-25Merge pull request #47359 from lucicam/masterRémi Verschelde
Fix failure in set_primary_interface when parameter is null
2021-03-25Fix failure in set_primary_interface when parameter is nulllucicam
The program would fail if the parameter is passed as null in set_primary_interface because in the print_verbose, the get_namea) method is called on the parameter and this causes a failure if the parameter that was passed is null. Same fix was done in 3.x also and it seems to be present in master too.
2021-03-25Merge pull request #47251 from pycbouh/theme-more-useful-methodsRémi Verschelde
Add utility methods to Theme, improve error messages and documentation
2021-03-25doc: Sync classref with current sourceRémi Verschelde
2021-03-25Fix typo 'previus_selected'volzhs
2021-03-25Fix drawing boxselection on GraphEditvolzhs
2021-03-25Merge pull request #47329 from likeich/function_click_centeredRémi Verschelde
Fix ctrl-click function line centering
2021-03-24Merge pull request #47341 from Bogunovich/fix-FileSystemDock_select_fileRémi Verschelde
Fix opening scene (.tscn) via FileSystem
2021-03-24edit if statement in FileSystemDock::_select_file()James Castanho
2021-03-24Add Open Graph metadata to the HTML5 editorHugo Locurcio
- Consistently use double quotes in the HTML markup. - Define English language to assist screen readers and search engines. - Add missing `alt` text for the logo image. - Remove duplicate `id` for the preload project ZIP input.
2021-03-24Fixes ctrl-click function line centeringKyle
When ctrl-clicking in the code editor, the view will now be centered on the function result. Also replaces a circumstance where goto_line_centered should be used.
2021-03-24Merge pull request #47314 from fire/gltf-namesRémi Verschelde
Always have a name for gltf2 mesh, material and skins.
2021-03-24Merge pull request #47320 from KoBeWi/what_time_is_itRémi Verschelde
Clarify that get_unix_time() returns seconds
2021-03-24Clarify that get_unix_time() returns secondskobewi
2021-03-24Merge pull request #47318 from Faless/js/4.x_miniupnpc_fixRémi Verschelde
[Net] Fix miniupnpc UWP build.
2021-03-24[Net] Fix miniupnpc UWP build.Fabio Alessandrelli
The patch has already been upstreamed, and custom patching won't be needed during next version update.
2021-03-24Merge pull request #47317 from Faless/js/4.x_editor_manifest_webRémi Verschelde
[HTML5] Clarify editor PWA manifest.json
2021-03-24[HTML5] Clarify editor PWA manifest.jsonFabio Alessandrelli
Update name and description to clarify it's the web version.
2021-03-24Merge pull request #47301 from akien-mga/drop-resource-importer-csvRémi Verschelde
Remove now unnecessary ResourceImporterCSV importer
2021-03-24Merge pull request #47311 from RevoluPowered/fix-importer-bugRémi Verschelde
Fix use of Error its uninitialised and resolves importers being broken
2021-03-24Always have a name for gltf2 mesh, material and skins.K. S. Ernest (iFire) Lee
Co-authored-by: Lcbx <luc.courbariaux@gmail.com>
2021-03-23Fix use of Error its uninitialised and resolves importers being brokenGordon MacPherson
2021-03-23Merge pull request #47293 from resul4e/vsproj_testsRémi Verschelde
Enable unit testing in MSVC when tests=yes is supplied