Lars Doucet

Results 201 comments of Lars Doucet
trafficstars

I'm doing my rounds on closing out issues and I think I just reproduced this myself :D Definitely mysterious.

Thanks, what Steam SDK version is this for?

Cool, any other changes with the SDK? I wonder if this directory change was the cause of the other issue you posted -- if the steam dll's weren't found, that...

What I've got installed locally is v1.42 3rd January 2018, apparently.

I believe using `alloc_string_len` might fix this: https://github.com/larsiusprime/SteamWrap/issues/10 I'm working on a patch.

Another approach is to return a sentinel value like -1 for "is unlocked, but we can't determine the time (ie it was before December 2009)". Then you wouldn't need two...

Yeah sure, whatever makes the most sense, as long as the function documentation explains it. So: ``` -1: not unlocked 0: unlocked, but we don't know when X: unlocked at...

Okay, cool, so we've got a 32 bit integer here which only going off the positive value will let us get to 2038? Seems good to me.

- [ ] absent - [ ] shadows will have to be unified

Thanks for this! I've got my hands full at the moment but I will make a note to test this when I can, it seems like a good change.