summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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 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 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 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
| |/ / / / / |/| | | | |
* | | | | | 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
| | | | | | | |
* | | | | | | | 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
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add support for `print` command in local (command line `-d`) debugger
| * | | | | | | 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.
| * | | | | | | | [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 data
| * | | | | | | | | Core: Fix `Callable.get_bound_arguments{,_count}()` return incorrect dataDanil Alexeev2024-11-046-57/+64
| | | | | | | | | |