summary refs log tree commit diff
path: root/pkgs/games/cataclysm-dda
Commit message (Collapse)AuthorAge
* cataclysm-dda-git: 2020-12-09 -> 2021-07-03D Anzorge2021-07-04
|
* cataclysm-dda: 0.E-3 -> 0.FD Anzorge2021-07-04
|
* cataclysm-dda-git: 2019-11-22 -> 2020-12-09sophrosyne972021-05-16
|
* Merge pull request #103546 from mnacamura/cdda-small-fixSandro2021-04-12
|\
| * cataclysmDDA: add utility function `attachPkgs`Mitsuhiro Nakamura2020-11-12
| |
| * cataclysmDDA: refactoringMitsuhiro Nakamura2020-11-12
| |
| * cataclysmDDA: filter out things that do not have for{Tiles,Curses} attrsMitsuhiro Nakamura2020-11-12
| |
* | pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob2021-01-16
| |
* | pkgs/games: stdenv.lib -> libBen Siraphob2021-01-15
| |
* | 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
* | cataclysm-dda: 0.E-2 -> 0.E-3freezeboy2020-12-27
|/
* doc: add section for cataclysm-ddaMitsuhiro Nakamura2020-07-18
|
* cataclysmDDA: update modsMitsuhiro Nakamura2020-07-18
|
* cataclysmDDA: update READMEMitsuhiro Nakamura2020-07-18
| | | | Add description about `useXdgDir` flag
* cataclysmDDA: launch the wrapped programMitsuhiro Nakamura2020-07-18
|
* cataclysmDDA: add READMEMitsuhiro Nakamura2020-07-18
|
* cataclysm-dda-git: make it overridable with git revisionMitsuhiro Nakamura2020-07-18
| | | | | | | | | | 'cataclysm-dda-git.overrideAttrs (_: { version = ...; src = fetchFromGitHub { ... }; })' did not update VERSION make flag correctly. With this change, one can override 'cataclysm-dda-git' correctly and more easily: cataclysm-dda-git.override { version = ...; rev = ...; sha256 = ...; }
* cataclysm-dda{,-git}: support build with USE_XDG_DIR flagMitsuhiro Nakamura2020-07-18
|
* cataclysm-dda{,-git}: clean upMitsuhiro Nakamura2020-07-18
|
* cataclysmDDA: make pkgs extensibleMitsuhiro Nakamura2020-07-18
| | | | | | | | | | | | | | Example: let customMods = self: super: lib.recursiveUpdate super { soundpack.AwesomeSounds = cataclysmDDA.buildSoundPack { ... }; }; in cataclysm-dda.withMods (mods: with mods.extend customMods; [ tileset.UndeadPeople soundpack.AwesomeSounds ])
* cataclysmDDA: add UndeadPeople tilesetMitsuhiro Nakamura2020-07-18
|
* cataclysmDDA: add very basic framework for packaging modsMitsuhiro Nakamura2020-07-18
| | | | | Add new namespace 'cataclysmDDA', in which package builders, games, and mods are listed.
* cataclysm-dda{,-git}: apply locale patch dynamicallyMitsuhiro Nakamura2020-07-18
| | | | | Each time src/translations.cpp is modified, we have to update the locale patch. Using sed to patch dynamically should be handy.
* cataclysm-dda{,-git}: name -> pname and versionMitsuhiro Nakamura2020-07-18
|
* cataclysm-dda: 0.E -> 0.E-2Alyssa Ross2020-07-18
|
* Merge pull request #84261 from catern/cddaworldofpeace2020-04-20
|\ | | | | cataclysm-dda: 0.D -> 0.E
| * cataclysm-dda: 0.D -> 0.ESpencer Baugh2020-04-04
| |
* | treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|/
* cataclysm-dda: fix build on darwinFranz Pletz2019-12-27
|
* Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz2019-12-26
|\
| * cataclysm-dda-git: 2019-05-03 -> 2019-11-22Andrey Petrov2019-12-01
| |
* | cataclysm-dda: fix build with gcc9Franz Pletz2019-11-03
|/
* treewide: remove redundant quotesvolth2019-09-08
|
* cataclysm-dda-git: remove obsolete lua dependencyMitsuhiro Nakamura2019-05-03
|
* cataclysm-dda{,-git}: refactoringMitsuhiro Nakamura2019-05-03
|
* cataclysm-dda-git: 2018-07-15 -> 2019-05-03Mitsuhiro Nakamura2019-05-03
|
* cataclysm-dda: 0.C -> 0.DMitsuhiro Nakamura2019-05-03
|
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* cataclysm-dda-git: fix desktop launcher installation (#44364)Mitsuhiro Nakamura2018-08-02
|
* cataclysm-dda{,-git}: add mnacamura as maintainerMitsuhiro Nakamura2018-07-19
|
* cataclysm-dda{,-git}: move common attributes to common.nixMitsuhiro Nakamura2018-07-18
|
* cataclysm-dda-git: debug flagRicardo Ardissone2018-07-15
|
* cataclysm-dda-git: 2017-12-09 -> 2018-07-15Ricardo Ardissone2018-07-15
|
* treewide: use more HTTPS URLsRyan Mulligan2018-03-24
| | | | | | | | Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
* cataclysm-dda: fix clang buildDaiderd Jordan2018-03-14
| | | | /cc ZHF #36454
* cataclysm-dda{,-git}: stylingMitsuhiro Nakamura2018-02-10
|
* cataclysm-dda-{,git}: support the console (no tiles) versionMitsuhiro Nakamura2018-02-08
| | | | You can install the console version with `cataclysm-dda{,-git}.override { tiles = false; }`.
* cataclysm-dda-git: install the launcher for Linux desktop environmentsMitsuhiro Nakamura2018-02-08
|
* cataclysm-dda-git: differentiate the version display from 0.CMitsuhiro Nakamura2018-02-08
| | | | | Previously the version shown in the title was 0.C, not distinguishable from the stable version.
* cataclysm-dda{,-git}: update homepageMitsuhiro Nakamura2018-02-08
|