Skip to content

Version 2.1.0

Compare
Choose a tag to compare
@Brett208 Brett208 released this 12 Jan 12:54
· 1156 commits to master since this release
3652d43

To use, add to the directory containing Outpost 2.exe. op2ext.dll is included standard with Outpost 2 releases. op2ext.pdb (MSVC debug file) is included below to assist in debugging.

Change Log

Version 2.1.0

  • Add message logger usable by op2ext and external modules.
  • Deprecate GetCurrentModDir due to improper memory management across DLL boundaries.
  • Add external API function GetConsoleModDir_s to replace deprecated GetCurrentModDir.
  • Mark argument volName from function AddVolToList argument as const. This allows passing const values into the function.
  • Lift 31 volume load restriction. Outpost 2 will be able to load effectively a limitless number of volumes.