summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #88365 from dalexeev/gds-fix-gdc-exportRémi Verschelde2024-02-151-0/+12
|\ \
| * | GDScript: Fix extension comparison for exported scriptsDanil Alexeev2024-02-151-0/+12
| |/
* / Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
|/
* Merge pull request #81629 from rune-scape/more-gdscript-depsRémi Verschelde2024-02-121-26/+29
|\
| * GDScript: Include lambda dependenciesrune-scape2023-12-261-26/+29
* | GDScript: Enable compression on exportGeorge Marques2024-02-081-1/+1
* | GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-081-2/+22
* | Merge pull request #86999 from AThousandShips/init_noteRémi Verschelde2024-02-081-2/+4
|\ \
| * | Improve error message when a GDScript instance fails to be constructedA Thousand Ships2024-01-091-2/+4
* | | Revert "Add UID support to GDScript files"Rémi Verschelde2024-01-291-111/+11
* | | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-10/+10
* | | Merge pull request #67132 from KoBeWi/This_commit_message_is_auto-generated._...Rémi Verschelde2024-01-181-11/+111
|\ \ \
| * | | Add UID support to GDScript fileskobewi2024-01-171-11/+111
| |/ /
* | | Merge pull request #86676 from rune-scape/sparse-script-reloadYuri Sizov2024-01-171-15/+14
|\ \ \ | |/ / |/| |
| * | Hot-reload only changed scriptsrune-scape2024-01-021-15/+14
| |/
* / GDScript: Lambda hotswap fixesrune-scape2024-01-041-91/+38
|/
* Fix missing time for some script functions in profilermsreis2023-12-191-1/+70
* Merge pull request #85603 from eldidou/speed-up-get-must-clear-dependenciesYuri Sizov2023-12-161-25/+16
|\
| * Speed up GDScript::get_must_clear_dependencies()eldidou2023-12-091-25/+16
* | Remove unnecessary assignmentsWilson E. Alvarez2023-12-131-2/+1
|/
* Merge pull request #85373 from DmitriySalnikov/update_singletonsRémi Verschelde2023-12-041-0/+13
|\
| * Update cached singletons when reloading GDScriptsDmitriySalnikov2023-11-301-0/+13
* | Fix GDScript thread-exit routine assuming thread-enter was calledPedro J. Estébanez2023-11-271-0/+6
|/
* Fixup thread-owned lambda bookkeeping on thread exit (take 2)Pedro J. Estébanez2023-11-231-13/+74
* Revert recently added approach to cross-thread lambda survivalPedro J. Estébanez2023-11-221-91/+11
* Fix leak in the bookkeeping of GDScript lambdasPedro J. Estébanez2023-11-211-8/+10
* Merge pull request #84659 from RandomShaper/fix_lambda_cross_threadRémi Verschelde2023-11-121-13/+91
|\
| * Fixup thread-owned lambda bookkeeping on thread exitPedro J. Estébanez2023-11-101-13/+91
* | Assign temporary path to preloaded resourceskobewi2023-11-101-0/+5
|/
* GDScript: Lambda hot reloadingrune-scape2023-10-171-0/+40
* Merge pull request #83123 from astillich/82998-propagate-base-class-exportsRémi Verschelde2023-10-161-6/+13
|\
| * Fix editing exports in a base script not propagating the change to the opened...Alexander Stillich2023-10-161-6/+13
* | Core: Fix `Object::has_method()` for script static methodsDanil Alexeev2023-10-041-0/+4
* | GDScript: Improve highlighting of typesDanil Alexeev2023-10-031-53/+45
|/
* Merge pull request #82186 from dalexeev/gds-fix-property-duplicationYuri Sizov2023-09-281-8/+10
|\
| * GDScript: Fix duplication of inherited script propertiesDanil Alexeev2023-09-231-8/+10
* | GDScript: Implement pattern guards for match statementGeorge Marques2023-09-271-0/+2
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-2/+2
|/
* Merge pull request #81201 from anvilfolk/rpcRémi Verschelde2023-09-121-16/+0
|\
| * GDScript: fix subclass methods not inheriting RPC infoocean (they/them)2023-09-111-16/+0
* | GDScript: Fix `get_*_list()` methods return incorrect infoDanil Alexeev2023-09-041-92/+35
|/
* Fix Object::notification orderMarkus Sauermann2023-08-301-3/+11
* Merge pull request #75778 from KoBeWi/_vpRémi Verschelde2023-08-291-1/+22
|\
| * Expose _validate_property() for scriptingkobewi2023-08-281-1/+22
* | Add a script method to get its class iconYuri Sizov2023-08-241-7/+7
|/
* Add error message when a GDScript resource fails to load.ocean (they/them)2023-07-311-0/+5
* Support threads in the script debuggerJuan Linietsky2023-07-261-23/+18
* GDScript: solve `_populate_class_members()` cyclic dependency problemocean (they/them)2023-07-081-1/+1
* GDScript: Remove unnecessary name check in `_get_property_list()`Danil Alexeev2023-06-221-3/+5
* Fix errors destroying script with static variablesjpcerrone2023-06-211-1/+1