Jason Rohrer

Results 62 comments of Jason Rohrer

Noticed strange behavior in logs around April 28, 2024, where we decided to add an extra server, above 1, repeatedly, without ever removing one. Not sure how the current server...

I also did a lot of local testing with the stressTestClients, so I could change the number of players on my local test servers at will, and see how the...

Yes, "back to zero" was referring to being naked with no technology again, not 0,0 on the map!

So... longer messages are already shown for a longer time. See: https://github.com/jasonrohrer/OneLife/blob/master/gameSource/LivingLifePage.cpp#L20016 I don't want to make messages move up like you're suggesting. I'm really trying to keep a "cartoon"...

Working on this... it currently copies speech to the clipboard from the last 30 seconds, and it looks like this: ``` ALLIE WAMPLER: MOM ALLIE WAMPLER: U STILL HAVE KIDS!?...

Yes, I saw that happening last update, and had to intervene.... I will fix this.

Probably something like this: If the server is in shutdown mode, and the only people left are ghosts, they are force-killed.

Yeah... the OHOL codebase doesn't currently support SSL, which is a pretty complicated beast to integrate on all supported platforms. This is why the OHOL protocol makes no assumptions about...

Hmm... yeah, this is a really unfortunate issue. I'm guessing that this can be done inside the makefile itself, and not with a script that modifies the makefile. Maybe something...