[15:14:24] exult-bridge:Dominus: sighs, the bot is again refusing to bridge to irc
[15:14:38] exult-bridge:Dominus: sighs, now it is :)
[15:14:39] exult-bridge:Marzo: @Dominus I was just looking into that issue right now
[15:14:48] exult-bridge:Marzo: I was looking at this: https://github.com/libsdl-org/SDL/blob/f317d619ccd22e60cebf1b09d716d3985359c981/src/SDL.c#L533
[15:15:33] exult-bridge:Marzo: It seems like we can nuke a lot of version.cc using SDL_GetPlatform
[15:17:14] exult-bridge:Marzo: Do you see any value in keeping the code for detecting Windows version?
[15:18:58] exult-bridge:Dominus: it's been a while since it was useful and it was only ever useful to determine on what a savegame was created
[15:19:51] exult-bridge:Dominus: And the whole Windows 9x stuff can go as we don't support that anymore
[15:20:23] exult-bridge:Dominus: as for linux, I don't know if any of this useful at all
[15:31:44] exult-bridge:Marzo: Out of curiosity, what does uname -a and cat /proc/version return in OSX?
[15:32:05] exult-bridge:Marzo: And out of curiosity, is it possible to run either of those in iOS?
[15:38:15] exult-bridge:Dominus: Will report back in a bit on those. I have bathroom cleaning duty right now 😉
[16:06:57] exult-bridge:yulotomorrow: Who gave me a knife (scared
[16:11:19] exult-bridge:Dominus: That was me 😉 but it was meant as a sword salute!!!
[17:55:29] exult-bridge:Dominus: @Marzo uname -a: Darwin iMac.local.host 21.6.0 Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:25 PDT 2022; root:xnu-8020.140.41~1/RELEASE_X86_64 x86_64
[17:55:41] exult-bridge:Dominus: cat: /proc/version: No such file or directory
[18:00:28] exult-bridge:Dominus: programatically getting macos version, there are replies at https://stackoverflow.com/questions/5969485/getting-the-os-version-in-mac-os-x-using-standard-c and the apple sw_vers tool code https://opensource.apple.com/source/DarwinTools/DarwinTools-1/sw_vers.c or this https://stackoverflow.com/questions/41184989/using-nsprocessinfo-from-c - but it all looks like a lot of code for not much gain