index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "ResourceLoader: Report error if resource type unrecognized"
Spartan322
2024-11-21
1
-15
/
+6
*
[Core] Optimize `String::replace` methods
A Thousand Ships
2024-11-15
1
-60
/
+157
*
Merge commit godotengine/godot@711c725cf1b641d05d6cc988a64601622e48fe4a
Spartan322
2024-11-15
11
-321
/
+524
|
\
|
*
Merge pull request #98964 from RandomShaper/fix_classdb_deadlock_4.3
Rémi Verschelde
2024-11-15
1
-35
/
+53
|
|
\
|
|
*
Fix deadlocks related to ClassDB queries about global classes
Pedro J. Estébanez
2024-11-08
1
-35
/
+53
|
*
|
Merge pull request #96606 from RandomShaper/res_loader_cherrypicks_4.3
Rémi Verschelde
2024-11-15
10
-286
/
+471
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
ResourceLoader: Report error if resource type unrecognized
Pedro J. Estébanez
2024-11-06
1
-6
/
+15
|
|
*
ResourceLoader: Fixup resource changed feature
Pedro J. Estébanez
2024-09-23
1
-0
/
+4
|
|
*
ResourceLoader: Add last resort life-time insurance for tokens
Pedro J. Estébanez
2024-09-23
1
-0
/
+10
|
|
*
ResourceLoader: Add thread-aware resource changed mechanism
Pedro J. Estébanez
2024-09-23
3
-11
/
+107
|
|
*
ResourceLoader: Simplify handling of unregistered tasks
Pedro J. Estébanez
2024-09-23
2
-40
/
+34
|
|
*
Fix ResourceLoader is not verbosely printing a resource path on loading
Kongfa Waroros
2024-09-23
1
-0
/
+7
|
|
*
ResourceLoader: Handle another case of user tokens
Pedro J. Estébanez
2024-09-05
1
-0
/
+5
|
|
*
Change warning muting so it affects all levels, but locally
Pedro J. Estébanez
2024-09-05
1
-0
/
+9
|
|
*
ResourceLoader: Use better error handling for possible engine bugs
Pedro J. Estébanez
2024-09-05
1
-12
/
+2
|
|
*
WorkerThreadPool (plus friends): Overhaul unlock allowance zones
Pedro J. Estébanez
2024-09-05
9
-106
/
+101
|
|
*
ResourceLoader: Fix edge cases in the management of user tokens
Pedro J. Estébanez
2024-09-05
2
-84
/
+100
|
|
*
ResourceLoader: Optimize remap check by deferring until a non-mutex zone
Pedro J. Estébanez
2024-09-05
2
-6
/
+5
|
|
*
ResourceLoader: Enhance deadlock prevention
Pedro J. Estébanez
2024-09-05
4
-20
/
+45
|
|
*
ResourceLoader: Properly push & pop TLS state on recursive load tasks
Pedro J. Estébanez
2024-09-05
2
-0
/
+24
|
|
*
Fix use condition_variable after free
Aleksey Vasenev
2024-09-05
2
-8
/
+14
|
|
*
ResourceLoader: Revert workaround resource loading crashes due to buggy TLS
Pedro J. Estébanez
2024-09-05
2
-12
/
+8
*
|
|
Fix `VERSION_FULL_CONFIG` excess dot on 0
Spartan322
2024-11-08
1
-1
/
+1
*
|
|
Fix C# operator *(Transform3D, AABB)
kleonc
2024-11-01
1
-4
/
+4
*
|
|
Merge pull request #817 from Spartan322/4.3-fixup/copyright-headers
George L. Albany
2024-10-27
365
-730
/
+730
|
\
\
\
|
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
365
-730
/
+730
*
|
|
|
Fix `GDExtensionAPIDump` lacking status_version header
Spartan322
2024-10-27
1
-0
/
+1
|
/
/
/
*
|
|
Fix VERSION_FULL_CONFIG ignoring status versioning
Spartan322
2024-10-23
2
-3
/
+6
*
|
|
Fix `Projection::invert` on orthogonal projections and others.
Álex Román
2024-10-22
1
-91
/
+219
*
|
|
Bump version to 4.3-beta.1
Spartan322
2024-10-17
2
-1
/
+10
*
|
|
feat: add maximum traversals to astargrid2d
Veradictus
2024-10-17
2
-0
/
+24
*
|
|
Rebrand preambles to Redot
Spartan322
2024-10-13
365
-0
/
+730
*
|
|
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
23
-40
/
+204
|
/
/
*
|
WorkerThreadPool: Fix end-of-yield logic potentially leading to deadlocks
Pedro J. Estébanez
2024-09-17
1
-1
/
+4
*
|
Object: Let debug lock handle callee destruction within call chain gracefully
Pedro J. Estébanez
2024-09-17
1
-4
/
+7
*
|
Fix gamepad triggers not working on web exports
Lisandro Lorea
2024-09-17
1
-1
/
+1
*
|
Fix parsing of `4.` in Expression
Haoyu Qiu
2024-09-17
1
-7
/
+3
*
|
Add modf function and fix snap behavior
Hristo Iliev
2024-09-17
1
-0
/
+3
*
|
Make sure huf_decompress is only applied to 64-bit x86.
MBCX
2024-09-17
1
-1
/
+1
*
|
Fix RandomPCG::rand_weighted incorrectly returning -1
Togira
2024-09-16
1
-0
/
+5
*
|
Fix virtual binding for `ScriptLanguageExtension::_reload_scripts`
voidedWarranties
2024-09-16
1
-0
/
+1
*
|
Avoid potential crash on signal disconnection
Pedro J. Estébanez
2024-09-16
1
-1
/
+5
*
|
StringName: Use inline static field definitions
Gergely Kis
2024-09-16
2
-13
/
+4
*
|
Fix reload of GDExtension libraries in framework package on macos
Joel Croteau
2024-09-16
1
-10
/
+1
*
|
Fix split_floats behavior when spaces are used as separators
Haoyu Qiu
2024-09-16
1
-2
/
+8
*
|
[.NET] Move search in files extension list definition to be after Scene level...
bruvzg
2024-09-16
1
-9
/
+0
|
/
*
ResourceLoader: Fix error on querying progress for uncached loads
Pedro J. Estébanez
2024-08-13
1
-4
/
+6
*
Fix use-after-free in `FileAccess::exists`
Mikael Hermansson
2024-08-09
1
-0
/
+4
*
[ResourceLoader] Add check to prevent double free crashes.
bruvzg
2024-08-06
1
-2
/
+5
*
Fix global class cache file not present when no class name
Hilderin
2024-07-31
2
-5
/
+0
[next]