Skip to content
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

small fixes #2

Merged
merged 4 commits into from
Apr 23, 2024
Merged

small fixes #2

merged 4 commits into from
Apr 23, 2024

Commits on Mar 24, 2024

  1. small fixes

    * Changelog window:
    - The changelog window dimensions are smaller than the content inside it. With its previous config flags, it was impossible to read the rest of the text and most importantly, it was impossible to close it so you had to reload Harmless's script. I've added a check to the window flags that enables a (x) close button in the title bar so you can close it like a normal window and also enabled mouse scrolling. The scroll bar is currently enabled too because my mouse wheel is broken 😭 and no I'm not buying a new one because I play competitive For Honor and that game cost me like 30 mice and 12 keyboards over a span of 6 years. #!*@ For Honor! 😡
    - Replaced an unsupported character (🎉) in the changelog text.
    - Disabled the [close] button at the bottom of the window but you can re-enable it if you want.
    
    * Self Options > Ragdoll:
    - The params for both ragdoll loop and the ragdoll once button were set to never allow the player to get back up so once you use either one of the two options, you'll be stuck in ragdoll.
    
    *HS Settings > HUD:
    - expandedRadarCB: Moved the execution under the checkbox and removed the wile loop because it was causing the script to immediately hide the minimap in GTA online whenever it runs. we don't need to loop it because it's basically an on/off switch depending on the state of the checkbox.
    - I think the reason why it doesn't work online is that it needs a check before it which is CFX.IS_BIGMAP_ACTIVE() but we can't run CFX natives. I'm not entirely sure though so this might need further testing or just leave it as is. It works fine in SP and it's not really a useful feature in online.
    xesdoog committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    2a121bf View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    cebf67a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    faee153 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    b160b5f View commit details
    Browse the repository at this point in the history