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 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
|
/
*
Editor StringName and Viewport optimizations
Joan Fons
2021-07-20
1
-20
/
+20
*
Implement native extension system
reduz
2021-06-25
1
-3
/
+8
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-4
/
+4
*
Add API for registering native extensions
reduz
2021-06-04
1
-2
/
+60
*
fix crash on null class in ClassDB.get_property() and set_property()
jmb462
2021-04-02
1
-0
/
+4
*
Modernize RWLock
Pedro J. Estébanez
2021-01-19
1
-9
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
[next]