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
*
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-20
/
+20
|
\
|
*
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
1
-20
/
+20
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
[Core] Add way to check if a signal has any connections
A Thousand Ships
2024-09-20
1
-0
/
+19
*
Make editor use translation domains
Haoyu Qiu
2024-09-17
1
-18
/
+0
*
Allow configuring which translation domain Object.tr uses
Haoyu Qiu
2024-09-17
1
-2
/
+14
*
Merge pull request #96856 from RandomShaper/selfdestruct_correctness
Rémi Verschelde
2024-09-16
1
-4
/
+7
|
\
|
*
Object: Let debug lock handle callee destruction within call chain gracefully
Pedro J. Estébanez
2024-09-12
1
-4
/
+7
*
|
StringName: Fix empty hash
rune-scape
2024-09-09
1
-1
/
+0
|
/
*
Merge pull request #89649 from dalexeev/core-bind-and-doc-iter-virtual-methods
Rémi Verschelde
2024-09-06
1
-19
/
+51
|
\
|
*
Core: Bind and document iterator API virtual methods
Danil Alexeev
2024-08-27
1
-19
/
+51
*
|
Merge pull request #70096 from rune-scape/stringname-dict
Rémi Verschelde
2024-09-03
1
-5
/
+5
|
\
\
|
*
|
StringName Dictionary keys
rune-scape
2024-08-29
1
-5
/
+5
|
|
/
*
|
Core: Сheck `r_error` after calling `callp()`
Danil Alexeev
2024-08-30
1
-2
/
+2
*
|
Merge pull request #96317 from Chaosus/objectdb_write_path_instead_of_name_at...
Rémi Verschelde
2024-08-30
1
-2
/
+2
|
\
\
|
*
|
Write path instead of name at verbose output of leaked instances
Chaosus
2024-08-30
1
-2
/
+2
|
|
/
*
|
Merge pull request #96166 from AThousandShips/more_lock_raii
Rémi Verschelde
2024-08-30
1
-8
/
+3
|
\
\
|
*
|
Use `MutexLock` in more places
A Thousand Ships
2024-08-29
1
-8
/
+3
|
|
/
*
/
Import/export GLTF extras to node->meta
demolke
2024-08-29
1
-0
/
+8
|
/
*
Add `String.is_valid_unicode_identifier()`
Haoyu Qiu
2024-08-27
1
-1
/
+1
*
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
1
-2
/
+6
*
Avoid potential crash on signal disconnection
Pedro J. Estébanez
2024-08-19
1
-1
/
+5
*
Split TranslationServer into its own file
Haoyu Qiu
2024-08-15
1
-1
/
+1
*
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
|
/
[next]