This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
BWMirror-Generator/manual-bwapi
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
..
AbstractPoint.java remove BWAPI3 support 2017-04-11 10:48:21 -04:00
AIModule.java remove BWAPI3 support 2017-04-11 10:48:21 -04:00
BestUnitFilter.java remove BWAPI3 support 2017-04-11 10:48:21 -04:00
BWEventListener.java remove BWAPI3 support 2017-04-11 10:48:21 -04:00
CenteredObject.java BWMirror v1.2 2014-12-13 18:33:26 +01:00
Color.java initial commit 2014-08-05 10:43:14 +02:00
DefaultBWListener.java remove BWAPI3 support 2017-04-11 10:48:21 -04:00
Mirror.java more robust way of extracting dlls / bwta data from classpath resources 2017-04-11 18:37:30 -04:00
Pair.java remove BWAPI3 support 2017-04-11 10:48:21 -04:00
Position.java remove BWAPI3 support 2017-04-11 10:48:21 -04:00
PositionedObject.java BWMirror v1.2 2014-12-13 18:33:26 +01:00
PositionOrUnit.java remove BWAPI3 support 2017-04-11 10:48:21 -04:00
ResourceList.java more robust way of extracting dlls / bwta data from classpath resources 2017-04-11 18:37:30 -04:00
TilePosition.java remove BWAPI3 support 2017-04-11 10:48:21 -04:00
UnitCommand.java remove BWAPI3 support 2017-04-11 10:48:21 -04:00
UnitFilter.java remove BWAPI3 support 2017-04-11 10:48:21 -04:00
Utils.java BWMirror v1.2 2014-12-13 18:33:26 +01:00
WalkPosition.java remove BWAPI3 support 2017-04-11 10:48:21 -04:00