Skip to content

Releases: NeighTools/UnityDoorstop

Version 2.9.0.0

31 May 19:19
Compare
Choose a tag to compare

Changelog

  • Prevented Doorstop from being run multiple times on the same process
  • Added DOORSTOP_INVOKE_DLL_PATH environment variable that contains the path of the DLL loaded by Doorstop. Can be used in the DLL in cases Assembly.Location doesn't work correctly.

Version 2.8.0.1

05 Apr 16:59
Compare
Choose a tag to compare

Changelog

  • Fixed missing DLL exports from x86 build

Version 2.8.0.0

03 Mar 19:22
Compare
Choose a tag to compare

Changelog

  • Changed proxy generation script to use MASM instead of MSVC optimization hack
  • Updated project to generate proxy code on each build
  • Changed winhttp.dll proxy to version.dll proxy for smaller size (thanks for the tip, @avail!)

Version 2.7.1.0

23 Jul 19:08
Compare
Choose a tag to compare

Changelog

  • Fixed not working in games using Unity 2018.1 or newer with mono runtime

Version 2.7.0.0

21 Jul 11:16
0d45c73
Compare
Choose a tag to compare

Changelog

  • Move to use IAT hook instead of EAT hook
  • Removed monoFallback option, as it's not needed anymore
  • Removed dependency on C runtime library and Visual C++ libraries
  • Removed iphlpapi.dll proxy functions

Version 2.6.1.0

19 Jul 05:13
Compare
Choose a tag to compare

Changelog

  • Fixed monoFallback not activating even if the option was enabled

Version 2.6.0.0

12 Jul 09:21
Compare
Choose a tag to compare

Changelog

  • The proxy now includes full exports for winhttp instead of only the single one

Version 2.5.0.0

24 Jun 14:21
Compare
Choose a tag to compare

Changelog

  • Removed reliancy on MAX_PATH, which now allows to specify long paths
    • Currently no \\?\ is appended; may be implemented later
  • Added Verbose build that runs Doorstop one step at a time

Version 2.4.2.0

21 Jun 22:56
Compare
Choose a tag to compare

Changelog

  • Fixed original DLL not being found on older versions of Windows

Version 2.4.1.0

21 Jun 06:51
Compare
Choose a tag to compare

Changelog

  • Clarified some error messages