summary refs log tree commit diff
path: root/pkgs/games/zandronum
Commit message (Collapse)AuthorAge
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* fmod: supports darwinMatthew Bauer2018-05-10
|
* zandronum: sound improvementsNikolay Amiantov2018-03-11
| | | | | | | | * Update fmod version to one with PulseAudio support; * Dynamically link FluidSynth instead of using LD_LIBRARY_PATH; * Use system libgme. Fixes sound on some machines.
* treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev2018-02-24
|
* zandronum: fix soundfont support, minor cleanupCray Elliott2017-09-15
| | | | also add myself to maintainers
* zandronum: 2.1.2 -> 3.0Cray Elliott2017-09-15
| | | | | | | | remove sqlite-amalgamation and put it internal to the zandronum folder, as it is only used by zandronum. Patches needed to avoid build impurities and to get the correct protocol version to connect to public servers. remove zandronum_bin as it is no longer needed
* zandronum: bundle fmod, fix librariesNikolay Amiantov2016-12-17
|
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\
| * zdoom: Mark it and its forks as nonfree.Jookia2016-07-11
| | | | | | | | See http://zdoom.org/wiki/License and the source code of each package.
| * zandronum: fix buildRahul Gopinath2016-07-05
| | | | | | | | Fixes #15994
| * Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-02-28
|\|
| * Remove all dots at end of descriptionszimbatm2016-02-27
| | | | | | | | | | | | | | Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
| * Fix misspelled meta.maintainers attributesEelco Dolstra2016-02-10
| |
* | zandronum-server: disable format hardeningRobin Gloster2016-02-24
| |
* | Fix misspelled meta.maintainers attributesEelco Dolstra2016-02-10
|/
* zandronum-bin: fix argv0, add licenseNikolay Amiantov2016-02-04
|
* zandronum: unify packages, fix building, cleanupNikolay Amiantov2015-12-13
|
* zandronum 2.1 -> 2.1.2Cray Elliott2015-08-17
|
* zandronum: 2.0 -> 2.1lassulus2015-07-03
|
* zandronum-bin: fix evaluation/tarball by assertionVladimír Čunát2015-06-22
| | | | | The expression seems usable only on x86_64-linux anyway. /cc maintainer @lassulus.
* add pkgs: zandronum, zandronum-{server,bin}, closes #8338lassulus2015-06-18