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-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: godot-4.0.3-stable
Choose a base ref
...
head repository: godotengine/godot-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: godot-4.0.4-stable
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 4, 2023

  1. CI: Fix MinGW install error by pinning to earlier version

    Works around egor-tensin/setup-mingw#14.
    
    (cherry picked from commit 0369f6f)
    akien-mga committed Oct 4, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    akien-mga Rémi Verschelde
    Copy the full SHA
    d479df1 View commit details

Commits on Nov 9, 2023

  1. gdextension: Sync with upstream commit fc0b241c9b0be3890712c3b72248d6…

    …bd790e7889 (4.0.4-stable)
    akien-mga committed Nov 9, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    akien-mga Rémi Verschelde
    Copy the full SHA
    2fdac1c View commit details
Showing with 4 additions and 2 deletions.
  1. +2 −0 .github/workflows/ci.yml
  2. +2 −2 gdextension/extension_api.json
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -104,6 +104,8 @@ jobs:
- name: Setup MinGW for Windows/MinGW build
if: ${{ matrix.platform == 'windows' && matrix.flags == 'use_mingw=yes' }}
uses: egor-tensin/setup-mingw@v2
with:
version: 12.2.0

- name: Generate godot-cpp sources only
run: |
4 changes: 2 additions & 2 deletions gdextension/extension_api.json
Original file line number Diff line number Diff line change
@@ -2,10 +2,10 @@
"header": {
"version_major": 4,
"version_minor": 0,
"version_patch": 3,
"version_patch": 4,
"version_status": "stable",
"version_build": "official",
"version_full_name": "Godot Engine v4.0.3.stable.official"
"version_full_name": "Godot Engine v4.0.4.stable.official"
},
"builtin_class_sizes": [
{