Commit graph

6 commits

Author SHA1 Message Date
gered 9cefd694d6 remove bwapi/bwta headers, include them from user's environment 2017-04-11 22:52:34 -04:00
gered 2bff907f93 more robust way of extracting dlls / bwta data from classpath resources
this is important, as if you want to run the TestBot in the bwmirror project
directly from an IDE, the dlls and bwta data files are not being extracted
from a JAR file and the extraction would fail. this method is a fair bit more
robust and will automatically handle those differences.

in addition, using System.load instead of System.loadLibrary to load
the bwapi_bridge native library. this allows us to stop doing that hacky
reflection thing to reset the java.library.path property and just pass in
an absolute path to bwapi_bridge.dll
2017-04-11 18:37:30 -04:00
Gered c106d4b22b remove BWAPI3 support 2017-04-11 10:48:21 -04:00
vjurenka d86336dad3 BWMirror v1.2 2014-12-13 18:33:26 +01:00
vjurenka 05901f5562 BWAPI4 experimental support & BWMIrror 1.1 generator 2014-11-13 18:17:06 +01:00
vjurenka dbddde4ff5 initial commit 2014-08-05 10:43:14 +02:00