Adam Heinermann

Results 187 comments of Adam Heinermann

_From [AHeinerm](https://code.google.com/u/AHeinerm/) on April 17, 2011 10:24:16_ hasPath which considers visible units and structures, as well as considers corridors smaller than the unit attempting to traverse it. **Labels:** -Priority-Low -Object-Multi...

_From [AHeinerm](https://code.google.com/u/AHeinerm/) on June 06, 2011 11:26:28_ **Labels:** -Priority-High -Milestone-Tournament Priority-Medium

_From [AHeinerm](https://code.google.com/u/AHeinerm/) on August 08, 2011 10:48:26_ The [Region] class has been added. Along with Game::getRegion, Game::getAllRegions, Game::getRegionAt, and Unit::getRegion.

_From [AHeinerm](https://code.google.com/u/AHeinerm/) on July 22, 2012 20:57:54_ **Status:** Paused

Is this something you want to be included in the docs? I've been focusing examples on a per function basis, this might be too verbose for highlighting the usage of...

_From [neoedmund](https://code.google.com/u/neoedmund/) on November 28, 2009 04:42:55_ useTech also need allow heroes

_From [AHeinerm](https://code.google.com/u/AHeinerm/) on November 28, 2009 08:27:19_ Remove non-standard constants in (for example) http://code.google.com/p/bwapi/source/browse/trunk/bwapi/BWAPILIB/Source/UnitType.cpp Values need to be read from Starcraft memory as in BWAPI. The functions are there but...

_From [[email protected]](https://code.google.com/u/106261780816956759429/) on November 28, 2009 08:43:25_ You mean reading UnitType table from Broodwar memory produces a false table? If yes, where is this faulty function?

_From [AHeinerm](https://code.google.com/u/AHeinerm/) on November 28, 2009 08:45:48_ I'm saying the UnitType table provided in BWAPILIB is faulty, and it SHOULD be reading from Broodwar memory.

_From [AHeinerm](https://code.google.com/u/AHeinerm/) on November 28, 2009 08:48:08_ This will A) Once again make UMS maps compatible with BWAPI. B) Allow BWAPI to use Hero units. C) Allow BWAPI to be...