summaryrefslogtreecommitdiffstats
path: root/pkgs/games/cataclysm-dda
AgeCommit message (Collapse)Author
2022-09-13cataclysm-dda: fix buildRaphael Robatsch
2022-08-21cataclysm-dda-git: 2021-07-03 -> 2022-08-20 (#187209)Sally Gordon
Co-authored-by: Have a good time <i@niconiconi.xyz>
2022-08-17cataclysm-dda: update locale path patchD Anzorge
2022-05-29cataclysm-dda-git: mark broken on x86_64-darwinRick van Schijndel
2022-02-27Merge pull request #133431 from Ma27/glibc-2.34Jonathan Ringer
glibc: 2.33-108 -> 2.34-115
2022-02-27cataclysm-dda: fix evalMaximilian Bosch
No idea why this breaks now, but let's see if that's sufficient to make ofborg happy.
2022-02-27cataclysm-dda: fix build w/glibc-2.34Maximilian Bosch
* Enable parallel building to speed up the build-time. * Disable tests as vendored catch2 doesn't compile against glibc 2.34 and I couldn't get the tests to run in the sandbox. Failing Hydra build: https://hydra.nixos.org/build/163952121
2022-02-27cataclysm-dda: enable parallel building (#161957)André-Patrick Bubel
2021-11-29cataclysm-dda: 0.F-2 -> 0.F-3D Anzorge
2021-08-31cataclysm-dda: 0.F-1 -> 0.F-2D Anzorge
2021-08-19cataclysm-dda: 0.F -> 0.F-1D Anzorge
2021-07-04cataclysm-dda-git: 2020-12-09 -> 2021-07-03D Anzorge
2021-07-04cataclysm-dda: 0.E-3 -> 0.FD Anzorge
2021-05-16cataclysm-dda-git: 2019-11-22 -> 2020-12-09sophrosyne97
2021-04-12Merge pull request #103546 from mnacamura/cdda-small-fixSandro
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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
2020-12-27cataclysm-dda: 0.E-2 -> 0.E-3freezeboy
2020-11-12cataclysmDDA: add utility function `attachPkgs`Mitsuhiro Nakamura
2020-11-12cataclysmDDA: refactoringMitsuhiro Nakamura
2020-11-12cataclysmDDA: filter out things that do not have for{Tiles,Curses} attrsMitsuhiro Nakamura
2020-07-18doc: add section for cataclysm-ddaMitsuhiro Nakamura
2020-07-18cataclysmDDA: update modsMitsuhiro Nakamura
2020-07-18cataclysmDDA: update READMEMitsuhiro Nakamura
Add description about `useXdgDir` flag
2020-07-18cataclysmDDA: launch the wrapped programMitsuhiro Nakamura
2020-07-18cataclysmDDA: add READMEMitsuhiro Nakamura
2020-07-18cataclysm-dda-git: make it overridable with git revisionMitsuhiro Nakamura
'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 = ...; }
2020-07-18cataclysm-dda{,-git}: support build with USE_XDG_DIR flagMitsuhiro Nakamura
2020-07-18cataclysm-dda{,-git}: clean upMitsuhiro Nakamura
2020-07-18cataclysmDDA: make pkgs extensibleMitsuhiro Nakamura
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 ])
2020-07-18cataclysmDDA: add UndeadPeople tilesetMitsuhiro Nakamura
2020-07-18cataclysmDDA: add very basic framework for packaging modsMitsuhiro Nakamura
Add new namespace 'cataclysmDDA', in which package builders, games, and mods are listed.
2020-07-18cataclysm-dda{,-git}: apply locale patch dynamicallyMitsuhiro Nakamura
Each time src/translations.cpp is modified, we have to update the locale patch. Using sed to patch dynamically should be handy.
2020-07-18cataclysm-dda{,-git}: name -> pname and versionMitsuhiro Nakamura
2020-07-18cataclysm-dda: 0.E -> 0.E-2Alyssa Ross
2020-04-20Merge pull request #84261 from catern/cddaworldofpeace
cataclysm-dda: 0.D -> 0.E
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly
2020-04-04cataclysm-dda: 0.D -> 0.ESpencer Baugh
2019-12-27cataclysm-dda: fix build on darwinFranz Pletz
2019-12-26Merge remote-tracking branch 'origin/master' into gcc-9Franz Pletz
2019-12-01cataclysm-dda-git: 2019-05-03 -> 2019-11-22Andrey Petrov
2019-11-03cataclysm-dda: fix build with gcc9Franz Pletz
2019-09-08treewide: remove redundant quotesvolth
2019-05-03cataclysm-dda-git: remove obsolete lua dependencyMitsuhiro Nakamura
2019-05-03cataclysm-dda{,-git}: refactoringMitsuhiro Nakamura
2019-05-03cataclysm-dda-git: 2018-07-15 -> 2019-05-03Mitsuhiro Nakamura
2019-05-03cataclysm-dda: 0.C -> 0.DMitsuhiro Nakamura
2019-02-26treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim
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.
2018-08-02cataclysm-dda-git: fix desktop launcher installation (#44364)Mitsuhiro Nakamura