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
*
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
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-6
/
+6
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Add a new HashMap implementation
reduz
2022-05-12
1
-75
/
+42
*
Change D_METHOD to variadic template
kobewi
2022-04-30
1
-182
/
+5
*
Remove argument name strings from release builds
George Marques
2022-04-05
1
-0
/
+9
*
Merge pull request #59548 from akien-mga/obj-remove-unused-categories
Rémi Verschelde
2022-03-28
1
-9
/
+0
|
\
|
*
Object: Remove unused category boilerplate
Rémi Verschelde
2022-03-26
1
-9
/
+0
*
|
Add GDExtension support to Script
reduz
2022-03-27
1
-2
/
+7
|
/
*
Create GDExtension clases for PhysicsServer3D
reduz
2022-03-15
1
-1
/
+26
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-0
/
+13
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-4
/
+4
*
Reorganize inspector layout workflow for Control nodes
Yuri Sizov
2022-02-10
1
-4
/
+14
*
Merge pull request #43015 from Xrayez/refactor-auto-instaprop
Rémi Verschelde
2022-02-08
1
-1
/
+2
|
\
|
*
Refactor auto-instantiation of `Object` properties in editor
Andrii Doroshenko (Xrayez)
2021-12-28
1
-1
/
+2
*
|
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Change gdnative interface so that Godot object initialization should be trigg...
Gilles Roudière
2021-11-30
1
-27
/
+21
*
Enable method type information on release builds
George Marques
2021-10-07
1
-17
/
+4
*
Improve error message when instantiating virtual class
Maxime Lapointe
2021-10-05
1
-1
/
+1
*
[ClassDB] Unify construct/extension retrieval.
Fabio Alessandrelli
2021-09-22
1
-4
/
+6
*
[Core] Add ClassDB functions to retrieve/construct extensions.
Fabio Alessandrelli
2021-09-22
1
-0
/
+7
*
Implement properties arrays in the Inspector.
Gilles Roudière
2021-09-07
1
-0
/
+12
*
Implement error return documetation
reduz
2021-08-24
1
-0
/
+26
*
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-1
/
+14
*
Fix capsule height/radius setters with linked properties
PouleyKetchoupp
2021-08-19
1
-0
/
+14
*
Add a instance callback for extensions
George Marques
2021-08-05
1
-2
/
+4
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-14
/
+16
*
Merge pull request #50786 from reduz/implement-resource-uids
Rémi Verschelde
2021-07-24
1
-0
/
+4
|
\
|
*
Implement Resource UIDs
reduz
2021-07-24
1
-0
/
+4
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-37
/
+36
|
/
[next]