about summary refs log tree commit diff
path: root/pkgs/games
Commit message (Collapse)AuthorAge
* Merge pull request #292180 from ↵Nick Cao2024-02-29
|\ | | | | | | | | trofi/openmw-tes3mp-drop-redundant-disable-warnings-if-gcc13 openmw-tes3mp: drop redundant `disable-warnings-if-gcc13`
| * openmw-tes3mp: drop redundant `disable-warnings-if-gcc13`Sergei Trofimovich2024-02-28
| |
* | Merge pull request #292170 from trofi/unnethack-workaround-fortify3-crashFranz Pletz2024-02-29
|\ \
| * | unnethack: disable `fortify3` to avoid startup crashSergei Trofimovich2024-02-28
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the change `unnethack` startup crashes as: (gdb) bt #0 __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #1 0x00007f734250c0e3 in __pthread_kill_internal (signo=6, threadid=<optimized out>) at pthread_kill.c:78 #2 0x00007f73424bce06 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #3 0x00007f73424a58f5 in __GI_abort () at abort.c:79 #4 0x00007f73424a67a1 in __libc_message (fmt=fmt@entry=0x7f734261e2f8 "*** %s ***: terminated\n") at ../sysdeps/posix/libc_fatal.c:150 #5 0x00007f734259b1d9 in __GI___fortify_fail (msg=msg@entry=0x7f734261e2df "buffer overflow detected") at fortify_fail.c:24 #6 0x00007f734259ab94 in __GI___chk_fail () at chk_fail.c:28 #7 0x00000000005b2ac5 in strcpy (__src=0x7ffe68838b00 "Shall I pick a character's race, role, gender and alignment for you? [YNTQ] (y)", __dest=0x7ffe68838990 "\001") at /nix/store/B0S2LKF593R3585038WS4JD3LYLF2WDX-glibc-2.38-44-dev/include/bits/string_fortified.h:79 #8 curses_break_str (str=str@entry=0x7ffe68838b00 "Shall I pick a character's race, role, gender and alignment for you? [YNTQ] (y)", width=width@entry=163, line_num=line_num@entry=1) at ../win/curses/cursmisc.c:275 #9 0x00000000005b3f51 in curses_character_input_dialog (prompt=prompt@entry=0x7ffe68838cf0 "Shall I pick a character's race, role, gender and alignment for you?", choices=choices@entry=0x7ffe68838d70 "YNTQ", def=def@entry=121) at ../win/curses/cursdial.c:211 #10 0x00000000005b9ca0 in curses_choose_character () at ../win/curses/cursinit.c:556 #11 0x0000000000404eb1 in main (argc=<optimized out>, argv=<optimized out>) at ./../sys/unix/unixmain.c:309 which corresponds to `gcc` warning: ../win/curses/cursmisc.c: In function 'curses_break_str': ../win/curses/cursmisc.c:275:5: warning: '__builtin___strcpy_chk' writing one too many bytes into a region of a size that depends on 'strlen' [-Wstringop-overflow=] 275 | strcpy(substr, str); | ^ I did not find a single small upstream change that fixes it. Let's disable `fortify3` until next release. Closes: https://github.com/NixOS/nixpkgs/issues/292113
* / substitute: Deprecate `replacements`, introduce `replacementsList`Silvan Mosberger2024-02-29
|/ | | | | | | Also: - Add tests - Treewide update - Improve docs
* Merge pull request #291735 from r-ryantm/auto-update/hyperrogueNick Cao2024-02-27
|\ | | | | hyperrogue: 13.0b -> 13.0c
| * hyperrogue: 13.0b -> 13.0cR. Ryantm2024-02-27
| |
* | Merge pull request #287183 from r-ryantm/auto-update/feriumMario Rodas2024-02-27
|\ \ | |/ |/| ferium: 4.5.0 -> 4.5.2
| * ferium: 4.5.0 -> 4.5.2R. Ryantm2024-02-26
| |
* | Merge pull request #291193 from SuperSamus/itch-updateNick Cao2024-02-26
|\ \ | |/ |/| itch: 26.1.2 -> 26.1.3
| * butler: migrate to by-nameMartino Fontana2024-02-24
| |
| * itch: migrate to by-nameMartino Fontana2024-02-24
| |
| * itch: 26.1.2 -> 26.1.3Martino Fontana2024-02-24
| |
* | Merge pull request #291023 from JMoogs/patch-1Weijia Wang2024-02-26
|\ \ | | | | | | r2modman: 3.1.46 -> 3.1.47
| * | r2modman: 3.1.46 -> 3.1.47Jeremy S2024-02-23
| |/
* | Merge pull request #291215 from DerDennisOP/minecraft-serverSandro2024-02-25
|\ \ | | | | | | papermc: 1.20.2.234 -> 1.20.4.435
| * | papermc: 1.20.2.234 -> 1.20.4.435Dennis Wuitz2024-02-24
| | |
* | | libremines: 1.10.0 -> 2.0.0R. Ryantm2024-02-25
| | |
* | | Merge pull request #290811 from r-ryantm/auto-update/hyperroguePol Dellaiera2024-02-24
|\ \ \ | |_|/ |/| | hyperrogue: 13.0a -> 13.0b
| * | hyperrogue: 13.0a -> 13.0bR. Ryantm2024-02-23
| | |
* | | Merge pull request #290749 from macalinao/igm/stockfish-darwin-armBen Siraphob2024-02-23
|\ \ \ | |/ / |/| | stockfish: support aarch64-darwin
| * | stockfish: support aarch64-darwinIan Macalinao2024-02-23
| | |
* | | Merge pull request #287753 from trofi/nanosaur-gcc-13-fix-updateMario Rodas2024-02-22
|\ \ \ | | | | | | | | nanosaur: unstable-2021-12-03 -> 1.4.4-unstable-2023-05-21
| * | | nanosaur: unstable-2021-12-03 -> 1.4.4-unstable-2023-05-21Sergei Trofimovich2024-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build failure against `gcc-13` as https://hydra.nixos.org/build/247659575: /build/source/extern/Pomme/src/PommeDebug.h:21:34: error: 'uint32_t' was not declared in this scope 21 | std::string FourCCString(uint32_t t, char filler = '?'); | ^~~~~~~~
* | | | Merge pull request #289927 from wegank/performous-bumpWeijia Wang2024-02-22
|\ \ \ \ | | | | | | | | | | performous: 1.3.0 -> 1.3.1
| * | | | performous: 1.3.0 -> 1.3.1Weijia Wang2024-02-19
| | | | |
* | | | | Merge pull request #290261 from trofi/openjk-gcc-13-fix-updateMario Rodas2024-02-22
|\ \ \ \ \ | | | | | | | | | | | | openjk: unstable-2022-01-30 -> 0-unstable-2024-02-20
| * | | | | openjk: unstable-2022-01-30 -> 0-unstable-2024-02-20Sergei Trofimovich2024-02-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the change the build fails against `gcc-13` on `master` as https://hydra.nixos.org/build/249001657: In file included from /build/source/shared/qcommon/safe/gsl.h:4, from /build/source/shared/qcommon/safe/sscanf.h:12, from /build/source/shared/qcommon/safe/string.h:3, from /build/source/shared/qcommon/safe/string.cpp:1: /build/source/lib/gsl-lite/include/gsl/gsl-lite.h:479:18: error: 'reverse_iterator' in namespace 'gsl::std' does not name a template type 479 | typedef std::reverse_iterator< iterator > reverse_iterator; | ^~~~~~~~~~~~~~~~
* | | | | | osu-lazer{,bin}: 2024.219.0 -> 2024.221.0TomaSajt2024-02-21
| |_|_|_|/ |/| | | |
* | | | | gogdl: 1.0.0 -> 1.0.1R. Ryantm2024-02-21
|/ / / /
* | | | Merge pull request #290082 from r-ryantm/auto-update/starsectorNick Cao2024-02-20
|\ \ \ \ | | | | | | | | | | starsector: 0.97a-RC10 -> 0.97a-RC11
| * | | | starsector: 0.97a-RC10 -> 0.97a-RC11R. Ryantm2024-02-20
| | | | |
* | | | | osu-lazer{,bin}: 2024.131.0 -> 2024.219.0, use dotnet 8TomaSajt2024-02-19
|/ / / /
* | | | Merge pull request #288254 from r-ryantm/auto-update/minesweep-rsOTABI Tomoya2024-02-20
|\ \ \ \ | | | | | | | | | | minesweep-rs: 6.0.52 -> 6.0.54
| * | | | minesweep-rs: 6.0.52 -> 6.0.54R. Ryantm2024-02-12
| | | | |
* | | | | Merge pull request #288327 from hulr/stone-kingdomsOTABI Tomoya2024-02-20
|\ \ \ \ \ | | | | | | | | | | | | stone-kingdoms: 0.5.0 -> 0.6.0
| * | | | | stone-kingdoms: 0.5.0 -> 0.6.0hulr2024-02-12
| |/ / / / | | | | | | | | | | | | | | | https://gitlab.com/stone-kingdoms/stone-kingdoms/-/tags/0.6.0
* | | | | endless-sky: 0.10.4 -> 0.10.6R. Ryantm2024-02-17
| | | | |
* | | | | Merge pull request #289281 from r-ryantm/auto-update/starsectorBruno Bigras2024-02-17
|\ \ \ \ \ | | | | | | | | | | | | starsector: 0.97a-RC9 -> 0.97a-RC10
| * | | | | starsector: 0.97a-RC9 -> 0.97a-RC10R. Ryantm2024-02-16
| | |/ / / | |/| | |
* / | | | factorio: 1.1.101 -> 1.1.104Greaka2024-02-15
|/ / / /
* | | | Merge pull request #288461 from aidalgol/heroic-2.13Felix Bühler2024-02-14
|\ \ \ \ | | | | | | | | | | heroic: 2.12.1 -> 2.13.0
| * | | | heroic: 2.12.1 -> 2.13.0Aidan Gauland2024-02-13
| | | | |
* | | | | Merge pull request #287943 from r-ryantm/auto-update/freecivmaxine2024-02-14
|\ \ \ \ \ | | | | | | | | | | | | freeciv: 3.0.9 -> 3.0.10
| * | | | | freeciv: 3.0.9 -> 3.0.10R. Ryantm2024-02-11
| | | | | |
* | | | | | Merge pull request #287827 from trofi/openmw-tes3mp-gcc-13-fixkirillrdy2024-02-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | openmw-tes3mp: fix `gcc-13` build
| * | | | | | openmw-tes3mp: fix `gcc-13` buildSergei Trofimovich2024-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the change build on `master` fails as: In file included from /build/source/components/misc/stringops.hpp:8, from /build/source/components/settings/settings.cpp:6: /build/source/components/misc/utf8stream.hpp:11:13: error: 'uint32_t' does not name a type 11 | typedef uint32_t UnicodeChar; | ^~~~~~~~ /build/source/components/misc/utf8stream.hpp:5:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? 4 | #include <cstring> +++ |+#include <cstdint>
| * | | | | | openmw-tes3mp: fix `raknet` depend build on `gcc-13`Sergei Trofimovich2024-02-10
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the change build fails on `master` as https://cache.nixos.org/log/hhs17z23wxncxpbcgy1w98w5zh6xh8qw-raknet-unstable-2020-01-19.drv: In file included from /build/source/Source/Utils/_FindFirst.cpp:7: /build/source/Source/Utils/_FindFirst.h:50:15: error: 'intptr_t' was not declared in this scope 50 | int _findnext(intptr_t h, _finddata_t *f); | ^~~~~~~~
* | | | | | Merge pull request #288661 from oxzi/openrct2-0.4.8Franz Pletz2024-02-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | openrct2: 0.4.7 -> 0.4.8
| * | | | | | openrct2: 0.4.7 -> 0.4.8Alvar Penning2024-02-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.8