summaryrefslogtreecommitdiffstats
path: root/core/object
Commit message (Expand)AuthorAgeFilesLines
* Use mingw-std-threads in MinGW buildsPedro J. Estébanez2023-11-181-1/+1
* Merge pull request #84847 from RandomShaper/lang_init_termRémi Verschelde2023-11-141-7/+29
|\
| * Let languages init & finish run without locks heldPedro J. Estébanez2023-11-131-7/+29
* | Fill remaining global scope constant descriptionskobewi2023-11-132-7/+4
|/
* Reduced output spam from rapid property changesSofox2023-11-121-1/+3
* Merge pull request #84557 from TheSofox/undo-history-sync-fixRémi Verschelde2023-11-102-0/+6
|\
| * Fix for stopping the Undo History being desynchronised from actual Undo queue.Sofox2023-11-102-0/+6
* | Merge pull request #84657 from RandomShaper/lang_srv_threadingRémi Verschelde2023-11-094-10/+41
|\ \
| * | Make languages bookkeeping thread-safePedro J. Estébanez2023-11-094-10/+41
| |/
* | Merge pull request #83670 from raulsntos/notification-predelete-cleanupRémi Verschelde2023-11-092-0/+3
|\ \ | |/ |/|
| * Add `NOTIFICATION_PREDELETE_CLEANUP` notificationRaul Santos2023-10-202-0/+3
* | Polish & fix editor help cache generationPedro J. Estébanez2023-11-022-1/+19
* | Merge pull request #83695 from YuriSizov/core-lock-and-keyRémi Verschelde2023-10-241-3/+8
|\ \
| * | Improve threading in ClassDB and EditorHelpYuri Sizov2023-10-201-3/+8
* | | Merge pull request #83588 from voidedWarranties/fix_sle_validateRémi Verschelde2023-10-241-0/+3
|\ \ \ | |/ / |/| |
| * | Add `path` option to `ScriptLanguageExtension::_validate`voidedWarranties2023-10-221-0/+3
| |/
* / Allow coexistance of GDScript and GDExtension virtual methods in the same objectanrp2023-10-191-2/+2
|/
* Fix tilemap live editing while game is runningpancelor2023-10-142-21/+24
* Merge pull request #72751 from dalexeev/doc-comment-colorRémi Verschelde2023-10-093-0/+12
|\
| * Highlight doc comments in a different colorDanil Alexeev2023-10-083-0/+12
* | Merge pull request #83003 from AThousandShips/null_check_extraRémi Verschelde2023-10-091-3/+3
|\ \
| * | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-3/+3
| |/
* | Merge pull request #83002 from AThousandShips/safety_checkRémi Verschelde2023-10-091-2/+2
|\ \
| * | Replace `sanity` with `safety` for checksA Thousand Ships2023-10-081-2/+2
| |/
* / Fixes to allow object-less callables throughout GodotMai Lavelle2023-10-062-16/+39
|/
* Add vararg call() method to C++ Callablekobewi2023-10-051-9/+2
* Merge pull request #82799 from CedNaru/feature/expose_free_instance_bindingRémi Verschelde2023-10-052-2/+2
|\
| * expose Object::free_instance_binding to GDExtensionCed Naru2023-10-042-2/+2
* | Core: Fix `Object::has_method()` for script static methodsDanil Alexeev2023-10-044-1/+14
|/
* Merge pull request #82682 from dsnopek/gdextension-dont-deprecate-script-cate...Rémi Verschelde2023-10-031-2/+0
|\
| * GDExtension: Don't deprecate old method of getting script categoryDavid Snopek2023-10-021-2/+0
* | Fix expected argument count for `Callable` call errorsDanil Alexeev2023-09-291-8/+10
|/
* add GDExtensionScriptInstanceGetClassCategoryDavid Cambré2023-09-271-3/+14
* Merge pull request #80527 from raulsntos/dotnet/generate-compat-methods-from-...Rémi Verschelde2023-09-262-3/+60
|\
| * C#: Generate and use compat methodsRaul Santos2023-09-192-3/+60
* | Merge pull request #82332 from Sauermann/fix-struct-typeRémi Verschelde2023-09-261-1/+1
|\ \
| * | Fix type of notification_funcMarkus Sauermann2023-09-251-1/+1
* | | Merge pull request #80284 from dsnopek/gdextension-hot-reloadRémi Verschelde2023-09-266-12/+163
|\ \ \ | |/ / |/| |
| * | Implement reloading of GDExtensionsDavid Snopek2023-09-256-12/+163
* | | Merge pull request #82195 from AThousandShips/radian_fixRémi Verschelde2023-09-251-1/+1
|\ \ \
| * | | Replace `radians` range hint with `radians_as_degrees`A Thousand Ships2023-09-251-1/+1
| |/ /
* | | Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-supportRémi Verschelde2023-09-256-3/+25
|\ \ \
| * | | C#: Abstract script class support398utubzyt2023-09-156-3/+25
* | | | Merge pull request #78573 from dalexeev/editor-create-script-class-nameRémi Verschelde2023-09-253-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Editor: Remove unused Class Name field from Create Script dialogDanil Alexeev2023-09-123-0/+6
* | | | Merge pull request #81521 from dsnopek/method-bind-default-argument-hash-fixRémi Verschelde2023-09-222-7/+10
|\ \ \ \
| * | | | Fix method hashes with default argumentsDavid Snopek2023-09-212-7/+10
* | | | | Add functions for non-ptr style virtual calls in GDExtensionJeff Ward2023-09-192-7/+22
| |_|/ / |/| | |
* | | | [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-116-45/+45
| |/ / |/| |
* | | Merge pull request #81515 from dsnopek/gdextension-validate-property-objectRémi Verschelde2023-09-113-1/+25
|\ \ \