about summary refs log tree commit diff
path: root/pkgs/games
Commit message (Collapse)AuthorAge
...
* | | dwarf-therapist: 41.1.2 -> 41.1.3Jonathan Ringer2020-02-14
| | |
* | | Merge pull request #79935 from mmahut/ezquakeMarek Mahut2020-02-14
|\ \ \ | | | | | | | | ezquake: 3.0.1 -> 3.1
| * | | ezquake: 3.0.1 -> 3.1Marek Mahut2020-02-12
| | | |
* | | | treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes the default fetcher in the Rust Platform to be the newer `fetchCargoTarball`, and changes every application using the current default to instead opt out. This commit does not change any hashes or cause any rebuilds. Once integrated, we will start deleting the opt-outs and recomputing hashes. See #79975 for details.
* | | dxx-rebirth: 0.59.100 -> 0.59.20200202Peter Hoeg2020-02-10
| | |
* | | vms-empire: 1.14 -> 1.15R. RyanTM2020-02-10
|/ /
* | dwarf-fortress-packages.unfuck: 0.47.01 -> 0.47.02 releaseAndrey Petrov2020-02-09
| | | | | | | | | | Temporarily using 0.47.01 release for 0.47.02, since there's no corresponding unfuck release yet and it seems to work.
* | dwarf-fortress: fix update.sh script for games.jsonAndrey Petrov2020-02-09
| |
* | dwarf-fortress-packages.dwarf-fortress_0_47_02: initAndrey Petrov2020-02-09
| |
* | dwarf-fortress: update themes.jsonAndrey Petrov2020-02-09
| |
* | openmw-tes3mp: fix buildgnidorah2020-02-09
| |
* | wesnoth: 1.14.9 -> 1.14.10R. RyanTM2020-02-09
| |
* | gzdoom: 4.3.1 -> 4.3.3R. RyanTM2020-02-08
| |
* | gemrb: 0.8.5 -> 0.8.6R. RyanTM2020-02-06
|/
* dwarf-fortress: Update themes.jsonAndrey Petrov2020-02-03
|
* dwarf-fortress: Add update script for themesAndrey Petrov2020-02-03
|
* dwarf-fortress-packages.dwarf-therapist: 41.0.2 -> 41.1.2Jonathan Ringer2020-02-02
|
* dwarf-fortress-packages.unfuck: add 0.47.0.1 releaseJonathan Ringer2020-02-02
|
* dwarf-fortress-packages.dwarf-fortress_0_47_01: initJonathan Ringer2020-02-02
|
* Merge pull request #78818 from r-ryantm/auto-update/scid-vs-pcMario Rodas2020-02-01
|\ | | | | scid-vs-pc: 4.20 -> 4.21
| * scid-vs-pc: 4.20 -> 4.21R. RyanTM2020-01-30
| |
* | cockatrice: add evanjs to maintainersEvan Stoll2020-02-01
| |
* | cockatrice: remove spencerjanssen from maintainersEvan Stoll2020-02-01
| |
* | cockatrice: 2017-08-31 -> 2019-08-31Evan Stoll2020-02-01
| | | | | | | | | | | | | | | | | | | | | | | | - formatting - add wrapQtAppsHook - use fetchFromGitHub instead of fetchurl - don't construct name manually - add homepage to meta - remove repositories.get from meta - use mkDerivation instead of stdenv.mkDerivation - add qtwebsockets dependency
* | Merge pull request #78884 from r-ryantm/auto-update/tintinMario Rodas2020-01-31
|\ \ | | | | | | tintin: 2.01.92 -> 2.02.01
| * | tintin: 2.01.92 -> 2.02.01R. RyanTM2020-01-30
| |/
* | Merge pull request #78848 from r-ryantm/auto-update/tome4Aaron Andersen2020-01-31
|\ \ | | | | | | tome4: 1.6.5 -> 1.6.6
| * | tome4: 1.6.5 -> 1.6.6R. RyanTM2020-01-30
| |/
* | ue4: use default llvmLuka Blaskovic2020-01-30
| |
* | minetest: 5.1.0 -> 5.1.1Franz Pletz2020-01-30
| |
* | Merge pull request #78817 from r-ryantm/auto-update/scummvmPeter Hoeg2020-01-30
|\ \ | | | | | | scummvm: 2.1.0 -> 2.1.1
| * | scummvm: 2.1.0 -> 2.1.1R. RyanTM2020-01-30
| |/
* / mindustry,mindustry-server: make it possible to choose what to buildFrancesco Gazzetta2020-01-30
|/ | | | | So that headless servers do not need to pull in the pulseaudio dependency
* Merge master into staging-nextFrederik Rietdijk2020-01-28
|\
| * minecraft-server: 1.14.4 -> 1.15.2 (#78514)Sergey Lukjanov2020-01-28
| |
| * Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
| |\ | | | | | | treewide: fix redirected urls
| | * treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
| * | Merge pull request #77842 from dtzWill/feature/teeworlds-cmake-hoorayWill Dietz2020-01-26
| |\ \ | | | | | | | | teeworlds: cmake instead of bam, oh joy! cleanup
| | * | teeworlds: meta touchups, per reviewer suggestionWill Dietz2020-01-26
| | | |
| | * | teeworlds: cmake instead of bam, oh joy! cleanupWill Dietz2020-01-17
| | | |
| * | | Merge pull request #78455 from oxalica/mc-updateRyan Mulligan2020-01-26
| |\ \ \ | | | | | | | | | | minecraft-launcher: 2.1.9618 -> 2.1.11314
| | * | | minecraft: 2.1.9618 -> 2.1.11314oxalica2020-01-25
| | | | |
| * | | | pentobi: init at 17.3Bignaux Ronan2020-01-26
| | | | |
| * | | | Merge pull request #78456 from oxalica/mc-move-to-tmpRyan Mulligan2020-01-25
| |\ \ \ \ | | | | | | | | | | | | minecraft: no `GPUCache` in current directory
| | * | | | minecraft: no `GPUCache` in current directoryoxalica2020-01-25
| | |/ / /
| * | | | mindustry: 102 -> 103Francesco Gazzetta2020-01-25
| | | | |
| * | | | EmptyEpsilon: 2019.11.01 -> 2020.01.15Linus Heckemann2020-01-24
| |/ / /
| * | | steam: use 64-bit libvaJonathan Ringer2020-01-23
| | | |
| * | | crispyDoom: 5.6.3 -> 5.6.4R. RyanTM2020-01-22
| | | |
| * | | nudoku: fix for gettext 0.20Will Dietz2020-01-21
| | | |