Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Releases: root670/CheatDevicePS2

v1.7.5

16 Jun 02:33
Compare
Choose a tag to compare

Bug Fixes

  • Fix hang when launching a disc or ELF after returning from the in-game-reset (IGR) feature in OpenPS2Loader (#29).

v1.7.4

02 May 15:44
ba1cb78
Compare
Choose a tag to compare

New Features

Bug Fixes

  • Cheat database's dirty flag is reset after saving.

v1.7.3

23 Oct 05:48
Compare
Choose a tag to compare

A special thanks goes out to @luisdallos for submitting the first two pull requests for the project! His PRs identified and fixed several bugs and implemented a new code type in the engine.

New Features

Misc. Changes

  • Ignore "Your System Configuration" in Save Manager
  • Improved help text scrolling
  • Remove incompatible codes from bundled cheat database
  • Add clean target to boostrap (#23)

Bug Fixes

  • Fix crash when deleting code lines in certain instances
  • Fix finding multiple hooks when seaching for hooks (#23)
  • Fix cheat list parsing bugs (#23)
  • Fix loading zip files without directory entries (#23)

v1.7.2

18 May 16:19
Compare
Choose a tag to compare

Tagged releases are automatically built and deployed using Travis-CI now!

Bug fixes

  • Fix crash when pressing X before any games are in the game list.

v1.7.1

05 May 02:56
Compare
Choose a tag to compare

Bug fixes

  • Fix hang on real consoles.

v1.7

05 May 02:06
Compare
Choose a tag to compare

This version works on emulators but NOT real consoles! Please use v1.7.1 or higher instead.

Highlights

  • Add support for value-mapped cheats, allowing code lines in a cheat to reference a list of values. See the wiki for more information.

v1.6.1

23 Apr 03:29
Compare
Choose a tag to compare

Bug fixes

  • Fix freeze when loading history file (#16).

v1.6

14 Apr 23:14
Compare
Choose a tag to compare

Highlights

  • Add support for read-only and read/write databases. (#14)
  • Remove support for .CDB cheat databases. A zipped .txt file is the preferred format going forward.
  • Remove initial loading bar. It would periodically wait for a vsync, so loading would take a few seconds longer than it needed to.

v1.5

06 Apr 17:35
Compare
Choose a tag to compare

Highlights

  • .zip cheat databases can contain more than one TXT cheat database file.
  • Add button graphics for L3, R3, Select, and Start.
  • Allow script-style comments (lines beginning with #) in cheat databases.
  • Use double-buffering to prevent black lines when transitioning between menus.
  • Jump between cheat sections/headers using L2/R2.

Bug fixes

  • Fix hang when attempting to open TXT cheat database that doesn't exist.
  • Fix grey bar at bottom of the screen on PAL displays.
  • Fix several TXT cheat database parsing bugs (15-character long game titles with a space at index 8 being parsed as a cheat title, last code line in cheat file being parsed as a cheat title if it wasn't followed by a newline, etc.).
  • Fix incorrect replacement of L2 with {L1} in many places in the bundled cheat database.

Miscellaneous Improvements

  • Use updated usbd.irx, usbhdfs.irx, and iomanX.irx drivers from PS2SDK. This should improve device compatibility and reliability.
  • Use non-interactive shell when using docker-make.sh.
  • Travis-CI integration to verify successful compilation.
  • Refactor game save code into src/saveformats.
  • Many code formatting improvements/cleanups.
  • Tidy up several UI elements with improvements to alignment and overall consistency.
  • Refactor much of the rendering code.
  • Ignore case when checking file extensions.
  • Verify CBS files before adding to save list.
  • Add .editorconfig

v1.4.1

03 Jun 23:46
Compare
Choose a tag to compare

Bugfix

  • Fix active game not being set properly when loading history file containing an entry for an enable code.