Skip to content

RAIntegration 1.2.0

Compare
Choose a tag to compare
@Jamiras Jamiras released this 28 Mar 20:48
· 109 commits to master since this release
36c10c3

For players:

  • Multiple active leaderboards with the same value definition will only show one tracker
  • Added progress indicator widget
    • Whenever a measured achievement's progress changes, shows that progress onscreen for a couple of seconds

For developers:

  • Add pointer finder dialog
    • Allows users to identify important memory across multiple save states and have the tool attempt to locate
      any values that differ by the offsets between states.
    • Does not directly handle multiple levels of pointers, but the process can be repeated once a nested pointer
      is found at multiple addresses.
  • Add aligned search types for 16-bit BE and 32-bit BE
  • Change wording on achievement unlock popup for local and modified achievements
  • Double-clicking address in bookmarks window will now open inspector if its not already open
  • Indirect note fields are now readonly, instead of disabled
  • Fix character input in grid editors when integrated with WinForms (BizHawk)
  • Fix deadlock canceling publish notes
  • Fix crash typing in memory viewer when cursor is offscreen
  • Fix warning about memory addresses when core doesn't expose all regions
  • Fix serialization of new leaderboard values using old format
  • Fix intermittent flicker of memory view when moving to/from addresses with local notes
  • Fix calculations using floats in SubSource
  • Fix popups remaining open after emulator indicates game was closed
  • Warn when using echo/mirror/kernel RAM
  • Warn about redundancy between MeasuredIf and non-MeasuredIf conditions