about summary refs log tree commit diff
path: root/pkgs/games/dhewm3
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15pkgs/games: stdenv.lib -> libBen Siraphob1-1/+1
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
2021-01-03treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob1-2/+0
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-3/+3
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-12-29dhewm3: 1.4.1 -> 1.5.0 (#52910)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dhewm3/versions
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-3/+3
2017-02-02dhewm3: 20130113 -> 1.4.1Cray Elliott1-14/+19
2015-05-16openal to openalSoft conversionJoachim Schiele1-2/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2013-04-04dhewm3: linking with mesa (for non-nvidia cards)Lluís Batlle i Rossell1-1/+6
It was just doing a dlopen(libGL), so mesa wasn't in the rpath. Now it is.
2013-04-04dhewm3: adding enableParallelBuildingLluís Batlle i Rossell1-0/+2
2013-04-02dhewm3: add mesa to build inputsCarles Pagès1-4/+3
I also removed an unused line I left over in previous commits.
2013-04-02dhewm3: add current master from githubCarles Pagès1-0/+27
This is a port of the Doom 3 source code released under GPL. Amongst others, this makes use of SDL to be multiplatform, and supports amd64.