From 8c002027555be78b46861aa050249011f4a9b177 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 6 May 2018 21:38:03 +0200 Subject: 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 --- pkgs/games/humblebundle/liads.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/games/humblebundle') 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"; }; } -- cgit 1.4.1