Skip to content

JBWAPI 1.0

Compare
Choose a tag to compare
@JasperGeurtz JasperGeurtz released this 20 Oct 17:06
· 179 commits to develop since this release

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 and setFailOutputStream to add the possibility to continue analysing the map, even if BWEM thinks something is wrong (useful for example for Hitchhikers)
  • Changed TextColor to Text to adhere to the BWAPI/BWMirror interface
  • Changed TextSize to Text.Size to adhere to the BWAPI/BWMirror interface

Fixes

  • Fix bunkers not loading units (thanks to Petr Holik)