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

Fixes for some crashes + behavior enhancements #3

Merged
merged 17 commits into from
Aug 3, 2024

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    8d145bf View commit details
    Browse the repository at this point in the history
  2. * properly cleanup changed reg keys + fix regquery usage bug (sizeof …

    …vs countof)
    
    * change steam paths in HKCU
    a committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3d32866 View commit details
    Browse the repository at this point in the history
  3. fix usage of persistent mode 2

    a committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8daa605 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3369c04 View commit details
    Browse the repository at this point in the history
  5. * fix crash due to invalid usage of union in steam_remote_storage

    * fix invalid overlapping of data in steam_remote_storage due to invalid usage of union
    a committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    c61294b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55e9ba4 View commit details
    Browse the repository at this point in the history
  7. add missing callbacks to steam_ugc

    a committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3c93820 View commit details
    Browse the repository at this point in the history
  8. add missing callback to steam_utils

    a committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f14d9e8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c207359 View commit details
    Browse the repository at this point in the history
  10. fix a scenario where call results might not be triggered in steam_htt…

    …p if the function arg was null
    a committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7b9bc9b View commit details
    Browse the repository at this point in the history
  11. * add missing callback to steam_user

    * fix a potential problem in `Steam_User::GetUserDataFolder()` where an incomplete path might be copied
    a committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f73d73e View commit details
    Browse the repository at this point in the history
  12. * add missing callback to steam_friends

    * remove duplicate callback triggered in `Steam_Friends::SetPersonaName()`
    a committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    19b5ea2 View commit details
    Browse the repository at this point in the history
  13. * add instance of game_stats for servers, client and server instances…

    … are requested by games
    
    * delete ended game_stats sessions after 15 seconds to reduce memory usage
    a committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    450a345 View commit details
    Browse the repository at this point in the history
  14. * add a new timeline state when game calls `Steam_Timeline::SetTimeli…

    …neGameMode()`
    
    * mimic real behavior in `Steam_Timeline::AddTimelineEvent()`
    a committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    26905df View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bf55cec View commit details
    Browse the repository at this point in the history
  16. fix an inverted condition when parsing the ini option `matchmaking_se…

    …rver_list_actual_type` in configs.main.ini
    a committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    97032cd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    784724b View commit details
    Browse the repository at this point in the history