summaryrefslogtreecommitdiffstats
path: root/core/object
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix GDExtension hot reload for classes not created via `ClassDB::instantiate()`David Snopek2024-04-091-8/+19
| |/ /
* | | WorkerThreadPool: Fix yield-over for not-yet-started tasksPedro J. Estébanez2024-04-182-2/+12
* | | Merge pull request #90674 from RadiantUwU/change_stuffRémi Verschelde2024-04-182-0/+21
|\ \ \
| * | | Implement remove_user_signal()Radiant2024-04-182-0/+21
| | |/ | |/|
* | | WorkerThreadPool: Polish yielding (fix corner case, remove misleading warning)Pedro J. Estébanez2024-04-171-5/+3
* | | WorkerThreadPool: Support daemon-like tasks (via yield semantics)Pedro J. Estébanez2024-04-102-62/+111
* | | WorkerThreadPool: Fix data racePedro J. Estébanez2024-04-101-1/+3
|/ /
* / [Core] Add iteration support to `Array`A Thousand Ships2024-04-103-32/+32
|/
* Merge pull request #89451 from AThousandShips/emit_fixRémi Verschelde2024-03-241-41/+36
|\
| * [Core] Disconnect one-shot signals before calling callbacksA Thousand Ships2024-03-201-41/+36
* | Merge pull request #89261 from paulloz/core/fix-script-reloading-outside-scri...Rémi Verschelde2024-03-242-0/+21
|\ \ | |/ |/|
| * Fix how scripts reload outside of ScriptEditorPaul Joannon2024-03-182-0/+21
* | Merge pull request #89519 from YeldhamDev/are_you_kidding_me_right_nowRémi Verschelde2024-03-151-2/+2
|\ \
| * | Fix translation fallback not working in the Project ManagerMichael Alexsander2024-03-151-2/+2
* | | Merge pull request #89490 from AThousandShips/queue_print_fixRémi Verschelde2024-03-151-9/+9
|\ \ \ | |/ / |/| |
| * | [Core] Prevent further infinite recursion when printing errorsA Thousand Ships2024-03-141-9/+9
* | | Merge pull request #89489 from YeldhamDev/yet_another_etr_fixRémi Verschelde2024-03-141-2/+2
|\ \ \
| * | | Fix some translations not properly falling backMichael Alexsander2024-03-141-2/+2
| |/ /
* | | Merge pull request #89270 from Repiteo/enforce-typename-in-templatesRémi Verschelde2024-03-146-63/+63
|\ \ \
| * | | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-076-63/+63
| | |/ | |/|
* | | Add extension support for argument count to `ScriptInstance`A Thousand Ships2024-03-131-1/+8
| |/ |/|
* | Merge pull request #87680 from AThousandShips/the_angry_countRémi Verschelde2024-03-1311-0/+178
|\ \
| * | Add methods to get argument count of methodsA Thousand Ships2024-03-1011-0/+178
* | | SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-7/+1
* | | Merge pull request #82084 from ogapo/pr/pck-cache-mergeRémi Verschelde2024-03-111-6/+18
|\ \ \
| * | | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-6/+18
* | | | SCons: Convert remaining `run_in_subprocess` to `env.Run`Thaddeus Crews2024-03-101-2/+1
| |/ / |/| |
* | | Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-1/+1
| |/ |/|
* | Merge pull request #89175 from paulloz/dotnet/fix-exported-nodes-reset-withou...Rémi Verschelde2024-03-061-1/+6
|\ \
| * | Hint fallback property as node when it is a nodePaul Joannon2024-03-051-1/+6
* | | 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
* | | | Help compilers optimize Object::cast_to()Pedro J. Estébanez2024-03-061-2/+2
* | | | Fixed MERGE_ALL commit from repeating actionsSofox2024-03-052-1/+16
| |_|/ |/| |
* | | Allow configuring the script filename casing ruleRedMser2024-03-054-0/+23
| |/ |/|
* | Merge pull request #89055 from dsnopek/gdextension-script-free-listsRémi Verschelde2024-03-041-8/+27
|\ \
| * | GDExtension: Pass count when freeing method and property lists for script ins...David Snopek2024-03-021-8/+27
* | | Merge pull request #86743 from Mickeon/autocompletion-optimise-objectRémi Verschelde2024-03-012-7/+9
|\ \ \
| * | | Optimise Object's `get_argument_options`Micky2024-02-292-7/+9
* | | | Merge pull request #88958 from 398utubzyt/gltf/use-correct-nameRémi Verschelde2024-02-291-0/+2
|\ \ \ \
| * | | | Fix compilation errors when `DISABLE_DEPRECATED` is defined398utubzyt2024-02-281-0/+2
| | |/ / | |/| |
* / | | Add option to add built-in strings in the POT generationMichael Alexsander2024-02-281-4/+14
|/ / /
* | | Merge pull request #88870 from dsnopek/gdextension-fix-runtime-class-ancestor...Rémi Verschelde2024-02-271-14/+14
|\ \ \ | |/ / |/| |
| * | GDExtension: Fix calling ancestor methods on runtime classesDavid Snopek2024-02-261-14/+14
* | | Remove word duplicates in comments and strings, and fix casing and punctuationRobert Yevdokimov2024-02-232-2/+2
|/ /
* | Merge pull request #88683 from dsnopek/runtime-classes-in-modulesRémi Verschelde2024-02-234-19/+111
|\ \
| * | Allow registering "runtime classes" in modules (not just GDExtension)David Snopek2024-02-224-19/+111
* | | Fix some DEFVALs to use the right typeRaul Santos2024-02-233-2/+48
|/ /
* | Merge pull request #82554 from dsnopek/gdextension-placeholdersRémi Verschelde2024-02-204-18/+272
|\ \
| * | Allow registering "runtime classes"David Snopek2024-02-204-18/+272