about summary refs log tree commit diff
path: root/pkgs
Commit message (Collapse)AuthorAgeFilesLines
...
* games/xeen: Update ScummVM to latest masteraszlig2018-07-081-2/+2
| | | | | | | | | | | | | The latest master version has a few fixes for World of Xeen: * Split the Adlib sound driver into it's own file * Add detection entries for Clouds/Darkside/World of Xeen GOG German * Fix crash using mirrors in standalone Clouds of Xeen * Properly handle SFX & Music volume control * Call audio cd manager open/close in engine init/deinit * Fix using mouse click to close message dialogs Signed-off-by: aszlig <aszlig@nix.build>
* stardew-valley-beta: Update to version 1.3.23aszlig2018-07-061-2/+2
| | | | | | | | | | | | | | | | | | Upstream fixes: * Prismatic shard drop rates don't increase when players hit the bottom of the mine * Farmhands warped to the wrong version of Marnie's house after purchasing animals * Crash when player/player child is born and one of the parents is offline * Multiple spouses standing in same space on farm * Using a weapon after eating nullifies the food effects * Walk around (instead of through) Pam when getting on the bus * Toddlers not moving inside cabins * Stop fly buzzing sound when it dies Signed-off-by: aszlig <aszlig@nix.build>
* gomes/gog: Add Settlers 2 Gold edition using RTTRaszlig2018-07-052-0/+104
| | | | | | | | | | | | | | | | | | | | This packages "Return to the Roots" along with the game data fetched from GOG. So basically it's RTTR with a "RTTR_GAMEDIR" set to the files extracted from the GOG version. In reality it's a bit more involved as we need to patch a few things and also make sure that the sounds are built via Nix rather to be generated at runtime. The RTTR standard procedure would be to just install RTTR and you put your game data somewhere in /usr/share (or any other place you've configured) and on first startup it's generating the SOUND.LST file. We want all the games in Vuizvui to be completely dispensible so that the persistent files are *only* in $XDG_DATA_HOME/settlers2, so I've made sure that everything is baked in at *build* time instead. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs: Fix passing through i686-linux package setaszlig2018-07-043-4/+6
| | | | | | | | | | | | | | | | | So far in the games namespace we have just used the callPackage_i686 function from <nixpkgs> instead of our augmented set. If we just use packages that are available in <nixpkgs> everything is fine, but as soon as we want to use one of our own packages for i686-linux we can't simply do that. One example is the override in the gog.albion derivation which just uses buildSandbox from the main pkgs attribute set. We now properly pass through the whole pkgsi686Linux set to the games namespace, so we can drop that hack for Albion. Signed-off-by: aszlig <aszlig@nix.build>
* stardew-valley-beta: Update to version 1.3.22aszlig2018-07-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Finally the version is in par with the Steam version. Here are the fixes since 1.3.18: 1.3.19 (14 June 2018): * Client crashing when joining game due to null quest * Beach Bridge not updating for other players when one repairs it * Controls locking up inside fishing tent * Loss of 'Dating' friendship status when upgrading from 1.2 to 1.3 * Wedding ring not appearing in crafting list in smapi * deepestMineLevel stat only updating when they go deeper then any other player * Seasonal tileset / smapi compatibility issue * Farmhands unable to enter pierre's on Wednesday after Community center completion * Rain totems not working in multiplayer * No blue chickens in mulitplayer * Gus walking through walls in Community Center * Some animations playing at double speed inside buildings * Pam disappearing (potential fix) 1.3.20 (19 June 2018): * Fish splash points not properly syncing * Missing elevator dings for clients * Objects broken by weapons breaking twice when there is latency * Glitched chest object in inventory UI * Horse missing sounds/animation for clients * Crash when trying to display dialogue for NPCs without any dialogue left * Players hidden from view when local player uses a return scepter * All players teleported when return scepter used * Structures can be placed where players would get stuck exiting them * Allow players to walk out of resources (stumps/rocks) if they become stuck inside * Grandpa's candles not lighting * Freeze up when all players are not in bed at 2am * Farmhands not seeing giant mushroom trees until they relog * Translation fixes * Door/footstep sounds can be heard mapwide * Item duplication if farmhands login while their inventory is open * Stamina resetting to max when you leave/rejoin * Trash items respawning when player travels to a different location * Crash after blowing up a rock crab * Fishing treasure chest causing a new cast * Filled chests breaking when they're next to an empty chest 1.3.21 (21 June 2018): * Animal sounds playing outside of map * Player icons overlapping on the map page * Fishing rod casting temp sprites during the fall mini game * Unsynced exhausted state and passing out * Remote characters not blinking * Grubs invincible to host while retreating * Floating lamp sprite in mines * Secret notes fished up spawning without a note number * Beer sprite overlapped by counter in Clint 3 heart event * Secret note #4 description fix 1.3.22 (3 July 2018): * Crash after 596 hours of gameplay * Mistranslated Chinese co-op button on main menu * Divorced status not carried over from 1.2 saves * Post-6pm animal mood drain * Animal happiness overflowing * Spa not regenerating stamina when a menu is open in multiplayer * Second player-player parent pregnancy causing crashes * Farmhands able to retrieve last item shipped after it has been sold * Lighting detaching from sources when upgrading house * Players losing cursor slot items when they become disconnected while managing inventory * Farmhands unable to enter tower if they join after CC is completed * Armored bugs not invincible * Wrong fish appearing in fishing minigame tent * Slingshot minigame crash * Broken skull cavern level 100 event in Russian * Cave carrot quest crash * Buffs not clearing when farmhands log out * Farmhands can't open chest in Junimo huts * Goblin problem quest still in log for other players after goblin is removed * New songs on Jukebox show wrong names * Duplicate songs on Jukebox I haven't extensively tested this, only loaded a savegame and walked around a bit. However the changes are only fixes and there aren't any changes that would be relevant for our packaging. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/sandbox: Expose get_mount_target()aszlig2018-07-022-1/+2
| | | | | | | | I'm going to use the sandboxing implementation as the basis for something else where I'm going to do additional mounts on top of the existing ones. This is just to make it easier to find the mount target. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/sandbox: Fix mount flagsaszlig2018-07-021-9/+20
| | | | | | | | | | | | When using MS_BIND the mount flags aren't actually applied, so we need to remount the bind mount with the flags we wanted if additional flags are desired for the mount. I've also removed the MS_NOATIME, because this doesn't work for kernel 4.14 (returns -EPERM) and it's really not necessary to change the atime flags for our bind mounts. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/sandbox: Add flag to bind-mount read-onlyaszlig2018-07-023-12/+16
| | | | | | | | | | | | | | While the Nix store should be read-only by default, we can't guarantee this as the Nix store could be mounted read-write (for example on non-NixOS systems). For paths other than store directories, I took a conservative approach here where only /etc is mounted read-only, for all the pseudo- filesystems such as /proc, /sys or /dev write access might still be needed, for example to write to a hardware device exposed via /dev (eg. a gamepad with rumble support). Signed-off-by: aszlig <aszlig@nix.build>
* games/itch: Add Towerfall Ascensionaszlig2018-07-012-0/+179
| | | | | | | | | | | | | | | | | | | | | | | | | | Packaging is a bit similar to what we had to do back then with Opus Magnum (see commit 523dcef1f77251a4cfeb3428a0b13c0ec1d9c342) where some game data files were tried to open in read-write mode. I'm using the same patcher (which is using Mono.Cecil) that I have used for Opus Magnum back then but I've cleaned it up a bit. In the long term I'd try to make the patcher a bit more generic so that it can be used for other Mono-based games, because opening game data files in read-only mode seems to be fairly common among a few other games I haven't fully packaged yet. The game also tries to execute "xdg-open error_log.txt" in the event a uncaught exception occurs, which then fails because no xdg-open is available. So instead, I made a small dummy wrapper which just runs "head" on the error.log instead. Another thing which unfortunately is currently not working is the editor, because it tries to create a directory ("Workshop") within the game's content directory, which - again - doesn't work within the read-only Nix store. Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add Satelite Reignaszlig2018-07-012-0/+19
| | | | | | | | | | | Another Unit3d game, so packaging is pretty straightforward but the save games and settings are in $XDG_DATA_HOME/SatelliteReign instead of the standard Unity3d directory ($XDG_CONFIG_HOME/unity3d). The standard Unity3d directory however is still used, but it only contains the player log file. Signed-off-by: aszlig <aszlig@nix.build>
* profpatsch/nix-gen: Only build on x86_64-linuxaszlig2018-06-301-0/+1
| | | | | | | | | | The build currently fails on Hydra and I highly doubt that it will be used on an i686-linux system. If it's really needed for i686-linux systems it can be directly used for a specific machine or this very commit could be reverted. Signed-off-by: aszlig <aszlig@nix.build> Cc: @Profpatsch
* games/gog: Add Thimbleweed Parkaszlig2018-06-282-0/+56
| | | | | | | | | | | | | | | | | This also supports the "Ransome Unbeeped" addon which should get rid of all the beeps from Ransome's voice tracks. I added this by default in the package, because in order to enable it you still either need to enable it every time you start the game or set "forceRansomeUnbeeped: 1" in "$XDG_DATA_HOME/Terrible Toybox/Thimbleweed Park/Prefs.json" to make it permanent. The packaging is pretty straightforward except a small preloader which changes the working directory to the shared data directory so the "ggpack" files can be found. From inspecting the binary this should also be doable by setting the THIMBLEENGINE_GAMEROOT environment variable, but I haven't tried yet. Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add Dungeons 3aszlig2018-06-282-0/+19
| | | | | | | | Unfortunately this game doesn't work on my machine, as I don't have support for OpenGL 4.3. However, the game at least gets to the loading screen, so it should work in theory. Signed-off-by: aszlig <aszlig@nix.build>
* games/build-unity: Add support for .app dirsaszlig2018-06-281-1/+6
| | | | | | | | | | | | | | | Some games (well, currently just one, Dungeons 3) come with a .app directory that contains additional game data which includes package .unity3d files. Such directories will be searched relative from the current working directory, so let's actually set the working directory to $out/share/something and copy the .app directory to that if it exists. Tested with Dungeons 3 and also with a few other Unity3d games to see whether they still work. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/list-gamecontrollers: Fix buildaszlig2018-06-281-3/+3
| | | | | | | | | This package has been broken for a long time, because in the meantime (actually quite a while ago, maybe a year even) runCommand no longer includes a C compiler. So let's switch to runCommandCC instead and use "cc" instead of "gcc" to be Clang-compatible. Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add Wizard of Legendaszlig2018-06-282-0/+17
| | | | | | A Unity3d game, so packaging is pretty straightforward. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs.profpatsch: add nix-genProfpatsch2018-06-252-0/+24
|
* games/gog: Add Overloadaszlig2018-06-222-0/+17
| | | | | | | I have only tested whether loading and saving games works and flew around for about 1 minute in the first mission. Signed-off-by: aszlig <aszlig@nix.build>
* stardew-valley-beta: Update to version 1.3.18aszlig2018-06-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* games/gog: Add Party Hardaszlig2018-06-142-0/+17
| | | | | | | | | Packaging is pretty straightforward, because it's a Unity3d game and we have a build hepler for that. Upstream site: http://www.tinybuild.com/partyhard Signed-off-by: aszlig <aszlig@nix.build>
* games/albion: Temporarily fix loading of libGLaszlig2018-06-101-2/+6
| | | | | | | | | | | I think this has te be fixed in <nixpkgs>, because SDL2 loads libGL at runtime using dlopen(), but recent changes have been made so that libGL.so is no longer in LD_LIBRARY_PATH on NixOS by default. So until then, let's set SDL_OPENGL_LIBRARY, so that SDL2 will load it from that path directly instead of searching in LD_LIBRARY_PATH. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/sandbox: Handle store paths that are symlinksaszlig2018-06-091-0/+63
| | | | | | | | | | | | | | | For example the store path of libGL-1.0.0 is a symlink pointing to libglvnd-1.0.0 right now on my machine. If we have such a symlink the sandbox would just silently skip it and only mount the *resolved* path instead of creating the symlink leading to the target. Now whenever bind_mount() with the resolve argument being true is used, we create all the symlinks leading to the target path determined by realpath(). Signed-off-by: aszlig <aszlig@nix.build>
* games/albion: Fix build with Automake 1.16aszlig2018-06-091-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This has been broken since a while when Automake 1.16 was introduced in NixOS/nixpkgs@e0c155e26b6a73bba06d6f2ced12bd4bcb0d6503. The upstream WildMIDI project has since moved to CMake and the patches from the static recompilation project haven't been ported to a newer version, so we're stuck with the Automake variant. Fortunately, the fix is rather easy and it's more obvious when you look at the changelog of Automake 1.16: The 'subdir-object' option no longer causes object files corresponding to source files specified with an explicit '$(srcdir)' component to be placed in the source tree rather than in the build tree. For example, if Makefile.am contains: AUTOMAKE_OPTIONS = subdir-objects foo_SOURCES = $(srcdir)/foo.c $(srcdir)/s/bar.c $(top_srcdir)/baz.c then "make all" will create 'foo.o' and 's/bar.o' in $(builddir) rather than in $(srcdir), and will create 'baz.o' in $(top_builddir) rather than in $(top_srcdir). So all we need to do is strip off the absolute pathname of libWildMidi.la/libWildMidiA.la and the build passes. Signed-off-by: aszlig <aszlig@nix.build>
* games/gog: Add World of Xeenaszlig2018-06-092-0/+124
| | | | | | | | | | This is the result when you combine Might and Magic 4 and 5 and ScummVM very recently got support for that. See http://scummvm.org/news/20180501 for the announcement. So we're wrapping the game using latest git version of ScummVM. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/gopass: Rebase patches against version 1.7.1aszlig2018-05-272-14/+14
| | | | | | | | | The patches are basically the same but only the files were moved to a different place in the upstream repository. Tested building and execution. Signed-off-by: aszlig <aszlig@nix.build>
* games/invisigun-heroes: Update to version 1.6.71aszlig2018-05-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The hotfix release 1.6.71 contains the following fixes: * UI: Fixed sorting of UI dialogs when in-match * UI: Fixed missing Chinese translation for training menu label * UI: Fixed resolution "free" label value change when changing languages New features in version 1.6.70: * New localization: French * New localization: Chinese * UI: Language selector is presented on first launch * UI: Some title screen layout adjustments for localization (complete reskin later) * CRONUS: Finally has a unique victory pose (like the rest of the cast) Fixes in version 1.6.70: * GAME: GIF export files are properly closed when canceling * GAME: Fixed empty powerup crate falling once on clients if all powerups are disabled * GAME: Fixed not being able to split shots on clients if projectile is already destroyed on the host * GAME: Fixed possibility for two projectiles to create a blast barrier instead of hitting objects * GAME: Fixed missing left ember spawner on The Catacombs * GAME: Random map is refreshed when returning to the lobby from a match * GFX: Fixed the tint of Epi's ghost in his victory pose * UI: "Keyboard" is now properly localized on player selectors * UI: Fixed potential for game to stall if localized text parsing fails in some edge cases * UI: Better spacing in GIF end cards for multi-line Steam usernames * UI: Fixed Connect button being selected after removing IP digits using the GUI * UI: Various minor layout fixes for different locales * UI Fixed ready up indicator minor scaling issues * AUDIO: Fixed replays always playing SFX at max volume * EPI: Fixed ghost Epi getting hit instead of real Epi if standing in the same spot Full upstream change log: https://s3-us-west-1.amazonaws.com/sombr-invisigun/messages/ReleaseNotes.txt Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/profpatsch: update Droopy forkProfpatsch2018-05-231-2/+2
|
* games/stardew-valley: Mark beta as lowPrioaszlig2018-05-191-1/+3
| | | | | | | This is to make sure that noone accidentally installs this either via "nix-env -i" or via "nix-env -u". Signed-off-by: aszlig <aszlig@nix.build>
* games/stardew-valley: Add multiplayer betaaszlig2018-05-192-7/+37
| | | | | | | | | | This adds version 1.3.11 of the ongoing multiplayer beta, so it can be conveniently installed via Nix :-) I haven't tested this a whole lot, only started a new farm, walked around and that's it. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/fetch-gog: List more download typesaszlig2018-05-191-1/+1
| | | | | | | | | | | So far we only showed the main installer packages that are available for a certain game. However there are other things such as downloadable content and related products that we might be interested in. I needed this mainly because the Stardew Valley beta download is listed as bonus content. Signed-off-by: aszlig <aszlig@nix.build>
* games/stardew-valley: Add libGL to LD_LIBRARY_PATHaszlig2018-05-171-1/+2
| | | | | | | | | | | I haven't bisected this to know the exact commit that made this change necessary, but it might be that SDL2 now no longer propagates libGL anymore. If this is the case for other games as well, I might want to do a bisect, but for now let's just fix it. Signed-off-by: aszlig <aszlig@nix.build>
* games/liads: Add sandbox path for XDG_DATA_HOMEaszlig2018-05-171-1/+3
| | | | | | | Unlike the other Unity3D games, LIADS writes settings and save files to XDG_DATA_HOME, so we need to add it to the required sandbox paths. Signed-off-by: aszlig <aszlig@nix.build>
* games/liads: Update to version 1.4.5 (2018-04-27)aszlig2018-05-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* pkgs/vim: Don't autoalign Ledger files anymoreaszlig2018-05-021-2/+1
| | | | | | | | | | | I've introduced this in 45aab49b33ab2cd4c327b996d6924f104b038193. It turns out that autocomplete_and_align when leaving insert mode is more annoying than useful, because first of all I use hledger and it's syntax additions and second I also use different currencies, which then get aligned and autocompleted into "something with EUR". Signed-off-by: aszlig <aszlig@nix.build>
* machines/labnet: comment out stackenblockenProfpatsch2018-05-011-1/+2
| | | | | Not used at the moment (but might be in the future) and needs module import fixes.
* pkgs/sandbox: Fix and pass through .desktop filesaszlig2018-04-291-0/+8
| | | | | | | | | | | | | | Since the introduction and move of a few packages to use the sandbox, we no longer have XDG desktop entries, because the sandbox only creates wrappers for all programs in $drv/bin. This now also copies the XDG desktop files and replaces absolute paths to binaries to refer to the sandboxed binaries. I also modified the test to go through the XDG desktop file by default so we can ensure that this works properly. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/aszlig: Add gopass with custom patchesaszlig2018-04-294-1/+47
| | | | | | | | | | | I only want gopass to use ASCII symbols. This is something I already hated in pass, but I never changed it. By switching to gopass now, it's a great opportunity to change it. Second, I use "less -R" as a pager, which supports color so there really is no need to disable colors before piping it to my pager. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/grandpa: Only build for x86_64-linuxaszlig2018-04-291-0/+2
| | | | | | | | The build for i686-linux has been failing for a while and the program is actually only used on x86_64-linux machines, plus I'm not maintaining it anymore. Signed-off-by: aszlig <aszlig@nix.build>
* games/starbound: Add libGLU as dependencyaszlig2018-04-251-3/+3
| | | | | | | Starbound not only needs libGL but also libGLU, so let's actually include that dependency in its combined form (libGLU_combined). Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/vim: Enable folding for Ledger filesaszlig2018-04-231-0/+2
| | | | | | | | My main hledger file already contains a lot of entries even though I just started using hledger, so folding all of that crap away seems to be a good idea. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/vim: Add a few exceptions for sleuthaszlig2018-04-231-0/+5
| | | | | | | | | | | | | | | | | | | | This has annoyed me for a while now, especially when writing Haskell code. Let's say if I have something like this: foo :: Num a => a -> a foo a = b where b = a + 1 Sleuth will detect that the indentation level is 2 spaces, but in reality what I want is to have it at 4 spaces. So turning off Sleuth will solve that problem, especially because we can still invoke it manually. Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/vim: Add plugin for Ledgeraszlig2018-04-231-1/+20
| | | | | | | | | | | The plugin really is for Ledger instead of hledger, but both should be compatible with the syntax. If we use something that's not compatible we can still patch it in. I also set the default currency to Euro and added an auto-align after leaving insert mode because I'm lazy ;-) Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/games: Replace usages of mesa with libGLaszlig2018-04-2113-25/+25
| | | | | | | | | | | | | This has been changed in NixOS/nixpkgs@6bf1421f13d667c2997b67728cf777c6, so let's change it here as well. Quote from the mentioned commit: Implement libGL as a symlink package which uses libraries from libglvnd and headers from Mesa (since ones from libglvnd are outdated). Signed-off-by: aszlig <aszlig@nix.build>
* games/invisigun-heroes: Update to version 1.6.50aszlig2018-04-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New features: * UI: Player colors are changeable in the lobby for the match * UI: Available powerups can be customized in match setup * UI: Exported animated GIFs have an end card with the winning hero, date, and Steam name Updates: * PROTEUS: Scanner drone shock count reverted to 3 pulses instead of 2 * CRONUS: Bomb drop speed increased from 10 to 12 * CARMEN: Blocks take 3 bumps to remove the reflector shield instead of 5 * CARMEN: Max simultaneous blocks reduced from 3 to 2 * CARMEN: Spam detection time window increased from 0.5s to 0.75s after placing a block * PHOEBE: Phoebe can't teleport back for 0.25s after teleporting * RONIN: Spam count reduced from 3 to 2 slashes before cooldown sets in * GAME: Guardians deploy from powerup pickup position * GAME: Land Grab default time limit reduced from 150s to 90s * GAME: Birds will scatter from Aether's pound and Cronus' bombs * GAME: More heroes can reliably buffer the next shot during their ability * NET: Host join key is persistent for the entire game session if the region is the same * NET: Last client join key used is saved for the session * UI: Guardian shows an indicator over targeted players when they are visible * UI: Title & Invisigun electricity FX don't continue forever * UI: Initial player choice is consistent (always begins on Selene) * UI: Custom phrases show an indicator on the victory phrase dialog * UI: Changed training pause label from "Exit" to "Menu" * UI: Updated victory phrase character presentation * UI: Lobby hero selectors show a loading spinner until they're ready for input * UI: Improved some powerup icons * UI: Added some icons to options buttons * UI: Smoother and more accurate replays and exported GIFs * UI: Even faster animated GIF exporting * UI: Replay GIFs show connection strength for online matches * UI: Better mini powerup icons on the scoreboard * SFX: Updated map loading audio cue * GFX: Power shots have a subtle animation on the front of the projectile * GFX: Softer rolloff for lighting fx Map updates: * The Conundrum: layout adjustments * Polar Express: minor tile swap, fewer ember spawns from the edges Fixes: * CARRIER: Fixed some bumping and positioning issues * SELENE: Selene can't evade scanner drone detection by jumping anymore * SELENE: Fixed not being able to buffer a shot after a double jump * CRONUS: Fixed issues with bomb trail timings when the game is paused * CRONUS: Fixed drop target stopping when bringing up the match menu during an online game * CRONUS: Fixed soot tracks sometimes showing up where a player was before stepping into soot * PHOEBE: Fixed proper destruction of projectiles teleported under mine carts * PHOEBE: Added some failsafe checks to prevent Phoebe getting shot immediately after teleporting online * PHOEBE: Potential fix for getting shot right after teleporting online * EPI: Fixed real Epi disappearing from spectator view & replays while ghost Epi is teleporting * EPI: Fixed possibility for remote client Epi to teleport to ghost's position on button mash * EPI: Fixed ghost Epi not leaving soot prints from Cronus' bombs * IRIS: More accurate powerup pickups while dashing online * IRIS: Fixed occasional failure for client dashes to work properly on remote connections * IRIS: Fixed occasional inability to dash through proximity doors * RONIN: Fixed some slash FX not showing up for remote clients * GAME: Fixed incorrect bot showing victory pose * GAME: Guardians could destroy the wrong shots if the original target was already destroyed * GAME: Fixed potential for mine carts to get stuck against some rocks * GAME: Fixed conveyor belt speed and player positioning due to physics timestep changes * GAME: Potential fix for projectiles sometimes stalling * GAME: Powerups don't repeatedly drop while the match is inactive * GAME: Fixed potential for projectiles to sometimes ricochet in diagonal directions * GAME: Fixed potential for two orthogonal projectiles to sometimes create diagonal cluster bombs * GAME: Fixed players not being able to get hit by their own split shots * GAME: Fixed players being invulnerable to their own cluster shots * GAME: Improved accuracy of cluster bomb spawn location * GAME: Fix for hitting your own resisted shots if walking into them with lag * GAME: Fixed an issue causing short stun times canceling existing, longer stun times * GAME: Fixed occasional possibility for players to be invisible during respawns or round resets * UI: Navigating back from Match Setup after arriving from Host a Match returns to Join Scene * UI: Fixed incorrect "up" controller label on player selectors in lobby * UI: Fixed traning pause menu input label when switching between keyboard and controllers * UI: Fixed spectator replay controls when switching between keyboard and controllers * UI: Fixed flickering UI elements on instant replay following export of GIF * UI: Fixed erratic replay lengths, playback, timing and GIF exports depending on device specs Full upstream change log: https://s3-us-west-1.amazonaws.com/sombr-invisigun/messages/ReleaseNotes.txt Signed-off-by: aszlig <aszlig@nix.build>
* Remove my patched version of Gajim everywhereaszlig2018-04-042-35/+1
| | | | | | | | | | | | | | | | | | The config.patch doesn't apply for Gajim 1.0 anymore anyway, so let's throw everything away, including my custom config in order to start with a new abomination. With the new approach, I'm going to patch the configuration defaults *directly* into Gajim, because one of the problems with the old approach was that whenever specifics about a configuration value has changed, I didn't get noticed by a patch failure. So in the end the config I was ending up was a big mess. I'm going to start this with a new unpatched version and someday get to a patched version that I'm staisfied with... hopefully ;-) Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/santander: Fix path to executableaszlig2018-04-041-1/+1
| | | | | | | | | | | | The actual executable is libexec/travic-sign/travic-sign and not libexec/travic-sign, so let's actually fix this in the native messaging host config file. This is mainly for the sake of OCD, because I'm not using Chromium anymore and manually insert the path (I know, someday[TM] I will automate this). Signed-off-by: aszlig <aszlig@nix.build>
* pkgs/santander: Use Wine stable instead of stagingaszlig2018-04-041-7/+6
| | | | | | | The features that we needed back then are now already in stable, so no need to use staging anymore. Signed-off-by: aszlig <aszlig@nix.build>
* profiles/workstations: Use NixOps from nixpkgsaszlig2018-04-022-38/+0
| | | | | | | | | | This one is an old leftover from where I ran patched versions of NixOps, but nowadays it is already in <nixpkgs>, so no need to keep it around. Other than that, with Hydra now running in restricted eval mode it will run into an eval error. Signed-off-by: aszlig <aszlig@nix.build>
* games/albion: Fix ancient wildmidi against GCC 7aszlig2018-03-072-0/+26
| | | | | | | | | The first error is that there was a case statement fallthrough which was actually unintended and is a bug in the ancient wildmidi used here, while the second one was because of a structure that wasn't initialized to zero before first use. Signed-off-by: aszlig <aszlig@nix.build>
* starbound: Fix preloader snprintf sizeaszlig2018-03-071-1/+1
| | | | | | | | | | | | | | | | I explicitly didn't want to include a \0, but unfortunately with GCC 7 a check is performed on the size of the format arguments and the build now fails with: '__builtin___snprintf_chk' output between 5 and 9 bytes into a destination of size 4 The dereference of the str pointer gives us one byte, so the size of the format argument will be 4 in any cases plus the 0 byte at the end. While we don't need the 0 byte because it will be added later, it doesn't hurt so let's use a maximum size of 5 to keep GCC 7 silent. Signed-off-by: aszlig <aszlig@nix.build>