about summary refs log tree commit diff
path: root/pkgs/games/dxx-rebirth
AgeCommit message (Collapse)AuthorFilesLines
2024-06-04treewide: remove unused fetchpatch argumentsSigmanificient1-1/+0
2024-02-09Update pkgs/games/dxx-rebirth/default.nixSergei Trofimovich1-1/+1
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2024-02-09dxx-rebirth: unstable-2023-03-23 -> unstable-2024-01-13Sergei Trofimovich1-3/+6
The main change is the build fix against `gcc-13` https://hydra.nixos.org/build/247695201: similar/main/digiobj.cpp: In function ‘void d1x::digi_sync_sounds()’: similar/main/digiobj.cpp:625:31: error: possibly dangling reference to a temporary [-Werror=dangling-reference] 625 | const object &objp = [&vcobjptr, &s]{ | ^~~~ While at it added the trivial unstable updater.
2023-03-25dxx-rebirth: unstable-2022-09-17 -> unstable-2023-03-23Weijia Wang1-3/+3
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists in env cause a eval failure
2023-02-22treewide: use toString on list NIX_CFLAGS_COMPILEArtturin1-1/+1
with structuredAttrs lists will be bash arrays which cannot be exported which will be a issue with some patches and some wrappers like cc-wrapper
2022-09-24ddx-rebirth: 0.59.20200202 -> unstable-2022-09-17Sergei Trofimovich1-6/+9
Fixes build by switching to default compiler. While at it moved over to SDL2.
2021-01-16pkgs/games: pkg-config -> pkgconfig (2)Ben Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch3-6/+6
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 Reilly2-2/+2
2020-02-10dxx-rebirth: 0.59.100 -> 0.59.20200202Peter Hoeg1-26/+28
2019-11-18treewide: Get rid of libGLU_combinedadisbladis1-2/+2
2019-09-25dxx-rebirth: build with gcc6 as gcc8 is not supportedPeter Hoeg1-4/+4
2019-08-28treewide: remove redundant recvolth1-1/+1
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-11-14dxx-rebirth: prevent infinite loopMatthew Bauer1-2/+0
The postInstall phase should not run postInstall itself! My mistake in renaming the old installPhase.
2018-11-13treewide: use scons setup hookMatthew Bauer1-12/+1
Lots of packages can use it. Here is the list: - jackmix - klick - mixx - nova-filters - rhvoice - giv - mypaint - swift-im - bombono - mapnik - serf - nuitka - pyexiv2 - godot - hammer - toluapp - btanks - dxx-rebirth - endless-sky - globulation - the-powder-toy - fceux - gpsd - mongodb - rippled - mariadb - lprof
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
2018-07-21dxx-rebirth: Fix buildSilvan Mosberger1-1/+1
See also https://github.com/NixOS/nixpkgs/commit/8414fa2d6bb1249ed77565ff6b9f312fd52917da
2018-06-10dxx-rebirth: disable format hardeningMatthew Bauer1-0/+2
2018-03-24treewide: use more HTTPS URLsRyan Mulligan3-5/+5
Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken.
2018-03-07dxx-rebirth: fix compilation with gcc7Peter Hoeg1-2/+24
2018-02-24treewide: transition mesa to libGLU_combinedAlexander V. Nikolaev1-2/+2
2018-02-12descent 1&2 assets: init at 2.0.0.7Peter Hoeg2-0/+85
2018-01-18dxx-rebirth: 0.58.1 -> 0.59.100Peter Hoeg1-0/+43
d1x-rebirth and d2x-rebirth now share the same source, so we build one package instead of 2.