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@711c725cf1b641d05d6cc988a64601622e48fe4a
Spartan322
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
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
|
/
*
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
|
/
*
Improve reliability of editor docs cache
Pedro J. Estébanez
2023-04-25
1
-1
/
+8
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-10
/
+10
*
Fix default values on virtual classes causing errors in projects
Aaron Franke
2022-11-09
1
-1
/
+1
*
Fix default values not showing up on virtual classes
Aaron Franke
2022-11-06
1
-1
/
+1
*
Don't allow instancing virtual node types in the Create New Node dialog
Aaron Franke
2022-11-05
1
-1
/
+7
*
GDExtension: add support for abstract and virtual classes
Ricardo Buring
2022-10-16
1
-1
/
+4
*
free NativeExtensionMethodBinds on unregister
Waridley
2022-10-05
1
-1
/
+5
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-2
/
+2
*
Clean-up array editing
reduz
2022-08-02
1
-2
/
+24
*
Implement Feature Build Profiles
reduz
2022-07-22
1
-0
/
+7
*
Implement a BitField hint
reduz
2022-07-05
1
-10
/
+31
*
Clean up Hash Functions
reduz
2022-06-20
1
-26
/
+26
[next]