about summary refs log tree commit diff
path: root/pkgs/games/humblebundle
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-05-06 21:38:03 +0200
committeraszlig <aszlig@nix.build>2018-05-06 21:38:03 +0200
commit8c002027555be78b46861aa050249011f4a9b177 (patch)
treed15e898a8cb3e976d8452ad35640dc03979fe679 /pkgs/games/humblebundle
parent7e1accfe11a2cb0b7561e4a89a785288336ee292 (diff)
games/liads: Update to version 1.4.5 (2018-04-27)
Changes since version 1.3.2 (2016-01-20):

1.4.5 (2018-04-27)

  * Removed Google Analytics.
  * macOS build now supports 64-bit.
  * Minor localization fixes.

1.4.4 (2016-09-07)

  * XInput now enabled by default on Windows (bypasses some controller
    problems with Windows 10 Anniversary).
  * Fixed phantom inputs when using XInput.
  * Fixed -debuginput launch option not working when XInput is enabled.
  * Added -disabledpad launch option to disable default mapping of the
    d-pad.
  * Updated input device profiles.

1.4.3 (2016-07-22)

  * Added debug option to get more information about attached
    controllers (available by launching with the argument "-debuginput")
  * Updated input device profiles

1.4.2 (2016-07-12)

  * Better handling of unrecognized controllers
  * Better support for the Steam Controller on Mac

1.4.0 (2016-05-12)

  * Four player support!
  * New playable character skins
  * Difficulty balances
  * Automatic support for many controllers (including PlayStation
    controllers) with no need to manually remap buttons
  * Support for XInput controllers and rumble (Windows only)
  * Displays PlayStation button prompts when using PlayStation
    controllers
  * Better compatibility with non-standard controllers
  * Steam Cloud saves are synced cross-platform
  * Ability to cap frame rate when vsync is disabled

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'pkgs/games/humblebundle')
-rw-r--r--pkgs/games/humblebundle/liads.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/humblebundle/liads.nix b/pkgs/games/humblebundle/liads.nix
index 27725200..9a44074d 100644
--- a/pkgs/games/humblebundle/liads.nix
+++ b/pkgs/games/humblebundle/liads.nix
@@ -4,11 +4,11 @@ buildUnity {
   name = "liads";
   fullName = "LoversInADangerousSpacetime";
   saveDir = "AsteroidBase/LoversInADangerousSpacetime";
-  version = "20160121";
+  version = "20180427";
 
   src = fetchHumbleBundle {
     machineName = "loversinadangerousspacetime_linux";
     suffix = "zip";
-    md5 = "38927a73e1fe84620ebc876f8f039adb";
+    md5 = "67b6bc5ba5590fb50e95996b267f8c60";
   };
 }