Skip to content

Commit

Permalink
Merge pull request freeciv#292 from kvilhaugsvik/server_update
Browse files Browse the repository at this point in the history
Server update
  • Loading branch information
kvilhaugsvik authored Nov 18, 2019
2 parents 03cba61 + 74fc951 commit def7931
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions freeciv-web/src/main/webapp/javascript/packhand.js
Original file line number Diff line number Diff line change
Expand Up @@ -1612,16 +1612,6 @@ function handle_timeout_info(packet)
seconds_to_phasedone_sync = new Date().getTime();
}

/************************************************************************//**
Shows image with text and play music
****************************************************************************/
function handle_show_img_play_sound(packet)
{
/* TODO: Implement */
/* Currently (6th Sep 2018) only used in sandbox. The sandbox ruleset
* isn't supported by Freeciv-web at the moment. */
}

function handle_play_music(packet)
{
/* TODO: Implement */
Expand Down
2 changes: 1 addition & 1 deletion freeciv/patches/savegame.patch
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ index afbf376..db62262 100644
}

- /* If orig_filename is NULL or empty, use a generated default name. */
- if (filename[0] == '\0'){
- if (filename[0] == '\0') {
- /* manual save */
- generate_save_name(game.server.save_name, filename,
- sizeof(stdata->filepath) + stdata->filepath - filename, "manual");
Expand Down
4 changes: 2 additions & 2 deletions freeciv/version.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# The Git SHA hash for the commit to checkout from
# https://github.com/freeciv/freeciv

FCREV=1b9f4684bc9215fdec6313bbd57b0b8db89fa0aa
FCREV=5c97588fe2b62d06ea9d119c867e01d994d8b7c0

ORIGCAPSTR="+Freeciv.Devel-3.1-2019.Feb.28"
ORIGCAPSTR="+Freeciv.Devel-3.1-2019.Jun.25"

# 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 def7931

Please sign in to comment.