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
*
Make errors on RefCounted.free() more accurate
Pedro J. Estébanez
2024-07-15
1
-1
/
+1
*
Object: use correct GDExtensionConstStringNamePtr
rune-scape
2024-06-17
1
-37
/
+4
*
Use GDExtension `to_string` in Node
Raul Santos
2024-06-11
1
-0
/
+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
-8
/
+8
*
GDExtension: Prevent crash during shutdown as singletons are deleted
David Snopek
2024-05-10
1
-3
/
+7
*
Object: Add missing lock
Pedro J. Estébanez
2024-05-08
1
-3
/
+4
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-3
/
+2
*
Merge pull request #91247 from AThousandShips/callable_fix
Rémi Verschelde
2024-04-29
1
-2
/
+2
|
\
|
*
Fix unsafe uses of `Callable.is_null()`
A Thousand Ships
2024-04-27
1
-2
/
+2
*
|
GDExtension: provide `free_property_list_func` with length of array
Jan Haller
2024-04-27
1
-1
/
+6
|
/
*
Implement remove_user_signal()
Radiant
2024-04-18
1
-0
/
+19
*
[Core] Add iteration support to `Array`
A Thousand Ships
2024-04-10
1
-8
/
+8
*
[Core] Disconnect one-shot signals before calling callbacks
A Thousand Ships
2024-03-20
1
-41
/
+36
*
Fix translation fallback not working in the Project Manager
Michael Alexsander
2024-03-15
1
-2
/
+2
*
Fix some translations not properly falling back
Michael Alexsander
2024-03-14
1
-2
/
+2
*
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+55
*
Merge pull request #87222 from RandomShaper/fix_obj_leaks_report
Rémi Verschelde
2024-03-06
1
-2
/
+3
|
\
|
*
Fix inaccuracies in the report of leaked objects
Pedro J. Estébanez
2024-01-15
1
-2
/
+3
*
|
Merge pull request #86743 from Mickeon/autocompletion-optimise-object
Rémi Verschelde
2024-03-01
1
-5
/
+8
|
\
\
|
*
|
Optimise Object's `get_argument_options`
Micky
2024-02-29
1
-5
/
+8
*
|
|
Add option to add built-in strings in the POT generation
Michael Alexsander
2024-02-28
1
-4
/
+14
|
/
/
*
|
Fix some DEFVALs to use the right type
Raul Santos
2024-02-23
1
-2
/
+4
*
|
Allow registering "runtime classes"
David Snopek
2024-02-20
1
-13
/
+33
*
|
Expose NOTIFICATION_EXTENSION_RELOADED to ClassDB
EterDelta
2024-02-02
1
-0
/
+1
*
|
Simplify RefCounted check in free()
kobewi
2024-01-18
1
-1
/
+1
|
/
*
Remove unnecessary assignments
Wilson E. Alvarez
2023-12-13
1
-9
/
+5
*
Add `NOTIFICATION_PREDELETE_CLEANUP` notification
Raul Santos
2023-10-20
1
-0
/
+1
*
Fixes to allow object-less callables throughout Godot
Mai Lavelle
2023-10-06
1
-10
/
+23
*
Merge pull request #82799 from CedNaru/feature/expose_free_instance_binding
Rémi Verschelde
2023-10-05
1
-1
/
+1
|
\
|
*
expose Object::free_instance_binding to GDExtension
Ced Naru
2023-10-04
1
-1
/
+1
*
|
Core: Fix `Object::has_method()` for script static methods
Danil Alexeev
2023-10-04
1
-1
/
+9
|
/
*
Fix expected argument count for `Callable` call errors
Danil Alexeev
2023-09-29
1
-8
/
+10
*
Merge pull request #80284 from dsnopek/gdextension-hot-reload
Rémi Verschelde
2023-09-26
1
-6
/
+95
|
\
|
*
Implement reloading of GDExtensions
David Snopek
2023-09-25
1
-6
/
+95
*
|
C#: Abstract script class support
398utubzyt
2023-09-15
1
-1
/
+4
|
/
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-4
/
+4
*
Allow implementing `Object::_validate_property()` from GDExtension
David Snopek
2023-09-10
1
-0
/
+21
*
Merge pull request #81221 from dalexeev/editor-inspector-and-signal-dock-impr...
Rémi Verschelde
2023-09-03
1
-1
/
+1
|
\
|
*
Editor: Inspector and Signal docks improvements
Danil Alexeev
2023-09-02
1
-1
/
+1
*
|
GDExtension: fix `bool` unknown in C
Jan Haller
2023-09-02
1
-1
/
+1
|
/
*
Fix Object::notification order
Markus Sauermann
2023-08-30
1
-5
/
+21
*
Expose _validate_property() for scripting
kobewi
2023-08-28
1
-0
/
+6
*
GDExtension: fix _get_property_list not working correctly in parent classes
Marc Gilleron
2023-07-20
1
-11
/
+13
*
Check parameter validity in `Object::set_script`
Angad Kambli
2023-07-07
1
-3
/
+5
*
Fix wrapping Object's in GDExtension that aren't exposed
David Snopek
2023-06-09
1
-0
/
+24
*
Merge pull request #70386 from sfrembling/70141
Yuri Sizov
2023-05-29
1
-1
/
+1
|
\
|
*
update error from Object::set_meta to be more human readable
Shea Frembling
2023-05-15
1
-1
/
+1
*
|
Merge pull request #73511 from dsnopek/gdextension-object-name
Rémi Verschelde
2023-05-22
1
-1
/
+1
|
\
\
|
*
|
Add GDExtension function to get Object class name
David Snopek
2023-05-22
1
-1
/
+1
[next]