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
/
object
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
2
-1
/
+8
|
\
|
*
Merge pull request #95711 from TokageItLab/warn-oneshot-prop
Thaddeus Crews
2024-11-22
1
-0
/
+1
|
|
\
|
|
*
Add hint for oneshot & warning when it will be updated continuously
Silc Lizard (Tokage) Renew
2024-11-11
1
-0
/
+1
|
*
|
Force `get_thread_count()` to `1` if single threaded
Adam Scott
2024-11-18
1
-1
/
+7
*
|
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
1
-43
/
+61
|
\
|
|
|
*
|
Merge pull request #98963 from RandomShaper/fix_classdb_deadlock
Thaddeus Crews
2024-11-10
1
-43
/
+61
|
|
\
\
|
|
*
|
Fix deadlocks related to ClassDB queries about global classes
Pedro J. Estébanez
2024-11-08
1
-43
/
+61
*
|
|
|
Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f
Spartan322
2024-11-06
1
-1
/
+1
|
\
|
|
|
|
*
|
|
Style: Apply `clang-tidy` fixes (superficial)
Thaddeus Crews
2024-11-04
1
-1
/
+1
|
|
/
/
*
|
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
4
-68
/
+68
|
\
|
|
|
*
|
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
4
-68
/
+68
*
|
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
3
-15
/
+15
|
\
|
|
|
*
|
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
3
-15
/
+15
|
|
/
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
23
-46
/
+46
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
23
-0
/
+46
*
|
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
2
-2
/
+2
|
/
*
Merge pull request #93299 from rune-scape/fix-ref
Rémi Verschelde
2024-10-02
1
-66
/
+36
|
\
|
*
Refactor ref-counting code and fix ref counted releasing before aquiring
rune-scape
2024-09-21
1
-66
/
+36
*
|
Add `@export_tool_button` annotation for easily creating inspector buttons
Danil Alexeev
2024-09-27
1
-0
/
+1
*
|
Merge pull request #93311 from dsnopek/gdextension-required-virtuals
Rémi Verschelde
2024-09-27
3
-80
/
+90
|
\
\
|
*
|
GDExtension: Mark virtual function as `is_required` in `extension_api.json`
David Snopek
2024-09-11
3
-80
/
+90
*
|
|
Merge pull request #94864 from rune-scape/add-missing-method-bind
Rémi Verschelde
2024-09-26
1
-89
/
+48
|
\
\
\
|
*
|
|
Add missing CallableCustomMethodPointer for const methods
rune-scape
2024-09-23
1
-89
/
+48
|
|
|
/
|
|
/
|
*
|
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
|
|
Discard additional redo on commiting actions
kobewi
2024-09-24
2
-4
/
+5
|
/
/
*
|
Merge pull request #87344 from AThousandShips/signal_connected
Rémi Verschelde
2024-09-21
2
-0
/
+20
|
\
\
|
*
|
[Core] Add way to check if a signal has any connections
A Thousand Ships
2024-09-20
2
-0
/
+20
*
|
|
Merge pull request #97168 from Hilderin/fix-reloading-scripts-already-in-use
Rémi Verschelde
2024-09-20
2
-2
/
+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix reloading scripts already in use
Hilderin
2024-09-20
2
-2
/
+15
*
|
|
Make editor use translation domains
Haoyu Qiu
2024-09-17
1
-18
/
+0
*
|
|
Allow configuring which translation domain Object.tr uses
Haoyu Qiu
2024-09-17
2
-2
/
+19
|
/
/
*
|
Merge pull request #96959 from RandomShaper/revamp_languages_exit
Clay John
2024-09-16
2
-51
/
+155
|
\
\
|
*
|
WorkerThreadPool: Add safety point between languages finished and pool termin...
Pedro J. Estébanez
2024-09-16
2
-20
/
+96
|
*
|
WorkerThreadPool: Refactor running and exit-requested as runlevels
Pedro J. Estébanez
2024-09-16
2
-10
/
+30
|
*
|
WorkerThreadPool: Improve logic
Pedro J. Estébanez
2024-09-16
1
-25
/
+36
|
*
|
Revert "WorkerThreadPool: Enhance lifetime for more flexibility"
Pedro J. Estébanez
2024-09-13
1
-4
/
+1
*
|
|
Merge pull request #96856 from RandomShaper/selfdestruct_correctness
Rémi Verschelde
2024-09-16
1
-4
/
+7
|
\
\
\
|
*
|
|
Object: Let debug lock handle callee destruction within call chain gracefully
Pedro J. Estébanez
2024-09-12
1
-4
/
+7
*
|
|
|
Merge pull request #96024 from Ryan-000/expose_get_rpc_config
Rémi Verschelde
2024-09-16
3
-2
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Expose get_rpc_config and get_node_rpc_config
Ryan
2024-09-04
3
-2
/
+4
*
|
|
|
[Core] Optionally delete `Ref` `nullptr` comparisons
A Thousand Ships
2024-09-12
1
-0
/
+5
*
|
|
|
Merge pull request #92888 from Hilderin/fix-unable-to-use-resourceLoader-in-c...
Rémi Verschelde
2024-09-12
2
-0
/
+11
|
\
\
\
\
|
*
|
|
|
Fix Unable to use ResourceLoader in C# after threaded load in GDScript #92798
Hilderin
2024-09-11
2
-0
/
+11
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #95292 from aaronp64/is_parent_class_perf
Rémi Verschelde
2024-09-12
1
-8
/
+4
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Improve ClassDB::_is_parent_class performance
aaronp64
2024-08-08
1
-8
/
+4
*
|
|
|
Merge pull request #96760 from RandomShaper/wtp_langs_exit_thread
Rémi Verschelde
2024-09-11
4
-9
/
+32
|
\
\
\
\
|
*
|
|
|
Make languages' thread enter/exit more resilient
Pedro J. Estébanez
2024-09-10
4
-8
/
+28
|
*
|
|
|
WorkerThreadPool: Enhance lifetime for more flexibility
Pedro J. Estébanez
2024-09-10
1
-1
/
+4
|
|
|
/
/
|
|
/
|
|
*
/
|
|
StringName: Fix empty hash
rune-scape
2024-09-09
3
-45
/
+0
|
/
/
/
*
|
|
Merge pull request #78656 from Repiteo/typed-dictionary
Rémi Verschelde
2024-09-06
1
-0
/
+1
|
\
\
\
[next]