Skip to content

Releases: RetroAchievements/rcheevos

v9.1.0

04 Jul 16:34
Compare
Choose a tag to compare
  • add hash support and memory map for MSX
  • add hash support and memory map for PC-FX
  • include parent directory when hashing non-arcade titles in arcade mode
  • expand SRAM mapping for Wonderswan
  • fix classification of secondary Saturn memory region
  • support absolute paths in m3u
  • make cue scanning case-insensitive
  • fix display of measured value when another group has an unmeasured hit count
  • fix memory read error when hashing file with no extension
  • prevent possible divide by zero error when using addsource

v9.0.0

09 May 14:20
Compare
Choose a tag to compare
  • new size: RC_MEMSIZE_BITCOUNT
  • new flag: RC_CONDITION_OR_NEXT
  • new flag: RC_CONDITION_TRIGGER
  • new flag: RC_CONDITION_MEASURED_IF
  • new operators: RC_OPERATOR_MULT / RC_OPERATOR_DIV
  • is_bcd removed from memref - now part of RC_MEMSIZE
  • add rc_runtime_t and associated functions
  • add rc_hash_ functions
  • add rc_console_ functions
  • add rc_error_str function
  • add game_hash parameter to rc_url_award_cheevo
  • remove hash parameter from rc_url_submit_lboard
  • add rc_url_ping function

v8.1.0

22 Nov 02:26
Compare
Choose a tag to compare
  • new flag: RC_CONDITION_MEASURED
  • new flag: RC_CONDITION_ADD_ADDRESS
  • add rc_evaluate_trigger - extended version of rc_test_trigger with more granular return codes
  • make rc_evaluate_value return a signed int (was unsigned int)
  • new formats: RC_FORMAT_MINUTES and RC_FORMAT_SECONDS_AS_MINUTES
  • removed " Points" text from RC_FORMAT_SCORE format
  • removed RC_FORMAT_OTHER format. "OTHER" format now parses to RC_FORMAT_SCORE
  • bugfix: RC_CONDITION_ADD_HITS will now honor RC_CONDITION_AND_NEXT on previous condition

v8.0.1

19 Jun 03:08
218ab9e
Compare
Choose a tag to compare
  • bugfix: prevent null reference exception if rich presence contains condition without display string
  • bugfix: fix 24-bit memory read

v8.0.0

04 May 20:14
85c676d
Compare
Choose a tag to compare
  • support for prior operand type
  • support for AndNext condition flag
  • support for rich presence
  • bugfix: update delta/prior memory values while group is paused
  • bugfix: allow floating point number without leading 0
  • bugfix: support empty alt groups

v7.1.1

30 Sep 12:00
Compare
Choose a tag to compare
Get rid of signed/unsigned mismatch warnings; be more clear about the…

v7.1.0

29 Sep 17:29
Compare
Choose a tag to compare
Added the RC_DISABLE_LUA macro to compile rcheevos without Lua support

v7.0.2

29 Sep 14:59
Compare
Choose a tag to compare
Merge branch 'develop'

v7.0.1

27 Sep 20:32
Compare
Choose a tag to compare
Merge branch 'develop'

v7.0.0

02 Sep 13:29
Compare
Choose a tag to compare
Removed rjson