summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Add variant_get_ptr_internal_getter to gdextension_interface.h. The function ...Lukas Tenbrink2024-11-262-0/+104
* Merge pull request #98918 from bruvzg/pck_enc_ivThaddeus Crews2024-11-135-18/+72
|\
| * Allow setting custom initialization vector for FileAccessEncrypted. Add expor...bruvzg2024-11-135-18/+72
* | Merge pull request #99135 from Meorge/fix-unresponsive-axis-valueThaddeus Crews2024-11-134-5/+7
|\ \
| * | Replace default deadzone magic number with named constantMalcolm Anderson2024-11-124-5/+7
* | | Merge pull request #98706 from Nazarwadim/fix_capture_cache_was_not_cachedThaddeus Crews2024-11-131-2/+3
|\ \ \
| * | | Fix `capture_cache.animation` was not cachedNazarii2024-10-311-2/+3
* | | | Fix PackedData::has_path() using wrong path format.Pāvels Nadtočajevs2024-11-131-1/+1
| |_|/ |/| |
* | | Merge pull request #97218 from wenqiangwang/local_debuggger_expr_evalulationThaddeus Crews2024-11-121-3/+3
|\ \ \
| * | | Added support for 'print' command in local (command line -d) debuggerWenqiang2024-09-281-3/+3
* | | | Merge pull request #91201 from bruvzg/con_typeThaddeus Crews2024-11-124-6/+68
|\ \ \ \
| * | | | [OS] Add functions to determine standard I/O device type.bruvzg2024-11-064-6/+68
* | | | | Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-argumentsThaddeus Crews2024-11-126-57/+64
|\ \ \ \ \
| * | | | | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect dataDanil Alexeev2024-11-046-57/+64
* | | | | | Merge pull request #97923 from kisg/translation_server_siof_fixThaddeus Crews2024-11-122-3/+1
|\ \ \ \ \ \
| * | | | | | Make TranslationServer singleton variable inline.Gergely Kis2024-10-072-3/+1
* | | | | | | Merge pull request #98120 from dalexeev/core-typed-dicts-bin-serializationThaddeus Crews2024-11-121-144/+261
|\ \ \ \ \ \ \
| * | | | | | | Core: Add typed dictionary support for binary serializationDanil Alexeev2024-11-121-144/+261
* | | | | | | | Merge pull request #98743 from dbnicholson/improve-compare-localesThaddeus Crews2024-11-122-61/+94
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve locale comparisonDan Nicholson2024-11-122-61/+94
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #98084 from BlueCube3310/image-cleanup-v2Thaddeus Crews2024-11-122-236/+235
|\ \ \ \ \ \ \ \
| * | | | | | | | Clean up ImageBlueCube33102024-11-012-236/+235
| |/ / / / / / /
* | | | | | | | Merge pull request #98969 from Faless/net/split_socketsThaddeus Crews2024-11-121-0/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | [Net] Split Unix/Windows NetSocket implementationFabio Alessandrelli2024-11-101-0/+2
* | | | | | | | Merge pull request #98547 from timothyqiu/loaded-locales-setThaddeus Crews2024-11-111-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix duplicated entries in `TranslationServer::get_loaded_locales()`Haoyu Qiu2024-10-261-1/+4
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #97363 from reduz/deterministic-gen-suberesources-idThaddeus Crews2024-11-112-1/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow passing UID to importerJuan2024-11-112-1/+11
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #96590 from reduz/list-directoryThaddeus Crews2024-11-114-0/+65
|\ \ \ \ \ \ \ \
| * | | | | | | | Provide a reliable way to see original resources in a directoryJuan2024-10-074-0/+65
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #97356 from reduz/pck-file-removalThaddeus Crews2024-11-114-25/+101
|\ \ \ \ \ \ \ \
| * | | | | | | | Add ability for PCK patches to remove filesJuan2024-11-114-25/+101
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #97352 from reduz/uids-everywhereThaddeus Crews2024-11-116-1/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | Universalize UID support in all resource typesJuan2024-11-116-1/+39
| |/ / / / / / /
* | | | | | | | Merge pull request #93885 from dalexeev/core-fix-freed-object-booleanizationThaddeus Crews2024-11-111-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Core: Fix `Freed Object` booleanizationDanil Alexeev2024-07-031-1/+1
* | | | | | | | | Merge pull request #92986 from Repiteo/core/ref-instantiate-integrationThaddeus Crews2024-11-111-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #82845 from Hysterelius/masterThaddeus Crews2024-11-111-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Color: Expose OKHSL propertiesHysterelius2024-11-111-0/+4
* | | | | | | | | | Merge pull request #99078 from DarkMessiah/fix_callables_compareThaddeus Crews2024-11-111-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix comparison of callablesStanislav Labzyuk2024-11-111-2/+2
| | |/ / / / / / / / | |/| | | | | | | |
* / | | | | | | | | CI: Update Linux runners to Ubuntu 24.04Thaddeus Crews2024-11-103-5/+24
|/ / / / / / / / /
* | | | | | | | | Merge pull request #98809 from bruvzg/mac_gde_libs_non_uniThaddeus Crews2024-11-101-0/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [GDExtension] Improve macOS library loading/export.bruvzg2024-11-041-0/+10
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge pull request #98278 from a-johnston/fuzzy-search-rebaseThaddeus Crews2024-11-104-2/+467
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add fuzzy string matching to quick open searchAdam Johnston2024-10-284-2/+467
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #97370 from RandomShaper/refix_rl_not_foundThaddeus Crews2024-11-101-6/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ResourceLoader: Report error if resource type unrecognizedPedro J. Estébanez2024-11-041-6/+15
* | | | | | | | | | Merge pull request #98891 from Faless/debugger/game_view_settingsThaddeus Crews2024-11-102-0/+38
|\ \ \ \ \ \ \ \ \ \