Skip to content

Commit

Permalink
Merge pull request #799 from cazfi/srvup
Browse files Browse the repository at this point in the history
  • Loading branch information
cazfi authored Dec 31, 2023
2 parents 4ee446d + 97710d8 commit 0943677
Show file tree
Hide file tree
Showing 10 changed files with 281 additions and 631 deletions.
1 change: 1 addition & 0 deletions freeciv-web/src/main/webapp/javascript/unittype.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ var UCF_KILLCITIZEN = 10;
var UCF_HUT_FRIGHTEN = 11;

var UTYF_FLAGLESS = 30;
var UTYF_PROVIDES_RANSOM = 31;

/**********************************************************************//**
Return true iff units of the given type can do the specified generalized
Expand Down
26 changes: 9 additions & 17 deletions freeciv/apply_patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,10 @@

# Freeciv server version upgrade notes (backports)
# ------------------------------------------------
# osdn #????? or RM #? is a ticket in freeciv.org tracker:
# osdn #????? or RM #?? is a ticket in freeciv.org tracker:
# https://osdn.net/projects/freeciv/ticket/?????
# https://redmine.freeciv.org/issues/??
#
# 0039-Improve-report.c-coding-style.patch
# Baseline for scorelog_filenames.patch
# osdn #48949
# 0002-Pick-random-nations-before-setting-turn-number-to-1.patch
# Assert fix
# ?????
# 0003-Reserve-space-for-terminating-NULL-on-astr_buffer.patch
# String handling / datafile loading fix
# ?????
# 0005-Meson-Define-SIZEOF_INT.patch
# Fix to meson based build
# RM #7
# 0029-Meson-Search-mwand-by-MagickWand-6.Q16HDRI.pc.patch
# MagickWand configure time fix on latest Debian/Ubuntu
# RM #32
Expand All @@ -30,6 +18,12 @@
# 0031-Meson-Enable-implicit-fallthrough-compiler-warnings.patch
# Stricter compiler warnings
# RM #76
# 0014-Improve-savemain.c-coding-style.patch
# Baseline for freeciv-web patches
# RM #79
# 0017-Fix-city-removal-server-crashes.patch
# Crash fix
# RM #81

# Not in the upstream Freeciv server
# ----------------------------------
Expand All @@ -52,14 +46,12 @@ declare -a GIT_PATCHLIST=(
)

declare -a PATCHLIST=(
"backports/0039-Improve-report.c-coding-style"
"backports/0002-Pick-random-nations-before-setting-turn-number-to-1"
"backports/0003-Reserve-space-for-terminating-NULL-on-astr_buffer"
"backports/0005-Meson-Define-SIZEOF_INT"
"backports/0029-Meson-Search-mwand-by-MagickWand-6.Q16HDRI.pc"
"backports/0027-worklist_item_postpone_req_vec-Add-break-for-VUT_PLA"
"backports/0029-universal_value_initial-Fix-switch-case-fall-through"
"backports/0031-Meson-Enable-implicit-fallthrough-compiler-warnings"
"backports/0014-Improve-savemain.c-coding-style"
"backports/0017-Fix-city-removal-server-crashes"
"meson_webperimental"
"metachange"
"text_fixes"
Expand Down

This file was deleted.

This file was deleted.

43 changes: 0 additions & 43 deletions freeciv/patches/backports/0005-Meson-Define-SIZEOF_INT.patch

This file was deleted.

Loading

0 comments on commit 0943677

Please sign in to comment.