Skip to content

Releases: tomvita/Breeze-Beta

beta98b

24 Dec 02:58
24e13f0
Compare
Choose a tag to compare
beta98b Pre-release
Pre-release

Added a signature to the written cheat file, defined in the extended cheat menu.

beta98a

10 Dec 09:06
5aba2a5
Compare
Choose a tag to compare

Release Notes

Bug Fixes:

  • Resolved an issue with segment map display and export.
  • Fixed a calculation error in determining the end of the memory address space.
  • Fixed a bug that cause assembler to not able to make code for loaded module

Updates:

  • Updated custom ftpsrv to 1.1.0.
  • Updated segment map display to show module details.
  • Added Move to A button to memory explorer to help with making pointer code that need extra large offset.

beta98

02 Dec 02:51
8bba03d
Compare
Choose a tag to compare

Release Notes

New Features

  • Max Pointers Per Node Setting:

    • Added a new setting in the Jumpback menu to limit the maximum pointers per node.
    • This feature helps conserve memory during usage.
  • Improved Range Handling in Jumpback Menu:

    • Ensured a minimum range of 0x800 for depth 0 in the Jumpback menu.
    • This change accommodates Unity games that typically have smaller offset ranges except at depth 0.
    • You can now set smaller ranges for other depths while guaranteeing at least 0x800 for depth 0.
  • Custom FTP Server Integration:

    • Introduced a customized ftpsrv tailored for Breeze.
    • Access this version via a dedicated button in the main menu.
    • The FTP server allows access to save directories for the most recently played game:
      • save0: corresponds to user profile 0.
      • save1: corresponds to user profile 1.

Important Notes

  • Save Behavior:
    • Save changes are committed when ftpsrv is exited using the + button.
    • Exiting via the Home button will not commit save changes.
    • Currently, only up to two user profiles are supported (save0 and save1).
    • Whether you can access save while the game is running depends on the game.

beta97

12 Nov 12:54
8bba03d
Compare
Choose a tag to compare

UI Redesign and Usability Improvements

  • User Interface Overhaul: Redesigned layout for improved accessibility and intuitive navigation.
  • Feature Repositioning: Key features are now easier to locate, with improved access flow.
  • Button Help Text: Added descriptive help text for buttons, making functions clearer for users.
  • Simple & Full Menu Sync: The simple menu is now fully synchronized with the full menu, with consistent button placement to ensure a smooth transition between modes.

beta96h

09 Nov 15:36
8bba03d
Compare
Choose a tag to compare
beta96h Pre-release
Pre-release

Fix hidden button with custom short cut don't work when visible only = 0 until it has been seen once.
Chang Inc1000 to increment the changed amount.
Rearrange memory edit button to make set break point visible in the two column view.

beta96f

07 Nov 02:13
8bba03d
Compare
Choose a tag to compare
beta96f Pre-release
Pre-release

Bug fix to make type 0 code size 8 for double value.
Display tweak.
Make simple search available after first search for simple menu.

beta96e

05 Nov 13:43
8bba03d
Compare
Choose a tag to compare
beta96e Pre-release
Pre-release

tweaking font size

beta96d

04 Nov 13:30
8bba03d
Compare
Choose a tag to compare
beta96d Pre-release
Pre-release

rearrange some buttons

beta96c

04 Nov 09:01
8bba03d
Compare
Choose a tag to compare
beta96c Pre-release
Pre-release

added profile launch first app

beta96b_

04 Nov 05:27
8bba03d
Compare
Choose a tag to compare
beta96b_ Pre-release
Pre-release

More tuning to memory explorer formatting.
Display smart type value in cheat disassembly.
Make type 0 code size 8 for double value.