Skip to content

Commit

Permalink
Update to Freeciv server version 27049.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasrosdal committed Nov 17, 2014
1 parent 61a8d00 commit 507bac2
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 82 deletions.
5 changes: 5 additions & 0 deletions freeciv-web/src/main/webapp/javascript/packhand.js
Original file line number Diff line number Diff line change
Expand Up @@ -1001,3 +1001,8 @@ function handle_worker_task(packet)
{
/* TODO: Implement */
}

function handle_timeout_info(packet)
{
/* TODO: Implement */
}
4 changes: 1 addition & 3 deletions freeciv/apply_patches.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/bin/sh

# RetireSafe - Backported bug #22950
# AbortRecursiveBase - Backported bug #22949

PATCHLIST="freeciv_web_all_packets_def_changes caravan_fixes1 city_fixes city_impr_fix2 city_name_bugfix city-naming-change city_fixes2 citytools_changes goto_1 goto_attack1 goto_fix_1 goto_fix_2 govt-fix map-settings metachange orders_aborted orders_invalid2 text_fixes unithand-change2 webclient-ai-attitude current_research_cost freeciv-svn-webclient-changes network-rewrite-1 fcnet_packets misc_devversion_sync scenario_ruleset savegame savegame2 maphand_ch serverside_extra_assign libtoolize_no_symlinks spacerace city_disbandable ai_traits_crash unittools ruleset-capability worklists server_password disable_nls RetireSafe AbortRecursiveBase aifill"
PATCHLIST="freeciv_web_all_packets_def_changes caravan_fixes1 city_fixes city_impr_fix2 city_name_bugfix city-naming-change city_fixes2 citytools_changes goto_1 goto_attack1 goto_fix_1 goto_fix_2 govt-fix map-settings metachange orders_aborted orders_invalid2 text_fixes unithand-change2 webclient-ai-attitude current_research_cost freeciv-svn-webclient-changes network-rewrite-1 fcnet_packets misc_devversion_sync scenario_ruleset savegame savegame2 maphand_ch serverside_extra_assign libtoolize_no_symlinks spacerace city_disbandable ai_traits_crash unittools ruleset-capability worklists server_password aifill"

apply_patch() {
echo "*** Applying $1.patch ***"
Expand Down
20 changes: 0 additions & 20 deletions freeciv/patches/AbortRecursiveBase.patch

This file was deleted.

21 changes: 0 additions & 21 deletions freeciv/patches/RetireSafe.patch

This file was deleted.

27 changes: 0 additions & 27 deletions freeciv/patches/disable_nls.patch

This file was deleted.

18 changes: 9 additions & 9 deletions freeciv/patches/freeciv_web_all_packets_def_changes.patch
Original file line number Diff line number Diff line change
Expand Up @@ -81,22 +81,22 @@ diff -Nurd -X.diff_ignore freeciv/common/packets.def freeciv/common/packets.def
AIRLIFTING_STYLE airlifting_style;
UINT8 angrycitizen;
SINT16 base_pollution;
@@ -505,7 +506,7 @@
BOOL restrictinfra;
BOOL unreachable_protects;
UINT32 sciencebox;
- SFLOAT10x3 seconds_to_phasedone;
+ UINT32 seconds_to_phasedone;
UINT32 shieldbox;
UINT32 skill_level;
BOOL slow_invasions;
@@ -533,6 +534,7 @@
STRING calendar_fragment_name[MAX_CALENDAR_FRAGMENTS][MAX_LEN_NAME];
BOOL civil_war_enabled;
BOOL paradrop_to_transport;
+ STRING meta_message[MAX_LEN_NAME];
end

PACKET_MAP_INFO = 17; sc, lsend
@@ -535,7 +535,7 @@ end
# This cannot have is-info set. Sending the same value a second time after a
# while has passed means a completely reset timeout.
PACKET_TIMEOUT_INFO = 244; sc
- SFLOAT10x3 seconds_to_phasedone;
+ UINT32 seconds_to_phasedone;
end

PACKET_MAP_INFO = 17; sc, lsend
@@ -611,6 +613,9 @@
SINT16 citizen_base[O_LAST];
Expand Down
4 changes: 2 additions & 2 deletions freeciv/version.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FCREV=27035
FCREV=27049
FCBRANCH=trunk

ORIGCAPSTR="+Freeciv.Devel-2.6-2014.Nov.06"
ORIGCAPSTR="+Freeciv.Devel-2.6-2014.Nov.13"

# There's no need to bump this constantly as current freeciv-web
# makes no connections to outside world - all connections are
Expand Down

0 comments on commit 507bac2

Please sign in to comment.