summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #99563 from akien-mga/fix-projection-stringificationThaddeus Crews2024-11-261-8/+4
|\
| * Fix stringification of ProjectionRémi Verschelde2024-11-251-8/+4
* | Merge pull request #98862 from HuntJSparra/early-projsettings-registrationThaddeus Crews2024-11-263-10/+22
|\ \
| * | Register Engine, OS, ProjectSettings, and Time early.Hunt J. Sparra2024-11-213-10/+22
* | | Merge pull request #99201 from Ivorforce/variant-get-contents-ptrThaddeus Crews2024-11-262-0/+104
|\ \ \ | |_|/ |/| |
| * | Add variant_get_ptr_internal_getter to gdextension_interface.h. The function ...Lukas Tenbrink2024-11-262-0/+104
* | | Merge pull request #99545 from KoBeWi/Vector4.0Thaddeus Crews2024-11-251-1/+1
|\ \ \
| * | | Fix stringification of Vector4kobewi2024-11-221-1/+1
* | | | Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-bindsThaddeus Crews2024-11-223-35/+32
|\ \ \ \
| * | | | Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-223-35/+32
| |/ / /
* | | | Merge pull request #95711 from TokageItLab/warn-oneshot-propThaddeus Crews2024-11-222-0/+2
|\ \ \ \
| * | | | Add hint for oneshot & warning when it will be updated continuouslySilc Lizard (Tokage) Renew2024-11-112-0/+2
* | | | | Merge pull request #99548 from Repiteo/style/clang-format-19-optionsThaddeus Crews2024-11-223-3/+0
|\ \ \ \ \
| * | | | | Style: Add 19.1.0 LLVM options to `.clang-format`Thaddeus Crews2024-11-223-3/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #99416 from adamscott/set-thread-count-for-single-threadedThaddeus Crews2024-11-221-1/+7
|\ \ \ \ \
| * | | | | Force `get_thread_count()` to `1` if single threadedAdam Scott2024-11-181-1/+7
* | | | | | Merge pull request #99527 from RandomShaper/fix_threaded_transThaddeus Crews2024-11-221-2/+4
|\ \ \ \ \ \
| * | | | | | Make loading translations from threads safePedro J. Estébanez2024-11-221-2/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #97716 from pafuent/add_half_precision_floating_point_to_s...Thaddeus Crews2024-11-225-0/+50
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add half precision floating point support to `StreamPeer`Pablo Andres Fuente2024-11-125-0/+50
* | | | | | Merge pull request #98972 from dbnicholson/standardize-add-defaultsThaddeus Crews2024-11-213-5/+51
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Expose standardize_locale add_default param publiclyDan Nicholson2024-11-213-5/+51
| | |/ / / | |/| | |
* | | | | Merge pull request #99469 from akien-mga/revert-97370Rémi Verschelde2024-11-201-15/+6
|\ \ \ \ \
| * | | | | Revert "ResourceLoader: Report error if resource type unrecognized"Rémi Verschelde2024-11-201-15/+6
* | | | | | Merge pull request #99449 from Sauermann/fix-revert-device-id-clashRémi Verschelde2024-11-205-8/+20
|\ \ \ \ \ \
| * | | | | | Revert "Fix InputEvent device id clash" and add a compatibility functionMarkus Sauermann2024-11-205-8/+20
| |/ / / / /
* | | | | | Merge pull request #95303 from EIREXE/inverted_composerRémi Verschelde2024-11-201-91/+219
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix Projection::invert on orthogonal projections and others.Álex Román2024-11-181-91/+219
* | | | | | GDExtension: Fix method binds not saying if they are varargsDavid Snopek2024-11-181-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #99304 from emanvidmaker/Update-gamecontrollerdb.txt-2024Thaddeus Crews2024-11-181-294/+343
|\ \ \ \ \
| * | | | | Sync controller mappings DB with SDL2 community repo [Nov 2024]Emanuel Acosta Gonzalez (emanvidmaker)2024-11-151-294/+343
* | | | | | Merge pull request #99286 from KoBeWi/uid_in_a_path_factoryThaddeus Crews2024-11-184-7/+18
|\ \ \ \ \ \
| * | | | | | Support uid:// in more placeskobewi2024-11-164-7/+18
| |/ / / / /
* | | | | | Merge pull request #98483 from timothyqiu/pack-dir-existsThaddeus Crews2024-11-181-4/+0
|\ \ \ \ \ \
| * | | | | | DirAccessPack: Fix file_exists and dir_exists in exported projectsHaoyu Qiu2024-10-241-4/+0
* | | | | | | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-1716-54/+54
| |/ / / / / |/| | | | |
* | | | | | Resource UID fixes and improvementskobewi2024-11-143-6/+28
| |_|_|_|/ |/| | | |
* | | | | 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