Skip to content

RAIntegration 0.76

Compare
Choose a tag to compare
@Jamiras Jamiras released this 22 Jun 00:16
· 634 commits to master since this release

For players:

  • three-line popups
  • themable popups and overlay
  • player's rank and score always appear in leaderboard, even if player is not in the top 7
  • menu option to warn when player loads a game with achievements and does not have hardcore on
  • menu option to disable "leaderboard attempt canceled" popup
  • new overlay rendering engine - should improve performance when popups are onscreen
  • show correct navigation button labels per emulator in overlay
  • add recent games overlay page
  • full-screen overlay can be navigated by holding down navigation buttons
  • replace "broken achievements" dialog with "report achievement problems" dialog

For developers:

  • AndNext condition flag
  • 'prior' memory reference type
  • 'delta' memory references now update while paused
  • provide consistent visual style across emulators
  • display watermarks in memory search for results without code notes
  • double-click memory bits to toggle them
  • updated "unknown game" dialog
    • button for testing unknown game against existing game for compatibility testing without linking
    • confirmation dialogs when attempting to link
    • shows system that the game is trying to be loaded against (useful for emulators that support multiple systems)
    • shows emulator-provided name for reference even after changing it in the text input field
  • when switching condition field from value type to non-value type, copy size from other side of condition
  • use current value of address as comparison value when creating a new condition
  • change badge field on achievement editor from dropdown to text
  • delete alt group will now delete selected group
  • delete alt group will no longer delete both alt groups if only two alt groups remain
  • support for more than 200 alt groups
  • remove 512 byte limit on code notes
  • remove attempt to parse decimal in watched address field
  • don't clear memory viewer when game is unloaded
  • don't allow reporting broken local achievements
  • fix reset of pause-on-reset achievements when resetting emulator

Technical:

  • improved error message when server returns something other than JSON
  • ensure minor version is still displayed for X.0 versions in upgrade dialog
  • fix issues related to calling RA_Init after calling RA_Shutdown without restarting the emulator (RAppleWin)
  • fix session not being associated to user on first login
  • use rcheevos for rich presence