summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #94910 from RandomShaper/res_load_unlockedRémi Verschelde2024-07-311-1/+13
|\
| * ResourceLoader: Let resource setup late steps invoke loading in turnPedro J. Estébanez2024-07-291-1/+13
* | Fix use-after-free in WorkerThreadPoolAlvin Wong2024-07-291-1/+5
|/
* [Core] Fix `Variant::construct` of `Object`A Thousand Ships2024-07-251-1/+7
* Replace .NET detection code with `ClassDB::class_exists("CSharpScript")`.bruvzg2024-07-231-1/+1
* Support 64-bit image sizes for VRAM compressionBlueCube33102024-07-212-2/+2
* Fix Image CowData crash when baking large lightmapsHugo Locurcio2024-07-192-66/+50
* Merge pull request #94526 from RandomShaper/wtp_rl_prize_prequelRémi Verschelde2024-07-195-50/+72
|\
| * ResourceLoader: Fix sync issues with error reportingPedro J. Estébanez2024-07-191-2/+4
| * Fixup recent changes to threading concernsPedro J. Estébanez2024-07-164-44/+48
| * WorkerThreadPool: Fix wrong sync logic breaking task map integrityPedro J. Estébanez2024-07-151-3/+4
| * Re-add resource thread-safety measuresPedro J. Estébanez2024-07-151-1/+16
* | [Core] Fix TypedArray encoding when full objects is disabledFabio Alessandrelli2024-07-181-5/+13
* | Merge pull request #94452 from jamie-pate/fix_73374Rémi Verschelde2024-07-172-3/+2
|\ \
| * | Fix Game window stops responding when debugger pausesJamie Pate2024-07-102-3/+2
| |/
* | Merge pull request #94373 from maiself/fix-library-path-as-absRémi Verschelde2024-07-171-1/+1
|\ \
| * | Fix to restore `library_path` as absolute pathMai Lavelle2024-07-141-1/+1
* | | Merge pull request #94413 from rburing/fix_action_press_tickRémi Verschelde2024-07-171-2/+4
|\ \ \
| * | | Fix physics tick count in Input.action_press and Input.action_releaseRicardo Buring2024-07-161-2/+4
| |/ /
* | | Merge pull request #94307 from Bromeon/feature/bitfield-unsigned-docsRémi Verschelde2024-07-171-1/+5
|\ \ \
| * | | GDExtension docs: advise bindings to use uint64_t for bitfieldsJan Haller2024-07-151-1/+5
| |/ /
* | | Merge pull request #94238 from RandomShaper/ref_is_now_rcRémi Verschelde2024-07-171-1/+1
|\ \ \