Skip to content

Commit b0833e2

Browse files
committed
Update to Godot 4.6 Stable Release
Update godot-cpp to 10.0.0-rc1 Replace deque_ordered_map StringName keys with godot HashMap StringName keys
1 parent 4918f6f commit b0833e2

53 files changed

Lines changed: 469 additions & 462 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525

2626
env:
2727
GODOT_BASE_DOWNLOAD_URL: https://github.com/godotengine/godot
28-
GODOT_VERSION: 4.5
28+
GODOT_VERSION: 4.6
2929
GODOT_VERSION_TYPE: stable
3030
OPENVIC_BASE_BRANCH: master
3131

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Main Repo for the OpenVic Project
1212
For detailed instructions, view the Contributor Quickstart Guide [here](docs/contribution-quickstart-guide.md)
1313

1414
## System Requirements
15-
* [Godot 4.5](https://github.com/godotengine/godot/releases/tag/4.5-stable)
15+
* [Godot 4.6](https://github.com/godotengine/godot/releases/tag/4.6-stable)
1616
* [scons](https://scons.org/)
1717

1818
> [!WARNING]
@@ -31,7 +31,7 @@ See [Cloning](docs/contribution/cloning.md).
3131
## [Godot Documentation](https://docs.godotengine.org/en/latest/)
3232

3333
## Build/Run Instructions
34-
1. Install [Godot 4.5](https://github.com/godotengine/godot/releases/tag/4.5-stable) and [scons](https://scons.org/) for your system.
34+
1. Install [Godot 4.6](https://github.com/godotengine/godot/releases/tag/4.6-stable) and [scons](https://scons.org/) for your system.
3535
2. Run the command `git submodule update --init --recursive` to retrieve all related submodules.
3636
3. Run `scons` in the project root, you should see a libopenvic file in `game/bin/openvic`.
3737
4. Open with Godot 4, click import and navigate to the `game` directory.

docs/contribution-quickstart-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
![](images/installation/scons-install.png)
3535

3636
## 4. [Godot](https://github.com/godotengine/godot/releases/latest)
37-
- Download Godot 4.5 The current version for the project will be on the [main README](../README.md) page.
37+
- Download Godot 4.6 The current version for the project will be on the [main README](../README.md) page.
3838

3939
![](images/installation/godot-dl-page.png)
4040

0 commit comments

Comments
 (0)