summaryrefslogtreecommitdiffstats
path: root/doc/classes
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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 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 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 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Improve set_radial_initial_angle by removing loopsarkology2024-11-141-0/+1
| | | |_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | |
* | | | | | | | | | | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-1516-21/+55
|\| | | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #98099 from dalexeev/pot-gen-add-comment-supportThaddeus Crews2024-11-151-0/+8
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | POT Generator: Add support for `TRANSLATORS:` and `NO_TRANSLATE` commentsDanil Alexeev2024-10-131-0/+8
| * | | | | | | | | | | | | Merge pull request #99212 from CW-Jesse/patch-1Thaddeus Crews2024-11-151-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | [DisplayServer] [docs] Improve readability of `get_screen_from_rect()`Jesse2024-11-141-1/+1
| | * | | | | | | | | | | | [DisplayServer] [docs] Describe edge cases for `get_screen_from_rect()`Jesse2024-11-131-1/+1
| * | | | | | | | | | | | | Merge pull request #99132 from BrianBHuynh/masterThaddeus Crews2024-11-141-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Added notes on DirAccessBrian Huynh2024-11-121-1/+7
| | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #75164 from Calinou/visualinstance3d-lightmap-scale-floatThaddeus Crews2024-11-142-6/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Allow more flexible adjustments of VisualInstance3D Lightmap ScaleHugo Locurcio2024-11-142-6/+11
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #99185 from Mickeon/documentation-damn-itThaddeus Crews2024-11-142-3/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fix `format` description being different between String and StringNameMicky2024-11-132-3/+9
| | |/ / / / / / / / / / / /
| * / / / / / / / / / / / / Improve documentation on `@GlobalScope.PROPERTY_USAGE_SCRIPT_VARIABLE`Hugo Locurcio2024-11-141-1/+1
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge pull request #98918 from bruvzg/pck_enc_ivThaddeus Crews2024-11-131-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Allow setting custom initialization vector for FileAccessEncrypted. Add expor...bruvzg2024-11-131-0/+1
| | | |_|_|_|/ / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #99146 from noidexe/patch-3Thaddeus Crews2024-11-131-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Update doc/classes/Range.xmlLisandro Lorea2024-11-121-1/+1
| | * | | | | | | | | | | | Clarify effect of setting "page" parameterLisandro Lorea2024-11-121-1/+1
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge pull request #98621 from tetrapod00/improve-project-settings-linksThaddeus Crews2024-11-134-7/+7
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Docs: Add links to project settingstetrapod002024-11-124-7/+7
| * | | | | | | | | | | | | Merge pull request #94372 from TokageItLab/advance-on-startThaddeus Crews2024-11-131-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Add advance_on_start option to NodeAnimationSilc Lizard (Tokage) Renew2024-11-121-0/+4
| * | | | | | | | | | | | | | Merge pull request #93440 from Calinou/import-size-limit-downsample-if-necessaryThaddeus Crews2024-11-131-1/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Downsample textures on import if necessary for technical reasonsHugo Locurcio2024-06-221-1/+5
* | | | | | | | | | | | | | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-1288-180/+634
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #98680 from jaydensipe/expose-toast-notification-methodsThaddeus Crews2024-11-122-0/+40
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Expose toast notification methodsJayden Sipe2024-11-112-0/+40
| | | |_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | |