summary refs log tree commit diff
path: root/pkgs/games/urbanterror
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
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-10-09urbanterror: 4.3.3 -> 4.3.4Cray Elliott1-5/+5
2018-09-03urbanterror: update homepageMarkus Kowalewski1-1/+1
2018-03-05urbanterror: 4.3.2 -> 4.3.3 for CVE-2017-6903Franz Pletz1-5/+5
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-3/+3
2017-04-05urbanterror: 4.3.1 -> 4.3.2Matthias Herrmann1-6/+6
2017-02-02urbanterror: 4.2.023 -> 4.3.1Cray Elliott1-8/+17
2015-05-28Don't use "with licenses;" for single licencesTobias Geerinckx-Rice1-1/+1
And don't use square brackets on such lines.
2015-05-27Use common licence attributes from lib/licenses.nixTobias Geerinckx-Rice1-4/+4
Many (less easily automatically converted) old-style strings remain. Where there was any possible ambiguity about the exact version or variant intended, nothing was changed. IANAL, nor a search robot. Use `with stdenv.lib` wherever it makes sense.
2015-02-25Update the sources to the latest version and added one new dependencyJason Moggridge1-8/+8
2014-06-21Fix broken checksums and update to version 4.2.018.drozv1-6/+6
2013-11-05Set meta.hydraPlatforms instead of meta.platforms for some packagesEelco Dolstra1-1/+2
2013-02-16urbanterror: Correction for previous commit.Александр Цамутали2-22/+2
2013-02-16urbanterror: Update to 4.2.009.Александр Цамутали1-47/+23
2013-01-17Remove some oversized packages from the channelEelco Dolstra1-1/+1
E.g. urbanterror takes up 2x720 MiB.
2012-04-15games/urbanterror: Fixed compilation issue, but it still doesn't work.Alexander Tsamutali2-1/+32
svn path=/nixpkgs/trunk/; revision=33795
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2010-04-24urbanterror: Enabled OpenAL and curl support.Alexander Tsamutali1-19/+23
svn path=/nixpkgs/trunk/; revision=21294
2010-02-03games/urbanterror: New nixpkg for viric.Alexander Tsamutali1-0/+73
svn path=/nixpkgs/trunk/; revision=19770