about summary refs log tree commit diff
path: root/pkgs/games/gog
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-06-19 10:41:20 +0200
committeraszlig <aszlig@nix.build>2018-06-19 10:47:34 +0200
commitc4b141d2bbfa9d5fa4c1dd7be3dc0a36dd2635f9 (patch)
tree9ac9f6836a6b4fe4686df7931cb9cef9cc5203b1 /pkgs/games/gog
parente8234cdf1753476dd9b2a6ed2923cc2724f85c9f (diff)
stardew-valley-beta: Update to version 1.3.18
While it would be preferrable to have the current version (1.3.19, which
is not available for GOG GNU/Linux users right now), this update at
least fixes a few of the more nastier bugs.

Fixes for 1.3.12 (22 May 2018):

  * All players seeing milking messages
  * Object desync on farm between players
  * Lighting issue in spa
  * Clocks becoming de-synced from server latency (now will disconnect
    player)
  * Network usage high when NPCs moving
  * Delay when using bombs
  * Hidden mines ladder to skull cavern
  * Erroneous thunderstorm weather forecast in summer

Fixes for 1.3.13 (24 May 2018):

  * Added separate chests in the mines for each player
  * Fishing tent control lock up
  * Duplicate cursors in minigames
  * Crashes buying furniture
  * Freeze ups when fishing during events
  * Crash caused by ordering a building construction the day before a
    festival
  * Crash breaking certain objects in the skull cavern
  * Horse-related bugs with movement between screens/clipping

Fixes for 1.3.14 (25 May 2018):

  * Re-enabled moving & demolishing buildings in multiplayer (although
    only host can do it)
  * Staircases appearing at the bottom of the mines
  * Mermaid show not playing if volume is muted
  * Added a quest to hint at the magnifying lens
  * Crash when selling lots of items to Pierre / through the shipping
    bin

Fixes for 1.3.15 (30 May 2018):

  * Bundle menu is usable for clients outside of the community center
  * Break-up event has been made less harsh
  * Crash upon returning to a level of the mines with a chest, after
    having just been in it
  * Machines breaking themselves sometimes when you're near torches
  * Crash caused by attempting to load a quest that hasn't been
    localized yet
  * Monster cries being heard outside of the mines

Fixes for 1.3.16 (05 June 2018):

  * Client 'introductions' quest tracking the wrong number of villagers
  * Cabin fridges emptying when host reloads
  * Secret Santa assignments changing
  * Items missing from festival shops playing in Chinese
  * Fishing tackle traded breaking after one use
  * Tree seeds not harvestable in multiplayer
  * Spouse position issues
  * Players stuck in wall after Emily's 10 heart event
  * Wallpaper/Floors vanishing and resetting
  * Host and client don't sync if a ladder or shaft spawns
  * Slimes aggroing player during secret woods event
  * Horse becomes unmountable after entering a new location
  * Horses vanish when jumping between two quickly

Fixes for 1.3.17 (07 June 2018):

  * Farmhands not able to interact with bundles inside community center
  * Farmhand tools disappearing after logging out while being upgraded
  * Museum donations disappearing
  * Farmhand profession sale bonuses not applying
  * Artifact donation message appears in English for all languages
  * Profit margin mistranslated in German
  * Character names appearing in English while playing non-English
    character languages
  * Unable to walk through animals while inside a building
  * Bug which could make farm animals disappear
  * Baby gender assignment issue for player/player newborns

This releaso also contains a new feature:

  * Invite code now copyable to clipboard

Fixes for 1.3.18 (12 June 2018):

  * Active players can cancel new player creation for farmhands
  * Mouseover hover missing for buffs
  * Horse footsteps using wrong sounds
  * Crash whenever Marlon's name is used
  * NPCs end of route animation playing at double speed for clients
  * NPC positions not syncing at end of route animations (multiple NPCs)
  * Extra tools spawning overnight if another player has them
  * Gift giving not properly resetting after upgrading from 1.2 to 1.3
  * Mistranslated pt-br seed disc saying to plant in winter
  * Spa sign in English while playing in Chinese
  * Proposals cannot be canceled
  * Fishing rod event not triggering for farmhand
  * Machines producing 'empty' products

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/games/gog')
-rw-r--r--pkgs/games/gog/stardew-valley.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/gog/stardew-valley.nix b/pkgs/games/gog/stardew-valley.nix
index 39faff37..e23d10c0 100644
--- a/pkgs/games/gog/stardew-valley.nix
+++ b/pkgs/games/gog/stardew-valley.nix
@@ -6,14 +6,14 @@
 
 buildGame rec {
   name = "stardew-valley-${version}";
-  version = if beta then "1.3.11" else "1.2.33";
+  version = if beta then "1.3.18" else "1.2.33";
 
   src = fetchGog (if beta then {
     productId = 1453375253;
     downloadName = "80335";
     downloadType = "product_bonus";
     suffix = "tar.gz";
-    sha256 = "1aqw94paig3q5430vrbh35sghl6snhrdi9aj7bdkfymdmacs2yf3";
+    sha256 = "1brlk6y2dlbcm99s3vdyzpcrksk8a2isqx4x8bh8dr9z250fbinv";
   } else {
     productId = 1453375253;
     downloadName = "en3installer10";