LordBlackhawk

Results 4 issues of LordBlackhawk

I am looking a replay as observer (player_id = 0). During onStep() is called, I read the following values of all units: - health - health_max - shield - shield_max...

I was tring to use the DebugInterface to present information within the StarCraft window. I tried the following code inside OnStep(): ``` auto d = Debug(); d->DebugTextOut("blub", { 0.5f, 0.5f...

Is it possible to observe the Mineral/Vespene amount of all Players watching the game only once? I know, that I can set "player_id" while call to "IgnoreReplay" to watch the...

enhancement

I am trying to make the parser result generic and reuse the same parser for different tasks. The following variant is working: ``` pub trait Factory { type Node; fn...

feature