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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add check to ensure registered classes are declared
A Thousand Ships
2023-08-28
1
-0
/
+3
*
Re-enable docs cache with fixes
Pedro J. Estébanez
2023-07-05
1
-2
/
+2
*
Add a backwards-compatibility system for GDExtension method
Juan Linietsky
2023-05-15
1
-24
/
+50
*
Improve reliability of editor docs cache
Pedro J. Estébanez
2023-04-25
1
-0
/
+1
*
Avoid losing references to objects in the native-scripting boundary
Pedro J. Estébanez
2023-02-03
1
-0
/
+29
*
Merge pull request #64253 from heppocogne/Fix-native-enum-release-1
Rémi Verschelde
2023-01-06
1
-14
/
+5
|
\
|
*
Register native base class name of enum types when release build
heppocogne
2022-12-30
1
-14
/
+5
*
|
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
-2
/
+2
|
/
*
Clean-up array editing
reduz
2022-08-02
1
-0
/
+2
*
Implement Feature Build Profiles
reduz
2022-07-22
1
-7
/
+8
*
Implement a BitField hint
reduz
2022-07-05
1
-2
/
+15
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-3
/
+3
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+3
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-5
/
+5
*
Change D_METHOD to variadic template
kobewi
2022-04-30
1
-18
/
+12
*
Remove argument name strings from release builds
George Marques
2022-04-05
1
-0
/
+14
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-2
/
+2
*
Object: Remove unused category boilerplate
Rémi Verschelde
2022-03-26
1
-3
/
+0
*
Add static method support to ClassDB
reduz
2022-03-22
1
-66
/
+18
*
Create GDExtension clases for PhysicsServer3D
reduz
2022-03-15
1
-0
/
+14
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-5
/
+12
*
Reorganize inspector layout workflow for Control nodes
Yuri Sizov
2022-02-10
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Change gdnative interface so that Godot object initialization should be trigg...
Gilles Roudière
2021-11-30
1
-2
/
+1
*
Remove ItemList editor and replace it by a property array
Gilles Roudière
2021-10-28
1
-1
/
+1
*
Merge pull request #52293 from neikeq/class-db-api-type-bug
Rémi Verschelde
2021-10-12
1
-0
/
+3
|
\
|
*
Fix ClassDB API type mismatch bug between --editor and player
Ignacio Roldán Etcheverry
2021-08-31
1
-0
/
+3
*
|
Enable method type information on release builds
George Marques
2021-10-07
1
-26
/
+0
*
|
[ClassDB] Unify construct/extension retrieval.
Fabio Alessandrelli
2021-09-22
1
-1
/
+1
*
|
[Core] Add ClassDB functions to retrieve/construct extensions.
Fabio Alessandrelli
2021-09-22
1
-0
/
+1
*
|
Implement properties arrays in the Inspector.
Gilles Roudière
2021-09-07
1
-0
/
+2
*
|
Implement error return documetation
reduz
2021-08-24
1
-0
/
+28
*
|
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-23
1
-11
/
+0
*
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-1
/
+1
|
/
*
Fix capsule height/radius setters with linked properties
PouleyKetchoupp
2021-08-19
1
-0
/
+1
*
Namespaces instead of underscore prefix for binds
Max Hilbrunner
2021-08-17
1
-10
/
+10
*
Add a instance callback for extensions
George Marques
2021-08-05
1
-1
/
+1
*
Implement Resource UIDs
reduz
2021-07-24
1
-0
/
+1
*
Editor StringName and Viewport optimizations
Joan Fons
2021-07-20
1
-22
/
+22
*
Implement the ability to disable classes
reduz
2021-07-13
1
-0
/
+11
*
Implement native extension system
reduz
2021-06-25
1
-1
/
+3
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
Add API for registering native extensions
reduz
2021-06-04
1
-0
/
+9
*
Modernize RWLock
Pedro J. Estébanez
2021-01-19
1
-2
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-0
/
+427