summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-2625-67/+134
|\
| * Merge pull request #99542 from bruvzg/stdin_strThaddeus Crews2024-11-251-0/+1
| |\ | | | | | | | | | Convert line breaks to `\n` and strip line break from the end of string returned by `OS::read_string_from_stdin`/`OS::get_stdin_string`.
| | * Convert line breaks to `\n` and strip line break from the end of string ↵Pāvels Nadtočajevs2024-11-231-0/+1
| | | | | | | | | | | | returned by `OS::read_string_from_stdin`/`OS::get_stdin_string`.
| * | Merge pull request #99620 from tetrapod00/doc-control-childrenThaddeus Crews2024-11-251-1/+1
| |\ \ | | |/ | |/| | | | Docs: Update Control class to properly reflect behavior of Themes on Control Children
| | * Docs: Update Control class to properly reflect behavior of Themes on Control ↵tetrapod002024-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Children Document fact that themes only propagate to control children (not Node2D, etc). Wording is copied from Theme docs. Also clarifies line somewhat. Co-Authored-By: Allyson Chan <allysonn.chann@gmail.com>
| * | Merge pull request #97388 from tetrapod00/visualshader-linear-srgbThaddeus Crews2024-11-221-1/+26
| |\ \ | | | | | | | | | | | | VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc node
| | * | VisualShader: Add LinearToSRGB and SRGBToLinear to ColorFunc nodetetrapod002024-10-191-1/+26
| | | |
| * | | Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-bindsThaddeus Crews2024-11-228-27/+25
| |\ \ \ | | | | | | | | | | | | | | | Core: Fix built-in enum constant bindings
| | * | | Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-228-27/+25
| | | | |
| * | | | Merge pull request #95711 from TokageItLab/warn-oneshot-propThaddeus Crews2024-11-221-1/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | 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-111-1/+4
| | | | | |
| * | | | | Merge pull request #99533 from crei0/look_at_modifier3d_documentation_data_typosThaddeus Crews2024-11-221-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix wording in `LookAtModifier3D` docs
| | * | | | | Fix wording in LookAtModifier3D docsAndré Guedes2024-11-221-2/+2
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #99394 from TokageItLab/root-localThaddeus Crews2024-11-221-14/+30
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add `root_motion_local` option to AnimationMixer to pre-multiply root motion rotation accumulator before blending
| | * | | | | Add root_motion_local option to AnimationMixerSilc Lizard (Tokage) Renew2024-11-191-14/+30
| | | | | | |
| * | | | | | Merge pull request #99521 from mechalynx/update-packedarray-class-descriptionsThaddeus Crews2024-11-222-1/+2
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Correct PackedInt64Array comparison in description
| | * | | | | | Update PackedVector4Array description to include explanation shared by ↵mechalynx2024-11-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PackedArray classes
| | * | | | | | Correct PackedInt64Array comparison in descriptionmechalynx2024-11-221-1/+1
| | | |/ / / / | | |/| | | | | | | | | | | All Packed classes that have the same paragraph will compare the currently viewed Packed array type with the equivalent typed Array but here the comparison was with the Int32 version instead of the Int64 version
| * | | | | | Merge pull request #97716 from ↵Thaddeus Crews2024-11-222-0/+26
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-122-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #99352 from Mickeon/documentation-aabb-coords-are-complicatedThaddeus Crews2024-11-221-3/+3
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix incorrect Z direction for AABB's position
| | * | | | | | | Fix incorrect Z direction for AABB's positionMicky2024-11-221-3/+3
| | | | | | | | |
| * | | | | | | | Merge pull request #99348 from TokageItLab/explicit_elapseThaddeus Crews2024-11-221-0/+5
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | Add `explicit_elapse` option to AnimationNodeTimeSeek to handle some processes
| | * | | | | | | Add explicit_elapse option to NodeSeek to handle some processesSilc Lizard (Tokage) Renew2024-11-201-0/+5
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge pull request #98972 from dbnicholson/standardize-add-defaultsThaddeus Crews2024-11-211-1/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose `TranslationServer::standardize_locale` `add_default` param publicly
| | * | | | | | | Expose standardize_locale add_default param publiclyDan Nicholson2024-11-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #99511 from Mickeon/documentation-audio-stream-typoThaddeus Crews2024-11-211-1/+1
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in AudioStream's documentation
| | * | | | | | | | Fix typo in AudioStream's documentationMicky2024-11-211-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge pull request #99465 from aaronfranke/arch-bit-has-featureThaddeus Crews2024-11-211-15/+1
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggest using OS.has_feature instead of the engine architecture name for bitness
| | * | | | | | | | | Suggest using OS.has_feature instead of the engine architecture name for bitnessAaron Franke2024-11-201-15/+1
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #99270 from Sauermann/fix-svc-drop-configThaddeus Crews2024-11-211-0/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce a `SubViewportContainer` config for drag-and-drop target locations
| | * | | | | | | | | Introduce a `SubViewportContainer` config for drag-and-drop targetsMarkus Sauermann2024-11-191-0/+4
| | | |_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the drag-and-drop rewrite, `SubViewportContainer` nodes were no longer available as drop-locations. This PR introduces a configuration option, that allows `SubViewportContainer` to be considered as drop-location, but disables the `Control` nodes inside its `SubViewport` children as drop-location.
| * | | | | | | | | Merge pull request #99200 from KingTheFifth/masterThaddeus Crews2024-11-211-0/+1
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | Document `AudioStreamPlayer.get_playback_position()` intentionally aways returning `0.0` when using `AudioStreamInteractive`
| | * | | | | | | | Document `AudioStreamPlayer.get_playback_position()` intentionally always ↵Johannes Kung2024-11-191-0/+1
| | | |/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | returning `0.0` when using `AudioStreamInteractive`
* | | | | | | | | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-202-1/+6
|\| | | | | | | |
| * | | | | | | | Merge pull request #99324 from TokageItLab/fix-fpe-spinnerThaddeus Crews2024-11-191-0/+5
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix spinner in AnimationTrackEdit in FPS mode
| | * | | | | | | | Fix spinner in AnimationTrackEdit in FPS modeSilc Lizard (Tokage) Renew2024-11-171-0/+5
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Update FileAccess.xmlntlblpm2024-11-191-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-197-60/+74
|\| | | | | | |
| * | | | | | | Merge pull request #98683 from clayjohn/wireframeThaddeus Crews2024-11-182-1/+4
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure shadow material and mesh are not used with wireframe mode
| | * | | | | | | Ensure shadow material and mesh are not used with wireframe modeclayjohn2024-11-162-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And in the Compatibility renderer actually use the wireframe render mode
| * | | | | | | | Merge pull request #97656 from kitbdev/doc-textedit-improveThaddeus Crews2024-11-183-59/+59
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve TextEdit and CodeEdit documentation
| | * | | | | | | | Improve TextEdit and CodeEdit documentationkit2024-11-143-59/+59
| | |/ / / / / / /
| * | | | | | | | Merge pull request #98788 from Bonkahe/masterThaddeus Crews2024-11-181-0/+7
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `multimesh_get_buffer_rd_rid` method to `RenderingServer`.
| | * | | | | | | | Implemented multimesh_get_buffer_rd_rid function into RenderingServer.David House2024-11-141-0/+7
| | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed style error. Updated dummy mesh_storage to move from cpp to h the return of a blank Rid on _multimesh_get_buffer_rd_rid.
| * | | | | | | | Merge pull request #86195 from GreenCrowDev/curve3d_closeThaddeus Crews2024-11-181-0/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `closed` property to `Curve3D`
| | * | | | | | | | Implement closed path for Curve3dmatricola7872024-11-161-0/+3
| | | | | | | | | |
| * | | | | | | | | Merge pull request #98816 from arkology/to-infinity-and-beyondThaddeus Crews2024-11-181-0/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | Improve `TextureProgressBar.set_radial_initial_angle()` by removing loops
| | * | | | | | | | Improve set_radial_initial_angle by removing loopsarkology2024-11-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace two while loops with fposmodp. Document radial_initial_angle wrapping. Add testcases for set_radial_initial_angle()
* | | | | | | | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-1516-21/+55
|\| | | | | | | | |