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

3.6.x #20

Merged
merged 11 commits into from
Sep 13, 2024
Merged

3.6.x #20

merged 11 commits into from
Sep 13, 2024

Commits on Sep 8, 2024

  1. Bump version to 3.6-stable \o/

    At long last, after 2 years of development, Godot 3.6 is finally out!
    
    Developing it in parallel to the 4.x branch proved to be a challenge,
    as eventually I (Rémi) hardly had any time to focus on it.
    
    Thankfully lawnjelly picked up the torch, both on the feature dev side
    (most new rendering features are his work) but now also as release
    manager for 3.x.
    
    For anyone still using Godot 3.5 for their released or soon-to-be
    published titles, upgrading to 3.6 should bring a lot of bug fixes, as
    well as a number of useful features and quality of life improvements.
    akien-mga committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    de2f0f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Bump version to 3.7-dev

    akien-mga committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5e0f237 View commit details
    Browse the repository at this point in the history
  2. Doctool: Remove version attribute from XML header

    We don't use that info for anything, and it generates unnecessary diffs
    every time we bump the minor version (and CI failures if we forget to
    sync some files from opt-in modules (mono, text_server_fb).
    
    (cherry picked from commit 81064cc)
    akien-mga committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    32ddd4f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    905e8a3 View commit details
    Browse the repository at this point in the history
  2. Object::call() prevent debug lock accessing dangling pointer

    Self deleting an object within a call was leading to crashes due to referencing freed memory, due to a raw pointer stored in the debug lock.
    
    Co-authored-by: RandomShaper <pedrojrulez@gmail.com>
    lawnjelly and RandomShaper committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0ccd559 View commit details
    Browse the repository at this point in the history
  3. Merge pull request godotengine#96891 from timothyqiu/expression-perio…

    …d-3.x
    
    [3.x] Fix parsing of `4.` in Expression
    lawnjelly authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d6d2951 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cbe7fd View commit details
    Browse the repository at this point in the history
  5. Merge pull request godotengine#96127 from RedOrbweaver/fix_msbuild_lo…

    …gger_crash
    
    [3.x] Fix MSBuild logger exception thrown when processing a warning or an error with no associated file
    lawnjelly authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    db51187 View commit details
    Browse the repository at this point in the history
  6. Merge pull request godotengine#96862 from lawnjelly/selfdestruct_corr…

    …ectness
    
    [3.x] `Object::call()` prevent debug lock accessing dangling pointer
    lawnjelly authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8c444fb View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Merge pull request #19 from godotengine/3.x

    3.x
    illlustr authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    39b2d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fcfae3 View commit details
    Browse the repository at this point in the history