pkgsrc/games
micha a8b399aec0 games/doomlegacy: Update to 1.48.10
FEATURES 1.48.10

  • Support for DeepBSP V4 extended nodes (based on crispy doom). Also ZDoom
    extended nodes (based on code from woof 1.2.0), supporting uncompressed,
    and compressed nodes (when zlib is present). Allows playing several wads,
    such as Avactor, and Lost Civilization, that are otherwise playable by
    DoomLegacy, but use extended nodes for several of their maps. Code provided
    by Michael Bäuerle (FR_0095).
  • Added the blockmap generation code provided by Michael Bäuerle (FR_0096).
    Some of the code is borrowed from crispy doom, altered a bit by Michael
    Bäuerle to suit DoomLegacy, and then totally mangled by WJ.
    A blockmap control has been put into the menu.
      □ Vanilla: Load the blockmap, preserves blockmap tricks.
      □ Large: On large blockmaps (error prone), Generate the blockmap instead.
      □ Generate: Always Generate a blockmap.
      □ Auto: Try to Load the blockmap, upon significant errors then Generate a
        blockmap.
  • The hardware sky draw (OpenGL, etc.) now uses the extended textures. The
    scaling and alignment of the sky in hardware draw has been made consistent
    with software draw. The sky movement from head turning is greatly reduced.
    There is still some horizontal wander.

    The hardware sky still does not change when the player is Invulnerable. The
    hardware draw sky does not support the necessary multiple colormaps right
    now.
  • A dehacked thing translation command line switch, -dehthing. This selects
    the dehacked translation for thing numbers in the range 138 to 150. This
    overrides the Automatic translation detection.
      □ legacy : DoomLegacy untranslated
      □ boom : translate things according to Boom
      □ prboom : Boom and Beta things
      □ ee : Eternity Engine things
  • A separate supplementary wad is provided that has dog sprites and sounds.
    Specified before a wad, it provides default dog sprites and sounds.
    Specified after a wad, it replaces the dog sprites in a wad.
  • More ports now allow a second mouse. This allows using PC, mousesystems,
    and PS2 type mice. The ports that have the second mouse support are SDL,
    WIN32, and X11.
  • The Linux X11 port got a total rewrite of sfx sound. It previously was only
    supporting OSS sound, and ESD sound. Can now select between OSS, ALSA, ESD,
    PulseAudio, and JACK sound devices using the sound menu. For music, can now
    select between MIDI, TiMidity, FluidSynth, external MIDI, FM_Synth, and
    AWE32_Synth, using the sound menu. This depends upon which support got
    compiled into the program, as selected in the make_options file.

    Many of the options are untested. The last two Synth options depend on
    older specific sound cards, and will not be included in released binaries.
    I have not managed to get a FluidSynth installation to work, I don't have
    an external MIDI device to test with, and JACK wants to take over the
    entire sound system.

BUG FIXES 1.48.10

  • Added failure detection for setting drawmode from config file. If the
    config file drawmode fails then use a window at native bpp. This used to
    fail ungracefully.
  • Improved Gcc10 compilation, eliminating most of the nuisance messages.
    Fixed usages of snprintf, and strncpy. Fixed bug 0671.
  • The Clang compiler caught some mistakes. The old code probably did work.
    Fixed bug 0672.
  • Fixed where the program is stuck in client mode. Once having tried to
    connect as client, the program would not go back to server mode, not even
    when starting a netgame as server. A symptom was the player wait count
    being initialized to 99. Fixed to set server mode. Fixes bug 0677.
  • Players were kicked during netgame when their blood splat setting was
    different than the server. As it was desireable to allow players to turn
    off blood splats independently of the server setting, this was fixed by
    making the off code call P_Random appropriately. This also fixes a demo
    consistency error. Fixes bug 0678.
  • Changed the netgame repair function to correctly report differences in
    random number settings for the server. The message syntax was only
    appropriate for the client, displaying reversed server/client values at the
    server.
  • Adding extended nodes fixed several bugs. Fixes bug #657, due to DeepBSP V4
    extended nodes. Fixes the segfault in Eviternity.wad Map15 and Map32, due
    to use of uncompressed ZDoom extended nodes.
  • Fixed dehacked code to read Avactor.wad dehacked lump. Increased the
    dehacked buffer length to 1028. Made all the string comparisons caseless.
    Adopted some logic from PrBoom and Eternity regarding exiting sections on a
    blank line. Detect "//" lines as comments.
  • Fixed the hardware draw to clip lights at 0..255. Some wad editors put in a
    default light value of 256. This fixes some wads, like Avactor.wad, which
    has light values of 256 for some sectors. These would show up as black
    sectors. Most ports allow the light field to exceed 255, allowing some
    lighting tricks (that few wads take advantage of).
  • In Avactor.wad, there are an excessive number of BSP partition lines that
    miss the subsector. In this case the hardware draw BSP must determine if
    the subsector poly is to the right, or to the left of the divide line. This
    must match the BSP partitioning, as those poly will be assigned to the
    front sector, and back sector. Sometimes it was testing a vertex on the
    divline, leading to the poly being assigned to the wrong subsector. This
    fixes a missing floor in Avactor.wad (Map04, sector 1757).
  • Fixed some bad subsector draws for hardware-draw in Avactor.wad (Map05
    sector 1502). These were using the wrong sector to draw the subsector. For
    the polygons that do not have a linedef as a side, there must be a search
    of all linedefs to find one that indentifies the sector that this subsector
    is within. The test needed to be more robust for large maps.
  • Lost Civilization uses some masked textures on upper textures and single
    sided walls. This is not entirely valid usage, but it happens. The software
    render draws black in the missing portions of the texture. With hardware
    render, OpenGL, this shows sky through the wall. Fixed the hardware render
    to also draw black in this usage.
  • Fixed the menu selected extra dogs, to be spawned using the correct type
    code. This fix was revised three times, as more problems with dehacked dogs
    arose. Fixes bug 0681.
  • Fixed the rocket in Valiant.wad. It uses dehacked thing numbers from Beta
    versions, that are valid in PrBoom, but in Doom Legacy they match thing
    numbers for Dogs, smoke, and other Legacy specific things.

    Implemented dehacked detection that translates these to more appropriate
    DoomLegacy things. This affects dehacked things in Lost Civilization,
    Avactor, Valiant, and especially antaxyz.
  • Always include the missing sprite detect, from Debug. Often the dog sprite
    is missing from the wad.
  • Made Voodoo card support optional. The base code is no longer tied to
    support for Glide.
  • Fix Load savegame menu controls to allow ESCAPE from the Load savegame
    after changing to another directory.
2022-01-17 15:10:15 +00:00
..
0verkill games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
3dpong games: add 3dpong 2021-12-30 00:26:20 +00:00
4stAttack games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
7kaa revbump for icu and libffi 2021-12-08 16:01:42 +00:00
7kaa-music games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
2048-cli games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
abbayedesmorts revbump for icu and libffi 2021-12-08 16:01:42 +00:00
abuse games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
adom games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
afternoonstalker games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
agm games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
AitDoB games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ajbsp games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
alephone games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
amaze games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
amor *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
an games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
angband angband: partial linking incompatible with MKPIE 2021-11-09 11:32:39 +00:00
angband-sdl angband: update to 4.2.3 2021-08-31 08:23:14 +00:00
anise games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
aop games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
armagetronad revbump for icu and libffi 2021-12-08 16:01:42 +00:00
armagetronad-server revbump for icu and libffi 2021-12-08 16:01:42 +00:00
arx-libertatis revbump for icu and libffi 2021-12-08 16:01:42 +00:00
asc *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
asciiquarium games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
assaultcube revbump for icu and libffi 2021-12-08 16:01:42 +00:00
astromenace revbump for icu and libffi 2021-12-08 16:01:42 +00:00
atomix revbump for icu and libffi 2021-12-08 16:01:42 +00:00
atque revbump for icu and libffi 2021-12-08 16:01:42 +00:00
barrage games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
bastet *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
batrachians games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
battalion games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
battleball games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
billardgl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
black-hole-solver games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
blindmine games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
blinken revbump for icu and libffi 2021-12-08 16:01:42 +00:00
blokus games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
bluemoon revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bomber revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bomberclone games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
bos games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
bovo revbump for icu and libffi 2021-12-08 16:01:42 +00:00
bridge-hands games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
burgerspace games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
bzflag revbump for icu and libffi 2021-12-08 16:01:42 +00:00
cataclysm-dda games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
cataclysm-dda-sdl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
cbzone games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ccgo revbump for icu and libffi 2021-12-08 16:01:42 +00:00
cgoban games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
cgoban-java games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
chest games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
chocolate-doom revbump for icu and libffi 2021-12-08 16:01:42 +00:00
chromium-bsu revbump for icu and libffi 2021-12-08 16:01:42 +00:00
circuslinux games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
civctp-demo games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
cmatrix games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
colchess games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
colchess-book-colchess games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
colchess-book-large games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
corewars games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
corsix-th revbump for icu and libffi 2021-12-08 16:01:42 +00:00
cosmosmash games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
crack-attack revbump for icu and libffi 2021-12-08 16:01:42 +00:00
crack-attack-sounds games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
craft games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
crafty games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
crafty-book-medium games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
crafty-book-small games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
crafty-doc games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
crimsonfields games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
criticalmass revbump for icu and libffi 2021-12-08 16:01:42 +00:00
crossfire-client revbump for icu and libffi 2021-12-08 16:01:42 +00:00
crossfire-server revbump for icu and libffi 2021-12-08 16:01:42 +00:00
d2x games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
dd2 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
defendguin games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
devilutionx revbump for icu and libffi 2021-12-08 16:01:42 +00:00
dhewm3 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
digger games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
dipmap games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
dMagnetic games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
doom-pwad-shotgun-symphony games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
doom-pwad-sigil games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
doom1 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
doom2-pwad-eviternity games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
doom2-pwad-lost-civilization games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
doom2-pwad-preacher games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
doom2-pwad-struggle games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
doomlegacy games/doomlegacy: Update to 1.48.10 2022-01-17 15:10:15 +00:00
dopewars revbump for icu and libffi 2021-12-08 16:01:42 +00:00
duckmaze games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
dunelegacy revbump for icu and libffi 2021-12-08 16:01:42 +00:00
dungeon games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
easyrpg-player easyrpg-player: update to 0.7.0 2022-01-16 14:32:01 +00:00
eboard revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ecwolf revbump for icu and libffi 2021-12-08 16:01:42 +00:00
einstein-puzzle games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
endless-sky revbump for icu and libffi 2021-12-08 16:01:42 +00:00
enigma revbump for icu and libffi 2021-12-08 16:01:42 +00:00
eternal-lands revbump for icu and libffi 2021-12-08 16:01:42 +00:00
etlegacy etlegacy[-server]: update to 2.78.1 2021-12-09 16:10:58 +00:00
etlegacy-data games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
etlegacy-server etlegacy-server: Requires Lua 5.4 2021-12-23 16:32:56 +00:00
eureka games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
eus-demo games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
exchess games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
exchess-book-medium games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
exchess-book-small games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
exult revbump for icu and libffi 2021-12-08 16:01:42 +00:00
exult-audio games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
falcons-eye games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fallingtime revbump for icu and libffi 2021-12-08 16:01:42 +00:00
fillets-ng games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fillets-ng-data games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
finalbattle games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fire games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fkiss games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
flare-engine revbump for icu and libffi 2021-12-08 16:01:42 +00:00
flare-game games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
flightgear *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
flightgear-data games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fltk-sudoku games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fna revbump for icu and libffi 2021-12-08 16:01:42 +00:00
fnaify revbump for icu and libffi 2021-12-08 16:01:42 +00:00
foobillardplus games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fortune games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fortune-strfile
fortunes-calvin games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fortunes-de games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fortunes-futurama games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fortunes-h2g2 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fortunes-it games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
freecell-solver games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
freeciv-client revbump for icu and libffi 2021-12-08 16:01:42 +00:00
freeciv-manual games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
freeciv-server revbump for icu and libffi 2021-12-08 16:01:42 +00:00
freeciv-share revbump for icu and libffi 2021-12-08 16:01:42 +00:00
freecol games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
freedoom games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
freedroid games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
freesci games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
frotz games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
frozen-bubble revbump for icu and libffi 2021-12-08 16:01:42 +00:00
fruit games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
galaxa games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gamazons revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gargoyle revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gate88 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gbrainy revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gcompris revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gemdropx games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gemrb revbump for icu and libffi 2021-12-08 16:01:42 +00:00
genecys-client revbump for icu and libffi 2021-12-08 16:01:42 +00:00
genecys-data games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ggz-client-libs revbump for icu and libffi 2021-12-08 16:01:42 +00:00
glaxium revbump for icu and libffi 2021-12-08 16:01:42 +00:00
glickomania games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gltron games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gnome-mastermind revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gnome-sudoku revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gnuchess games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gnuchess-book games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gnuchess-book-medium games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gnuchess4 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gnugo games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gogui games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
golddig games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
granatier revbump for icu and libffi 2021-12-08 16:01:42 +00:00
greed games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
grhino revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gtkballs revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gtklevel9 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
gtkmagnetic revbump for icu and libffi 2021-12-08 16:01:42 +00:00
hengband games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
heretic2-demo games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
hex-a-hop games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
hitori revbump for icu and libffi 2021-12-08 16:01:42 +00:00
holtz *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
hugo games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
icbm3d games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
icebreaker games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
imaze games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
InterLOGIC games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ioquake3 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ioquake3-pk3 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ioquake3-raspberrypi games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
iortcw revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ivan games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
jetpack games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
jin games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
jools *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
jumpnbump revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kajaani-kombat games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kajongg revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kanagram revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kanatest revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kapman revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kapooka games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
katomic revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kblackbox revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kblocks revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kbounce revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kbreakout revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kdiamond revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ketm games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kfourinline revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kgoldrunner revbump for icu and libffi 2021-12-08 16:01:42 +00:00
khangman revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kigo revbump for icu and libffi 2021-12-08 16:01:42 +00:00
killbots revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kiriki revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kjumpingcube revbump for icu and libffi 2021-12-08 16:01:42 +00:00
klavaro revbump for icu and libffi 2021-12-08 16:01:42 +00:00
klickety revbump for icu and libffi 2021-12-08 16:01:42 +00:00
klines revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kmahjongg revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kmines revbump for icu and libffi 2021-12-08 16:01:42 +00:00
knavalbattle revbump for icu and libffi 2021-12-08 16:01:42 +00:00
knetwalk revbump for icu and libffi 2021-12-08 16:01:42 +00:00
knightcap revbump for icu and libffi 2021-12-08 16:01:42 +00:00
knightcap-brain games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
KoboDeluxe games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kolf revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kollision revbump for icu and libffi 2021-12-08 16:01:42 +00:00
konquest revbump for icu and libffi 2021-12-08 16:01:42 +00:00
koth games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kpat revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kreversi revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kshisen revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ksirk revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ksnakeduel revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kspaceduel revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ksquares revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ksudoku revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ktuberling revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kubrick revbump for icu and libffi 2021-12-08 16:01:42 +00:00
kye revbump for icu and libffi 2021-12-08 16:01:42 +00:00
lbreakout games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lbreakout2 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
level9 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lgeneral games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lgeneral-data games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lgogdownloader lgogdownloader: update to 3.8 2022-01-17 13:35:01 +00:00
libggz revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libkdegames revbump for icu and libffi 2021-12-08 16:01:42 +00:00
libkmahjongg revbump for icu and libffi 2021-12-08 16:01:42 +00:00
liblcf easyrpg-player: update to 0.7.0 2022-01-16 14:32:01 +00:00
libretro-2048 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
libretro-craft games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
libretro-nxengine games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lincity games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lincity-ng revbump for icu and libffi 2021-12-08 16:01:42 +00:00
liquidwar games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lmarbles games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lnl games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
LostPixels games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
love07 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
love08 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
love09 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
love010 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
love11 love11: Enable the other versions of Lua 2022-01-04 11:01:42 +00:00
lpairs games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lskat revbump for icu and libffi 2021-12-08 16:01:42 +00:00
ltris games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lugaru revbump for icu and libffi 2021-12-08 16:01:42 +00:00
maelstrom-sdl games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
maelstrom-x11 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
majesty-demo games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
manaplus revbump for icu and libffi 2021-12-08 16:01:42 +00:00
marathon-evil games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
marathon-trilogy games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
mari0 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
megaglest revbump for icu and libffi 2021-12-08 16:01:42 +00:00
megaglest-data games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
minami games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
minetest revbump for icu and libffi 2021-12-08 16:01:42 +00:00
mirrormagic revbump for icu and libffi 2021-12-08 16:01:42 +00:00
monsterz games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
moon-buggy games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
moria games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
mrrescue games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
MyGoGrinder games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
naev revbump for icu and libffi 2021-12-08 16:01:42 +00:00
nagi games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
nbsdgames games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
nethack games/nethack*: correct some COMMENTs. 2020-01-29 20:23:16 +00:00
nethack-lib games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
nethack-tty Update to NetHack 3.6.2 2019-10-24 11:51:23 +00:00
nethack-x11 games/nethack*: correct some COMMENTs. 2020-01-29 20:23:16 +00:00
netmaj games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
netmaze games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
netris games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
neverball revbump for icu and libffi 2021-12-08 16:01:42 +00:00
newvox games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
nighthawk games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ninvaders games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
not_pacman games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
not_tetris games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
nudoku games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
nxengine-evo nxengine-evo: update to 2.6.5.1 2022-01-11 11:46:41 +00:00
omega games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
onscripter games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
openarena games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
openhexagon games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
openjk revbump for icu and libffi 2021-12-08 16:01:42 +00:00
openmortal games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
openmw *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
openrct2 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
openttd revbump for icu and libffi 2021-12-08 16:01:42 +00:00
openttd-data games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
orbital_eunuchs_sniper games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
oshu revbump for icu and libffi 2021-12-08 16:01:42 +00:00
pag games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
palapeli revbump for icu and libffi 2021-12-08 16:01:42 +00:00
picmi revbump for icu and libffi 2021-12-08 16:01:42 +00:00
pinball games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
pingus *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
pioneers revbump for icu and libffi 2021-12-08 16:01:42 +00:00
plib games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
pmars games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
polyglot games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
powder games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
powder-toy revbump for icu and libffi 2021-12-08 16:01:42 +00:00
powermanga games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
powwow games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
prboom games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
prboom-plus games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
pushover games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
puzzles revbump for icu and libffi 2021-12-08 16:01:42 +00:00
py-easyAI *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-pysol_cards *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-ranking *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
py-renpy *: python2 egg files are back, add them to the PLISTs 2022-01-14 17:51:50 +00:00
py-trueskill *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
pysolfc *: bump PKGREVISION for egg.mk users 2022-01-04 20:53:26 +00:00
q5go revbump for icu and libffi 2021-12-08 16:01:42 +00:00
qonk games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
qqwing games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
qstat games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
quadrupleback games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
quake2forge games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
quake6 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
quakedata games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
quakeforge revbump for icu and libffi 2021-12-08 16:01:42 +00:00
quakespasm quakespasm: Update to 0.94.3 2022-01-17 13:48:26 +00:00
quarry revbump for icu and libffi 2021-12-08 16:01:42 +00:00
redeclipse revbump for icu and libffi 2021-12-08 16:01:42 +00:00
REminiscence revbump for icu and libffi 2021-12-08 16:01:42 +00:00
rftg revbump for icu and libffi 2021-12-08 16:01:42 +00:00
robotfindskitten games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
rocksndiamonds revbump for icu and libffi 2021-12-08 16:01:42 +00:00
rocksndiamonds-levels games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ruby-squib Allow build with Ruby 3.1. 2022-01-16 14:29:47 +00:00
sarien games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
sauerbraten revbump for icu and libffi 2021-12-08 16:01:42 +00:00
scid games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
scummvm scummvm: updated to 2.5.1 2022-01-03 07:40:26 +00:00
scummvm-bass games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
scummvm-fotaq games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
scummvm-tools *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
sdlpop revbump for icu and libffi 2021-12-08 16:01:42 +00:00
sex games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
sienna games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
simgear *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
simutrans revbump for icu and libffi 2021-12-08 16:01:42 +00:00
simutrans-pak128 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
singularity games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
sjeng games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
sl games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
solarus revbump for icu and libffi 2021-12-08 16:01:42 +00:00
spaceracer spaceracer: add missing dependency on glu 2021-12-13 13:26:39 +00:00
spellcast games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
spider games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
srb2 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
stegavorto games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
stockfish games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
stone-soup revbump for icu and libffi 2021-12-08 16:01:42 +00:00
stone-soup-sdl revbump for icu and libffi 2021-12-08 16:01:42 +00:00
stratagus games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
sudoku-cli games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
supertux *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
supertuxkart revbump for icu and libffi 2021-12-08 16:01:42 +00:00
svb games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
tads games/tads: sgtty considered harmful; fix broken ssp build. 2021-12-29 09:36:37 +00:00
taisei revbump for icu and libffi 2021-12-08 16:01:42 +00:00
tanked games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
tcl-theo games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
teeworlds revbump for icu and libffi 2021-12-08 16:01:42 +00:00
teg revbump for icu and libffi 2021-12-08 16:01:42 +00:00
tetrinetx games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
thew games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
tileworld games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
toppler games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
trader games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
tscp games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
tuxmath games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
tuxracer games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
tyrquake games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ufoai revbump for icu and libffi 2021-12-08 16:01:42 +00:00
unknown-horizons unknown-horizons: convert to egg.mk 2022-01-09 18:51:21 +00:00
uqm games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
urban games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
valyriatear revbump for icu and libffi 2021-12-08 16:01:42 +00:00
velena games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
violetland *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
vms-empire games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
vvvvvv revbump for icu and libffi 2021-12-08 16:01:42 +00:00
wargames games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
warmux revbump for icu and libffi 2021-12-08 16:01:42 +00:00
warzone2100 warzone2100: Update to 4.2.4 2022-01-05 08:50:28 +00:00
wesnoth *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
widelands *: Recursive revbump from boost 1.78.0 2022-01-10 01:46:21 +00:00
woof revbump for icu and libffi 2021-12-08 16:01:42 +00:00
wordsearch games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
wordwarvi revbump for icu and libffi 2021-12-08 16:01:42 +00:00
wormz games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
wtf games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xbat games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xbill games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xblast games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xblockout games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xboard revbump for icu and libffi 2021-12-08 16:01:42 +00:00
xboing games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xbomb games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xbomber games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xbreaky games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xchomp games: add xchomp 2021-12-29 23:56:01 +00:00
xclannad games/xclannad: fix broken build on netbsd-current 2021-12-27 05:11:34 +00:00
xconq games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xcowsay revbump for icu and libffi 2021-12-08 16:01:42 +00:00
xdemineur games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xdoom games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xemeraldia games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xevil games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xfreecell games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xfrisk games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xgalaga games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xgospel games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xjewel games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xjig games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xjump games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xkanon revbump for icu and libffi 2021-12-08 16:01:42 +00:00
xkobo games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xlennart games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xmahjongg games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xmris games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xnibbles Remove references to X11R6 where it isn't relevant. 2021-12-26 10:19:13 +00:00
xonotic revbump for icu and libffi 2021-12-08 16:01:42 +00:00
xpat2 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xpilot games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xpipeman games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xpuyopuyo games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xracer revbump for icu and libffi 2021-12-08 16:01:42 +00:00
xrick games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xroach games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xroads games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xsc games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xscavenger games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xscorch revbump for icu and libffi 2021-12-08 16:01:42 +00:00
xscrabble games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xskat games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xsokoban games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xsol add games/xsol 2022-01-17 13:23:17 +00:00
xsoldier games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xtacy xtacy: Cast pointer to intptr_t, not int 2021-12-30 13:12:23 +00:00
xtris games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xtux games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xu4 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
xvier games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xworm games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xye games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xzip games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
yquake2 revbump for icu and libffi 2021-12-08 16:01:42 +00:00
zombies games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
zoom games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ztrack games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
Makefile add games/xsol 2022-01-17 13:23:17 +00:00