summary refs log tree commit diff
path: root/pkgs/games/dwarf-fortress
Commit message (Collapse)AuthorAge
* treewide: rename name to pname&versionFelix Buehler2022-01-17
|
* misc: Replace tab indentation with spacesVictor Engmark2021-11-14
| | | | | I've tried to be consistent, using four or eight spaces to line up with existing code.
* treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)`` to ↵Sandro Jäckel2021-11-03
| | | | lib.importJSON ./file.json
* dwarf-fortress: remove phasesFelix Buehler2021-08-03
|
* dwarf-fortress-packages.twbt: Fix twbt version to match tfhack version.Kevin Cox2021-07-31
| | | | | | | | | Otherwise you get an error upon starting the game: ``` Plugin twbt was not built for this version of DFHack. Plugin: 0.47.05-beta1, DFHack: 0.47.05-r1 ```
* dwarf-fortress/themes: updateJonathan Ringer2021-07-11
|
* dwarf-fortress/twbt: add 0.47.05 supportJonathan Ringer2021-07-11
|
* dwarf-fortress/dfhack: add 0.47.05-r1Jonathan Ringer2021-07-11
|
* dwarf-fortress/unfuck: add 0.47.05Jonathan Ringer2021-07-11
|
* dwarf-fortress: 0.47.04 -> 0.47.05Jonathan Ringer2021-07-11
|
* dwarf-fortress: refactorArtturin2021-06-30
|
* dwarf-therapist: 41.1.5 -> 41.2.2Jonathan Ringer2021-06-16
|
* Merge branch 'staging-next' into stagingJan Tojnar2021-03-04
|\
| * treewide: remove stdenv where not neededBen Siraphob2021-03-04
| |
* | treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob2021-02-20
|/
* treewide: makeWrapper buildInputs to nativeBuildInputsBen Siraphob2021-02-19
|
* qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel2021-01-25
|
* treewide: editorconfig fixeszowoq2021-01-20
| | | | | - remove trailing whitespace - use spaces for indentation
* pkgs/data, pkgs/games: [sS]tdenv.*lib -> libBen Siraphob2021-01-17
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
|
* Merge pull request #98229 from bbigras/dfMario Rodas2020-09-20
|\ | | | | dwarf-fortress: update themes.json
| * dwarf-fortress: update themes.jsonBruno Bigras2020-09-18
| |
* | dwarf-fortress: use jdk8Gabriel Ebner2020-09-19
|/
* dwarf-fortress: TWBT: use fork for dfhack 0.47.04 supportCole Helbling2020-08-21
| | | | | | | The original mifki TWBT hasn't been updated since April 2019, while thurin's fork has added support for dfhack 0.47.04-r2. Thus, switch to thurin's fork when Dwarf Fortress 0.47.04 is used (and ever-so-slightly special case the url attribute).
* dfhack: fix ruby pluginCole Helbling2020-08-21
| | | | | | | | dfhack expects an unversioned libruby.so to be present in the hack subdirectory for ruby plugins to function. The glob is necessary, because the ruby package's library names are formatted as ruby-${version}.so for whatever reason. The glob makes it possible for ruby to update without manual intervention being needed here.
* dfhack: 0.47.04-alpha0 -> 0.47.04-r2Cole Helbling2020-08-21
| | | | | | | | | | | As of https://github.com/DFHack/dfhack/commit/56e43a0dde023c5a4595a22b29d800153b31e3c4, dfhack gets its goodies from the directory above the Dwarf_Fortress executable, which leads to stock Dwarf Fortress and not the built environment where all the dfhack resources are symlinked to (typically ~/.local/share/df_linux). This causes errors like `tweak is not a recognized command` to be reported and dfhack to lose some of its functionality.
* add `enableSound` parameter to `dwarf-fortress` derivationMatthew Piziak2020-05-17
| | | | | | try hardcoding add back whitespace
* treewide: remove the-kenny from maintainersJörg Thalheim2020-05-09
| | | | | | | @the-kenny did a good job in the past and is set as maintainer in many package, however since 2017-2018 he stopped contributing. To create less confusion in pull requests when people try to request his feedback, I removed him as maintainer from all packages.
* treewide: use https for nixos.org and hydra.nixos.orgPavol Rusnak2020-05-03
| | | | | tarballs.nixos.org is omitted from the change because urls from there are always hashed and checked
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* dwarf-fortress: 0.47.02 -> 0.47.04Jonathan Ringer2020-03-13
|
* dwarf-therapist: 41.1.3 -> 41.1.5Jonathan Ringer2020-03-13
|
* dwarf-fortress: 0.44.12 -> 0.47.02Jonathan Ringer2020-02-14
|
* dwarf-fortress.dfhack: add 0.47.02-alpha0 releaseJonathan Ringer2020-02-14
|
* dwarf-fortress.twbt: add 6.61 releaseJonathan Ringer2020-02-14
| | | | | This is just the latest release, there hasn't been a release for a few months.
* dwarf-therapist: 41.1.2 -> 41.1.3Jonathan Ringer2020-02-14
|
* dwarf-fortress-packages.unfuck: 0.47.01 -> 0.47.02 releaseAndrey Petrov2020-02-09
| | | | | Temporarily using 0.47.01 release for 0.47.02, since there's no corresponding unfuck release yet and it seems to work.
* dwarf-fortress: fix update.sh script for games.jsonAndrey Petrov2020-02-09
|
* dwarf-fortress-packages.dwarf-fortress_0_47_02: initAndrey Petrov2020-02-09
|
* dwarf-fortress: update themes.jsonAndrey Petrov2020-02-09
|
* dwarf-fortress: Update themes.jsonAndrey Petrov2020-02-03
|
* dwarf-fortress: Add update script for themesAndrey Petrov2020-02-03
|
* dwarf-fortress-packages.dwarf-therapist: 41.0.2 -> 41.1.2Jonathan Ringer2020-02-02
|
* dwarf-fortress-packages.unfuck: add 0.47.0.1 releaseJonathan Ringer2020-02-02
|
* dwarf-fortress-packages.dwarf-fortress_0_47_01: initJonathan Ringer2020-02-02
|
* treewide: Fix unsafe concatenation of $LD_LIBRARY_PATHAnders Kaseorg2020-01-15
| | | | | | | | | | Naive concatenation of $LD_LIBRARY_PATH can result in an empty colon-delimited segment; this tells glibc to load libraries from the current directory, which is definitely wrong, and may be a security vulnerability if the current directory is untrusted. (See #67234, for example.) Fix this throughout the tree. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* treewide: Get rid of libGLU_combinedadisbladis2019-11-18
|
* tree-wide: replace uses of splitString "." with lib.versionsJoachim Fasting2019-09-26
| | | | | | | | | Quoting from the splitString docstring: NOTE: this function is not performant and should never be used. This replaces trivial uses of splitString for splitting version strings with the (potentially builtin) splitVersion.
* treewide: name -> pname (#67513)volth2019-08-31
|