pkgsrc/games
adam 0172249f36 wesnoth: updated to 1.16.0
Version 1.16.0
  Campaigns
   * Sceptre of Fire
     * S06: Fix some WML variable handling causing autodefeat in S06 or rune-equip bugs in a later scenario
   * Under the Burning Suns
     * S05: Avoid village just taken by the player being re-assigned to the enemy
  Lua API
   * Fixed `wesnoth.audio.volume = N` always setting volume to 0.
  Translations
   * Updated translations: British English, Czech, Finnish, Italian, Japanese, Portuguese (Brazil), Spanish.
  User interface
   * Don't display the locale API identifier on the Language button.
  Miscellaneous and Bug Fixes
   * Fix the engine exiting immediately due to a corrupt .mo file
   * When showing [message] with [options] but no default, highlight the first one
   * Ensure that [modify_unit] has some expected side-effects of unstoring a unit

Version 1.15.18
  Campaigns
   * Northern Rebirth
     * Give Eryssa’s side a consistent team color
   * The Rise of Wesnoth
     * Remove time-runs-out lose condition for final scenario
   * Under the Burning Suns
     * Avoid a few possibilities where the Dust Devil could speak
     * Avoid dehydration status icon persisting into the next scenario
  Editor
   * Avoid rare crash situation after editing scenarios
  Translations
   * Updated translations: British English, Bulgarian, Czech, French, Italian, Portuguese (Brazil), Russian, Spanish.
   * gettext plural forms now have caret prefixes stripped as well.
  User interface
   * Steam cloud file is no longer listed in the Load Game dialog.
   * Redefine green text in dialogs and tool-tips so they are no longer ‘too dark’ with recent Pango versions
   * Gave the main menu's Language button a label again, now displaying the current language.
   * Tweaked margins around the main menu's bottom row.
   * Difficulty no longer displayed in the Load Game dialog when it is not relevant to a save file
  Miscellaneous and Bug Fixes
   * Correct unit display adjustments on certain tiles when at zoom level other than 100%

Version 1.15.17
  Campaigns
   * World Conquest is re-enabled.
  Translations
   * Updated translations: British English, Polish
  Miscellaneous and Bug Fixes
   * Messenger MAI: fixed bug of own units sometimes blocking the path to a waypoint for the messenger
   * A bug that would corrupt WML sent to the multiplayer and add-ons server was fixed.

Version 1.15.16
  Campaigns
   * Liberty
     * S06: Enforce failure condition for allied team
   * The South Guard
     * S8b: Reduced difficulty
   * Tutorial
     * S01: Don't let the first Quintain chase the player to a village
     * S01: Synchronise the choice of character dialog, so that replays don't get OOS
     * S01: Fix some glitches on HDPI displays
   * Secrets of the Ancients
     * Synchronise the walking corpse recruitment dialog, so that replays don't get OOS
   * Under the Burning Suns
     * S09: Reveal the boss of the scenario at the end of part 1
   * World Conquest
     * Add campaign icons, campaign image and credits
     * Update to new mushroom terrain from the deprecated mushroom terrain
  Multiplayer
   * If an add-on needs to be installed on all players' devices but doesn't specify a min version, assume it needs the latest
  Terrain
   * Fix transition between snowy mountains and castles
  Translations
   * Updated translations: British English, Chinese (Traditional), Czech, Finnish, French, Indonesian, Italian, Polish, Portuguese (Brazil), Russian, Turkish
  Units
   * Added and improved Naga animations
   * Added Troll defense animations
  User interface
   * The names of the abilities used as specials appear in the attack prediction window with specials weapons
   * In the Load Game dialog, list directories from previous versions in decending order
   * Refined design of the Faction Select screen
   * Made the campaign selection on bigger on HDPI screens
  Miscellaneous and Bug Fixes
   * Added a timeout when connecting to the wesnothd server
   * Improved logging of deprecation messages, fixing duplication and missing timestamps
   * Added `[era]` attributes to the schema
   * Added to wmllint an automatic update of four terrain-graphics macros
   * Removed wmllint's check for spaces in e-mail addresses
   * Standardised the date line of copyright statements, and updated them to 2021

Version 1.15.15
  Translations
   * Updated translations: British English, Bulgarian, Chinese (Traditional), Czech, Italian, Portuguese (Brazil), Russian, Spanish, Turkish
  User interface
   * Added a prompt to allow migrating settings and redownloading add-ons used in a previous version of Wesnoth when starting a new versions for the first time.
  Miscellaneous and Bug Fixes
   * Fixed: keyboard input during the loading screen intermittently caused a crash
   * AI: fixed custom synced commands not changing the game state

Version 1.15.14
  Add-ons client
   * Fixed: using the versions drop-down in small-screen mode returned to the title screen
   * Fixed: keyboard input in small-screen mode returned to the title screen
  Campaigns
   * A Tale of Two Brothers
     * S02: Dialog revisions.
   * Sceptre of Fire
     * Revisions to the last two scenarios.
   * Tutorial
     * S02: Mention the acceleration factor preference.
  Lua API
   * Pathfinding functions are now in a new wesnoth.paths module.
     * Pathfinding in map generation now takes an options table as the third argument.
   * New sync module that contains functions for multiplayer synchronization
     * In particular, wesnoth.synchronize_choice is now wesnoth.sync.evaluate_single
   * allow_end_turn and end_turn moved to the wesnoth.interface module
   * wesnoth.message is now wesnoth.interface.add_chat_message
   * Shroud and fog control are now in the wesnoth.sides module
     * Shroud data strings and the special string "all" are no longer supported by place_shroud -
       only a list of locations is supported
     * wesnoth.map.parse_bitmap transforms a shroud data string into a list of locations
     * wesnoth.map.make_bitmap builds a shroud data string from a list of locations
     * There are now two different ways of altering shroud: place_shroud merges with existing shroud,
       while override_shroud replaces the entire shroud with the new value.
   * New schedule module for working with schedules and time areas
     * wesnoth.map.get_time_area now returns the area's schedule object
     * The global scenario schedule is available as wesnoth.current.schedule
     * wesnoth.get_time_of_day is split into wesnoth.schedule.get_time_of_day (ignoring illumination)
       and wesnoth.get_illumination (which considers illumination). Both functions now take the location
       as the first argument.
     * wesnoth.get_max_liminal_bonus() is now wesnoth.current.schedule.liminal_bonus
     * wesnoth.replace_schedule is now wesnoth.schedule.replace
   * wesnoth.end_level() and wesnoth.get_end_level_data() are now removed - instead, there's
     an end_level_data field in wesnoth.scenario.that serves both purposes.
   * wesnoth.get_traits() is now wesnoth.game_config.global_traits
   * wesnoth.teleport moved to the units module
  Multiplayer
   * Added Isle of Mists, a new single player or coop survival scenario.
  Networking
   * Added support for encrypting connection using TLS to multiplayer/addon client/server
   * Moved password hashing code from client to server, relying on TLS to avoid sending cleartext passwords
  Packaging
  Terrain
   * Added some great tree variations
   * Added 'icy cobbles' (terrain code `Rra`) - mostly useful for the transitions
  Translations
   * Updated translations: British English, Chinese (Traditional), Czech, Indonesian, Italian, Japanese, Scottish Gaelic, Slovak, Spanish
  Units
   * Added missing Seahorse graphics
   * Revised Jinn (unit config and graphics)
   * Fire Wraith added
   * added LordBob's Jinn, Fire Guardian, and Fire Wraith portraits
   * Moved Naga guardian line from UtBS to core, and made some revisions
   * Dune Apothecary experience needed to level up changed from 100 to 65
   * Dune Captain experience needed to level up changed from 86 to 75
   * Dune Herbalist cost changed form 15 to 14
   * Dune Horse Archer experience needed to level up changed form 70 to 65
   * Naga Sicarius hp changed form 55 to 53 and melee damage changed form 9 to 6, new special "deflect" added to melee attack
   * Fire Guardian can now level into Fire Wraith, experience needed to level up for Fire Guardian changed from 50 to 29
   * Revised statistics of all animal horses, Bay Horse can now level into Great Horse
  Wesnoth Formula Language
   * The use of "side" on units and "owner" on terrain objects is now deprecated.
     Instead, you should use "side_number" or "owner_side", respectively.
     The old key returns 0 for side 1 and so on, so the new key is preferred.
   * A unit object now has a "terrain" key that returns the terrain object the unit is standing on.
   * Add new functions tod_bonus() and base_tod_bonus() to get the bonus on a specific location
  WML Engine
   * add 'unslowable' and 'unpetrifiable' status to immune to slow or petrifies
   * Schema validation now checks whether string values are translatable or not, according to what the
     schema specifies.
   * Fix schema validation rejecting Lua AI goals
   * Unit special notes are now read directly from weapon specials, abilities, and a few other places, meaning
     the `[special_note]` tag is usually not required in `[unit]` or `[unit_type]`.
   * A warning is now displayed when the next scenario is unknown.
   * Changed the default duration for `[print]` to 5000 milliseconds, and added support for `duration=unlimited`.
  Miscellaneous and Bug Fixes
   * The unit description tooltip in the sidebar now includes the text from `[special_note]`s.
   * Added a collection of item images
   * AI: fixed crash when using attacks aspect with invalidate_on_gamestate_change=no
   * AI: fixed crash when using custom_synced_commands
   * Micro AIs: fixed unit variables getting lost when continuing from replay
   * Fixed AI state initialization problem after reloading

Version 1.15.13
  Add-ons client
   * The details panel now shows the list of tags in each add-on.
   * Added a filter based on tags.
  Lua API
   * Added `pango_color` to the `wesnoth.colors` table, for easy use in formatted text.
   * Add new function `filesystem.resolve_asset` to convert `[binary_path]` relative paths to data-relative paths.
   * Add new function `filesystem.have_asset` which can determine if an image or sound exists.
   * `wesnoth.have_file`, `wesnoth.read_file`, `wesnoth.image_size` moved to new `filesystem` library
   * Add a more advanced way of manipulating version strings via `wesnoth.version` constructor function.
   * Add a `wesnoth.scenario` data module that consolidates everything there is to know about the current scenario. Much of this information was previously available through `wesnoth.game_config`, but there are some new details too.
   * Fixed a regression introduced in 1.15.5 causing GUI2 widgets set to a hidden state to remain visible but not able to be interacted with.
   * Fixed a regression introduced in 1.15.5 causing GUI2 listboxes to break when cleared and re-filled under certain circumstances.
  Packaging
   * Increased minimum required version of SDL to 2.0.8.
  Translations
   * Updated translations: British English, Czech, Dutch, Italian, Russian.
  Units
   * Horses added
   * Seahorse added
   * Zombie horse variation added
   * Update piglet/boar graphics
  User interface
   * The multiplayer "turns over" dialog now uses each team's colors when showing teams' names.
  WML Engine
   * Modify implementation of overwrite_specials attribute for replace yes/no parameter by none/one_side/both_sides and select abilities used like weapons and specials who must be overwrited(owned by fighter where special applied or both)
   * Add a `ability_id_active` attribute to `[filter]`
   * `[terrain_mask]` now accepts `mask_file` as an alternative to an inline mask. The file is loaded from the same place as `map_file` in the `[scenario]` tag (ie, a maps/ subdirectory of your binary path). Anyone who prefers to keep masks separate from regular maps is free to make a subdirectory for their masks (or just keep all their masks inline).
   * `[effect]apply_to=movement` now always affects vision too, except when given the `apply_to_vision=no` attribute
  Miscellaneous and Bug Fixes
   * More optimization in the UI drawing code, fixes the crash displaying the full credits.
   * Made GUI.pyw compatible with Python 3.9.
   * Removed workarounds for bugs affecting older SDL 2.0 versions, including an extra copy of the game screen made during gamemap scrolling.
   * FPS values calculated when the :fps or :benchmark are now written to a file which can then be used to track FPS values over time.
   * Removed old image optimisation scripts, as there's a rewrite in Python.

Version 1.15.12
  Add-ons client
   * When uploading or deleting an add-on, the game will now prompt for the required password if it is not present in the `_server.pbl` file.
  AI
   * Improved AI decisions about whether an attack with poison is better than one with higher direct damage.
   * Added options to the Patrol Micro AI on whether to notice invisible units, and on attack range.
   * Added a `[filter]` option to the Swarm Micro AI.
   * Replaced several uses of Formula AIs with Micro AIs, and removed Formula AIs from demo scenarios.
   * Removed experimental MP dev Formula AIs.
   * Fixed a crash in the Lurker Formula AI.
  Campaigns
   * Descent into Darkness
     * Buffed Malin.
   * Eastern Invasion
     * Dialogue changes in S07b.
   * Legend of Wesmere
     * S16: Replaced the Patrol Formula AI with the Patrol Micro AI.
   * Secrets of the Ancients
     * Reimplemented the zombie recruitment UI.
   * The Rise of Wesnoth
     * Balance changes.
   * The South Guard
     * Fix the new ally's upkeep when choosing the bandit branch.
   * Tutorial
     * Reimplemented the character-choice UI.
   * Under the Burning Suns
     * In S01, fixed one of the mystics spawning in the lake.
  Lua API
   * Fix issues with the wesnoth.map module.
  Multiplayer
   * Dark Forecast
     * Difficulty rebalanced so that two-player-mode is hard rather than impossible.
     * The weather now changes on side 1's turn instead of side 3's turn.
   * World Conquest
     * Many bugs have been fixed, however WC is still hidden while more bugs are fixed.
     * Converted GUI2 dialogs to WML.
     * Fixed an error in the destruction mechanic.
  Packaging
   * Removed the obsolete FindSDL2_ttf cmake module.
  Terrain
   * Improved transition between human castle ruins and sunken ruins.
  Translations
   * Updated translations: Chinese (Traditional), Czech, Italian.
  Units
   * New rock scorpion monster and scorpion zombie variation.
   * Rename tusker/gorer references to boars and piglets, to avoid stepping on existing UMC.
   * Dune Blademaster gold cost changed from 52 to 57.
   * Dune Captain alignment changed from liminal to lawful.
   * Dune Cataphract gold cost changed from 61 to 62.
   * Dune Firetrooper gold cost changed from 50 to 41.
   * Dune Harrier gold cost changed from 46 to 47.
   * Dune Luminary gold cost changed from 53 to 38.
   * Dune Maruder gold cost changed from 52 to 60.
   * Dune Sky Hunter gold cost changed from 47 to 51.
   * Dune Spearmaster gold cost changed from 51 to 57.
   * Dune Wayfarer gold cost changed from 52 to 55.
   * Dune Windbolt gold cost changed from 50 to 49.
   * Dune Warmaster gold cost changed from 56 to 57, hp changed from 57 to 59, alignment changed from liminal to lawful.
   * Naga Ophidian gold cost changed from 24 to 22, melee damage changed from 7 to 6, ranged damage changed from 10 to 12.
   * Naga Ringcaster gold cost changed from 24 to 22.
   * Naga Sicarus gold cost changed from 48 to 46, melee damage changed from 10 to 9, ranged damage changed from 12 to 13.
   * Naga Zephyr gold cost changed from 50 to 46.
   * Wose Sapling gold cost changed from 10 to 11.
   * Wose Shaman gold cost changed from 40 to 27, movement points changed from 3 to 4, melee damage changed from 9 to 12, ranged damage changed from 10 to 11, hp changed from 50 to 56.
   * Horned Scarab gold cost changed from 12 to 11.
   * Fixed the Walking Corpses of some river creatures having poor movement in deep water.
   * New descriptions for the Fire Ant, Roc and Sand Scuttler.
   * Fixed the Giant Scorpion having an empty variation name.
  User interface
   * Improved the attack dialog's recommendation about whether an attack with poison is better than one with higher direct damage.
   * Added logs folder path to the Game Version dialog on Windows.
   * Added built-in Lua engine version to the Game Version dialog and `--report`.
   * Made Accelerated Speed toggle announcement not stackable over itself or other announcements.
   * Minor adjustments to the sidebar's minimap area in the default game theme to reclaim empty and uneven space back. Note that this WILL break custom WML themes that use the same sidebar graphics as the default theme.
   * Minor adjustment to the placement of numerals on the debug clock.
   * Players now receive an error message when attempting to save games using illegal file names.
   * Fixed text labels containing only a single link becoming empty.
   * Separated floating labels' duration from the speed of their eventual fade-out.
   * Fixed font family leakage from GUI2 canvases to GUI1 elements such as the in-game chat overlay.
  WML Engine
   * In development builds, deprecation warnings are now shown in-game by default.
   * Conditional WML's `[variable]` tag now expects exactly one comparison, and will warn if given none or multiple tests.
   * `[store_reachable_locations]range=vision` now calculates vision, instead of using movement costs and max movement points.
  Miscellaneous and Bug Fixes
   * Fixed units with max movement set to zero being given one max movement point by `[unstore_unit]` or when loading a saved game.
   * Fixed an intermittent crash on the loading screen.
   * wmlunits (units.wesnoth.org) no longer incorrectly assumes that units with movement costs equal to their maximum movement can't move into the affected terrains.
   * Fixed a bug where log domains' severity could accidentally be reduced.
   * Changed the verbosity and error-handling of the `run_wml_tests` script.
   * Made `run_wml_tests` automatically skip tests which need strict mode when running without strict mode.
   * Made optimizations in the UI drawing code, these shouldn't have visible effects.
   * Optimized the command-line `wesnoth_addon_manager` tool.
2021-11-02 18:35:04 +00:00
..
0verkill games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
4stAttack games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
7kaa games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
abuse games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
accelerator3d 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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
an games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
angband games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
armagetronad-server revbump for textproc/icu 2021-04-21 11:40:12 +00:00
arx-libertatis games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
asc games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
asciiquarium games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
assaultcube games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
astromenace games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
atomix games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
atque games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
barrage games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
bastet games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
blokus games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
bluemoon games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
bomber games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
cataclysm-dda games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
cataclysm-dda-sdl Recursive revbump for audio/jack 2021-09-08 21:04:53 +00:00
cbzone games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ccgo games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
chromium-bsu games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
cosmosmash games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
crack-attack games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
crossfire-client games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
crossfire-server games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
dhewm3 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
dopewars games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
duckmaze games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
dunelegacy games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
dungeon games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
easyrpg-player games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
eboard games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ecwolf games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
einstein-puzzle games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
endless-sky games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
enigma games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
eternal-lands games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
etlegacy games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
etlegacy-data games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
etlegacy-server revbump for boost-libs 2021-09-29 19:00:02 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
flare-game games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
flightgear games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
fnaify games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 boost-libs 2021-09-29 19:00:02 +00:00
freeciv-manual games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
freeciv-server revbump for boost-libs 2021-09-29 19:00:02 +00:00
freeciv-share games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gargoyle games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gate88 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gbrainy games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gcompris games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gemdropx games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gemrb games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
genecys-client games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
genecys-data games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ggz-client-libs games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
glaxium games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gnome-sudoku games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
greed games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
grhino games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gtkballs games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gtklevel9 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
gtkmagnetic games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
holtz games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
jumpnbump games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kajaani-kombat games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kajongg games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kanagram games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kanatest games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kapman games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kapooka games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
katomic games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kblackbox games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kblocks games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kbounce games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kbreakout games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kdiamond games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ketm games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kfourinline games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kgoldrunner games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
khangman games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kigo games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
killbots games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kiriki games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kjumpingcube games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
klavaro games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
klickety games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
klines games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kmahjongg games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kmines games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
knavalbattle games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
knetwalk games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
knightcap games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kollision games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
konquest games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
koth games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kpat games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kreversi games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kshisen games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ksirk games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ksnakeduel games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kspaceduel games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ksquares games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ksudoku games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ktuberling games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kubrick games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
kye games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
libggz games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
libkdegames games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
libkmahjongg games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
liblcf games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
love010 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
love11 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lpairs games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lskat games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ltris games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
lugaru games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
mirrormagic games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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
nethack-lib games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
nethack-tty
nethack-x11
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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
openmortal games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
openmw games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
openrct2 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
openttd games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
pag games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
palapeli games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
picmi games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
pinball games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
pingus games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
pioneers games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
py-easyAI games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
py-pysol_cards games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
py-ranking games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
py-renpy games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
py-trueskill games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
pysolfc games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
q5go games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
quakespasm games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
quarry games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
redeclipse games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
REminiscence games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
rftg games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
robotfindskitten games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
rocksndiamonds games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
rocksndiamonds-levels games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
ruby-squib games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
sarien games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
sauerbraten games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
scid games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
scummvm games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
sdlpop games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
simutrans games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
spaceracer games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
stone-soup-sdl Recursive revbump for audio/jack 2021-09-08 21:04:53 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
supertuxkart games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
svb games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
tads games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
taisei games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
teg games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
unknown-horizons games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
velena games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
violetland games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
vms-empire games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
vvvvvv games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
wargames games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
warmux games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
warzone2100 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
wesnoth wesnoth: updated to 1.16.0 2021-11-02 18:35:04 +00:00
widelands games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
woof games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
wordsearch games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
wordwarvi games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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
xclannad games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xconq games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xcowsay games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +00:00
xonotic games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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
xsoldier games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: Replace RMD160 checksums with BLAKE2s checksums 2021-10-26 10:43:43 +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 games: add wordsearch 2021-10-04 21:52:17 +00:00