JBWAPI 1.0
The first stable release!
The API should now not change anymore (at least not for bwapi
classes, the bwem
& bwta
classes might still change a bit in the future).
This version is not backwards compatible with the 0.x versions, but there isn't that much of a difference.
Changes
- Added LatCom! Now LatCom is enabled by default on start (like BWAPI and BWMirror do) so make sure to call
game.setLatCom(false);
at the start if you dont use it. - Added BWEM methods
setFailOnError
andsetFailOutputStream
to add the possibility to continue analysing the map, even if BWEM thinks something is wrong (useful for example for Hitchhikers) - Changed
TextColor
toText
to adhere to the BWAPI/BWMirror interface - Changed
TextSize
toText.Size
to adhere to the BWAPI/BWMirror interface
Fixes
- Fix bunkers not loading units (thanks to Petr Holik)