Releases: ClementDreptin/Hayzen
Releases · ClementDreptin/Hayzen
v7.1.0
Features
- A "Save Settings" option in the "Customization" tab that saves the current menu settings to a file on disk. The file is in the same directory as the plugin when it's loaded with DashLaunch, at the root of the hard drive otherwise.
- A "Reset Settings" option to reset all settings to their default values
v7.0.0
Features
- The auto updater has been removed because the hoster I was using to host the updater API stopped their free plan. This feature might come back if I find a new good free way of hosting the API.
- A brand new (and more appealing) UI.
- A new "Customization" section to customalize the look of the menu.
v6.1.0
Features
- The plugin now includes an auto updater. When a new release comes out, a message box is prompted asking you if you want to download the latest version. If you click "Yes", the new version will start downloading. Once complete, another message box is prompted telling you that you need to reboot your console to apply the changes, you can directly reboot your console from the message box by clicking "Yes" again.
v6.0.3
Refactoring
- Used the new
Detour
class from XexUtils for hooking functions
v6.0.2
Features
- Changed the care package model on MW3 to make it a frienly trapped care package (the black ones with skulls on them)
Bug fixes
- Fixed the bot not spawning in on the MW2 Alpha
- Fixed the fall damage toggle not working on the MW2 Alpha
- Fixed the default text not showing when opening a keyboard
v6.0.1
Bug fixes
- Attempted to fix the freezing problem that sometimes occured when loading the saved position. This fix should work but is not a 100% guaranteed before the freeze is not consistently reproducable.
- Cancelling the keyboard does not change the knowback or jump height value anymore. To get the default value now, the user must not enter anything and explicitely press START (or go to the START button and press A).
Refactoring
- Removed a lot of code duplication by gathering the common menu functions to dedicated header files.
v6.0.0
Features
- Added support for Spec Ops on the MW2 Alpha.
- Added a jump height changer for Spec Ops on MW2 and MW3.
Known bugs
- Loading the position makes the game freeze on rare occasions. A fix is being worked on.
v5.2.2
Features
- Unbound LB and RB while save and load binds are enabled to prevent the player from throwing grenades while using save and load.
v5.2.1
Stability improvements
- Made the main loop run on the game's thread instead of the plugin's thread. This allowed the usage of
iPrintLn
again so the feedback text and its horrible logic were removed. - Making the main loop run on the game's thread also fixed the issue where the console would crash after starting MW3 and going back to the dashboard without starting a game.
Refactoring
- Went back to using normal types instead of Windows types except for DWORDs
- Switched to C++ style casting
v5.2.0
Features
- Added a second player menu for MW2 and MW3 Spec Ops