summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2021-10-15Merge pull request #53833 from akien-mga/remove-webm-supportRémi Verschelde
2021-10-15Add scene Post-Import Plugin support.reduz
2021-10-15Remove WebM support (and deps libvpx and opus)Rémi Verschelde
2021-10-14Merge pull request #53054 from MaxLap/doc_shape_signalsCamille Mohr-Daurat
2021-10-14Improve area/body_shape_entered/exited signals parameter names and docMaxime Lapointe
2021-10-14Fix the height fog effectBrian Semrau
2021-10-13Merge pull request #53597 from Xeadriel/patch-1Rémi Verschelde
2021-10-13Remove REST transform influence in skeleton bonesreduz
2021-10-13Add that elapsed_time in CharFXTransform resets when RichTextLabels text is c...Xeadriel
2021-10-13Prevent tiles outside atlas textureGilles Roudière
2021-10-13Merge pull request #53689 from reduz/remove-animation-transform3d-trackRémi Verschelde
2021-10-12Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz
2021-10-12Merge pull request #53636 from KoBeWi/colorayerRémi Verschelde
2021-10-12Add a way to force undo/redo operations to be kept in MERGE_ENDS modeGilles Roudière
2021-10-12Merge pull request #52548 from m4gr3d/customize_metadata_dir_masterRémi Verschelde
2021-10-11Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky
2021-10-11Make the project data directory customizable.ne0fhyk
2021-10-11Merge pull request #48332 from TokageItLab/implement-ping-pongRémi Verschelde
2021-10-11Move add_syntax_highlighter bind to ScriptEditorBasePaulb23
2021-10-10Add modulate property to TileMap layerskobewi
2021-10-09Mention remove_node() side effect of potentially setting owner to nullzacryol
2021-10-09Fix typo in the `Timer.wait_time` descriptionHugo Locurcio
2021-10-09implement ping-pong loop in animationTokage
2021-10-09Add a warning for Timer nodes with very low wait timesHugo Locurcio
2021-10-09Fix missing argument names in bindingsRémi Verschelde
2021-10-08Allow any floating-point value as a 3D rendering scale optionHugo Locurcio
2021-10-08Merge pull request #53549 from DeeJayLSP/refcounted-fix-descriptionRémi Verschelde
2021-10-08Fix RefCounted descriptionDeeJayLSP
2021-10-08[Net] Add call_local argument to Node.rpc_config.Fabio Alessandrelli
2021-10-07Merge pull request #53493 from DeeJayLSP/patch-1Rémi Verschelde
2021-10-07Merge pull request #53541 from Calinou/doc-call-group-nullRémi Verschelde
2021-10-07Merge pull request #53523 from Calinou/remove-occlusion-colorRémi Verschelde
2021-10-07Merge pull request #53538 from Calinou/environment-ssr-fade-no-negative-valuesRémi Verschelde
2021-10-07Document null argument limitation with `SceneTree.call_group()`Hugo Locurcio
2021-10-07Don't allow translucent colors in built-in sky material propertiesHugo Locurcio
2021-10-07Clamp Environment's SSR fade-in and fade-out to positive valuesHugo Locurcio
2021-10-07Remove unimplemented `Environment.ambient_light_occlusion_color` propertyHugo Locurcio
2021-10-07DisplayServer: Add multiple descriptions for methods.DeeJayLSP
2021-10-07i18n: Sync classref translations with `3.x` branchRémi Verschelde
2021-10-06Merge pull request #53455 from briansemrau/thread-is-executingRémi Verschelde
2021-10-06Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmoRémi Verschelde
2021-10-06[core_bind] Add `is_alive` to Thread. Replace `is_active` with `is_started`.Brian Semrau
2021-10-07Implemented SkeletonEditorGizmoSilc Renew
2021-10-06Merge pull request #53472 from akien-mga/doc-update-tutorial-linksRémi Verschelde
2021-10-06doc: Update links to latest documentation after content reorganizationRémi Verschelde
2021-10-06Change dragging cursor on Windowskobewi
2021-10-06Merge pull request #53416 from DeeJayLSP/patch-1Rémi Verschelde
2021-10-06Merge pull request #53446 from nekomatata/container-pre-sort-childrenRémi Verschelde
2021-10-05Describe how window mode setter and getter worksDeeJayLSP
2021-10-05Add pre-sort signal and notification in ContainerPouleyKetchoupp