summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-277-21/+135
|\
| * Merge pull request #90723 from Calinou/textedit-autocompletion-always-replace...Thaddeus Crews2024-11-271-3/+5
| |\
| | * Make TextEdit autocompletion replace word unless Shift is heldHugo Locurcio2024-04-161-3/+5
| * | 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 commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-2619-47/+149
|\| | | |
| * | | | 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 commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-207-24/+27
|\| | | | | |
| * | | | | | 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 commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-1921-359/+415
|\| | | | | |
| * | | | | | 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
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-1514-32/+113
|\| | | | | | |
| * | | | | | | 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