summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #818 from Spartan322/fixup/copyright-headersGeorge L. Albany2024-10-271-2/+2
|\
| * Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@61accf060515416da07d913580419fd8c8490f7bSpartan3222024-10-261-1/+2
|\ \ | |/ |/|
| * Merge pull request #96499 from beev1s/shallow-script-cache-errorThaddeus Crews2024-10-251-1/+2
| |\
| | * Fixed resource loader using not fully loaded scriptsMoritz Burgdorff2024-09-141-1/+2
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/ /
* / GDScript: Fix `GDScriptCache::get_full_script()` uses non-remapped pathDanil Alexeev2024-10-031-4/+8
|/
* WorkerThreadPool (plus friends): Overhaul unlock allowance zonesPedro J. Estébanez2024-08-211-1/+9
* Fix resolve class inheritance after file renameHilderin2024-08-101-9/+1
* GDScript: Fix too many calls to 'remove_parser'rune-scape2024-08-031-1/+3
* GDScriptCache: Clear abandoned parser refsrune-scape2024-07-231-1/+32
* Merge pull request #92616 from rune-scape/rune-invalidate-parser-chainRémi Verschelde2024-07-021-8/+23
|\
| * GDScript: Invalidate cached parser chain when reloadingrune-scape2024-05-311-8/+23
* | Merge pull request #93032 from RandomShaper/wtp_antilockRémi Verschelde2024-06-281-0/+4
|\ \
| * | GDScript: Avoid deadlock possibility in multi-threaded loadPedro J. Estébanez2024-06-191-0/+4
| |/
* / GDScript: partially allow some functions on invalid scriptsrune-scape2024-06-021-5/+1
|/
* GDScript: invalidate GDScriptParserRef when reloadingrune-scape2024-04-181-40/+64
* Merge pull request #85501 from /remove-packed-scene-cacheRémi Verschelde2024-02-251-79/+0
|\
| * Stop caching packed scenes in GDScript cacheJordyfel2023-11-291-79/+0
* | GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-081-8/+47
|/
* Merge pull request #83039 from KoBeWi/it's_always_the_cacheRémi Verschelde2023-11-101-10/+15
|\
| * Fix GDScript cache assigning UID as scene pathkobewi2023-10-091-10/+15
* | Fix `GDScriptCache::get_full_script` eating parsing errors because of early exitMatthew Borkowski2023-10-181-1/+2
|/
* [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-261-1/+1
* GDScript: Add static analysis error reporting in GDScriptCache::get_full_scri...ocean (they/them)2023-07-071-1/+4
* Merge pull request #76954 from Rindbee/return-null-on-fail-load-scriptRémi Verschelde2023-06-191-1/+5
|\
| * Returns null and does not cache when the source code of the script fails to loadRindbee2023-06-151-1/+5
* | Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+3
|/
* Add support for static variables in GDScriptGeorge Marques2023-04-271-0/+10
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cache script when reloading even if there's errors.Adam Scott2023-01-011-7/+1
* GDScript: Allow out of order member resolutionrune-scape2022-12-141-4/+10
* Fix `GDScriptCache::clear()` crash when clearing packed scenesAdam Scott2022-12-101-4/+2
* Fix `GDScriptCache` to not remove scripts/scenes individually when clearingAdam Scott2022-12-101-2/+20
* Add missing packed scene cache clear inside `GDScriptCache::clear()`Adam Scott2022-12-071-0/+5
* Move GDScript uninitialization to `GDScriptLanguage::finalize()`Adam Scott2022-12-061-11/+19
* Merge pull request #69224 from adamscott/fix-PackedScene-reload_from_fileRémi Verschelde2022-11-281-1/+0
|\
| * Add PackedScene::reload_from_file() overrideAdam Scott2022-11-281-1/+0
* | Fix cyclic reference base being loaded but not valid (which is ok)Adam Scott2022-11-271-1/+1
|/
* Fix singleton scene cyclic loadingAdam Scott2022-11-251-25/+0
* Merge pull request #68987 from adamscott/fix-godot#61386-autoload-scenes-impl...Rémi Verschelde2022-11-221-0/+25
|\
| * [godot#61386] Fix autoload scenes implicit typesAdam Scott2022-11-211-0/+25
* | [godot#68971] Fetch cached scene if it exists in `GDScriptCache`Adam Scott2022-11-211-1/+6
|/
* Merge pull request #68929 from adamscott/add-rename-checkRémi Verschelde2022-11-201-1/+1
|\
| * Add move_script check before executing logicAdam Scott2022-11-201-1/+1
* | GDScript: Cache scripts after parse errorrune-scape2022-11-201-4/+2
|/
* Fix empty text in editorrune-scape2022-11-201-5/+6
* Fix cyclic references in GDScript 2.0Adam Scott2022-11-181-13/+137
* GDScript compiler subclass bugfixesRune2022-11-131-7/+33
* Load/update GDScript from disk on load if cache mode is CACHE_MODE_IGNORERindbee2022-09-241-4/+10