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

Srvup #852

Merged
merged 3 commits into from
May 30, 2024
Merged

Srvup #852

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 @@ -6,9 +6,6 @@
# https://osdn.net/projects/freeciv/ticket/?????
# https://redmine.freeciv.org/issues/???
#
# 0034-update_bulbs-Fix-research-researching_saved-research.patch
# Fix to research assert failure
# RM #449
# 0050-savegame-Fix-loading-invalid-resources-on-FoW-map.patch
# Savegame resources loading fix
# RM #463
Expand Down Expand Up @@ -65,7 +62,6 @@ declare -a GIT_PATCHLIST=(
)

declare -a PATCHLIST=(
"backports/0034-update_bulbs-Fix-research-researching_saved-research"
"backports/0050-savegame-Fix-loading-invalid-resources-on-FoW-map"
"backports/0054-Fix-inconsistent-city-workers-after-vision-loss"
"backports/0049-Trigger-action-system-when-client-requests-activity-"
Expand Down

This file was deleted.

12 changes: 6 additions & 6 deletions freeciv/patches/goto_fcweb.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -Nurd freeciv/common/networking/packets.def freeciv/common/networking/packets.def
--- freeciv/common/networking/packets.def 2023-11-27 01:51:06.516677533 +0200
+++ freeciv/common/networking/packets.def 2023-11-27 01:51:18.284703422 +0200
@@ -2447,3 +2447,17 @@
--- freeciv/common/networking/packets.def 2024-05-24 15:18:27.806894723 +0300
+++ freeciv/common/networking/packets.def 2024-05-24 15:18:38.423009171 +0300
@@ -2454,3 +2454,17 @@

BV_ACTIONS utype_actions;
end
Expand All @@ -20,8 +20,8 @@ diff -Nurd freeciv/common/networking/packets.def freeciv/common/networking/packe
+ UINT32 turns;
+end
diff -Nurd freeciv/server/unithand.c freeciv/server/unithand.c
--- freeciv/server/unithand.c 2023-11-27 01:51:06.908678396 +0200
+++ freeciv/server/unithand.c 2023-11-27 01:51:18.288703431 +0200
--- freeciv/server/unithand.c 2024-05-24 15:18:28.386900976 +0300
+++ freeciv/server/unithand.c 2024-05-24 15:18:38.427009214 +0300
@@ -48,6 +48,9 @@
#include "unit.h"
#include "unitlist.h"
Expand All @@ -32,7 +32,7 @@ diff -Nurd freeciv/server/unithand.c freeciv/server/unithand.c
/* common/scriptcore */
#include "luascript_types.h"

@@ -4253,6 +4256,84 @@
@@ -4272,6 +4275,84 @@
}

/**********************************************************************//**
Expand Down
8 changes: 4 additions & 4 deletions freeciv/patches/webgl_vision_cheat_temporary.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -Nurd freeciv/server/maphand.c freeciv/server/maphand.c
--- freeciv/server/maphand.c 2024-03-17 11:41:42.049729184 +0200
+++ freeciv/server/maphand.c 2024-03-17 11:41:51.409766779 +0200
@@ -461,7 +461,7 @@
--- freeciv/server/maphand.c 2024-05-24 15:42:36.510417770 +0300
+++ freeciv/server/maphand.c 2024-05-24 15:42:50.142582021 +0300
@@ -464,7 +464,7 @@
conn_list_do_buffer(dest);
}

Expand All @@ -10,7 +10,7 @@ diff -Nurd freeciv/server/maphand.c freeciv/server/maphand.c
} whole_map_iterate_end;

conn_list_do_unbuffer(dest);
@@ -603,20 +603,32 @@
@@ -615,20 +615,32 @@
info.altitude = ptile->altitude;

send_packet_tile_info(pconn, &info);
Expand Down
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=fa39b51180ae53a41309f231ba4556d1c46f3678
FCREV=861a93b2a4909d0e134b7112ac33fab82d0be9e5

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

Expand Down
Loading