summaryrefslogtreecommitdiffstats
path: root/core/object/object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-20/+20
|\
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-20/+20
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Core] Add way to check if a signal has any connectionsA Thousand Ships2024-09-201-0/+19
* Make editor use translation domainsHaoyu Qiu2024-09-171-18/+0
* Allow configuring which translation domain Object.tr usesHaoyu Qiu2024-09-171-2/+14
* Merge pull request #96856 from RandomShaper/selfdestruct_correctnessRémi Verschelde2024-09-161-4/+7
|\
| * Object: Let debug lock handle callee destruction within call chain gracefullyPedro J. Estébanez2024-09-121-4/+7
* | StringName: Fix empty hashrune-scape2024-09-091-1/+0
|/
* Merge pull request #89649 from dalexeev/core-bind-and-doc-iter-virtual-methodsRémi Verschelde2024-09-061-19/+51
|\
| * Core: Bind and document iterator API virtual methodsDanil Alexeev2024-08-271-19/+51
* | Merge pull request #70096 from rune-scape/stringname-dictRémi Verschelde2024-09-031-5/+5
|\ \
| * | StringName Dictionary keysrune-scape2024-08-291-5/+5
| |/
* | Core: Сheck `r_error` after calling `callp()`Danil Alexeev2024-08-301-2/+2
* | Merge pull request #96317 from Chaosus/objectdb_write_path_instead_of_name_at...Rémi Verschelde2024-08-301-2/+2
|\ \
| * | Write path instead of name at verbose output of leaked instancesChaosus2024-08-301-2/+2
| |/
* | Merge pull request #96166 from AThousandShips/more_lock_raiiRémi Verschelde2024-08-301-8/+3
|\ \
| * | Use `MutexLock` in more placesA Thousand Ships2024-08-291-8/+3
| |/
* / Import/export GLTF extras to node->metademolke2024-08-291-0/+8
|/
* Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-1/+1
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-2/+6
* Avoid potential crash on signal disconnectionPedro J. Estébanez2024-08-191-1/+5
* Split TranslationServer into its own fileHaoyu Qiu2024-08-151-1/+1
* Make errors on RefCounted.free() more accuratePedro J. Estébanez2024-07-151-1/+1
* Object: use correct GDExtensionConstStringNamePtrrune-scape2024-06-171-37/+4
* Use GDExtension `to_string` in NodeRaul Santos2024-06-111-0/+1
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+0
* Add shorthand for using singleton string nameskobewi2024-05-111-8/+8
* GDExtension: Prevent crash during shutdown as singletons are deletedDavid Snopek2024-05-101-3/+7
* Object: Add missing lockPedro J. Estébanez2024-05-081-3/+4
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-3/+2
* Merge pull request #91247 from AThousandShips/callable_fixRémi Verschelde2024-04-291-2/+2
|\
| * Fix unsafe uses of `Callable.is_null()`A Thousand Ships2024-04-271-2/+2
* | GDExtension: provide `free_property_list_func` with length of arrayJan Haller2024-04-271-1/+6
|/
* Implement remove_user_signal()Radiant2024-04-181-0/+19
* [Core] Add iteration support to `Array`A Thousand Ships2024-04-101-8/+8
* [Core] Disconnect one-shot signals before calling callbacksA Thousand Ships2024-03-201-41/+36
* Fix translation fallback not working in the Project ManagerMichael Alexsander2024-03-151-2/+2
* Fix some translations not properly falling backMichael Alexsander2024-03-141-2/+2
* Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+55
* Merge pull request #87222 from RandomShaper/fix_obj_leaks_reportRémi Verschelde2024-03-061-2/+3
|\
| * Fix inaccuracies in the report of leaked objectsPedro J. Estébanez2024-01-151-2/+3
* | Merge pull request #86743 from Mickeon/autocompletion-optimise-objectRémi Verschelde2024-03-011-5/+8
|\ \
| * | Optimise Object's `get_argument_options`Micky2024-02-291-5/+8
* | | Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-4/+14
|/ /
* | Fix some DEFVALs to use the right typeRaul Santos2024-02-231-2/+4
* | Allow registering "runtime classes"David Snopek2024-02-201-13/+33
* | Expose NOTIFICATION_EXTENSION_RELOADED to ClassDBEterDelta2024-02-021-0/+1
* | Simplify RefCounted check in free()kobewi2024-01-181-1/+1
|/