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
/
object.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing public property_*_revert getters
Yuri Sizov
2022-11-29
1
-0
/
+2
*
Use StringName in the whole GDExtension API instead of const char *
Emmanuel Leblond
2022-11-08
1
-1
/
+2
*
Merge pull request #66427 from Mickeon/object-methods-autocompletion
Rémi Verschelde
2022-10-13
1
-0
/
+40
|
\
|
*
Add autocompletion to several Object methods
Micky
2022-09-26
1
-0
/
+40
*
|
Rename `set`/`get_indexed`'s "property" to "property_path"
Micky
2022-10-12
1
-2
/
+2
|
/
*
Rename CONNECT_ONESHOT TO CONNECT_ONE_SHOT
Micky
2022-09-06
1
-2
/
+2
*
Improve null and object printing to avoid confusion with arrays
Hugo Locurcio
2022-08-31
1
-1
/
+1
*
Merge pull request #64009 from KoBeWi/arrayy_lmao
Rémi Verschelde
2022-08-24
1
-12
/
+18
|
\
|
*
Replace Array return types with TypedArray 2
kobewi
2022-08-23
1
-12
/
+18
*
|
[GDExtension] Fix `_property_can_revert` and `_property_get_revert` methods u...
bruvzg
2022-08-23
1
-2
/
+2
|
/
*
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
1
-1
/
+2
*
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
1
-4
/
+59
*
Removed faulty function update after get_property_list.
Hristo Stamenov
2022-08-03
1
-2
/
+0
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-25
/
+3
*
GDExtension: reuse code with constructor PropertyInfo(const GDNativePropertyI...
Jan Haller
2022-06-29
1
-1
/
+1
*
Add a const call mode to Object, Variant and Script.
K. S. Ernest (iFire) Lee
2022-06-27
1
-0
/
+49
*
Implement varargs in Methodinfo
reduz
2022-06-23
1
-190
/
+0
*
Allow autocompletion of "noslider" in export_range
Marcus Elg
2022-06-19
1
-0
/
+35
*
Change set/get binding to use StringName
kobewi
2022-06-14
1
-3
/
+3
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+0
*
Add a new HashMap implementation
reduz
2022-05-12
1
-33
/
+29
*
Implement missing Node & Resource placeholders
reduz
2022-05-03
1
-18
/
+17
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-2
/
+11
*
Make vararg method bind no return and return
Pierre-Thomas Meisels
2022-03-30
1
-6
/
+4
*
Merge pull request #58608 from KoBeWi/metadefault
Rémi Verschelde
2022-03-29
1
-3
/
+9
|
\
|
*
Add optional 'default' argument to get_meta()
kobewi
2022-03-22
1
-3
/
+9
*
|
GDExtension: change to_string signature to accept GDNativeStringPtr instead o...
Jan Haller
2022-03-27
1
-1
/
+3
*
|
Refactor Object metadata
reduz
2022-03-24
1
-21
/
+49
|
/
*
Merge pull request #58690 from elmordo/bugfix-57553-gdextension-inheritance-fix
Rémi Verschelde
2022-03-10
1
-2
/
+6
|
\
|
*
fix of reading property list from custom nodes imported from GDExtension when...
Ing. Petr Jindra
2022-03-02
1
-2
/
+6
*
|
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-44
/
+8
|
/
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-9
/
+4
*
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
-3
/
+3
*
Change gdnative interface so that Godot object initialization should be trigg...
Gilles Roudière
2021-11-30
1
-2
/
+0
*
Fix the exceptions in signal disconnection
Xwdit
2021-11-17
1
-1
/
+1
*
Merge pull request #53710 from CaptainProton42/fix-extension-class-inspector-...
Hugo Locurcio
2021-11-14
1
-1
/
+6
|
\
|
*
Fetch extension class props from ClassDB
CaptainProton42
2021-10-12
1
-1
/
+6
*
|
Add is_built_in() method to Resource
kobewi
2021-11-04
1
-1
/
+1
*
|
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
1
-1
/
+1
*
|
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-1
/
+1
|
/
*
Merge pull request #47442 from Shatur/fix-connect-reference-counted
Rémi Verschelde
2021-10-01
1
-1
/
+1
|
\
|
*
Fix CONNECT_REFERENCE_COUNTED
Shatur95
2021-03-28
1
-1
/
+1
*
|
Replace BIND_VMETHOD by new GDVIRTUAL syntax
reduz
2021-08-22
1
-6
/
+9
*
|
Fix C# native instance bindings after recent re-write
Ignacio Roldán Etcheverry
2021-08-16
1
-0
/
+15
*
|
Add a instance callback for extensions
George Marques
2021-08-05
1
-2
/
+2
*
|
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-7
/
+7
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-18
/
+17
*
|
Make Object "meta" functions take StringName.
Fabio Alessandrelli
2021-07-22
1
-7
/
+7
[next]