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

Update to Freeciv server freeciv/freeciv@16570b44e2 #839

Merged
merged 1 commit into from
May 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions freeciv/apply_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
# 0038-AI-Delay-war-declaration-until-really-revolted.patch
# AI senate dismissal fix
# osdn #48018
# 0053-AI-Fix-bad-city-spot-value-calculation-with-unknown-.patch
# AI city spot evaluation fix
# RM #408
# 0046-Fix-freeciv-web-build.patch
# Freeciv-web build fix
# RM #435
Expand Down Expand Up @@ -57,7 +54,6 @@ declare -a GIT_PATCHLIST=(

declare -a PATCHLIST=(
"backports/0038-AI-Delay-war-declaration-until-really-revolted"
"backports/0053-AI-Fix-bad-city-spot-value-calculation-with-unknown-"
"backports/0046-Fix-freeciv-web-build"
"backports/0034-update_bulbs-Fix-research-researching_saved-research"
"backports/0050-Initialize-extra-before-calling-unit_assign_specific"
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion freeciv/version.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Git SHA hash for the commit to checkout from
# https://github.com/freeciv/freeciv

FCREV=579ebb52b9ba166efe898cd864f058ab2a1bbcbb
FCREV=16570b44e264909b17651615ca58d3d9b74f8a64

ORIGCAPSTR="+Freeciv.Devel-\${MAIN_VERSION}-2024.Apr.09"

Expand Down
Loading