anvilvapre

Results 86 comments of anvilvapre

Does your mod rules define a 'world' actor? This is required if have a rules yaml. In bleed, MapPreview.cs line 140. It will not use the default - if any...

To receive notifications of hotkey (press) events? Or to also be able to assign them? In case of the last - better not allow override of existing hotkeys. As it...

`shellcheck` is a nice linter to run against all your shell scripts. installable via `apt`. ``` cd "{GAME_INSTALL_DIR}" ^---------------------^ SC2164: Use 'cd ... || exit' or 'cd ... || return'...

Sounds like two different types of path searches, one to reach a destination, another to try to attack something (that will be) in target range?

I don't see it. Worth noting, `Resources` is zero. - Possibly `PlayerResource.ChangeCash` is called with a negative value. - Causing `TakeCash` to be called with a positive value. `TakeCash` will...

If the comments occur in many places, perhaps a helper method would also make it clear i.e. `PosExts.SetCenterPositionBeforePosition(...)` and add the comment there once.

Yeah, for all languages, the number of implementations of QUIC is still limited. Not sure what benefit UDP over TCP would have. Also because the games syncs each frame. In...

It was not your intention to sort the namespaces and types alphabetically? Only to list them order of appearance?