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
*
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
*
Merge pull request #94910 from RandomShaper/res_load_unlocked
Rémi Verschelde
2024-07-31
1
-1
/
+13
|
\
|
*
ResourceLoader: Let resource setup late steps invoke loading in turn
Pedro J. Estébanez
2024-07-29
1
-1
/
+13
*
|
Fix use-after-free in WorkerThreadPool
Alvin Wong
2024-07-29
1
-1
/
+5
|
/
*
[Core] Fix `Variant::construct` of `Object`
A Thousand Ships
2024-07-25
1
-1
/
+7
*
Replace .NET detection code with `ClassDB::class_exists("CSharpScript")`.
bruvzg
2024-07-23
1
-1
/
+1
*
Support 64-bit image sizes for VRAM compression
BlueCube3310
2024-07-21
2
-2
/
+2
*
Fix Image CowData crash when baking large lightmaps
Hugo Locurcio
2024-07-19
2
-66
/
+50
*
Merge pull request #94526 from RandomShaper/wtp_rl_prize_prequel
Rémi Verschelde
2024-07-19
5
-50
/
+72
|
\
|
*
ResourceLoader: Fix sync issues with error reporting
Pedro J. Estébanez
2024-07-19
1
-2
/
+4
|
*
Fixup recent changes to threading concerns
Pedro J. Estébanez
2024-07-16
4
-44
/
+48
|
*
WorkerThreadPool: Fix wrong sync logic breaking task map integrity
Pedro J. Estébanez
2024-07-15
1
-3
/
+4
|
*
Re-add resource thread-safety measures
Pedro J. Estébanez
2024-07-15
1
-1
/
+16
*
|
[Core] Fix TypedArray encoding when full objects is disabled
Fabio Alessandrelli
2024-07-18
1
-5
/
+13
*
|
Merge pull request #94452 from jamie-pate/fix_73374
Rémi Verschelde
2024-07-17
2
-3
/
+2
|
\
\
|
*
|
Fix Game window stops responding when debugger pauses
Jamie Pate
2024-07-10
2
-3
/
+2
|
|
/
*
|
Merge pull request #94373 from maiself/fix-library-path-as-abs
Rémi Verschelde
2024-07-17
1
-1
/
+1
|
\
\
|
*
|
Fix to restore `library_path` as absolute path
Mai Lavelle
2024-07-14
1
-1
/
+1
*
|
|
Merge pull request #94413 from rburing/fix_action_press_tick
Rémi Verschelde
2024-07-17
1
-2
/
+4
|
\
\
\
|
*
|
|
Fix physics tick count in Input.action_press and Input.action_release
Ricardo Buring
2024-07-16
1
-2
/
+4
|
|
/
/
*
|
|
Merge pull request #94307 from Bromeon/feature/bitfield-unsigned-docs
Rémi Verschelde
2024-07-17
1
-1
/
+5
|
\
\
\
|
*
|
|
GDExtension docs: advise bindings to use uint64_t for bitfields
Jan Haller
2024-07-15
1
-1
/
+5
|
|
/
/
*
|
|
Merge pull request #94238 from RandomShaper/ref_is_now_rc
Rémi Verschelde
2024-07-17
1
-1
/
+1
|
\
\
\
[next]