Jasper Geurtz
Jasper Geurtz
While trying to debug https://github.com/JavaBWAPI/JBWAPI/issues/61 I came to the conclusion that there is some weird behavior on the (bwapi)Server side of Unit::getTrainingQueue, when LatCom is on, the getTrainingQueueCount call can...
Implement the missing [getLastError](https://github.com/bwapi/bwapi/blob/5f2e40b934842054133e07aef2f45b490aae274c/bwapi/BWAPI/Source/BWAPI/GameImpl.h#L95) method in the Game API. I have a branch that should work: https://github.com/JavaBWAPI/JBWAPI/tree/lasterror but no capacity to test/verify, feel free to pickup this work if you...
Fix the badges in the first lines of: https://github.com/JavaBWAPI/JBWAPI/edit/develop/README.md Travis got closed for opensource projects (Github Actions is used now). LGTMs now also taken over by Github, so need to...
Map analysis problems: ```` It seems the top two spawns have a Player.getStartLocation() that is not included in BWTA.getStartLocations(). It also throws the "At least one starting location was not...
### Windows x86 - [x] manual test - [ ] CI test ### Windows x64 - [x] manual test - [ ] CI test ### Linux x64 - [x] manual...
Cache the starcraft download Using https://github.com/actions/cache ?