summary refs log tree commit diff
path: root/pkgs/games/xconq
AgeCommit message (Collapse)AuthorFilesLines
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2019-01-04treewide/xorg: replace *proto with xorgprotoLengyel Balazs1-2/+2
2017-08-29xconq: fix buildMichael Raskin1-0/+1
2017-06-17xconq: add remark to patchJörg Thalheim1-0/+1
2017-06-16xconq: don't set special perms on installWill Dietz1-0/+1
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-07xconq: turn off format hardeningRobin Gloster1-2/+4
2015-07-01xconq: fix build and refactorPascal Wittmann1-57/+33
2015-06-28Minimal fix to make XConq playable againMichael Raskin1-1/+2
2011-05-31MediumBlue is currently too dark to be background for black checkmark, ↵Michael Raskin1-2/+6
correct to Light svn path=/nixpkgs/trunk/; revision=27340
2011-05-31Fix for an annoying crashMichael Raskin1-0/+1
svn path=/nixpkgs/trunk/; revision=27339
2011-05-28Adding Xconq turn-based strategyMichael Raskin1-0/+67
svn path=/nixpkgs/trunk/; revision=27306