Skip to content

Releases: OutpostUniverse/OP2MapImager

OP2MapImager Ver2.1.0

25 Aug 02:07
fdb2224
Compare
Choose a tag to compare

Version 2.1.0 (24 Aug 2019)

  • Remove Windows specific dependencies from code base (may now be compiled for use on Linux).
  • Allow compiling on both x86 (win32) and x64.
  • Allow accessing tilesets (wells) without removing them from archive files.
  • Bug Fix: Multiple directory search problems preventing OP2MapImager from finding tilesets or maps.
  • Bug Fix: Program crash when unable to find map file.

OP2MapImager Ver2.0.1

01 Dec 19:17
Compare
Choose a tag to compare

A bug release for OP2MapImager including a security fix.

Ver 2.0.1 (01Dec2017)

  • Fixed security concern when outputting error messages from FreeImage.
  • Fixed bug not allowing rendering of loose maps in current working directory.
  • Reordered change log to be newest version first.
  • Added PDB file zipping to post build event script.

OP2MapImager Ver2.0.0

22 Oct 20:36
Compare
Choose a tag to compare

Contains breaking changes with last release of OP2MapImager.

Ver 2.0.0 (12Oct2017)

  • Fixed crash if supplying an empty variable ("") for a command via the command prompt.
  • Changed method to provide current directory to use either '.' or './' instead of '/' or ''.
  • Made the function XFile::replaceFilename platform agnostic.
  • Fixed typos in ReadMe.txt.
  • Removed namespace using statements from header files.
  • Removed Microsoft specific exception classes.
  • Removed Microsoft specific for each loops and replaced with C++ standard range loops.
  • Fixed crashing bug when attempting to render a map outside of the application's current working directory.