BWEM-community icon indicating copy to clipboard operation
BWEM-community copied to clipboard

Results 5 BWEM-community issues
Sort by recently updated
recently updated
newest added

BWEM crashes when finding start locations on the map Aztec2.1 from Torch-Up: https://liquipedia.net/starcraft/Torch_Up ``` bool startingLocationsOK = BWEMmap.FindBasesForStartingLocations(); UAB_ASSERT(startingLocationsOK, "BWEM map analysis failed"); ``` Result: ``` !Assert: startingLocationsOK File: c:\users\micky\documents\microwave-source-v2.x-440\microwave\source\ualbertabotmodule.cpp...

BWEM crashes or hangs on Hitchhiker 1.1 (part of the CIG map pack). I've just confirmed that this is still an issue with the current version of BWEM-community. This has...

Reference: https://github.com/s7jones/bwta2/blob/master_fork/BWTA/Source/RegionImpl.h#L17

feature

As I state in Discord, CSV files allow other developer use dataset as baseline for testing their implementation on multiple maps. Currently verification data lives in the code itself, if...

List of following areas for testing - [x] Basic map properties (Size, WalkSize, Center, MaxAltitude) - [X] Size - [X] WalkSize - [X] Center - [x] MaxAltitude - [ ]...

tests