summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-118-0/+16
| | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-114-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Merge pull request #96230 from timothyqiu/per-domain-pseudolocalizationRémi Verschelde2024-10-041-0/+18
|\ | | | | | | Move pseudolocalization into `TranslationDomain`
| * Move pseudolocalization into TranslationDomainHaoyu Qiu2024-09-211-0/+18
| | | | | | | | Also adds command-line option `--editor-pseudolocalization`
* | Implement asynchronous transfer queues, thread guards on RenderingDevice. ↵Dario2024-10-022-1/+25
| | | | | | | | | | | | | | | | | | | | | | Add ubershaders and rework pipeline caches for Forward+ and Mobile. - Implements asynchronous transfer queues from PR #87590. - Adds ubershaders that can run with specialization constants specified as push constants. - Pipelines with specialization constants can compile in the background. - Added monitoring for pipeline compilations. - Materials and shaders can now be created asynchronously on background threads. - Meshes that are loaded on background threads can also compile pipelines as part of the loading process.
* | Consolidate remembering window settings into single configBrandon Chang2024-10-011-9/+6
| |
* | Merge pull request #97442 from dustdfg/disable_xr/missing_disable_3d_ifndefsRémi Verschelde2024-09-261-1/+5
|\ \ | | | | | | | | | Add missing `#ifndef _3D_DISABLED` to main file
| * | Add missing `#ifndef _3D_DISABLED` to main fileYevhen Babiichuk (DustDFG)2024-09-251-1/+5
| | | | | | | | | | | | | | | | | | | | | XR is disabled when 3D is disbled so there is no sense in setting xr specific settings and adding `--xr-mode` option Signed-off-by: Yevhen Babiichuk (DustDFG) <dfgdust@gmail.com>
* | | Merge pull request #97118 from mihe/patch-exportsRémi Verschelde2024-09-261-2/+25
|\ \ \ | | | | | | | | | | | | Add ability to export patch packs
| * | | Add ability to export patch packsMikael Hermansson2024-09-251-2/+25
| | | | | | | | | | | | | | | | Co-authored-by: Poq Xert <poqxert@poqxert.ru>
* | | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
| |/ / |/| |
* | | Move Godot Physics 2D into a module; add dummy 2D physics serverRicardo Buring2024-09-231-1/+10
|/ / | | | | | | | | | | | | | | | | | | | | | | If the module is enabled (default), 2D physics works as it did before. If the module is disabled and no other 2D physics server is registered (via a module or GDExtension), then we fall back to a dummy implementation which effectively disables 2D physics functionality (and a warning is printed). The dummy 2D physics server can also be selected explicitly, in which case no warning is printed.
* / Move Godot Physics 3D into a module; add dummy 3D physics serverRicardo Buring2024-09-211-1/+10
|/ | | | | | | | | | | | If the module is enabled (default), 3D physics works as it did before. If the module is disabled and no other 3D physics server is registered (via a module or GDExtension), then we fall back to a dummy implementation which effectively disables 3D physics functionality (and a warning is printed). The dummy 3D physics server can also be selected explicitly, in which case no warning is printed.
* Added fallback_to_opengl3SheepYhangCN2024-09-201-0/+1
|
* WorkerThreadPool: Add safety point between languages finished and pool ↵Pedro J. Estébanez2024-09-161-0/+2
| | | | termination
* Revert "WorkerThreadPool: Enhance lifetime for more flexibility"Pedro J. Estébanez2024-09-131-18/+0
| | | | This reverts commit 2d1dd41ef5dcb51ddb607ba572e63b605b9191be.
* Fix launching XR apps from the Android editorDavid Snopek2024-09-111-1/+0
|
* Merge pull request #96760 from RandomShaper/wtp_langs_exit_threadRémi Verschelde2024-09-111-0/+18
|\ | | | | | | Make use of languages' thread enter/exit more correct
| * WorkerThreadPool: Enhance lifetime for more flexibilityPedro J. Estébanez2024-09-101-0/+18
| |
* | [Resource Loader] Do not check property type for non registered properties.bruvzg2024-09-101-0/+1
|/
* Improve support for XR projectsFredia Huya-Kouadio2024-09-061-1/+2
|
* Merge pull request #95005 from jsjtxietian/export-projRémi Verschelde2024-09-051-1/+6
|\ | | | | | | Fix crash or unclear messages when exporting with invalid arguments
| * Fixes godot crash or give unclear message when exporting with invalid argsjsjtxietian2024-09-051-1/+6
| |
* | Merge pull request #91780 from Riteo/falling-with-styleRémi Verschelde2024-09-041-0/+5
|\ \ | | | | | | | | | Improve UX when falling back between Display Servers
| * | Warn when falling back to another DisplayServerRiteo2024-08-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Before it was a bit unclear on what was happening, since a display server has to fail to fall back and so the user would be left with an error _and_ a (hopefully) running game. Should make the experience more pleasant on Linux/BSD now that we have two display servers.
* | | Update rendering driver name on fallbacks. Fix rendering driver/method in ↵bruvzg2024-09-011-6/+3
| |/ |/| | | | | the editor system info.
* | Merge pull request #96197 from jsjtxietian/splash-msgRémi Verschelde2024-08-291-1/+2
|\ \ | | | | | | | | | Improve error message when loading non-PNG splash image
| * | Add is png check and better err msg when loading splash imgaejsjtxietian2024-08-291-1/+2
| | |
* | | Merge pull request #93746 from KoBeWi/by_extensionRémi Verschelde2024-08-281-2/+2
|\ \ \ | | | | | | | | | | | | Allow more image types for some project settings
| * | | Allow more image types for some project settingskobewi2024-06-291-2/+2
| | | |
* | | | Add support for the debug utils extension in OpenXRBastiaan Olij2024-08-271-0/+2
| | | |
* | | | Merge pull request #76085 from spanzeri/better_remember_editor_windowRémi Verschelde2024-08-261-1/+62
|\ \ \ \ | | | | | | | | | | | | | | | Remember editor window mode, screen, size and position on restart
| * | | | Remember editor window mode, screen, size and position on restartSamuele Panzeri2024-07-231-1/+62
| | | | |
* | | | | Merge pull request #95777 from ↵Rémi Verschelde2024-08-261-2/+28
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | Calinou/command-line-improve-rendering-driver-method-error-messages Improve error messages for invalid rendering drivers/methods on the command line
| * | | | Improve error messages for invalid rendering drivers/methods on the command lineHugo Locurcio2024-08-181-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Deduplicate rendering driver names. - Tweak grammar and punctuation to be consistent across both messages. - Use "rendering method" terminology in the relevant error message. Preview: `--rendering-driver unknown`: Unknown rendering driver 'unknown', aborting. Valid options are 'vulkan', 'opengl3', 'opengl3_es' and 'dummy'. `--rendering-method unknown`: Unknown rendering method 'unknown', aborting. Valid options are 'forward_plus', 'mobile' and 'gl_compatibility'.
* | | | | Disable extra memory tracking by defaultMatias N. Goldberg2024-08-241-0/+5
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PR #90993 added several debugging utilities. Among them, advanced memory tracking through the use of custom allocators and VK_EXT_device_memory_report. However as issue #95967 reveals, it is dangerous to leave it on by default because drivers (or even the Vulkan loader) can too easily accidentally break custom allocators by allocating memory through std malloc but then request us to deallocate it (or viceversa). This PR fixes the following problems: - Adds --extra-gpu-memory-tracking cmd line argument - Adds missing enum entries to RenderingContextDriverVulkan::VkTrackedObjectType - Adds RenderingDevice::get_driver_and_device_memory_report - GDScript users can easily check via print( RenderingServer.get_rendering_device().get_driver_and_device_memory_report() ) - Uses get_driver_and_device_memory_report on device lost for appending further info. Fixes #95967
* | | | Add Metal support for macOS (arm64) and iOSStuart Carnie2024-08-201-2/+13
| | | |
* | | | Change hand tracking project settings and finetune show_when_trackedBastiaan Olij2024-08-201-1/+3
|/ / /
* | | Merge pull request #95656 from anvilfolk/gdscript-docs-quitRémi Verschelde2024-08-171-0/+3
|\ \ \ | | | | | | | | | | | | Fix Godot not quitting with `--doctool --gdscript-docs`.
| * | | Fix Godot not quitting with `--doctool --gdscript-docs`.ocean2024-08-161-0/+3
| | | |
* | | | Merge pull request #94799 from ↵Rémi Verschelde2024-08-161-3/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | m4gr3d/memory_allocation_cleanup_and_optimizations Android memory cleanup and optimizations
| * | | | Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-161-3/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Returns an empty list when there's not registered plugins, thus preventing the creation of spurious iterator objects - Inline `Godot#getRotatedValues(...)` given it only had a single caller. This allows to remove the allocation of a float array on each call and replace it with float variables - Disable sensor events by default. Sensor events can fired at 10-100s Hz taking cpu and memory resources. Now the use of sensor data is behind a project setting allowing projects that have use of it to enable it, while other projects don't pay the cost for a feature they don't use - Create a pool of specialized input `Runnable` objects to prevent spurious, unbounded `Runnable` allocations - Disable showing the boot logo for Android XR projects - Delete locale references of jni strings
* | | | Merge pull request #93583 from smix8/obstacle_monitorRémi Verschelde2024-08-162-0/+6
|\ \ \ \ | |_|/ / |/| | | | | | | Add navigation obstacles to performance monitor stats
| * | | Add navigation obstacles to performance monitor statssmix82024-06-252-0/+6
| | |/ | |/| | | | | | | Adds navigation obstacle count to navigation performance monitor.
* | | Merge pull request #95549 from timothyqiu/split-translation-serverRémi Verschelde2024-08-161-1/+1
|\ \ \ | | | | | | | | | | | | Split `TranslationServer` into its own file
| * | | Split TranslationServer into its own fileHaoyu Qiu2024-08-151-1/+1
| | | |
* | | | Merge pull request #95513 from bruvzg/ds_init_cleanupRémi Verschelde2024-08-161-1/+28
|\ \ \ \ | | | | | | | | | | | | | | | Run cleanup code on DisplayServer init failure to prevent crash on exit.
| * | | | Run cleanup code on DisplayServer init failure to prevent crash on exit.bruvzg2024-08-141-1/+28
| |/ / /
* | | | Merge pull request #95502 from bruvzg/net_ext_detectRémi Verschelde2024-08-161-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | [.NET] Move search in files extension list definition to be after Scene level module init.
| * | | | [.NET] Move search in files extension list definition to be after Scene ↵bruvzg2024-08-141-0/+8
| |/ / / | | | | | | | | | | | | level module init.