about summary refs log tree commit diff
path: root/pkgs/games/dwarf-fortress/twbt/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-04-11dwarf-fortress: address code review feedbackMorgan Jones1-1/+5
2024-03-31Avoid top-level `with ...;` in pkgs/games/dwarf-fortress/twbt/default.nixPhilip Taron1-3/+9
2024-01-12treewide: update meta.description to fit the guidelinesGetPsyched1-1/+1
2022-11-17dwarf-fortress.dfhack: drop broken versionsNaïm Favier1-15/+0
These versions don't build because their submodules use `git://` URLs, which are no longer supported by GitHub. I don't think there's a reasonable way to work around that since `fetchgit` doesn't allow patching the source *before* fetching submodules.
2022-11-17dwarf-fortress.dfhack: updates and fixesNaïm Favier1-4/+4
Updates the release number for the latest two DF versions, and fixes some older ones. Notable change from 0.47.05-r7: dfhack.init was moved into dfhack-config/init. https://github.com/DFHack/dfhack/releases/tag/0.47.05-r7 https://github.com/DFHack/dfhack/releases/tag/0.47.04-r5
2021-07-31dwarf-fortress-packages.twbt: Fix twbt version to match tfhack version.Kevin Cox1-2/+2
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 ```
2021-07-11dwarf-fortress/twbt: add 0.47.05 supportJonathan Ringer1-0/+6
2021-06-30dwarf-fortress: refactorArtturin1-4/+8
2021-02-20treewide: unzip buildInputs to nativeBuildInputs (#112302)Ben Siraphob1-1/+1
2021-01-17pkgs/data, pkgs/games: [sS]tdenv.*lib -> libBen Siraphob1-1/+1
2020-08-21dwarf-fortress: TWBT: use fork for dfhack 0.47.04 supportCole Helbling1-4/+9
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).
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-13dwarf-fortress: 0.47.02 -> 0.47.04Jonathan Ringer1-0/+5
2020-02-14dwarf-fortress.twbt: add 6.61 releaseJonathan Ringer1-0/+5
This is just the latest release, there hasn't been a release for a few months.
2019-08-31treewide: name -> pname (#67513)volth1-1/+1
2019-06-16treewide: remove unused variables (#63177)volth1-4/+0
* treewide: remove unused variables * making ofborg happy
2018-09-09Inline JSON filesMorgan Jones1-1/+32
2018-09-09dwarf-fortress: Support multiple unfuck/dfhack/TWBT versionsMorgan Jones1-6/+19
2018-08-17dwarf-fortess: make 0.44.12 the default versionHerwig Hochleitner1-3/+3
all necessary support packages seem to have caught up cc @matthewbauer @Baughn @volth
2018-07-05dwarf-fortress: Add "lazy pack", config flags and some comments.Svein Ove Aas1-3/+3
2018-07-05dwarf-fortress: Init TWBT at 6.46Svein Ove Aas1-0/+35