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
setFailOnErrorandsetFailOutputStreamto add the possibility to continue analysing the map, even if BWEM thinks something is wrong (useful for example for Hitchhikers) - Changed
TextColortoTextto adhere to the BWAPI/BWMirror interface - Changed
TextSizetoText.Sizeto adhere to the BWAPI/BWMirror interface
Fixes
- Fix bunkers not loading units (thanks to Petr Holik)