summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-277-21/+135
|\
| * Merge pull request #90723 from ↵Thaddeus Crews2024-11-271-3/+5
| |\ | | | | | | | | | | | | | | | Calinou/textedit-autocompletion-always-replace-if-not-shift Make TextEdit autocompletion replace word unless Shift is held
| | * Make TextEdit autocompletion replace word unless Shift is heldHugo Locurcio2024-04-161-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes Tab and Enter act identical by default for autocompletion. If Shift is held, the suggestion is added in-place without the word being replaced. This matches the behavior found in Visual Studio Code where the following occurs: - Pressing Tab accepts the suggestion and replaces the word. - Pressing Enter accepts the suggestion and replaces the word. - Pressing Shift + Tab accepts the suggestion and doesn't replace the word. - Pressing Shift + Enter accepts the suggestion and doesn't replace the word.
| * | Merge pull request #99563 from akien-mga/fix-projection-stringificationThaddeus Crews2024-11-261-8/+4
| |\ \ | | | | | | | | | | | | Fix stringification of Projection
| | * | 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 singletons in time for for `INITIZATION_LEVEL_CORE`
| | * | | 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 GDExtension `variant_get_ptr_internal_getter`, facilitating `VariantGetInternalPtr`-like behavior in GDExtension
| | * | | Add variant_get_ptr_internal_getter to gdextension_interface.h. The function ↵Lukas Tenbrink2024-11-262-0/+104
| | | | | | | | | | | | | | | | | | | | returns functions to retrieve a pointer to a Variant's internal value. This enables GDExtensions to implement functionality similar to VariantGetInternalPtr, to access Variant internal values directly.
* | | | | 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 Vector4
| | * | | | 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 bindings
| | * | | | | 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 property & warning when it will be updated continuously by Force Continuous in `AnimationMixer`
| | * | | | | 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`
| | * | | | | | 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 threaded
| | * | | | | | 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 safe
| | * | | | | | | Make loading translations from threads safePedro J. Estébanez2024-11-221-2/+4
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge pull request #97716 from ↵Thaddeus Crews2024-11-225-0/+50
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pafuent/add_half_precision_floating_point_to_stream_peer Add half precision floating point support to `StreamPeer` and `FileAccess`
| | * | | | | | Add half precision floating point support to `StreamPeer`Pablo Andres Fuente2024-11-125-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes godotengine/godot-proposals#5983 Adds put/get methods to `StreamPeer` that handles half precision floating point values. Adds endode/decode half precision floating point to `marshalls`. Adds `get_half` and `store_half` to `FileAccess` Co-Authored-By: "Alfonso J. Ramos" <theraot@gmail.com>
| * | | | | | | Merge pull request #98972 from dbnicholson/standardize-add-defaultsThaddeus Crews2024-11-213-5/+51
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | | | | | | | | Expose `TranslationServer::standardize_locale` `add_default` param publicly
| | * | | | | | Expose standardize_locale add_default param publiclyDan Nicholson2024-11-213-5/+51
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comparing locales can have surprising outcomes since it standardizes locales with defaults. For example, zh and zh_CN result in an exact match since the defaults change them both to zh_Hans_CN. Expose the add_default parameter publicly with a default of false so the fully standardized locale can be inspected.
* | | | | | | 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"
| | * | | | | | Revert "ResourceLoader: Report error if resource type unrecognized"Rémi Verschelde2024-11-201-15/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit fe21913ee82c9e3fd660b511f618fce40cf43e49.
| * | | | | | | 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 function
| | * | | | | | | Revert "Fix InputEvent device id clash" and add a compatibility functionMarkus Sauermann2024-11-205-8/+20
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 916d480686e339746ac4fc89079c26fe72caad53. Revert "Fix InputEvent crash when opening project" This reverts commit abb9c0f171c7150a510ca2c2a744534f1746635d. Introduce a compatibility function for projects affected by the device id clash reversal Since the reverted PR introduced changes in the project.godot file, it seems prudent to introduce a compatibility function for such affected projects.
| * | | | | | | Merge pull request #95303 from EIREXE/inverted_composerRémi Verschelde2024-11-201-91/+219
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | Fix `Projection::invert` for orthographic projection
| | * | | | | | Fix Projection::invert on orthogonal projections and others.Álex Román2024-11-181-91/+219
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #68878, specially when using orthographic projection. Also adds some tests.
| * | | | | | | 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]
| | * | | | | | Sync controller mappings DB with SDL2 community repo [Nov 2024]Emanuel Acosta Gonzalez (emanvidmaker)2024-11-151-294/+343
| | | | | | | | | | | | | | | | | | | | | | | | Synced with https://github.com/mdqinc/SDL_GameControllerDB/commit/cfc2bffe0ad29fea2bec7a0f4cb19dead5703ea8
| * | | | | | | Merge pull request #99286 from KoBeWi/uid_in_a_path_factoryThaddeus Crews2024-11-184-7/+18
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Support uid:// in more places
| | * | | | | | | 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 projects
| | * | | | | | | 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 export setting to set static seed for PCK encryption initialization vectors.
| | * | | | | | Allow setting custom initialization vector for FileAccessEncrypted. Add ↵bruvzg2024-11-135-18/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | export setting to set static seed for PCK encryption initialization vectors.
| * | | | | | | Merge pull request #99135 from Meorge/fix-unresponsive-axis-valueThaddeus Crews2024-11-134-5/+7
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace default deadzone magic number with named constant and fix `InputEventJoypadMotion::set_axis_value` unresponsiveness
| | * | | | | | | 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 cached
| | * | | | | | | | Fix `capture_cache.animation` was not cachedNazarii2024-10-311-2/+3
| | | | | | | | | |