forked from MAFINS/MenyooSP
-
-
Notifications
You must be signed in to change notification settings - Fork 27
Release v2.2.1 #399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release v2.2.1 #399
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Revert "Release v2.1.1" * Add Input option for ped components * Undo mistaken revert after failed release.
- fix 155 - refactor sWeatherNames as a std::pair to allow for different hash and display name - add minor debug code
This is for a test I want to make. I want to see if animals will work properly if manually given the animal "weapons". If it doesn't work I will undo this change myself.
* #218 (#226) * #218 - Corrected and enchanced/refactored teleport to waypoint * #218 - Removed duplicate declaration of ____gtaGroundCheckHeight array * Update macros.h * Improve Gen 9 Warning (#227) * Improve Gen 9 Warning - Update on-screen warning text with clearer instructions - Add explicit list of gen9 dlcs to menyoolog - Add two new g9 dlcs to check list - Add check for mp2024 bugged dlc (temp until r* fix) * UpVersion for Pre-release * Missing game build (#228) * Fix Missing Game Build Add 3407 to Main.h * Fix Missing Game Build Add 3407 to Menyoo.rc * UpVersion for Pre-release * Fix #232 (#233) * Remove playsound on doors Comment out play sound line * UpVersion for Pre-release * Blip fix (#236) * Update GTAblip.h (#234) Fixed Deluxo duplicate mishap. Duplicate reassigned to Toreador. * Update GTAblip.cpp (#235) Duplicate Deluxo reassigned to Toreador. * UpVersion for Prerelease --------- Co-authored-by: ThatRealSpicyDragon <[email protected]> * Blip fix patch (#240) * Update GTAblip.h (#237) Renamed duplicate Deluxo to 'Toreador'. * Update GTAblip.cpp (#238) Renamed duplicate Deluxo to 'Toreador'. --------- Co-authored-by: ThatRealSpicyDragon <[email protected]> * Achievement unlocks (#245) * UpVersion for Pre-release * Add more achievement options (#242) - Update the number achievements to 77 - Add menu options to unlock individual achievements --------- Co-authored-by: frankie2d <[email protected]> * Update Readme.txt * Actions Improvements (#254) * Update msbuild.yml - Migrate build artefact from v3 to v4 * Update master_build.yml - Remove exit 1 for successful cancellations - Add CANCELJOB to skip unnecessary steps and jobs * Aos blips (#251) * Agents of Sabotage blips (#247) * Update GTAblip.h Added Agents of Sabotage blips! * Update GTAblip.cpp Added Agents of Sabotage blips. * UpVersion for Pre-release --------- Co-authored-by: ThatRealSpicyDragon <[email protected]> * Update master_build.yml * Aos blips fix (#255) * Update GTAblip.cpp * Update GTAblip.h Add missing comma to std::map for blips. * 3442 build (#258) * Update Menyoo.rc Add 3442 FX ASI Build * Update main.h Add 3442 Version * UpVersion for Pre-release * Update macros.h * Fix freeze & crash on Loading Benchmark Fixes a freeze and then a crash while loading Benchmark from anything except the Pause Menu --------- Co-authored-by: ShawnPR1 <[email protected]> Co-authored-by: itsjustcurtis <[email protected]> Co-authored-by: ThatRealSpicyDragon <[email protected]> Co-authored-by: frankie2d <[email protected]>
* Fix log file continuously duplicating error messages(#288) Change it to record only once. If your native language is English, you may not find this problem. I used an external translation file json to translate the menu into my language. When I open the menu, an error message will be written to the menyooLog file for each frame. As long as you stay on the current menu page, it will repeatedly write the same message for each menu line, like this: * moving from filelogger.cpp to language.cpp instead Restore filelogger.cpp * UpVersion for Pre-release --------- Co-authored-by: lucienlmy <[email protected]>
* Enhanced Free Camera Mode functionality (#274) 1. Use the mouse wheel to adjust the flight speed 2. Press and hold the right mouse button for fine flight 3. Press and hold the spacebar to use the wheel to adjust the FOV 4. Use the Tab key to switch and lock the flight altitude, QE can still adjust the altitude * Fixed the display problem of adjusting various camera values 1: Change the camera display text to a custom method; 2: Change the name of the configuration file node [free-camera]right_click_slow_speed automatically generated by the camera to default_slow_speed; 3: Except for the default value, which will change in real time according to the adjustment in the game, the rest can be adjusted before entering the game [free-camera] default_speed = 8.100000 default_fov = 58.000000 default_slow_speed = 0.800000 speed_adjust_step = 1.000000 fov_adjust_step = 1.000000 min_speed = 0.100000 max_speed = 20.000000 min_fov = 30.000000 max_fov = 120.000000 --------- Co-authored-by: lucienlmy <[email protected]>
Remove Menyoolog.txt from Menyoostuff to avoid confusion
* Update Readme.txt * Added support for FiveM Game Build 3570 (#331) * chore(MenyooSP): add support for Game Build 3570 * build(scripthookv): updated ScriptHookV to v3586.0 * Update missing Game Builds * Add missing 3521 build (fix #309) --------- Co-authored-by: Daniel <[email protected]>
* Five m install instructions (#332) * Fix freeze & crash while Loading Benchmark From loading screens (#269) * #218 (#226) * #218 - Corrected and enchanced/refactored teleport to waypoint * #218 - Removed duplicate declaration of ____gtaGroundCheckHeight array * Update macros.h * Improve Gen 9 Warning (#227) * Improve Gen 9 Warning - Update on-screen warning text with clearer instructions - Add explicit list of gen9 dlcs to menyoolog - Add two new g9 dlcs to check list - Add check for mp2024 bugged dlc (temp until r* fix) * UpVersion for Pre-release * Missing game build (#228) * Fix Missing Game Build Add 3407 to Main.h * Fix Missing Game Build Add 3407 to Menyoo.rc * UpVersion for Pre-release * Fix #232 (#233) * Remove playsound on doors Comment out play sound line * UpVersion for Pre-release * Blip fix (#236) * Update GTAblip.h (#234) Fixed Deluxo duplicate mishap. Duplicate reassigned to Toreador. * Update GTAblip.cpp (#235) Duplicate Deluxo reassigned to Toreador. * UpVersion for Prerelease --------- Co-authored-by: ThatRealSpicyDragon <[email protected]> * Blip fix patch (#240) * Update GTAblip.h (#237) Renamed duplicate Deluxo to 'Toreador'. * Update GTAblip.cpp (#238) Renamed duplicate Deluxo to 'Toreador'. --------- Co-authored-by: ThatRealSpicyDragon <[email protected]> * Achievement unlocks (#245) * UpVersion for Pre-release * Add more achievement options (#242) - Update the number achievements to 77 - Add menu options to unlock individual achievements --------- Co-authored-by: frankie2d <[email protected]> * Update Readme.txt * Actions Improvements (#254) * Update msbuild.yml - Migrate build artefact from v3 to v4 * Update master_build.yml - Remove exit 1 for successful cancellations - Add CANCELJOB to skip unnecessary steps and jobs * Aos blips (#251) * Agents of Sabotage blips (#247) * Update GTAblip.h Added Agents of Sabotage blips! * Update GTAblip.cpp Added Agents of Sabotage blips. * UpVersion for Pre-release --------- Co-authored-by: ThatRealSpicyDragon <[email protected]> * Update master_build.yml * Aos blips fix (#255) * Update GTAblip.cpp * Update GTAblip.h Add missing comma to std::map for blips. * 3442 build (#258) * Update Menyoo.rc Add 3442 FX ASI Build * Update main.h Add 3442 Version * UpVersion for Pre-release * Update macros.h * Fix freeze & crash on Loading Benchmark Fixes a freeze and then a crash while loading Benchmark from anything except the Pause Menu --------- Co-authored-by: ShawnPR1 <[email protected]> Co-authored-by: itsjustcurtis <[email protected]> Co-authored-by: ThatRealSpicyDragon <[email protected]> Co-authored-by: frankie2d <[email protected]> * Update Readme.txt * Added support for FiveM Game Build 3570 (#331) * chore(MenyooSP): add support for Game Build 3570 * build(scripthookv): updated ScriptHookV to v3586.0 * Update missing Game Builds --------- Co-authored-by: LuisYeah1234-hub <[email protected]> Co-authored-by: ShawnPR1 <[email protected]> Co-authored-by: ThatRealSpicyDragon <[email protected]> Co-authored-by: frankie2d <[email protected]> Co-authored-by: Daniel <[email protected]> * Update master_build.yml --------- Co-authored-by: LuisYeah1234-hub <[email protected]> Co-authored-by: ShawnPR1 <[email protected]> Co-authored-by: ThatRealSpicyDragon <[email protected]> Co-authored-by: frankie2d <[email protected]> Co-authored-by: Daniel <[email protected]>
* Initial code edits: added log points and bypassed initial memory checks * Fixed vehicle memory address issue * Reverted logging issues * Added FiveM install instructions (#332) * Fixed freeze/crash while loading Benchmark from loading screens (#269) * Teleport & Ground Check Updates (#218, #226) * Refactored “Teleport to Waypoint” * Removed duplicate declaration of ____gtaGroundCheckHeight array * Improved Gen 9 Warning (#227) * Clarified on-screen text and added explicit DLC list * Included new DLC checks and temporary mp2024 workaround * Game Build Support Updates * Added builds 3407, 3442, and 3570 * Updated Main.h, Menyoo.rc, and macros.h accordingly * Blip Fixes & Additions * Fixed duplicate Deluxo → reassigned to Toreador (#234–240) * Added Agents of Sabotage blips (#247, #251, #255) * Achievements Improvements (#242, #245) * Increased achievements to 77 * Added menu options to unlock individual achievements * CI & Actions Improvements (#254) * Migrated build artifacts (v3 → v4) * Improved job cancellation handling and reduced redundant steps * Freeze/Crash Fix * Fixed freeze/crash when loading Benchmark from non-pause-menu screens * FiveM Enhancements & Compatibility (#331, #352) * Added enhanced FiveM and game build support * Updated ScriptHookV to v3586.0 * Merged enhanced feature branches and updated version numbers Co-authored-by: LuisYeah1234-hub <[email protected]> Co-authored-by: ShawnPR1 <[email protected]> Co-authored-by: ThatRealSpicyDragon <[email protected]> Co-authored-by: frankie2d <[email protected]> Co-authored-by: Daniel <[email protected]> Co-authored-by: Chiheb Bacha <[email protected]>
Add logging points for legacy compatibility
Add conditional check for pre-release job Remove condition for build
… into Development
* Additional Trace Logs * Add more verbose logging Fix #198
Removed the 'dry-run' option from the release step.
…s or addon peds with menyoo 20 (#366) * Fix #222 Add check for component count Ignore options where component count is zero * Fix #278 Force pearl to Black when custom spawn colour set * unlock elongation referenced in #181 Remove version lock Added "experimental" note to function title. * Update MENYOO_CURRENT_VER_ to version 2.2.0a7
… into Development
… into Development
* Remove forced 500ms modulo of duration inputval * up version for pre-release
Copy Scroll Sensitivity Logic
* Remove unsafe use of INFINITY as initialising value * Additional Logging * Improved Logs * Fix Menu Glitch when selecting Lower Suspension option * Fix List Flickering on Ped Selection Refactor Random Option Add logging * Remove Gen9 On-screen warning. * UpVersion for Pre-release
* Revise README with new images and GTA V version info * Update current version to 2.2.0
* Remove unnecessary patch that causes random crashes near LSC (#397) * Remove unnecessary patches that cause the game to crash on version 1.0.3717.0 / 1.0.1013.17 or newer * Reverted the first patch, as only the second causes crashes. * Update MENYOO_CURRENT_VER_ to version 2.2.1a3 --------- Co-authored-by: Chiheb <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging development into main for release v2.2.1