Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge commit godotengine/godot@80f0b33 #759

Merged
merged 49 commits into from
Oct 19, 2024

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    4612838 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    5af917e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Configuration menu
    Copy the full SHA
    ecb56fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84b15a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    9f6c88d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    0bc59c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Fix wrong Wayland path if building with opengl3=no

    Godot checks if there's Vulkan or GLES3 support.
    If no support is found, it shows an error message.
    
    However the code for this error message is left out when building with
    opengl3=no
    darksylinc committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    0818408 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    5777a3f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Move preprocessor to end of line for iterator, remove redeclaration i…

    …ncompatible with ubershader method definitions
    EnlightenedOne authored and EnlightenedOne committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    cef5155 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    8d3e9aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4b8cd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb58ea6 View commit details
    Browse the repository at this point in the history
  4. Fix CONTAINER_PROJECT_SETTING_TAB_RIGHT option of EditorPlugin to…

    … add to the right of all other tabs.
    allenwp committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    920fd47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d29e7b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7261321 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Replaced some distance checks with square distance checks in NavMap, …

    …wherever the purpose is only to find the nearest element.
    MajorMcDoom committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    db194f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ed655d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ee72d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90c35f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7e0e65 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #98210 from allenwp/fix-CONTAINER_PROJECT_SETTING_…

    …TAB_RIGHT
    
    Fix `CONTAINER_PROJECT_SETTING_TAB_RIGHT` option of `EditorPlugin`
    Repiteo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e64662c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #88427 from CrayolaEater/fix-no-icons-on-remote-nodes

    Fix Remote Nodes missing custom icons
    Repiteo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7f108cf View commit details
    Browse the repository at this point in the history
  8. Merge pull request #98156 from jaydensipe/show-custom-icons-in-remote…

    …-scene-view
    
    Show correct icons in remote object inspector (EditorDebuggerRemoteObject)
    Repiteo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    c032acb View commit details
    Browse the repository at this point in the history
  9. Merge pull request #98126 from TCROC/macos-codesign-additional-entitl…

    …ements
    
    Additional macOS codesign entitlements and print verbose
    Repiteo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6ccff9b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #98127 from darksylinc/matias-wayland-build-error

    Fix wrong Wayland path if building with opengl3=no
    Repiteo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    30a2a80 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #98195 from kleonc/2d_transform_snapping_revert_in…

    …correct_rounding
    
    Revert unintentional rounding change when 2D transform snapping
    Repiteo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    74328ac View commit details
    Browse the repository at this point in the history
  12. Merge pull request #98196 from bruvzg/u16_list

    [Font Importer] Update Unicode block list to Unicode 16.0
    Repiteo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    78dbd39 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #98202 from syntaxerror247/patch-1

    Update `use_native_dialog` description in `FileDialog`
    Repiteo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e4093b5 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #97564 from kitbdev/animation-bezier-editor-fix-bo…

    …x-select-mouse
    
    Fix mouse clamping in Animation Bezier Editor box select
    Repiteo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    324659f View commit details
    Browse the repository at this point in the history
  15. Merge pull request #98238 from timothyqiu/not-append

    Fix wording in description of `store_line` and `store_string`
    Repiteo committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    04692d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    3d07fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f61fe27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a936e8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #98187 from EnlightenedOne/98102

    Fix Mobile Renderer - Shadow Disabled and User Vertex Lighting flags
    clayjohn authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a2117f5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #93005 from CozyCubeGames/sqr-dist-optimization

    Replace some distance checks with square distance checks in NavMap
    clayjohn authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c6b94ca View commit details
    Browse the repository at this point in the history
  6. Merge pull request #97888 from Gamemap/Itemlist-fix-right-padding

    ItemList - Fix right padding missing
    clayjohn authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    be9e42c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #98009 from TokageItLab/init-skel-skin

    Fix initial skin update timing in Skeleton3D
    clayjohn authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    acc3786 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #98085 from dalexeev/gds-fix-typed-dict-static-def…

    …ault-init
    
    GDScript: Add missing static default initialization for typed dictionaries
    clayjohn authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e50b864 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #97885 from timothyqiu/useful-tooltip

    Make `EditorFileDialog`'s Recent and Fav list show full path in tooltip
    clayjohn authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f6279ff View commit details
    Browse the repository at this point in the history
  10. Merge pull request #96893 from tetrapod00/docs-crosslink-antialiasing

    Docs: Add cross-links to antialiasing project settings
    clayjohn authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cdf45f7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #98086 from DarioSamo/transfer-queues-semaphores

    Rewrite semaphore handling for transfer workers.
    clayjohn authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    0ce4d8f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #98222 from timothyqiu/media-control-rtl

    Don't flip playback control buttons in RTL layout
    clayjohn authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1435247 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Merge pull request #98254 from timothyqiu/marker-typos

    Fix typos in `AnimationMarkerEdit`
    clayjohn authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4dd0b67 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #98230 from and-rad/android_permissions

    Fix Android app permissions for SDK levels earlier than 28
    clayjohn authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    14fc9a5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #98255 from timothyqiu/form-is-indeed-emptiness

    Don't pseudolocalize empty strings
    clayjohn authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4631a61 View commit details
    Browse the repository at this point in the history
  4. Move transitions of textures initialized by transfer workers to the m…

    …ain graphics queue.
    
    Also adds a new possible texture layout and API trait to support a particular behavior in D3D12 where only the COMMON layout is supported in copy queues. Fixes #98158.
    DarioSamo committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    8c3e46b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #98271 from DarioSamo/d3d12-enhanced-barrier-fix

    Move transitions of textures from transfer workers to the graphics queue.
    clayjohn authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    58a7f9b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #97977 from syntaxerror247/menu_bar_refresh_bug

    Refresh `MenuBar` scene after child renamed in editor
    clayjohn authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    80f0b33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ebbe3e8 View commit details
    Browse the repository at this point in the history