Skip to content

RAIntegration 1.3.0

Compare
Choose a tag to compare
@Jamiras Jamiras released this 17 Apr 14:58
· 86 commits to master since this release
45d57fb

For players:

  • Show softcore score at login and in overlay when hardcore is disabled
  • Show rarity in achievement popups (new sound for very rare unlocks - overlay/rareunlock.wav)
  • New collapsible subheaders in overlay
  • Show progression/win/missable indicators in overlay

For developers:

  • Add ASCII display to memory viewer (when wide enough)
  • Support for Float BE data type
  • Support for Double32/Double32 BE data types
  • Support for marking achievement types (Missable/Progression/Win)
  • Support for Seconds as Minutes leaderboard format
  • Support for new leaderboard formats (Tens/Hundreds/Thousands/Fixed1/Fixed2/Fixed3/Unsigned)
  • Improved support for following single-level indirect notes
  • Don't show unknown game dialog when switching discs previously selected for compatibility testing
  • Add warning about using ResetIf with a hit target of 1
  • Prevent attempt to publish modified rich presence
  • Fix conditions disappearing when toggling decimal while in an invalid state
  • Fix count reporting 1 match when pointer finder doesn't find any matches

Framework:

  • Several thread safety improvements
  • Convert internal runtime to rc_client (allow more logic to be managed the same as in other clients)
  • Export functions for loading dll through rc_client