Commit Graph

8793 Commits

Author SHA1 Message Date
Gutyina Gergő
10d7e93c7a
osu-lazer: 2024.114.0 -> 2024.130.2 2024-01-30 13:04:08 +01:00
Gutyina Gergő
9601ae6f1c
osu-lazer-bin: 2024.114.0 -> 2024.130.2 2024-01-30 12:58:08 +01:00
Weijia Wang
d14fb68aab unciv: drop envLibPath on darwin 2024-01-30 06:42:04 +01:00
R. Ryantm
618a4945cf unciv: 4.9.19 -> 4.10.4 2024-01-30 06:41:20 +01:00
Weijia Wang
0b8f8e0cd9
Merge pull request #284586 from MinerSebas/fix-unciv
unciv: fix crash on startup
2024-01-30 06:36:18 +01:00
Franz Pletz
1000d29be1
Merge pull request #284098 from Stunkymonkey/armagetronad-desktop-icon 2024-01-30 00:43:31 +01:00
Adam Jedrzejewski
1a48d83d1d angband: add meta.platforms, use finalAttrs pattern 2024-01-29 22:38:47 +01:00
Felix Buehler
c6a79c0b35 armagetronad: fix desktop icon 2024-01-29 20:27:25 +01:00
Sandro Jäckel
8700612e7e
maintainers: drop inactive scubed2 2024-01-29 14:35:18 +01:00
MinerSebas
26897aa253 unciv: fix crash on startup 2024-01-28 18:49:56 +01:00
R. Ryantm
6420d29ff4 gogdl: 0.7.3 -> 1.0.0 2024-01-28 16:41:12 +01:00
Heinz Deinhart
21d450c05c ddnet: 18.0.1 -> 18.0.2
https://ddnet.org/downloads/#18.0
https://github.com/ddnet/ddnet/compare/18.0.1...18.0.2
2024-01-28 14:30:43 +01:00
Weijia Wang
3c1efcd96d
Merge pull request #262134 from r-ryantm/auto-update/steamPackages.steam-runtime
steamPackages.steam-runtime: 0.20220601.1 -> 0.20231127.68515
2024-01-28 11:40:05 +01:00
Weijia Wang
7519d9d92b
Merge pull request #281953 from r-ryantm/auto-update/instawow
instawow: v3.1.0 -> 3.2.0
2024-01-28 07:22:54 +01:00
Weijia Wang
6edc54d1a1
Merge pull request #282613 from r-ryantm/auto-update/ckan
ckan: 1.34.2 -> 1.34.4
2024-01-28 06:03:10 +01:00
Weijia Wang
ff9169be93 vkquake: fix build on darwin 2024-01-28 05:42:19 +01:00
Nick Cao
6ce78cd739
Merge pull request #284159 from r-ryantm/auto-update/nile
nile: unstable-2023-10-02 -> unstable-2024-01-25
2024-01-27 11:27:17 -05:00
Felix Bühler
b78aad8956
Merge pull request #284080 from Stunkymonkey/nethack-desktop-icon
nethack: add desktop icon
2024-01-27 13:12:06 +01:00
R. Ryantm
931326039f nile: unstable-2023-10-02 -> unstable-2024-01-25 2024-01-27 02:32:37 +00:00
Manuel Frischknecht
b3d48a4f32 crossfire-server: fix build due to missing cstdint include
GCC 13 stopped including `cstdint` (and other headers) transitively
in most scenarios, causing build failures in programs that relied
on that behavior.

This change adds a missing `cstdint` include via patch to the
`crossfire-server` source, fixing such a build failure.
2024-01-26 23:20:49 +00:00
Felix Buehler
555fd30100 nethack: add desktop icon 2024-01-26 23:01:56 +01:00
Azat Bahawi
6aee40bc72
Merge pull request #284043 from r-ryantm/auto-update/vcmi
vcmi: 1.4.4 -> 1.4.5
2024-01-26 19:05:54 +00:00
Anton Bulakh
0a81bc8cd2
starsector: fix the icon symlink 2024-01-26 20:34:37 +02:00
R. Ryantm
3fe363f633 vcmi: 1.4.4 -> 1.4.5 2024-01-26 15:48:02 +00:00
tomberek
da9d15c9b4
Merge pull request #283781 from r-ryantm/auto-update/naev
naev: 0.11.2 -> 0.11.3
2024-01-26 03:10:34 -05:00
Manuel Frischknecht
fcc93d6a44 bugdom: 1.3.3 -> 1.3.4
`bugdom` failed to build on GCC 13 because GCC stopped transitively
including `cstdint` in many scenarios and its external dependency
`Pomme` didn't properly include `cstdint` in all of its headers.

Luckily, this issue has already been fixed by upstream `Pomme`
and the fix has also been pulled into the latest `bugdom` release.
2024-01-25 22:13:21 +00:00
R. Ryantm
9afc0c14cb naev: 0.11.2 -> 0.11.3 2024-01-25 14:26:52 +00:00
K900
d436ff6b7a path-of-building.data: 2.39.0 -> 2.39.1
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.39.0...v2.39.1
2024-01-25 11:41:51 +03:00
Nick Cao
e242a1529c
Merge pull request #283467 from trofi/lzwolf-gcc-13-fix
lzwolf: fix the build against `gcc-13`
2024-01-24 10:16:59 -05:00
Nick Cao
c182251fd3
Merge pull request #283498 from r-ryantm/auto-update/minesweep-rs
minesweep-rs: 6.0.47 -> 6.0.50
2024-01-24 10:13:25 -05:00
R. Ryantm
9106a35231 minesweep-rs: 6.0.47 -> 6.0.50 2024-01-24 12:17:48 +00:00
Sergei Trofimovich
05a57af125 lzwolf: fix the build against gcc-13
Without the change build fails against `gcc-13` on `master` as
https://hydra.nixos.org/build/246520454:

    In file included from /build/source/src/actor.h:40,
                     from /build/source/src/g_blake/a_smartanim.cpp:36:
    /build/source/src/gamemap.h:255:64: error: 'std::uint16_t' has not been declared
      255 |                 void                    OperateConcession(std::uint16_t concession);
          |                                                                ^~~~~~~~
2024-01-24 10:37:36 +00:00
R. Ryantm
154657731b shattered-pixel-dungeon: 2.2.1 -> 2.3.0 2024-01-24 09:15:14 +00:00
K900
5f57d69fbe path-of-building.data: 2.38.4 -> 2.39.0
Diff: https://github.com/PathOfBuildingCommunity/PathOfBuilding/compare/v2.38.4...v2.39.0
2024-01-24 09:51:07 +03:00
Nanotwerp
d2095d1d67 crawl: 0.29.0 -> 0.31.0
crawl: delete crawl_purify.patch

Patch replaced by substituteInPlace in the prePatch stage of the default.nix.

crawl: remove default null for darwin

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

crawl: replace prePatch with postPatch

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

crawl: replace 'sha256' with 'hash'

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

crawl: remove unnecessary assert
2024-01-23 19:36:45 -05:00
Weijia Wang
07e0a52330
Merge pull request #282834 from r-ryantm/auto-update/openttd-nml
openttd-nml: 0.7.1 -> 0.7.4
2024-01-24 00:14:44 +01:00
Naïm Favier
dc23dd7af1
Merge pull request #283171 from atemp/ddnet_18
ddnet: 17.4.2 -> 18.0.1
2024-01-23 11:31:41 +01:00
Heinz Deinhart
eb4d2a35c2 ddnet: 17.4.2 -> 18.0.1
https://github.com/ddnet/ddnet/compare/17.4.2...18.0.1
https://ddnet.org/downloads/#18.0
2024-01-23 10:43:38 +01:00
Sandro
7854cca1a1
Merge pull request #274378 from rhendric/rhendric/maptool
maptool: 1.13.2 -> 1.14.3
2024-01-23 10:31:01 +01:00
Weijia Wang
ce33e3f41e
Merge pull request #280109 from greaka/master
factorio: 1.1.100 -> 1.1.101
2024-01-23 01:55:53 +01:00
R. Ryantm
4ffb8c7083 openttd-nml: 0.7.1 -> 0.7.4 2024-01-22 09:04:00 +00:00
R. Ryantm
d7435d6839 hyperrogue: 13.0 -> 13.0a 2024-01-22 05:37:49 +00:00
Artturi
684a50c593
Merge pull request #282287 from r-ryantm/auto-update/vintagestory 2024-01-22 01:12:43 +02:00
qubitnano
dbf7e51850 shipwright: 7.1.1 -> 8.0.4, refactor
https://www.shipofharkinian.com/changelog

Updated shipwright to 8.0.4
Refactor - only generate soh.otr and allow users to select rom to generate oot.otr instead of adding to nix store when run
Migrate to finalAttrs,
Update gamecontrollerdb
Install desktop file and icon
soh working directory is under $HOME/.local/share/soh
mod support - mkdir $HOME/.local/share/soh/mods and place otr mods. Tested with a few graphic mods.
2024-01-21 15:35:20 -05:00
R. Ryantm
ae6bedf7aa ckan: 1.34.2 -> 1.34.4 2024-01-21 15:03:40 +00:00
R. Ryantm
967804c827 lbreakouthd: 1.1.5 -> 1.1.6 2024-01-21 09:08:15 +00:00
Felix Albrigtsen
5e9d51cecb
mudlet: Fix build on darwin (#281657)
* mudlet: Fix build on darwin

* mudlet: refactor installPhase

* mudlet: use upstream patch

* mudlet: fix build on x86_64-darwin

---------

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2024-01-21 05:45:08 +01:00
Weijia Wang
81c562c401
Merge pull request #282121 from r-ryantm/auto-update/doomretro
doomretro: 5.2 -> 5.2.1
2024-01-21 01:16:14 +01:00
Weijia Wang
9bebc6b7cb
Merge pull request #282138 from r-ryantm/auto-update/unciv
unciv: 4.9.13 -> 4.9.19
2024-01-20 18:54:50 +01:00
7c6f434c
a95a4c1544
Merge pull request #280985 from wegank/ogre-freeimage
ogre: drop freeimage
2024-01-20 15:06:04 +00:00
R. Ryantm
f5c0b6e2a8 vintagestory: 1.18.15 -> 1.19.1 2024-01-20 09:57:58 +00:00
Weijia Wang
12afe8a7ea
Merge pull request #278836 from r-ryantm/auto-update/ultrastardx
ultrastardx: 2023.12.0 -> 2024.1.0
2024-01-20 10:46:43 +01:00
R. Ryantm
82c8d58710 vcmi: 1.4.2 -> 1.4.4 2024-01-20 07:19:47 +00:00
h7x4
b80470927f
Merge pull request #281943 from r-ryantm/auto-update/naev
naev: 0.11.0 -> 0.11.2
2024-01-20 02:12:24 +01:00
R. Ryantm
449acf2c50 unciv: 4.9.13 -> 4.9.19 2024-01-19 20:37:36 +00:00
R. Ryantm
c3965ea5e5 doomretro: 5.2 -> 5.2.1 2024-01-19 19:00:50 +00:00
a-n-n-a-l-e-e
27e48d2c55
Merge pull request #280761 from paveloom/resignation
treewide: remove `paveloom` from maintainers on some packages
2024-01-18 22:38:06 -08:00
R. Ryantm
12e44a4f46 instawow: v3.1.0 -> 3.2.0 2024-01-19 04:05:06 +00:00
R. Ryantm
ce4ca0187c naev: 0.11.0 -> 0.11.2 2024-01-19 03:16:54 +00:00
a-n-n-a-l-e-e
11a146b96c
Merge pull request #279063 from rafaelrc7/starsector-fix
starsector: add missing runtime dependency xrandr
2024-01-18 14:49:10 -08:00
a-n-n-a-l-e-e
9ec8cd4c3a
Merge pull request #280534 from GetPsyched/fix-descriptions
treewide: update meta.description to fit the guidelines
2024-01-17 23:17:06 -08:00
Felipe Silva
6dbaf744d6
legendary-gl: add main program 2024-01-17 20:31:05 -04:00
Nick Cao
8b33ce5599
Merge pull request #281411 from sersorrel/xivlauncher-1.0.7
xivlauncher: 1.0.6 -> 1.0.7
2024-01-17 10:37:53 -05:00
Sandro
6f8d6d3596
Merge pull request #274756 from GetPsyched/atlauncher 2024-01-17 15:30:02 +01:00
Robert Schütz
d832e73eb8
Merge pull request #281379 from dotlambda/cutemaze-1.3.3
cutemaze: 1.3.2 -> 1.3.3
2024-01-17 07:26:02 +01:00
ash
e5f1ca1fff xivlauncher: 1.0.6 -> 1.0.7 2024-01-16 21:42:25 +00:00
Robert Schütz
0c2a29ecd4 cutemaze: 1.3.2 -> 1.3.3
Changelog: https://github.com/gottcode/cutemaze/blob/v1.3.3/ChangeLog
2024-01-16 11:36:18 -08:00
Franz Pletz
8f0d95b973
Merge pull request #280626 from raphaelr/gcc-libxml-double-trouble
zeroad: fix build with new gcc and libxml
2024-01-16 20:02:26 +01:00
Nick Cao
9b83e0b191
Merge pull request #281078 from huantianad/r2modman-46
r2modman: 3.1.45 -> 3.1.46
2024-01-16 11:31:20 -05:00
huantian
c70fd0e439
r2modman: 3.1.45 -> 3.1.46 2024-01-15 21:05:52 -08:00
Thiago Kenji Okada
797f75c546
Merge pull request #281040 from gepbird/osu-lazer-2024.114.0
osu-lazer{,-bin}: 2024.113.0 -> 2023.114.0
2024-01-15 08:10:31 +00:00
Gutyina Gergő
7ff48c20ee
osu-lazer: 2024.113.0 -> 2023.114.0 2024-01-15 00:28:04 +01:00
Gutyina Gergő
af146f47b3
osu-lazer-bin: 2023.113.0 -> 2023.114.0 2024-01-15 00:24:35 +01:00
OPNA2608
362aba4b17 openxray: Drop freeimage
Doesn't seem to be required anymore
2024-01-14 20:36:42 +01:00
Weijia Wang
672a13811c stuntrally: drop freeimage 2024-01-14 20:13:54 +01:00
OPNA2608
47c638264b openxray: Simplify wrapping 2024-01-14 19:51:17 +01:00
OPNA2608
f853628ae5 openxray: 2088-august-2023-rc1 -> 2188-november-2023-rc1, add passthru.updateScript 2024-01-14 19:51:17 +01:00
OPNA2608
60c8b2e233 openxray: Enable on Darwin 2024-01-14 19:51:17 +01:00
OPNA2608
1fb2556e99 openxray: 1747-january-2023-rc3 -> 2088-august-2023-rc1 2024-01-14 19:51:17 +01:00
OPNA2608
6605c0dad8 openxray: 1144-december-2021-rc1 -> 1747-january-2023-rc3 2024-01-14 19:51:17 +01:00
Nick Cao
4f8c1b3fd4
Merge pull request #280741 from oxzi/openrct2-0.4.7
openrct2: 0.4.5 -> 0.4.7
2024-01-14 11:21:47 -05:00
Thiago Kenji Okada
e0d20bfe6c
Merge pull request #280771 from uku3lig/osu-lazer-2024-113
osu-lazer{,-bin}: 2023.1231.0 -> 2024.113.0
2024-01-13 21:22:37 +00:00
Pol Dellaiera
c9adb72353
Merge pull request #279467 from Stunkymonkey/nexuiz-desktop-icon
nexuiz: add desktop-icon
2024-01-13 19:54:58 +01:00
uku
d664b1c600
osu-lazer-bin: 2023.1231.0 -> 2024.113.0 2024-01-13 18:13:58 +01:00
uku
c67a26cc15
osu-lazer: 2023.1231.0 -> 2024.113.0 2024-01-13 18:13:53 +01:00
Pavel Sobolev
d255738da5
anki: remove paveloom from maintainers 2024-01-13 15:49:21 +00:00
Alvar Penning
40cc9e497b openrct2: 0.4.5 -> 0.4.7
- https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.6
- https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.7

Updating to 0.4.6 resulted some headaches, as suddenly lots of errors
about missing music objects were thrown and old maps were not loadable.
This was also mentioned in #263025.

Today I git bisect'ed OpenRCT2's source between 0.4.5 and 0.4.6, finding
5adbea9ac829b76507543e4c09b2000138ffbbcf as the culprit, which origins
in OpenRCT2/OpenRCT2#19785. From there I got to OpenRCT2/OpenRCT2#21043
which addresses this very issue and fixes it by undoing the original
change next to some later changes. This PR is now included as a patch
and, et voilà, OpenRCT2 works again!

Closes #263025.
2024-01-13 15:03:31 +01:00
Weijia Wang
0ee435ca57
Merge pull request #277929 from tengkuizdihar/tengkuizdihar-pegasus-update-end-year-update
pegasus: update unstable-2023-05-22 -> unstable-2023-12-05
2024-01-13 07:41:04 +01:00
Weijia Wang
b26e248445
Merge pull request #279632 from r-ryantm/auto-update/tintin
tintin: 2.02.40 -> 2.02.41
2024-01-13 02:53:14 +01:00
tengkuizdihar
c36ba0e449 pegasus: unstable-2023-05-22 -> unstable-2023-12-05 2024-01-13 08:21:16 +07:00
Raphael Robatsch
1d7100a082 zeroad: fix build with new gcc and libxml
Fixes #280611.
2024-01-13 01:56:31 +01:00
Robert Schütz
a2498cdd00
Merge pull request #280498 from rjpcasalino/add-rjpc-to-maintainers-redux
iortcw: add rjpcasalino as maintainer
2024-01-12 19:43:39 +01:00
GetPsyched
ae6e632dcf
treewide: update meta.description to fit the guidelines 2024-01-12 21:38:16 +05:30
rjpc
8b5217b6de iortcw: add rjpcasalino as maintainer 2024-01-12 08:04:25 -08:00
R. Ryantm
b581ad2cf1 steamPackages.steam-runtime: 0.20220601.1 -> 0.20231127.68515 2024-01-12 14:29:09 +00:00
K900
e7b611e59d Merge remote-tracking branch 'origin/master' into staging-next 2024-01-12 13:59:54 +03:00
Mario Rodas
3101832cd8
Merge pull request #274185 from trofi/SDL2_image-update
SDL2_image: 2.6.3 -> 2.8.2
2024-01-12 00:38:05 -05:00
Martino Fontana
8d51652b7d vvvvvv: 2.3.6 -> 2.4
Diff: https://github.com/TerryCavanagh/VVVVVV/compare/2.3.6...2.4
2024-01-11 11:14:11 +01:00
rafaelrc7
212ff04ac0
starsector: add rafaelrc to maintainers 2024-01-11 02:17:10 -03:00
Weijia Wang
2f9e98ccf3 Merge branch 'master' into staging-next 2024-01-10 23:12:44 +01:00
Greaka
402663dc19
factorio: 1.1.100 -> 1.1.101 2024-01-10 21:04:22 +01:00
github-actions[bot]
769e5f5d37
Merge master into staging-next 2024-01-10 18:01:17 +00:00
spacefault
7370ff6e10
osu-lazer-bin: 2023.1224.0 -> 2023.1231.0 2024-01-10 10:47:47 -07:00
spacefault
6db6235a82
osu-lazer-bin: 2023.1224.0 -> 2023.1231.0 2024-01-10 10:36:38 -07:00
Francesco Gazzetta
de22e6d0f6 experienced-pixel-dungeon: 2.16 -> 2.16.2 2024-01-10 15:26:32 +00:00
Martin Weinelt
10b01dcc89
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
-	pkgs/development/python-modules/types-setuptools/default.nix
2024-01-10 16:09:52 +01:00
Weijia Wang
fb8c64e6a1
Merge pull request #278938 from wegank/frotz-bump
frotz: 2.53 -> 2.54
2024-01-10 15:53:42 +01:00
github-actions[bot]
d9ad8d1e35
Merge master into staging-next 2024-01-10 06:01:12 +00:00
Franz Pletz
94ab3111bb
Merge pull request #274155 from oluceps/update-factorio 2024-01-10 02:10:24 +01:00
Jan Solanti
95c05c4102 superTuxKart: fix build with GCC 13 2024-01-09 22:57:56 +02:00
K900
bff9ee8862 Merge remote-tracking branch 'origin/master' into staging-next 2024-01-09 13:03:34 +03:00
Weijia Wang
4e7fb1c5d4
Merge pull request #278761 from wegank/tuxpaint-bump
tuxpaint: 0.9.28 -> 0.9.31, refactor
2024-01-08 20:58:32 +01:00
Pol Dellaiera
91785be5f2
Merge pull request #279461 from Stunkymonkey/quake3e-desktop-icon
quake3e: add desktop-icon
2024-01-08 20:14:27 +01:00
R. Ryantm
531642b996 tintin: 2.02.40 -> 2.02.41 2024-01-08 16:54:05 +00:00
Martin Weinelt
ef1898454c
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
-	pkgs/development/python-modules/aiohappyeyeballs/default.nix
2024-01-08 16:34:52 +01:00
K900
bcdfbb56e9 Merge branch 'master' into staging-next 2024-01-08 18:18:49 +03:00
Weijia Wang
a10aa50fc6 tuxpaint: 0.9.28 -> 0.9.31, refactor 2024-01-08 14:23:18 +01:00
K900
7b4e618602
Merge pull request #276671 from mahmoudk1000/master
anki-bin: 23.10.1 -> 23.12
2024-01-08 12:38:16 +03:00
Fabián Heredia Montiel
f246a6257b
Merge pull request #279452 from aidalgol/heroic-2.12
heroic: 2.11.0 -> 2.12.0
2024-01-08 00:39:09 -06:00
Felix Buehler
7c3e882870 nexuiz: add desktop-icon 2024-01-07 23:31:07 +01:00
Felix Buehler
6f78b90a8c quake3e: add desktop-icon 2024-01-07 22:45:45 +01:00
Aidan Gauland
427046dd87
heroic: 2.11.0 -> 2.12.0 2024-01-08 09:04:37 +13:00
oluceps
a8062bdf40
factorio: 1.1.94 -> 1.1.100 2024-01-08 01:22:19 +08:00
Jan Tojnar
ff42d23313 Merge branch 'master' into staging-next
Conflicts:

pkgs/development/python-modules/dbt-core/default.nix
pkgs/development/python-modules/dbt-semantic-interfaces/default.nix

Still broken by pydantic 2 bump, though.
2024-01-07 16:14:41 +01:00
maxine
178d851ddb
Merge pull request #279224 from r-ryantm/auto-update/doomretro
doomretro: 5.1.3 -> 5.2
2024-01-07 14:54:51 +01:00
Martin Weinelt
0161570089
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
-	pkgs/development/python-modules/archspec/default.nix
2024-01-07 01:31:56 +01:00
7c6f434c
d1f67f730f
Merge pull request #278791 from r-ryantm/auto-update/sgt-puzzles
sgt-puzzles: 20231120.08365fb -> 20240103.7a93ae5
2024-01-06 23:58:45 +00:00
R. Ryantm
7dfb2c9a46 doomretro: 5.1.3 -> 5.2 2024-01-06 19:19:29 +00:00
rafaelrc7
df68e79bcf
starsector: add missing runtime dependency xrandr
The starsector game is made using LWJGL, which depends on xrandr. The
library runs `xrandr -q` and parses its output to get screen
resolutions. Thus, if the binary is missing, the game will crash on
startup.

https://github.com/LWJGL/lwjgl/blob/master/src/java/org/lwjgl/opengl/XRandR.java#L72
2024-01-06 00:27:33 -03:00
R. Ryantm
9eada0a872 vcmi: 1.4.1 -> 1.4.2 2024-01-05 23:36:43 +00:00
Vera Aguilera Puerto
47563275a1 space-station-14-launcher: 0.24.0 -> 0.25.1 2024-01-05 15:40:04 +01:00
Weijia Wang
4933d9e1d3 frotz: 2.53 -> 2.54 2024-01-05 15:40:00 +01:00
github-actions[bot]
340cf4304d
Merge master into staging-next 2024-01-05 06:01:12 +00:00
R. Ryantm
ea9e098b7e ultrastardx: 2023.12.0 -> 2024.1.0 2024-01-05 04:17:31 +00:00
Weijia Wang
7ac52aa03e
Merge pull request #277469 from r-ryantm/auto-update/augustus
augustus: 3.2.0 -> 4.0.0
2024-01-05 01:09:08 +01:00
github-actions[bot]
1e290d634f
Merge master into staging-next 2024-01-05 00:02:27 +00:00
R. Ryantm
1e9ee14fd7 sgt-puzzles: 20231120.08365fb -> 20240103.7a93ae5 2024-01-04 22:32:59 +00:00
Weijia Wang
513c5f168c
Merge pull request #274758 from r-ryantm/auto-update/maven
maven: 3.9.5 -> 3.9.6
2024-01-04 23:02:33 +01:00
Vladimír Čunát
8a839514de
Merge branch 'master' into staging-next 2024-01-04 15:07:44 +01:00
Weijia Wang
0a8855f4bc treewide: update maven hash 2024-01-03 23:04:55 +01:00
seth
8d9f5847f0
prismlauncher: better document withWaylandGLFW 2024-01-03 15:59:39 -05:00
Weijia Wang
6977a6cacc
Merge pull request #276583 from r-ryantm/auto-update/vassal
vassal: 3.7.5 -> 3.7.6
2024-01-03 19:14:31 +01:00
Weijia Wang
38ce6560b7
Merge pull request #276538 from r-ryantm/auto-update/unciv
unciv: 4.9.6 -> 4.9.13
2024-01-03 19:10:59 +01:00
Weijia Wang
f330745be1
Merge pull request #276533 from r-ryantm/auto-update/ultrastardx
ultrastardx: 2023.11.0 -> 2023.12.0
2024-01-03 19:09:01 +01:00
github-actions[bot]
307002948d
Merge master into staging-next 2024-01-03 18:00:57 +00:00
Weijia Wang
a5f7571036
Merge pull request #276362 from r-ryantm/auto-update/enyo-launcher
enyo-launcher: 2.0.5 -> 2.0.6
2024-01-03 18:52:39 +01:00
Weijia Wang
d01e691bf7
Merge pull request #274966 from r-ryantm/auto-update/openttd-jgrpp
openttd-jgrpp: 0.56.0 -> 0.56.2
2024-01-03 18:04:27 +01:00
Weijia Wang
a5b20e6d12
Merge pull request #274648 from r-ryantm/auto-update/lbreakouthd
lbreakouthd: 1.1.4 -> 1.1.5
2024-01-03 17:42:50 +01:00
Weijia Wang
4308b528ca
Merge pull request #274158 from r-ryantm/auto-update/ckan
ckan: 1.33.2 -> 1.34.2
2024-01-03 16:53:23 +01:00
R. Ryantm
39af0fcb3e openttd-jgrpp: 0.56.0 -> 0.56.2 2024-01-03 12:05:53 +00:00