slipher

Results 738 comments of slipher

I don't like how this could prolong the end game phase. The build point recovery rate decay is meant to implement to make it difficult to rebuild things late in...

> > I don't like how this could prolong the end game phase. > > While this is a side effect, I think it's far more meaningful to improve the...

Imagine there's some menu open and you have to click twice on a button to get it to respond... some people would probably say that's a bug too.

Hmm, so the function does something different in a case where it returns failure. So it will make a difference in the cases when the return value is ignored or...

I think of utils as small programs which might be useful for developers or players, but are not required. So CI scripts are a different kind of thing since they...

> Ah good, can we make it named `.azure-pipelines.yml` with a leading dot (hidden unix file)? Yes > On a side topic I'm a bit annoyed from the `debian/` and...

What's the compressed size? I suspect there will be limited usage without an emoji picker or something, because it's not discoverable. How are people supposed to know the strings like...

https://wiki.unvanquished.net/wiki/Reformatting_the_source some notes on the subject

> I assume 0.53.0/sync branch with RmlUi fixes that. Why? I didn't provide a fallback image or anything like that.

StringRef in function arguments is good. The other new changes to use std::string are not so great; this means more unneeded copying and allocations. The `strcpy(token, "")` thing is indeed...