summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "ResourceLoader: Report error if resource type unrecognized"Spartan3222024-11-211-15/+6
* [Core] Optimize `String::replace` methodsA Thousand Ships2024-11-151-60/+157
* Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4aSpartan3222024-11-1511-321/+524
|\
| * Merge pull request #98964 from RandomShaper/fix_classdb_deadlock_4.3Rémi Verschelde2024-11-151-35/+53
| |\
| | * Fix deadlocks related to ClassDB queries about global classesPedro J. Estébanez2024-11-081-35/+53
| * | Merge pull request #96606 from RandomShaper/res_loader_cherrypicks_4.3Rémi Verschelde2024-11-1510-286/+471
| |\ \ | | |/ | |/|
| | * ResourceLoader: Report error if resource type unrecognizedPedro J. Estébanez2024-11-061-6/+15
| | * ResourceLoader: Fixup resource changed featurePedro J. Estébanez2024-09-231-0/+4
| | * ResourceLoader: Add last resort life-time insurance for tokensPedro J. Estébanez2024-09-231-0/+10
| | * ResourceLoader: Add thread-aware resource changed mechanismPedro J. Estébanez2024-09-233-11/+107
| | * ResourceLoader: Simplify handling of unregistered tasksPedro J. Estébanez2024-09-232-40/+34
| | * Fix ResourceLoader is not verbosely printing a resource path on loadingKongfa Waroros2024-09-231-0/+7
| | * ResourceLoader: Handle another case of user tokensPedro J. Estébanez2024-09-051-0/+5
| | * Change warning muting so it affects all levels, but locallyPedro J. Estébanez2024-09-051-0/+9
| | * ResourceLoader: Use better error handling for possible engine bugsPedro J. Estébanez2024-09-051-12/+2
| | * WorkerThreadPool (plus friends): Overhaul unlock allowance zonesPedro J. Estébanez2024-09-059-106/+101
| | * ResourceLoader: Fix edge cases in the management of user tokensPedro J. Estébanez2024-09-052-84/+100
| | * ResourceLoader: Optimize remap check by deferring until a non-mutex zonePedro J. Estébanez2024-09-052-6/+5
| | * ResourceLoader: Enhance deadlock preventionPedro J. Estébanez2024-09-054-20/+45
| | * ResourceLoader: Properly push & pop TLS state on recursive load tasksPedro J. Estébanez2024-09-052-0/+24
| | * Fix use condition_variable after freeAleksey Vasenev2024-09-052-8/+14
| | * ResourceLoader: Revert workaround resource loading crashes due to buggy TLSPedro J. Estébanez2024-09-052-12/+8
* | | Fix `VERSION_FULL_CONFIG` excess dot on 0Spartan3222024-11-081-1/+1
* | | Fix C# operator *(Transform3D, AABB)kleonc2024-11-011-4/+4
* | | Merge pull request #817 from Spartan322/4.3-fixup/copyright-headersGeorge L. Albany2024-10-27365-730/+730
|\ \ \
| * | | Fix copyright headers referring to GodotSpartan3222024-10-27365-730/+730
* | | | Fix `GDExtensionAPIDump` lacking status_version headerSpartan3222024-10-271-0/+1
|/ / /
* | | Fix VERSION_FULL_CONFIG ignoring status versioningSpartan3222024-10-232-3/+6
* | | Fix `Projection::invert` on orthogonal projections and others.Álex Román2024-10-221-91/+219
* | | Bump version to 4.3-beta.1Spartan3222024-10-172-1/+10
* | | feat: add maximum traversals to astargrid2dVeradictus2024-10-172-0/+24
* | | Rebrand preambles to RedotSpartan3222024-10-13365-0/+730
* | | Rebrand Godot 4.3 to RedotTrashguy2024-10-1323-40/+204
|/ /
* | WorkerThreadPool: Fix end-of-yield logic potentially leading to deadlocksPedro J. Estébanez2024-09-171-1/+4
* | Object: Let debug lock handle callee destruction within call chain gracefullyPedro J. Estébanez2024-09-171-4/+7
* | Fix gamepad triggers not working on web exportsLisandro Lorea2024-09-171-1/+1
* | Fix parsing of `4.` in ExpressionHaoyu Qiu2024-09-171-7/+3
* | Add modf function and fix snap behaviorHristo Iliev2024-09-171-0/+3
* | Make sure huf_decompress is only applied to 64-bit x86.MBCX2024-09-171-1/+1
* | Fix RandomPCG::rand_weighted incorrectly returning -1Togira2024-09-161-0/+5
* | Fix virtual binding for `ScriptLanguageExtension::_reload_scripts`voidedWarranties2024-09-161-0/+1
* | Avoid potential crash on signal disconnectionPedro J. Estébanez2024-09-161-1/+5
* | StringName: Use inline static field definitionsGergely Kis2024-09-162-13/+4
* | Fix reload of GDExtension libraries in framework package on macosJoel Croteau2024-09-161-10/+1
* | Fix split_floats behavior when spaces are used as separatorsHaoyu Qiu2024-09-161-2/+8
* | [.NET] Move search in files extension list definition to be after Scene level...bruvzg2024-09-161-9/+0
|/
* ResourceLoader: Fix error on querying progress for uncached loadsPedro J. Estébanez2024-08-131-4/+6
* Fix use-after-free in `FileAccess::exists`Mikael Hermansson2024-08-091-0/+4
* [ResourceLoader] Add check to prevent double free crashes.bruvzg2024-08-061-2/+5
* Fix global class cache file not present when no class nameHilderin2024-07-312-5/+0