Skip to content

Commit

Permalink
Bump up version numbers
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
CookiePLMonster committed Mar 7, 2020
1 parent 0bd9002 commit 9d8b8a1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Adrian Zdanowicz (Silent)
Copyright (c) 2018-2020 Adrian Zdanowicz (Silent)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@ gameplay experience by improving frame pacing, as well as fixing a few other iss
Fixes featured in this plugin:

### Crash and bug fixes
* Crashes occuring on Windows 10 (and potentially on Windows 8.1 and other systems) have been fixed
* Collision loading has been improved, fixing occasional crashes on initial game load
* Collision loading code has been improved, fixing occasional crashes on initial game load
* Fixed game's objects pool usage, fixing possible crashes
* Fixed an occasional crash when starting Nutcrackin' or Music Class
* Fixed numerous instances of memory corruption on game exit
* Fixed an use-after-free in sound streaming code, causing a rare crash when talking to people
* Fixed handle leaks in audio code, preventing handles from accumulating during the game
* Fixed several memory leaks in audio code, preventing out of memory crashes during extended play sessions
* Made memory manager workarounds toggleable via the INI file - disabled by default, to be removed in the future
* Frame Limiter has been made much more precise, so the game should lock at exactly 30FPS now
(as opposed to stock limiter being prone to dropping frames a lot)
(as opposed to stock limiter being prone to dropping frames a lot)
* Fixed an issue where game would use more CPU than required when minimized

### Quality of life improvements
* An option to change FPS cap has been added to SilentPatchBully.ini file (game defaults to 30FPS)
Expand All @@ -35,5 +42,5 @@ you were doing when the game crashes) in the Issues page.

## Credits

* [P3ti](https://github.com/P3ti) - collision loading fix
* [P3ti](https://github.com/P3ti) - co-developer
* [amzy](https://www.twitch.tv/amzy) - testing, overall support
4 changes: 2 additions & 2 deletions SilentPatchBully/versionmeta.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<SILENTPATCH_NAME>SilentPatchBully</SILENTPATCH_NAME>
<SILENTPATCH_EXT>.asi</SILENTPATCH_EXT>
<SILENTPATCH_FULL_NAME>SilentPatch for Bully: Scholarship Edition</SILENTPATCH_FULL_NAME>
<SILENTPATCH_REVISION_ID>2</SILENTPATCH_REVISION_ID>
<SILENTPATCH_REVISION_ID>3</SILENTPATCH_REVISION_ID>
<SILENTPATCH_BUILD_ID>0</SILENTPATCH_BUILD_ID>
<SILENTPATCH_COPYRIGHT>2018</SILENTPATCH_COPYRIGHT>
<SILENTPATCH_COPYRIGHT>2018-2020</SILENTPATCH_COPYRIGHT>
<SILENTPATCH_UPDATEURL>"https://github.com/CookiePLMonster/SilentPatchBully/releases"</SILENTPATCH_UPDATEURL>
</PropertyGroup>
<PropertyGroup />
Expand Down

0 comments on commit 9d8b8a1

Please sign in to comment.