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
/
class_db.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
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@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-44
/
+44
|
\
|
|
*
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
1
-44
/
+44
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Merge pull request #92888 from Hilderin/fix-unable-to-use-resourceLoader-in-c...
Rémi Verschelde
2024-09-12
1
-0
/
+7
|
\
|
*
Fix Unable to use ResourceLoader in C# after threaded load in GDScript #92798
Hilderin
2024-09-11
1
-0
/
+7
*
|
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
*
|
Fix `bool` type appearing in GDExtension header
Jan Haller
2024-08-31
1
-2
/
+2
*
|
Core: Сheck `r_error` after calling `callp()`
Danil Alexeev
2024-08-30
1
-2
/
+4
*
|
Fix editor needs restart after adding GDExtensions
Hilderin
2024-08-29
1
-0
/
+16
*
|
Merge pull request #91018 from Daylily-Zeleen/daylily-zeleen/optionally_posti...
Rémi Verschelde
2024-08-26
1
-27
/
+89
|
\
\
|
*
|
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
1
-27
/
+89
|
|
/
*
|
Merge pull request #93602 from aaronp64/inspector_latency
Rémi Verschelde
2024-08-22
1
-0
/
+23
|
\
\
|
|
/
|
/
|
|
*
Improve Editor Inspector/Theme item lookup performance
aaronp64
2024-08-20
1
-0
/
+23
*
|
Merge pull request #93942 from MikeSchulze/73525
Rémi Verschelde
2024-07-11
1
-0
/
+15
|
\
\
|
*
|
Fix gdscript analyzer error when instantiating EditorPlugins.
baptr
2024-07-10
1
-0
/
+15
|
|
/
*
/
GDExtension: Fix setting base class properties on a runtime class
David Snopek
2024-07-08
1
-19
/
+44
|
/
*
Fix `ClassDB` not checking for `API_EDITOR_EXTENSION`
Mikael Hermansson
2024-05-25
1
-3
/
+3
*
Don't use `ERR_PRINT_ONCE()` for runtime class error because it will hide errors
David Snopek
2024-05-21
1
-1
/
+1
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-1
/
+0
*
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-1
/
+1
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-4
/
+5
*
GDExtension: provide `free_property_list_func` with length of array
Jan Haller
2024-04-27
1
-2
/
+3
*
Fix GDExtension hot reload for classes not created via `ClassDB::instantiate()`
David Snopek
2024-04-09
1
-8
/
+19
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+25
*
Fix compilation errors when `DISABLE_DEPRECATED` is defined
398utubzyt
2024-02-28
1
-0
/
+2
*
Allow registering "runtime classes" in modules (not just GDExtension)
David Snopek
2024-02-22
1
-17
/
+44
*
Allow registering "runtime classes"
David Snopek
2024-02-20
1
-5
/
+225
*
Allow GDExtensions to register virtual methods and call them on scripts
David Snopek
2024-02-12
1
-0
/
+22
*
Allow `free()` to be used as Callable
George Marques
2024-01-18
1
-0
/
+7
*
Polish & fix editor help cache generation
Pedro J. Estébanez
2023-11-02
1
-1
/
+16
*
Improve threading in ClassDB and EditorHelp
Yuri Sizov
2023-10-20
1
-3
/
+8
*
Merge pull request #80527 from raulsntos/dotnet/generate-compat-methods-from-...
Rémi Verschelde
2023-09-26
1
-3
/
+59
|
\
|
*
C#: Generate and use compat methods
Raul Santos
2023-09-19
1
-3
/
+59
*
|
Merge pull request #80284 from dsnopek/gdextension-hot-reload
Rémi Verschelde
2023-09-26
1
-4
/
+21
|
\
\
|
*
|
Implement reloading of GDExtensions
David Snopek
2023-09-25
1
-4
/
+21
*
|
|
Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-support
Rémi Verschelde
2023-09-25
1
-2
/
+12
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
C#: Abstract script class support
398utubzyt
2023-09-15
1
-2
/
+12
*
|
|
Merge pull request #81521 from dsnopek/method-bind-default-argument-hash-fix
Rémi Verschelde
2023-09-22
1
-4
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix method hashes with default arguments
David Snopek
2023-09-21
1
-4
/
+5
*
|
|
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-28
/
+28
*
|
|
Allow GDExtension to register unexposed class.
Daylily-Zeleen
2023-09-04
1
-1
/
+8
|
/
/
*
/
Fix GDExtension classes derived from abstract GDExtension classes always bein...
Ricardo Buring
2023-08-22
1
-1
/
+9
|
/
*
Re-enable docs cache with fixes
Pedro J. Estébanez
2023-07-05
1
-2
/
+2
*
Merge pull request #76446 from reduz/add-gdextension-api-compatibility
Rémi Verschelde
2023-05-15
1
-6
/
+124
|
\
|
*
Add a backwards-compatibility system for GDExtension method
Juan Linietsky
2023-05-15
1
-6
/
+124
*
|
Add peace-of-mind checks to API hash caching
Pedro J. Estébanez
2023-04-26
1
-1
/
+7
|
/
[next]