summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-04Merge pull request #63561 from asmaloney/convert-python-type-hintsRémi Verschelde
Convert Python type hints in tools/make_rst.py to be PEP 484/526-compatible
2022-08-04Merge pull request #62230 from Calinou/sdfgi-cell-size-remove-linked-propertiesRémi Verschelde
Don't store the values of linked SDFGI properties in Environment
2022-08-04Merge pull request #62572 from Calinou/editor-node-warnings-multiple-iconsRémi Verschelde
Distinguish multiple node configuration warnings in the scene tree dock
2022-08-04Merge pull request #63884 from RedMser/resourceuid-docsRémi Verschelde
Add ResourceUID documentation
2022-08-04Merge pull request #63899 from bruvzg/hb_510Rémi Verschelde
HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag to improve justification.
2022-08-04Merge pull request #63894 from fire-forge/add-metadata-buttonRémi Verschelde
Add spacing above the "Add Metadata" button
2022-08-04HarfBuzz: Update to version 5.1.0, use new FLAG_SAFE_TO_INSERT_TATWEEL flag ↵bruvzg
to improve justification.
2022-08-04Merge pull request #63890 from Calinou/camera3d-size-allow-precise-adjustmentsRémi Verschelde
Allow more precise adjustments of orthogonal/frustum size in Camera3D
2022-08-04Merge pull request #61918 from KoBeWi/static_bodyRémi Verschelde
Add static methods to create RayQueryParameters
2022-08-04Merge pull request #63848 from aaronfranke/cs-from-scaleRémi Verschelde
Replace Vector3.ToDiagonalMatrix with Basis.FromScale in C#
2022-08-04Merge pull request #58809 from Calinou/vsync-fallback-improve-error-messageRémi Verschelde
Improve error message when the requested V-Sync mode cannot be used
2022-08-04Merge pull request #62254 from Calinou/editor-icons-add-audio-streamRémi Verschelde
Add editor icons for all AudioStream resources
2022-08-04Add editor icons for all AudioStream resourcesHugo Locurcio
2022-08-04Don't store the values of linked SDFGI properties in EnvironmentHugo Locurcio
2022-08-04Distinguish multiple node configuration warnings in the scene tree dockHugo Locurcio
A number of dots is present next to the node configuration icon warning when there is more than 1 warning. Co-authored-by: Hendrik Brucker <hendrik.brucker@mail.de>
2022-08-04Improve error message when the requested V-Sync mode cannot be usedHugo Locurcio
2022-08-03Allow more precise adjustments of orthogonal/frustum size in Camera3DHugo Locurcio
2022-08-03Add ResourceUID documentationRedMser
2022-08-03Convert Python type hints in tools/make_rst.pyAndy Maloney
Since Python 3.5+ is required, we can use proper type hints based on PEP 484. Because we are working on contributor tooling we can assume 3.6+ and use PEP 526 for variable declarations as well.
2022-08-03Merge pull request #63877 from YeldhamDev/check_theme_fixRémi Verschelde
Fix text position when hovering pressed `CheckButton/Box` elements in the editor
2022-08-03Merge pull request #63875 from hakro/fix-segment-intersects-circleRémi Verschelde
Bring back Geometry2D.segment_intersects_circle
2022-08-03Replace Vector3.ToDiagonalMatrix with Basis.FromScale in C#Aaron Franke
2022-08-03Bring back Geometry2D.segment_intersects_circleHakim
2022-08-03Merge pull request #56442 from PucklaMotzer09/remap_files_movedRémi Verschelde
2022-08-03Merge pull request #63867 from Calinou/editor-rename-visual-shader-settingRémi Verschelde
2022-08-03Fix text position when hovering pressed `CheckButton/Box` elements in the editorMichael Alexsander
2022-08-03Merge pull request #63791 from V-Sekai/mend-ok-hsl-washoutRémi Verschelde
2022-08-03Merge pull request #59303 from KoBeWi/check_out_my_very_long_buttonRémi Verschelde
2022-08-03Merge pull request #63868 from akien-mga/clang-format-workaround-llvm-54901Rémi Verschelde
2022-08-03Merge pull request #63348 from Rindbee/fix-toggling-after-scrolling-causes-blankRémi Verschelde
2022-08-03Merge pull request #48561 from Calinou/editor-theme-selected-tab-border-lineupRémi Verschelde
2022-08-03Show dependency warning when removing remaps and fallback if translationPucklaMotzer09
remap does not exist
2022-08-03Style: Workaround clang-format 14 bug with `Inline` oneliner functionsRémi Verschelde
We use 'All' which is the default in the base LLVM style. That's not the style we want but it works around the upstream regression until clang-format 15.0 is released and widely used: https://github.com/llvm/llvm-project/issues/54901
2022-08-03Rename visual shader editor setting category for proper capitalizationHugo Locurcio
2022-08-03Merge pull request #61851 from Calinou/particles-default-global-coordinatesRémi Verschelde
2022-08-03Merge pull request #63266 from reduz/cleanup-array-editingRémi Verschelde
2022-08-03Merge pull request #51531 from Calinou/decal-projector-add-nearest-mipmap-anisoRémi Verschelde
2022-08-03Merge pull request #63820 from nathanfranke/templates-in-headerRémi Verschelde
2022-08-03Visually line up the selected tab with the underlying panel with bordersHugo Locurcio
2022-08-03Merge pull request #56451 from Calinou/rootmotionview-no-replace-with-nodeRémi Verschelde
Don't replace RootMotionView with Node in a running project
2022-08-03Merge pull request #63857 from Calinou/doc-camera3d-frustum-offset-projectionRémi Verschelde
Document Camera3D's frustum offset property requiring Frustum projection
2022-08-03Merge pull request #58611 from Calinou/ssr-fix-blend-marginRémi Verschelde
Fade screen-space reflection towards inner margin
2022-08-03Merge pull request #63853 from fire-forge/particle-flagsRémi Verschelde
Rename ParticlesMaterial's "ParticleFlags" group to "Particle Flags"
2022-08-03Merge pull request #55923 from ↵Rémi Verschelde
bluenote10/feature/consistent_transform_operations Fix consistency of translated/scaled/rotated in Transform2D and Transform3D
2022-08-03Merge pull request #63847 from Zylann/shader_switch_uintYuri Rubinsky
2022-08-03Add Nearest Mipmap Anisotropic filter option to decals and projectorsHugo Locurcio
This is consistent with the BaseMaterial3D filtering options. It can be used for high-quality pixel art textures that remain sharp when viewed at oblique angles, but prevents them from becoming grainy thanks to mipmaps.
2022-08-03Don't replace RootMotionView with Node in a running projectHugo Locurcio
This behavior was inconsistent with other editor-only nodes such as Position3D, Position2D and ReferenceRect. It also caused issues when a script extended RootMotionView as it ceased to work when the project was run.
2022-08-03Document Camera3D's frustum offset property requiring Frustum projectionHugo Locurcio
2022-08-03Fade screen-space reflection towards inner marginHugo Locurcio
- Fade reflection towards inner margin and clip it at screen edges instead of external margin. - Round edges of the fade margin if both are being cut off to prevent sharp corners. Co-authored-by: puchik <puchik@users.noreply.github.com>
2022-08-02move rpc and rpc_id implementations back to headerNathan Franke
StackOverflow on why this is needed: https://stackoverflow.com/questions/495021/why-can-templates-only-be-implemented-in-the-header-file Minor mistake in commit ca7d572908c58c587214b8f65bdd4078d0185ab2