Releases: Solybum/psobbaddonplugin
Releases · Solybum/psobbaddonplugin
v0.3.7.0
MSAA and SSAA support
v0.3.5.7 Update project to platform toolset v143
Fixed conditional Begins
Merge pull request #12 from StephenCWills/auto-balance-menus Fixed auto balancing stacks for menus.
DLL Chaining
Added early support for DLL chaining (only dinput8 for now).
Fixed issues with memcpy_s
Fix reading wide char strings
Remove memcpy from psolualib_read_wstr Pass the whole buffer length
Fix auto balancing stacks
Fix lua's auto balancing stacks for popup calls.
These return false when the popup is not open and don't require endpopup unless it returns true.
Fix crashing on bad memcpys
Throw an error in lua instead of crashing the game when a bad address is supplied to memory copy functions
Fix memcpy length arguments
Init buffers to 0. Guard length parameters
Consolidate multiple enhancements
Added the settings addon as a core addon including custom fonts and global font size.
Included the theme editor as a core addon.
Extra fonts can be downloaded at https://mplus-fonts.osdn.jp/
Memory reading performance
Changed memory reading to improve performance (specially running in wine).