summary refs log tree commit diff
path: root/pkgs/games/dwarf-fortress
Commit message (Collapse)AuthorAge
* 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
|
* treewide: remove redundant recvolth2019-08-28
|
* treewide: remove redundant quotesvolth2019-08-26
|
* treewide: name -> pnamevolth2019-08-17
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* dwarf-fortress-packages.dwarf-therapist-original: expose to package setNikolay Amiantov2019-06-10
| | | | Needed for it to be built on Hydra.
* Added EnableTextMode Dwarf Fortress for playing CLITrevtheForthDev2019-05-08
|
* dwarf-fortress: fix theme overridelassulus2018-11-08
|
* dwarf-fortress: fix most of customization optionslassulus2018-11-06
| | | | | see #49779 close #49803
* dwarf-fortress: fix build errorlassulus2018-10-08
|
* Inline JSON filesMorgan Jones2018-09-09
|
* Update twbt to 6.54Morgan Jones2018-09-09
|
* Use stdenv.mkDerivation for Therapist wrapperMorgan Jones2018-09-09
|
* Fix dangling DFHack "Git:" version textMorgan Jones2018-09-09
|
* Therapist needs to depend on the DF version, since it uses its MD5Morgan Jones2018-09-09
|
* Let the user override dfVersion in dwarf-fortress-fullMorgan Jones2018-09-09
|
* Fix dfhack's Dwarf Fortress MD5 in the correct environmentMorgan Jones2018-09-09
|
* dwarf-fortress: Support multiple unfuck/dfhack/TWBT versionsMorgan Jones2018-09-09
|
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* dwarf-fortess: make 0.44.12 the default versionHerwig Hochleitner2018-08-17
| | | | | | all necessary support packages seem to have caught up cc @matthewbauer @Baughn @volth
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* [bot]: remove unreferenced codevolth2018-07-20
|
* dwarf-fortress: re-include stonesense fixHerwig Hochleitner2018-07-14
| | | | | | This partially reverts commit dfc4744afd82b2d26a8df71b05ffacf05230af50. cc @matthewbauer
* dwarf-fortress.dwarf-therapist: restore DwarfTherapist programHerwig Hochleitner2018-07-14
|
* Merge remote-tracking branch 'Baughn/nix-df' into dwarf-fortressMatthew Bauer2018-07-09
|\
| * dwarf-fortress: Add "lazy pack", config flags and some comments.Svein Ove Aas2018-07-05
| |
| * dwarf-fortress: Init TWBT at 6.46Svein Ove Aas2018-07-05
| |
* | dwarf-fortress: recurse into themesMatthew Bauer2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the output of “nix-env” should be: $ nix-env -qa -f . -A dwarf-fortress-packages afro-graphics-44.10 autoreiv-44.03 cla-44.xx-v25 dwarf-fortress-0.43.05 dwarf-fortress-0.44.05 dwarf-fortress-0.44.09 dwarf-fortress-0.44.10 dwarf-fortress-0.44.11 dwarf-fortress-0.44.12 dwarf-therapist-40.1.0 gemset-44.10a ironhand-44.10 jolly-bastion-44.10 legends-browser-1.17.1 mayday-44.10 obsidian-44.10 phoebus-44.10 rally-ho-44.10 soundsense-2016-1_196 spacefox-44.10a taffer-44.10a tergel-44.03 wanderlust-44.10
* | dwarf-fortress: refactorsMatthew Bauer2018-07-09
| | | | | | | | | | | | | | | | | | | | This will make it easier for people to access old versions. You can now access attributes like: - dwarf-fortress_0_44_11 - dwarf-fortress_0_43_05 - etc.
* | dwarf-fortress: support older versions as wellMatthew Bauer2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | game.json now contains a dictionary of old game hashes. I have added them for the last 3 releases. - add script to generate hashes Makes it much easier to update game.json file. - add updateScript meta This adds some info on the ./update.sh updateScript now available. - cleanup updateScript - Add some more systems - Correctly detect source extensions (.zip or .tar.bz2) - Proper bash quoting - fix update.sh - correctly detect latest df version - append to game.json instead of overwriting it - update hashes for 44.12
* | dwarf-fortress: use fetchFromGitHub directlyMatthew Bauer2018-07-05
|/ | | | | This avoids creating a second derivation to copy things from the original. The new themes are now fixed output.
* Merge pull request #43057 from Baughn/nix-dfMatthew Bauer2018-07-05
|\ | | | | dwarf-fortress: Run legends-browser with a suitable working directory
| * dwarf-fortress: Run legends-browser with a suitable working directorySvein Ove Aas2018-07-05
| |
* | Merge pull request #43043 from Baughn/nix-dfMatthew Bauer2018-07-04
|\| | | | | dwarf-fortress: Fix themes & package Legends Browser
| * dwarf-fortress: Init Legends Browser at 1.17.1Svein Ove Aas2018-07-04
| |
| * dwarf-fortress: Don't check for dfVersion compatability on themes, which ↵Svein Ove Aas2018-07-04
| | | | | | | | lack them.
* | dwarf-fortress: cleanupMatthew Bauer2018-07-02
| |
* | Patch dwarf-fortress-unfuck to build in debug (pending upstream fix)Morgan Jones2018-07-01
| |
* | bump dwarf-therapist and dfhack versions; fix theme issueMorgan Jones2018-06-30
| |
* | dwarf-fortress: 0.44.10 -> 0.44.11Morgan Jones2018-06-30
|/ | | | | Update everything but dfhack and dwarf-therapist, which have not been updated yet.
* dwarf-therapist: supports darwinMatthew Bauer2018-06-10
|
* dfhack: add SDL to buildInputsMatthew Bauer2018-06-10
|
* dfhack: add submodulesMatthew Bauer2018-06-10
|
* dwarf-therapist: fix buildOrivej Desh2018-06-07
| | | | Update for dfc4744afd82b2d26a8df71b05ffacf05230af50.
* dwarf-fortress: 44.09 → 44.10Matthew Bauer2018-06-06
|
* dwarf-fortress: move themes to .json fileMatthew Bauer2018-06-06
| | | | This will make it easier to automate.
* dwarf-fortress: revert to 44.09Matthew Bauer2018-05-11
| | | | | Was at 44.10 but i have no way to test it on linux (and unsure how to update dwarf-fortress-unfucked).