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
*
Expose NOTIFICATION_EXTENSION_RELOADED to ClassDB
EterDelta
2024-02-02
1
-0
/
+1
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-6
/
+6
*
Merge pull request #87353 from OverloadedOrama/max-undo-steps
Yuri Sizov
2024-01-24
2
-0
/
+24
|
\
|
*
Implement maximum undo steps in UndoRedo
Emmanouil Papadeas
2024-01-22
2
-0
/
+24
*
|
Merge pull request #87331 from KoBeWi/you_can_ref_count_on_that
Rémi Verschelde
2024-01-18
1
-1
/
+1
|
\
\
|
*
|
Simplify RefCounted check in free()
kobewi
2024-01-18
1
-1
/
+1
*
|
|
Merge pull request #87294 from vnen/allow-free-callable
Rémi Verschelde
2024-01-18
1
-0
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow `free()` to be used as Callable
George Marques
2024-01-18
1
-0
/
+7
*
|
|
Merge pull request #85939 from adamscott/single-threaded-godot-4
Rémi Verschelde
2024-01-18
1
-0
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
Adam Scott
2024-01-17
1
-0
/
+6
|
|
/
*
|
Merge pull request #86676 from rune-scape/sparse-script-reload
Yuri Sizov
2024-01-17
2
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Hot-reload only changed scripts
rune-scape
2024-01-02
2
-0
/
+2
*
|
Merge pull request #86587 from RandomShaper/wtp_enhance
Rémi Verschelde
2024-01-11
2
-256
/
+330
|
\
\
|
*
|
WorkerThreadPool: Avoid most runtime allocations
Pedro J. Estébanez
2024-01-08
2
-10
/
+33
|
*
|
WorkerThreadPool: Avoid deadlocks when CommandQueueMT is involved
Pedro J. Estébanez
2024-01-08
2
-0
/
+35
|
*
|
WorkerThreadPool: Overhaul scheduling and synchronization
Pedro J. Estébanez
2024-01-08
2
-249
/
+265
|
|
/
*
|
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
2
-2
/
+2
*
|
Merge pull request #86520 from touilleMan/fix-ScriptLanguageExtension-_find_f...
Rémi Verschelde
2024-01-02
1
-1
/
+1
|
\
\
|
*
|
Fix `ScriptLanguageExtension::_find_function` documentation
Emmanuel Leblond
2023-12-26
1
-1
/
+1
|
|
/
*
|
Merge pull request #86259 from TitanNano/jovan/fix_MethodInfo_eq
Rémi Verschelde
2024-01-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Include name field in MethodInfo operator ==
Jovan Gerodetti
2023-12-17
1
-1
/
+1
*
|
Fix missing time for some script functions in profiler
msreis
2023-12-19
3
-0
/
+4
*
|
Expose `Script.get_global_name()`
Alfonso J. Ramos
2023-12-18
1
-0
/
+2
|
/
*
Remove unnecessary assignments
Wilson E. Alvarez
2023-12-13
1
-9
/
+5
*
Merge pull request #70315 from RandomShaper/d3d12_mesa
Rémi Verschelde
2023-12-12
2
-0
/
+7
|
\
|
*
Add WorkerThreadPool::get_thread_index()
Pedro J. Estébanez
2023-12-01
2
-0
/
+7
*
|
Merge pull request #85770 from Repiteo/make-virtuals-refactor-and-fix
Yuri Sizov
2023-12-08
1
-118
/
+118
|
\
\
|
*
|
Fix EncodeT assignment in make_virtuals.py
Thaddeus Crews
2023-12-05
1
-1
/
+3
|
*
|
Refactor make_virtuals.py
Thaddeus Crews
2023-12-05
1
-120
/
+118
|
|
/
*
|
Merge pull request #85486 from paulloz/fix/property-groups-shadowing
Rémi Verschelde
2023-12-05
1
-0
/
+4
|
\
\
|
*
|
Fix property groups overriding real properties
Paul Joannon
2023-11-28
1
-0
/
+4
|
|
/
*
/
[Core] Prevent infinite recursion when printing errors
A Thousand Ships
2023-11-26
1
-3
/
+5
|
/
*
Prevent read-after-free in the queued CallableCustomStaticMethodPointer.
bruvzg
2023-11-23
1
-24
/
+0
*
Use mingw-std-threads in MinGW builds
Pedro J. Estébanez
2023-11-18
1
-1
/
+1
*
Merge pull request #84847 from RandomShaper/lang_init_term
Rémi Verschelde
2023-11-14
1
-7
/
+29
|
\
|
*
Let languages init & finish run without locks held
Pedro J. Estébanez
2023-11-13
1
-7
/
+29
*
|
Fill remaining global scope constant descriptions
kobewi
2023-11-13
2
-7
/
+4
|
/
*
Reduced output spam from rapid property changes
Sofox
2023-11-12
1
-1
/
+3
*
Merge pull request #84557 from TheSofox/undo-history-sync-fix
Rémi Verschelde
2023-11-10
2
-0
/
+6
|
\
|
*
Fix for stopping the Undo History being desynchronised from actual Undo queue.
Sofox
2023-11-10
2
-0
/
+6
*
|
Merge pull request #84657 from RandomShaper/lang_srv_threading
Rémi Verschelde
2023-11-09
4
-10
/
+41
|
\
\
|
*
|
Make languages bookkeeping thread-safe
Pedro J. Estébanez
2023-11-09
4
-10
/
+41
|
|
/
*
|
Merge pull request #83670 from raulsntos/notification-predelete-cleanup
Rémi Verschelde
2023-11-09
2
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Add `NOTIFICATION_PREDELETE_CLEANUP` notification
Raul Santos
2023-10-20
2
-0
/
+3
*
|
Polish & fix editor help cache generation
Pedro J. Estébanez
2023-11-02
2
-1
/
+19
*
|
Merge pull request #83695 from YuriSizov/core-lock-and-key
Rémi Verschelde
2023-10-24
1
-3
/
+8
|
\
\
|
*
|
Improve threading in ClassDB and EditorHelp
Yuri Sizov
2023-10-20
1
-3
/
+8
*
|
|
Merge pull request #83588 from voidedWarranties/fix_sle_validate
Rémi Verschelde
2023-10-24
1
-0
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add `path` option to `ScriptLanguageExtension::_validate`
voidedWarranties
2023-10-22
1
-0
/
+3
|
|
/
*
/
Allow coexistance of GDScript and GDExtension virtual methods in the same object
anrp
2023-10-19
1
-2
/
+2
|
/
[next]