summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #97824 from TokageItLab/retarget-modifierThaddeus Crews2024-11-263-0/+45
|\
| * Add RetargetModifier3D for realtime retarget to keep original restSilc Lizard (Tokage) Renew2024-11-183-0/+45
* | Merge pull request #99612 from TokageItLab/lkat-bnThaddeus Crews2024-11-261-2/+8
|\ \
| * | Make LookAtModifier3D adopt to bone name methodSilc Lizard (Tokage) Renew2024-11-251-2/+8
* | | Add CollisionShape3D custom debug coloursJamie Greunbaum2024-11-261-0/+6
* | | 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 retur...Pāvels Nadtočajevs2024-11-231-0/+1
* | | | 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 ...tetrapod002024-11-241-1/+1
* | | | Merge pull request #97388 from tetrapod00/visualshader-linear-srgbThaddeus Crews2024-11-221-1/+26
|\ \ \ \
| * | | | 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-227-24/+24
|\ \ \ \ \
| * | | | | Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-227-24/+24
| | |_|/ / | |/| | |
* | | | | Merge pull request #95711 from TokageItLab/warn-oneshot-propThaddeus Crews2024-11-221-1/+4
|\ \ \ \ \
| * | | | | 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 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 AnimationMixerSilc Lizard (Tokage) Renew2024-11-191-14/+30
* | | | | | | Merge pull request #99521 from mechalynx/update-packedarray-class-descriptionsThaddeus Crews2024-11-222-1/+2
|\ \ \ \ \ \ \
| * | | | | | | Update PackedVector4Array description to include explanation shared by Packed...mechalynx2024-11-221-0/+1
| * | | | | | | Correct PackedInt64Array comparison in descriptionmechalynx2024-11-221-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #97716 from pafuent/add_half_precision_floating_point_to_s...Thaddeus Crews2024-11-222-0/+26
|\ \ \ \ \ \ \
| * | | | | | | Add half precision floating point support to `StreamPeer`Pablo Andres Fuente2024-11-122-0/+26
* | | | | | | | Merge pull request #99352 from Mickeon/documentation-aabb-coords-are-complicatedThaddeus Crews2024-11-221-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | 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 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 standardize_locale add_default param publiclyDan Nicholson2024-11-211-1/+2
* | | | | | | | | Merge pull request #99511 from Mickeon/documentation-audio-stream-typoThaddeus Crews2024-11-211-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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 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 targetsMarkus Sauermann2024-11-191-0/+4
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #99200 from KingTheFifth/masterThaddeus Crews2024-11-211-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Document `AudioStreamPlayer.get_playback_position()` intentionally always ret...Johannes Kung2024-11-191-0/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #99324 from TokageItLab/fix-fpe-spinnerThaddeus Crews2024-11-191-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix spinner in AnimationTrackEdit in FPS modeSilc Lizard (Tokage) Renew2024-11-171-0/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Update FileAccess.xmlntlblpm2024-11-191-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #98683 from clayjohn/wireframeThaddeus Crews2024-11-182-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Ensure shadow material and mesh are not used with wireframe modeclayjohn2024-11-162-1/+4
* | | | | | | | | Merge pull request #97656 from kitbdev/doc-textedit-improveThaddeus Crews2024-11-183-59/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Improve TextEdit and CodeEdit documentationkit2024-11-143-59/+59
| |/ / / / / / / /
* | | | | | | | | Merge pull request #98788 from Bonkahe/masterThaddeus Crews2024-11-181-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Implemented multimesh_get_buffer_rd_rid function into RenderingServer.David House2024-11-141-0/+7
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #86195 from GreenCrowDev/curve3d_closeThaddeus Crews2024-11-181-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Implement closed path for Curve3dmatricola7872024-11-161-0/+3
* | | | | | | | | | Merge pull request #98816 from arkology/to-infinity-and-beyondThaddeus Crews2024-11-181-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |