about summary refs log tree commit diff
path: root/pkgs/games
Commit message (Collapse)AuthorAge
* Merge pull request #166807 from hqurve/space-cadet-pinballBen Siraphob2022-04-02
|\
| * space-cadet-pinball: reimplement fix darwin buildhqurve2022-04-01
| | | | | | | | | | Darwin builds need a custom installPhase since it is excluded from the cmake install https://github.com/k4zmu2a/SpaceCadetPinball/blob/0f88e43ba261bc21fa5c3ef9d44969a2a079d0de/CMakeLists.txt#L221
| * Revert "space-cadet-pinball: fix darwin build"hqurve2022-04-01
| | | | | | | | This reverts commit d066c1229893851c997d2b79b5747d09ff4c0b8e.
* | treewide: move cmake into nativeBuildInputsBen Siraphob2022-03-31
| |
* | Merge pull request #166508 from siraben/automake-buildinputsBen Siraphob2022-03-31
|\ \
| * | treewide: move autoconf, automake to nativeBuildInputsBen Siraphob2022-03-30
| | |
* | | Merge pull request #166506 from siraben/space-cadet-pinball-darwinBen Siraphob2022-03-30
|\ \ \ | | |/ | |/|
| * | space-cadet-pinball: fix darwin buildBen Siraphob2022-03-30
| |/
* | Merge pull request #166365 from siraben/2048-expand-darwinBen Siraphob2022-03-29
|\ \
| * | 2048-in-terminal: expand platforms to unixBen Siraphob2022-03-29
| |/
* | Merge pull request #166171 from SquarePear/polymc-1.1.1Sandro2022-03-30
|\ \
| * | polymc: 1.1.0 -> 1.1.1Jeffrey Harmon2022-03-28
| |/
* / xtris: fix darwin buildBen Siraphob2022-03-29
|/
* Merge pull request #165773 from kirillrdy/master7c6f434c2022-03-27
|\ | | | | flightgear: 2020.3.11 -> 2020.3.12
| * flightgear: 2020.3.11 -> 2020.3.12Kirill Radzikhovskyy2022-03-26
| |
* | Merge pull request #163485 from fgaz/warzone2100/4.2.7Sandro2022-03-27
|\ \
| * | warzone2100: 4.2.6 -> 4.2.7Francesco Gazzetta2022-03-09
| | |
* | | Merge pull request #165729 from bobby285271/gnonogramsArtturi2022-03-26
|\ \ \ | | | | | | | | gnonograms: fix build with meson 0.61
| * | | gnonograms: fix build with meson 0.61Bobby Rong2022-03-25
| | | |
* | | | dwarf-fortress.themes: add -theme suffix to nameArtturin2022-03-25
| |_|/ |/| |
* | | remove junkPeter Hoeg2022-03-25
| | |
* | | airshipper: add libGL to get gfx debug outputPeter Hoeg2022-03-25
| | |
* | | treewide: remove meta.repositoriesArtturin2022-03-24
| | | | | | | | | | | | there's no documentation for meta.repositories and its not widely used
* | | steam: don't set XDG_DATA_DIRJonathan Ringer2022-03-24
| | |
* | | katago: 1.10.0 -> 1.11.0 (#165090)R. RyanTM2022-03-23
| | | | | | | | | | | | Co-authored-by: OmnipotentEntity <OmnipotentEntity@gmail.com> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | Merge pull request #163978 from muscaln/polymc-1.1.0Sandro2022-03-23
|\ \ \
| * | | polymc: 1.0.6 -> 1.1.0Mustafa Çalışkan2022-03-13
| | | |
* | | | Merge pull request #164768 from LegoLoverGo/masterBobby Rong2022-03-22
|\ \ \ \ | | | | | | | | | | lunar-client: 2.9.3 -> 2.10.0
| * | | | lunar-client: 2.9.3 -> 2.10.0Paul Walker2022-03-18
| | | | |
* | | | | steam: do not install mesa driversJonathan Ringer2022-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | These should be found in /run/opengl-driver/lib/ on relevant system configurations.
* | | | | rare: init at 1.8.8P. R. d. O2022-03-18
| |_|/ / |/| | |
* | | | Merge pull request #164688 from peterhoeg/f/airshipperPascal Bach2022-03-18
|\ \ \ \ | |/ / / |/| | | airshipper: work around deprecated names
| * | | airshipper: work around deprecated namesPeter Hoeg2022-03-18
| | | |
* | | | gcompris: 2.1 -> 2.3Peter Hoeg2022-03-17
| | | |
* | | | Merge pull request #164251 from r-ryantm/auto-update/terraria-serverRyan Mulligan2022-03-15
|\ \ \ \ | |/ / / |/| | | terraria-server: 1.4.3.5 -> 1.4.3.6
| * | | terraria-server: 1.4.3.5 -> 1.4.3.6R. Ryantm2022-03-15
| | | |
* | | | Merge pull request #129707 from dtzWill/update/klavaro-3.13davidak2022-03-14
|\ \ \ \ | | | | | | | | | | klavaro: 3.11 -> 3.13, espeak support
| * | | | klavaro: another icon fix per PR feedbackWill Dietz2022-03-14
| | | | |
| * | | | klavaro: patch to use non-deprecated names for iconsWill Dietz2022-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Started just wanting to fix the "gtk-strikethrough" icon, but kept finding items marked deprecated. This change may be incomplete, but all changes were to deprecated icons (that used to be "stock", I think). Icon name candidates were identified by extracting all used icon-name values and checking which existed in my system's copy of the 'breeze' theme. If missing, these were checked online to find the new replacement. (I couldn't find an authoritative list of the replacements, but looking each up finds the right deprecation warning)
| * | | | klavaro: patch to fix invalid freeWill Dietz2022-03-13
| | | | |
| * | | | klavaro: 3.11 -> 3.13, espeak supportWill Dietz2022-03-13
| | |/ / | |/| | | | | | | | | | | | | | * espeak fixup from #64488 * gtkdatabox
* | | | steam: re-expose LD_LIBRARY_PATHJonathan Ringer2022-03-14
| | | | | | | | | | | | | | | | Was incorrectly altered after cherry-pick
* | | | airshipper: 0.6.0 -> 0.7.0R. Ryantm2022-03-14
| | | |
* | | | tuxpaint: enable parallel buildingAlyssa Ross2022-03-14
| | | | | | | | | | | | | | | | Tested at -j48.
* | | | tuxpaint: stamps: 2014-08-23 -> 2021-11-25Alyssa Ross2022-03-14
| | | |
* | | | tuxpaint: 0.9.24 -> 0.9.27; clarify licenseAlyssa Ross2022-03-14
| | | | | | | | | | | | | | | | | | | | | | | | It's not right for everything to be in nativeBuildInputs, but most of the dependencies will never cross-compile anyway, so I'm just going to leave it alone.
* | | | xsnow: 3.3.6 -> 3.4.4Alyssa Ross2022-03-14
| |/ / |/| |
* | | Merge pull request #164046 from AndersonTorres/metalab-mirrorsAnderson Torres2022-03-14
|\ \ \ | | | | | | | | Change metalab mirrors to ibiblioPubLinux ones
| * | | bsdgames: ibiblioPubLinux mirrorAndersonTorres2022-03-13
| |/ /
* | | Merge pull request #163750 from anund/fix_devilutionx_iconsArtturi2022-03-14
|\ \ \