about summary refs log tree commit diff
path: root/pkgs/games/gog
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-11-24 02:25:51 +0100
committeraszlig <aszlig@nix.build>2018-11-24 02:34:59 +0100
commit87defa03a178378951ddcfaddab2df3f489cc391 (patch)
tree4e8b80242ffb3e4dc344b0f7c0dfae49923443ca /pkgs/games/gog
parent8bba75d145d8342826a87943b6ddf2257e735f29 (diff)
stardew-valley: Update to version 1.3.32
Upstream changes:

  * Optimised network performance.
  * Added more ways for the host to unpause the server (by pressing ESC,
    B, Back).
  * Added alternative way to show the chat box (press right stick button
    on a controller).
  * Added internal changes for modders (should have no effect on vanilla
    gameplay).

Upstream bug fixes:

  * Fixed slimes not pouncing correctly.
  * Fixed items-crafted stat being 0 after loading a file until you
    craft something again.
  * Fixed rabbit's foot not affecting the breakup scene in non-English
    language modes.
  * Fixed some rare tool-related crashes in multiplayer.
  * Fixed an audio-related crash often caused when using bombs.
  * Fixed Junimos dropping crops on the floor instead of collecting
    them.
  * Fixed NPCs walking through the saloon doors.
  * Fixed a few rare-ish crashes that can occur when connecting to
    another player's game.
  * Fixed eye color being reset to brown after reloading.
  * Fixed inability to use rod / slingshot in festival minigames.
  * Fixed the title menu back button being hidden behind submenus.
  * Fixed inability to move after receiving a gift at the Feast of the
    Winter Star.
  * Fixed crash when saving after the game adds Lewis's shorts to
    Marnie's house.
  * Fixed crash viewing the map when another player is in certain
    events.
  * Fixed "double sound" when using singing stone.
  * Fixed a Geneva Convention violation (by replacing red crosses in
    graphics).
  * Fixed clicks on the chatbox not being registered when the game is
    paused.
  * Fixed players sometimes walking off in a straight line through all
    terrain when they get disconnected.
  * Fixed babies sometimes spawning in houses that don't belong to the
    parents.
  * Fixed the potential for overnight events to cancel or skip a wedding
    event.
  * Fixed a desync that could occur if a player tried to get into the
    casino after a different player has removed the bouncer.
  * Fixed players able to simultaneously build overlapping farm
    buildings.
  * Fixed only one player being able to get the dark talisman.
  * Fixed the inability to place donated items on the bottom two rows of
    the museum.
  * Fixed farmhands being unable to pick up items they dropped in
    festivals.
  * Fixed Pam's upgraded house interior event not happening.
  * Fixed visual glitches caused by triggering a shared event
    simultaneously with the return scepter.
  * Fixed softlock caused by mistaken ability to use daggers during
    events.
  * Fixed players all receiving the same personal overnight events on
    the same day (e.g. spouse asking if you want a baby).
  * Fixed attempting to demolish cabins of abnormally disconnected
    farmhands causing the cabin to be destroyed after you leave the
    buildings menu.
  * Fixed farmers getting stuck in the fishing casting animation after
    picking up someone else's rod.
  * Fixed host sometimes appearing stuck using tool in shared events.
  * Fixed softlock when you play the Journey of the Prairie King past
    2am.
  * Fixed glitched chest lid appearing when you destroy a cabin.
  * Fixed duplicate songs in the jukebox.
  * Fixed only one player's glow ring working at a time.
  * Fixed farmhands not being able to see each others' bundle changes.
  * Fixed bug causing some players to become married to two other
    players in 3-4 player farms.
  * Fixed player sometimes getting stuck in bed after another player got
    in and then back got out.

The official blog post announcing this release can be found at:

https://stardewvalley.net/1-3-32-small-bug-fix-patch-released-on-pc-today/

Versions between 1.3.28 and 1.3.32 were all beta versions, the details
about those can be found in section "Beta Versions (1.3.29-1.3.32)":

https://stardewvalleywiki.com/Version_History#1.3.32

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 8afd88cd..820e98de 100644
--- a/pkgs/games/gog/stardew-valley.nix
+++ b/pkgs/games/gog/stardew-valley.nix
@@ -4,12 +4,12 @@
 
 buildGame rec {
   name = "stardew-valley-${version}";
-  version = "1.3.28";
+  version = "1.3.32";
 
   src = fetchGog {
     productId = 1453375253;
     downloadName = "en3installer0";
-    sha256 = "0lazp9zbgvg33wc5cvmf3fwvsdx3xkslr8nqdh3sm2grhchqqpfn";
+    sha256 = "1j6zzdjif2xbihcmpf66af4mbnxnvzjnfn0sq597i9a26h3caia2";
   };
 
   nativeBuildInputs = [ makeWrapper ];