Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: godotengine/godot-docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: godotengine/godot-docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.5
Choose a head ref
  • 18 commits
  • 22 files changed
  • 6 contributors

Commits on Mar 3, 2025

  1. Configuration menu
    Copy the full SHA
    9109f76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fd5aa2 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2025

  1. Merge pull request #10865 from godotengine/master

    Update 4.4 branch
    mhilbrunner authored Apr 14, 2025
    Configuration menu
    Copy the full SHA
    df0e11c View commit details
    Browse the repository at this point in the history

Commits on May 29, 2025

  1. Merge pull request #10977 from godotengine/4.4

    Update stable
    mhilbrunner authored May 29, 2025
    Configuration menu
    Copy the full SHA
    69ae2d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2025

  1. Create 4.5 branch

    mhilbrunner committed Sep 13, 2025
    Configuration menu
    Copy the full SHA
    df7d8dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11281 from mhilbrunner/4.5

    Create 4.5 branch
    mhilbrunner authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    df3f976 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c57fc9 View commit details
    Browse the repository at this point in the history
  4. Update RTD version

    mhilbrunner committed Sep 13, 2025
    Configuration menu
    Copy the full SHA
    54621ec View commit details
    Browse the repository at this point in the history
  5. Merge pull request #11285 from mhilbrunner/update-rtd-version

    Update RTD version
    mhilbrunner authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    612faf1 View commit details
    Browse the repository at this point in the history
  6. Update 4.4 to 4.5

    mhilbrunner committed Sep 13, 2025
    Configuration menu
    Copy the full SHA
    9874cad View commit details
    Browse the repository at this point in the history
  7. Merge pull request #11287 from mhilbrunner/update-4.5

    Update 4.4 to 4.5
    mhilbrunner authored Sep 13, 2025
    Configuration menu
    Copy the full SHA
    e10d6ac View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. expands the pygments lexer to cover GDScript 2 better

    (cherry picked from commit 5ebeb22)
    Qubus0 authored and akien-mga committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    afb929b View commit details
    Browse the repository at this point in the history
  2. Document applying updates on MSVC in Compiling for Windows

    This is sometimes required to fix compilation errors.
    
    (cherry picked from commit fe23e57)
    Calinou authored and akien-mga committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    1fc4b37 View commit details
    Browse the repository at this point in the history
  3. Add logging documentation

    This also covers how to create custom loggers.
    
    - Remove notice on Windows 10 requirement for `print_rich()` in Output panel,
      since Godot requires Windows 10 as of 4.5.
    
    (cherry picked from commit 7b98025)
    Calinou authored and akien-mga committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    b458814 View commit details
    Browse the repository at this point in the history
  4. Fix code block highlighting in Logging

    Some blocks were using syntax highlighting when they shouldn't.
    
    (cherry picked from commit 3b11c2f)
    Calinou authored and akien-mga committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    8411020 View commit details
    Browse the repository at this point in the history
  5. Remove outdated/broken shared library section in Custom modules in C++

    - Replace Mono example with GridMap in the introduction, as Mono/.NET is
      not enabled by default in non-C# builds.
    - Recommend GDExtension in the beginning, as it's more suited for most
      use cases that involve C++ as of September 2025.
    
    (cherry picked from commit 160aa37)
    Calinou authored and akien-mga committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    e2b54ff View commit details
    Browse the repository at this point in the history
  6. Add note about "Naming Version" in 3D model importers

    (cherry picked from commit 4688ffc)
    aaronfranke authored and akien-mga committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    87e3c8f View commit details
    Browse the repository at this point in the history
  7. Add documentation on using the Engine compilation configuration editor

    (cherry picked from commit 697eabd)
    Calinou authored and akien-mga committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    417bf9e View commit details
    Browse the repository at this point in the history
Loading