Skip to content

Releases: Solybum/psobbaddonplugin

v0.3.7.0

Choose a tag to compare

@Solybum Solybum released this 29 Nov 21:17
f0294c4

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

Choose a tag to compare

@Solybum Solybum released this 08 Aug 03:50
v0.3.5.7

Update project to platform toolset v143

Fixed conditional Begins

Choose a tag to compare

@Solybum Solybum released this 19 Mar 04:05
f95adcc
Merge pull request #12 from StephenCWills/auto-balance-menus

Fixed auto balancing stacks for menus.

DLL Chaining

Choose a tag to compare

@Solybum Solybum released this 16 Mar 20:31
a044fa7

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

Fix reading wide char strings

Choose a tag to compare

@Solybum Solybum released this 24 Feb 05:09
Remove memcpy from psolualib_read_wstr

Pass the whole buffer length

Fix auto balancing stacks

Choose a tag to compare

@Solybum Solybum released this 21 Feb 22:09

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

Choose a tag to compare

@Solybum Solybum released this 16 Feb 18:30

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

Fix memcpy length arguments

Choose a tag to compare

@Solybum Solybum released this 12 Feb 01:24
Init buffers to 0.

Guard length parameters

Consolidate multiple enhancements

Choose a tag to compare

@Solybum Solybum released this 05 Feb 10:02

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

Choose a tag to compare

@Solybum Solybum released this 03 Feb 05:28
9ea2ab6

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