Skip to content

Releases: Solybum/psobbaddonplugin

v0.3.7.0

29 Nov 21:17
f0294c4

Choose a tag to compare

What's Changed

  • Fix the fog transparency issue when returning to the title screen. by @Elixir70 in #19
  • Add some primitive rendering functions to the Lua imgui table. by @Elixir70 in #21
  • Dropped the leading zero from the version numbers.

Full Changelog: v0.3.5.7...v3.7.0

MSAA and SSAA support

08 Aug 03:50

Choose a tag to compare

v0.3.5.7

Update project to platform toolset v143

Fixed conditional Begins

19 Mar 04:05
f95adcc

Choose a tag to compare

Merge pull request #12 from StephenCWills/auto-balance-menus

Fixed auto balancing stacks for menus.

DLL Chaining

16 Mar 20:31
a044fa7

Choose a tag to compare

Added early support for DLL chaining (only dinput8 for now).
Fixed issues with memcpy_s

Fix reading wide char strings

24 Feb 05:09

Choose a tag to compare

Remove memcpy from psolualib_read_wstr

Pass the whole buffer length

Fix auto balancing stacks

21 Feb 22:09

Choose a tag to compare

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

16 Feb 18:30

Choose a tag to compare

Throw an error in lua instead of crashing the game when a bad address is supplied to memory copy functions

Fix memcpy length arguments

12 Feb 01:24

Choose a tag to compare

Init buffers to 0.

Guard length parameters

Consolidate multiple enhancements

05 Feb 10:02

Choose a tag to compare

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

03 Feb 05:28
9ea2ab6

Choose a tag to compare

Changed memory reading to improve performance (specially running in wine).