Skip to content

RAIntegration 0.78

Compare
Choose a tag to compare
@Jamiras Jamiras released this 18 May 13:39
· 487 commits to master since this release
0253cf2

For players:

  • display "invalid login" when failing to login (instead of HTTP response 403)
  • changed "save password" text to "keep me signed in". password was not actually being saved
  • add retirement warning for RAGens.

For developers:

  • new flag: OrNext - allows multiple conditions to be chained together where any one of them can trigger a Reset/Pause/HitCount
  • new flag: MeasuredIf - allows Measured value to be suppressed if conditions are not met
  • new size: BitCount - gets the number of bits set in the byte at the specified address
  • memory inspector overhaul
    • new rendering engine - should greatly decrease performance impact to emulator when memory inspector is open
    • row and column of selected address are now highlighted
    • new search type: 32-bit
    • new search filters: Last Value Plus/Last Value Minus - allows for filtering on a specific change in value
    • new search filter: Initial Value
    • continuous filter button
    • code notes dropdown replaced with searchable popup window
    • colors can be customized through editor_theme.json
  • add freeze button to bookmarks dialog
  • allow uploading code notes and achievements while in test compatibility mode
  • locally modified rich presence is no longer submitted to server
  • include descriptive message when reporting parse error codes
  • allow achievement title/description to be blanked out
  • code note tooltip in achievement editor truncates to 20 lines