Commit Graph

77 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Tomodachi94
b433620b61 shattered-pixel-dungeon: pin to Gradle 8 2024-11-26 02:36:00 +00:00
Colin
6146b6ee59
tower-pixel-dungeon: init at 0.3.2 (#353424) 2024-11-22 05:02:41 +00:00
R. Ryantm
e766b67731 rat-king-adventure: 2.0.1 -> 2.0.2 2024-11-20 21:17:54 +00:00
R. Ryantm
155168226c shattered-pixel-dungeon: 2.5.3 -> 2.5.4 2024-11-13 16:07:20 +00:00
Francesco Gazzetta
42a45d74bd tower-pixel-dungeon: init at 0.3.2 2024-11-03 17:41:06 +01:00
Tomo
6854e017bf summoning-pixel-dungeon: use default gradle
Upstream has made it possible to use a recent version of Gradle,
thanks to some patches:
* "1.2.6: changed JVM args to be compatible with Java 17"
    -> This is not directly applied, as it fails to apply cleanly; we use substituteInPlace instead
    -> c8a6fdd57c

* "1.2.6: updated desktop build script for Gradle 7.0+"
    -> 5610142126

Additionally, allows this package to keep working after #352236
2024-10-30 04:29:39 +00:00
R. Ryantm
9ceecef565 shattered-pixel-dungeon: 2.5.2 -> 2.5.3 2024-10-05 08:09:56 +00:00
R. Ryantm
6f340c5c73 rat-king-adventure: 2.0.0 -> 2.0.1 2024-10-01 09:59:00 +00:00
Francesco Gazzetta
bf1847c96c shorter-pixel-dungeon: 1.4.0 -> 1.5.0
Release: https://github.com/TrashboxBobylev/Shorter-Pixel-Dungeon/releases/tag/Short-1.5.0
2024-09-26 12:59:07 +00:00
Francesco Gazzetta
d393ac8e93 rat-king-adventure: 1.5.3 -> 2.0.0
Release: https://github.com/TrashboxBobylev/Rat-King-Adventure/releases/tag/2.0.0
2024-09-26 12:58:21 +00:00
R. Ryantm
3db1131490 shattered-pixel-dungeon: 2.5.0 -> 2.5.2 2024-09-23 15:33:41 +00:00
Aleksana
7a86e245b2
experienced-pixel-dungeon: 2.18 -> 2.18.2 (#341537) 2024-09-22 19:06:56 +08:00
Francesco Gazzetta
56b263c7d4 experienced-pixel-dungeon: 2.18 -> 2.18.2 2024-09-13 11:10:32 +02:00
Francesco Gazzetta
50d30adedb shattered-pixel-dungeon: 2.4.2 -> 2.5.0 2024-09-12 17:05:38 +02:00
Philip Taron
422f60a992
shattered-pixel-dungeon: fix evaluation on Nix 2.3.18
To reproduce, run `nix shell nixpkgs#nixVersions.minimum --command nix-build -A shattered-pixel-dungeon`
2024-07-23 10:59:00 -07:00
chayleaf
ac7944dab4
shattered-pixel-dungeon: convert to gradle setup hook 2024-07-12 21:36:18 +07:00
R. Ryantm
bec770328b shattered-pixel-dungeon: 2.4.1 -> 2.4.2 2024-06-22 22:24:19 +00:00
Francesco Gazzetta
3438f84047 experienced-pixel-dungeon: 2.17.2 -> 2.18 2024-05-28 13:57:05 +00:00
Francesco Gazzetta
595e10ca00 shorter-pixel-dungeon: 1.3.0 -> 1.4.0 2024-05-28 13:56:38 +00:00
R. Ryantm
fb8c5930cb shattered-pixel-dungeon: 2.4.0 -> 2.4.1 2024-05-26 09:29:39 +00:00
R. Ryantm
d856bfff46 shattered-pixel-dungeon: 2.3.2 -> 2.4.0 2024-05-16 05:48:15 +00:00
Francesco Gazzetta
1ada504517 rkpd2: 2.0.5 -> 2.0.6 2024-04-21 13:06:15 +00:00
Francesco Gazzetta
1a2d905c2c rkpd2: 2.0.3 -> 2.0.5 2024-04-19 13:59:49 +00:00
Francesco Gazzetta
6cf5653cee shorter-pixel-dungeon: use --replace-fail 2024-04-16 07:51:10 +00:00
Francesco Gazzetta
25df98327b shorter-pixel-dungeon: 1.2.0 -> 1.3.0 2024-04-16 07:51:10 +00:00
Francesco Gazzetta
9e2b45d62e shattered-pixel-dungeon: use --replace-fail 2024-04-16 07:50:30 +00:00
Francesco Gazzetta
0bc3c97515 experienced-pixel-dungeon: 2.16.2 -> 2.17.2 2024-04-16 07:50:30 +00:00
Francesco Gazzetta
bc112dce2c shattered-pixel-dungeon: 2.3.0 -> 2.3.2 2024-04-16 07:48:02 +00:00
Francesco Gazzetta
ca74eb2284 rkpd2: 1.0.0 -> 2.0.3 2024-04-10 07:11:49 +00:00
Silvan Mosberger
cd5dc76d83 substitute: Deprecate replacements, introduce replacementsList
Also:
- Add tests
- Treewide update
- Improve docs
2024-02-29 00:35:27 +01:00
R. Ryantm
154657731b shattered-pixel-dungeon: 2.2.1 -> 2.3.0 2024-01-24 09:15:14 +00:00
Francesco Gazzetta
de22e6d0f6 experienced-pixel-dungeon: 2.16 -> 2.16.2 2024-01-10 15:26:32 +00:00
R. Ryantm
ff69b00937 rat-king-adventure: 1.5.2a -> 1.5.3 2023-12-30 19:52:56 +00:00
Francesco Gazzetta
086f558b6d shattered-pixel-dungeon: fix crash on startup
This also affects the shattered-pixel-dungeon variants/mods.

Fixes #273261
2023-12-11 20:38:37 +00:00
Francesco Gazzetta
91ac5b759c experienced-pixel-dungeon: 2.15.3 -> 2.16 2023-11-20 16:58:51 +00:00
Weijia Wang
4a5b222dfb
Merge pull request #266022 from fgaz/summoning-pixel-dungeon/1.2.5a
summoning-pixel-dungeon: 1.2.5 -> 1.2.5a
2023-11-08 07:43:15 +01:00
Francesco Gazzetta
f7177e24aa shattered-pixel-dungeon: 2.1.4 -> 2.2.1 2023-11-07 19:33:16 +00:00
Francesco Gazzetta
2c9c8b8475 summoning-pixel-dungeon: 1.2.5 -> 1.2.5a 2023-11-07 09:50:42 +01:00
Francesco Gazzetta
32c51ff1df shorter-pixel-dungeon: init at 1.2.0 2023-10-28 15:32:58 +02:00
Francesco Gazzetta
ebc472116e summoning-pixel-dungeon: init at 1.2.5 2023-10-28 15:32:57 +02:00
Francesco Gazzetta
180831dd46 experienced-pixel-dungeon: init at 2.15.3 2023-10-28 15:32:57 +02:00
Francesco Gazzetta
0524993d8a rat-king-adventure: init at 1.5.2a 2023-09-12 15:01:55 +02:00
Francesco Gazzetta
0ef6049bce rkpd2: init at 1.0.0 2023-09-12 15:01:54 +02:00
Francesco Gazzetta
00a8e14342 shattered-pixel-dungeon: split generic builder
In preparation for the next commits, which will add some forks/mods that
are built the same way.
2023-09-12 15:01:42 +02:00
R. Ryantm
265b0eaee4 shattered-pixel-dungeon: 2.1.3 -> 2.1.4 2023-07-15 23:49:37 +00:00
Francesco Gazzetta
f8713f5ebb
Merge pull request #240958 from accelbread/spd-xdg
shattered-pixel-dungeon: include XDG desktop and icon files
2023-07-09 11:44:35 +02:00
R. Ryantm
3fd67ff74e shattered-pixel-dungeon: 2.1.2 -> 2.1.3 2023-07-06 04:07:44 +00:00
Archit Gupta
eddeb83f1c shattered-pixel-dungeon: include XDG desktop and icon files 2023-07-01 13:43:49 -07:00
Francesco Gazzetta
42fe020a71 shattered-pixel-dungeon: 2.0.2 -> 2.1.2
Diff: https://github.com/00-Evan/shattered-pixel-dungeon/compare/v2.0.2...v2.1.2
2023-06-19 12:15:46 +02:00