Ravaelles Atlantis Versions Save

:earth_americas: StarCraft BroodWar :earth_asia: AI Java Framework based on JBWAPI 2.1.0 :zap:

v2.0.0

2 years ago
  • Bugfixes everywhere
  • Refactoring everywhere
  • Fixed bugged cache methods
  • Major Protoss improvements, added ramp blocking mission (called Sparta)
  • Added more tests

v1.0.0

2 years ago
  • Using JBWAPI 1.5.1 instead of BWMirror
  • Countless bugfixes
  • Added tests
  • Improved frozen Dragoons (hold position bug)
  • Improved attacking & running

v0.9.0

8 years ago

This release is significantly different from version 0.8.1 and heavily changes the code, because we ported Atlantis to BWMirror 2.5, keep that in mind. Future releases will not be as drastic as this one.

Major changes:

  • Instead of using JNIBWAPI which was based on BWAPI 3.x, we now use BWMirror 2.5, which works with BWAPI 4.x
  • Major code refactors and fixes of almost every class
  • Fixed production of advanced units which was missing in previous version
  • Added numerous helper methods

We're one big step from 1.0 release. Stay tuned!

v0.8.1

8 years ago

Done a lot of good work. Refactorization, code clean up, fixed multiple major bugs. Most notably:

  • fixed construction of gas buildings like Extractor for Zerg which was heavily bugged and prevented further construction
  • fixed construction of Zerg Spire, which was previously impossible
  • added AtlantisExpansionManager which automatically builds new bases when having lots of free minerals
  • the only active micro manager is now DefaultRangedManager
  • fixed evaluating combat situation for flying units like Mutalisks, they don't run from Sunken Colonies etc