Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: JavaBWAPI/JBWAPI

JBWAPI 2.2.0

20 Feb 20:24
@JasperGeurtz JasperGeurtz

Choose a tag to compare

Changes:

Assets 3
Loading
Bytekeeper reacted with hooray emoji
1 person reacted

JBWAPI 2.1.0

30 Sep 19:29
@JasperGeurtz JasperGeurtz

Choose a tag to compare

Changes

  • Some small potential speed improvements
  • BWTA::getBWEM (can help migrate bots from BWMirror)
  • All Enum ID's are now public
  • Unit::getTrainingQueueAt & Unit::getTrainingQueueCount are now public
  • The docs have been updated to v2.1.0
Loading
dgant, Bytekeeper, Jabbo16, and Ravaelles reacted with heart emoji
4 people reacted

JBWAPI 2.0.0

13 Apr 06:09
@JasperGeurtz JasperGeurtz

Choose a tag to compare

A major new JBWAPI release! 🎊

This version 2 adds 2 major new features:

  • Async support by dgant: #60
  • native linux support using openbw by Bytekeeper: #73

Some smaller fixes/updates:

  • getLoadedUnits, getInterceptors, getLarva now faster on multiple calls per frame (caching)
  • Java 9-11 supported

Note: as this release has some big changes it could be that there are still some small issues, if you encounter one, please make a PR!

Loading
dgant, Bytekeeper, Jabbo16, and Ravaelles reacted with hooray emoji Ravaelles reacted with heart emoji dgant, Bytekeeper, Jabbo16, and Ravaelles reacted with rocket emoji
4 people reacted

JBWAPI 1.5.1

18 Jul 15:35
@JasperGeurtz JasperGeurtz

Choose a tag to compare

Fixed

  • Player#isResearching (called wrong method with latcom on)
  • Unit#getBuildUnit (called wrong method with latcom on)
  • Unit#getTargetPosition (called wrong methods)
Loading

JBWAPI 1.5

15 Jun 08:04
@JasperGeurtz JasperGeurtz

Choose a tag to compare

  • LatCom was off accidently, now ON by default
Loading

JBWAPI 1.4.1

28 May 19:40
@JasperGeurtz JasperGeurtz

Choose a tag to compare

  • Game#sendText strings can also be formatted now
  • replayID now returns the updated values during live game's for unit's created on frame 0 (but just using getID for everything is recommended)
Loading

JBWAPI 1.4

20 Apr 07:21
@JasperGeurtz JasperGeurtz

Choose a tag to compare

BWAPI/BWMirror compatibility

  • support printing colored text using varargs
game.drawTextScreen(50, 50, "%cHello %cWorld!", Text.Red, Text.Green);
  • points can now also be constructed using other pointtypes (BWAPI style), the p.toXPosition() methods will always stay available (BWMirror style)
TilePosition tp = new TilePosition(20, 12);
Position p = new Position(tp);
  • bwapi.Color now has an implemented toString method displaying which color is being used in case of a standard bwapi color. Else it displays the custom RGB values.

BWEM/BWTA

  • methods getTile, getCenter and getStartingLocations now directly available from BWMap instead of needing to use getData() or even getData().getMapData()
  • marked BWTA as deprecated instead of writing a warning to stderr (fixes bots using BWTA hanging at start if launched by the Tournament manager)

Fixes

  • bwapi.Text color Turquoise fixed (was displaying yellow)
Loading

JBWAPI 1.3

13 Mar 10:40
@JasperGeurtz JasperGeurtz

Choose a tag to compare

  • non-standard bwapi.Color s were wrong, fixed by @dgant
  • Game#drawText now truncates strings that are too large instead of throwing, as BWAPI does
  • added ability to debug some potential connection issues, off by default, activate by calling: new BWClient(this, true)
  • fix self & enemy throwing when running a replay instead of a normal game
Loading

JBWAPI 1.2

02 Feb 20:28
@JasperGeurtz JasperGeurtz

Choose a tag to compare

  • UnitCommand fixes, Tanks can now Siege/Unsiege (@dgant )
  • the fake BWTA bindings now allow to ignore some errors while analyzing the map (@dgant )
  • Color fixes, drawing shapes was actually broken for a while, sorry about that.
Loading

JBWAPI 1.1.1

13 Jan 11:15
@JasperGeurtz JasperGeurtz

Choose a tag to compare

  • LatCom should be enabled by default
Loading
Previous 1 3
Previous

AltStyle によって変換されたページ (->オリジナル) /