Times are UTC Toggle Colours
00:01:16 *** Ristovski has quit IRC 00:30:14 *** Supercheese has joined #openttd.dev 00:30:14 *** ChanServ sets mode: +v Supercheese 03:27:59 *** Belugas has quit IRC 03:28:15 *** Belugas has joined #openttd.dev 03:28:15 *** ChanServ sets mode: +v Belugas 07:16:26 *** Alberth has joined #openttd.dev 07:16:26 *** ChanServ sets mode: +v Alberth 07:44:58 *** Supercheese has quit IRC 10:34:29 *** Ristovski has joined #openttd.dev 11:59:16 *** Alberth has left #openttd.dev 13:29:55 *** Alberth has joined #openttd.dev 13:29:55 *** ChanServ sets mode: +v Alberth 18:24:39 *** adf89 has quit IRC 18:34:43 *** adf88 has joined #openttd.dev 18:34:43 *** ChanServ sets mode: +v adf88 18:45:11 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r26184 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking" 20:25:45 *** Alberth has left #openttd.dev 20:43:16 <fonsinchen> Any objections against https://github.com/ulfhermann/openttd/commit/d473345ba41c5e6ca1ca80376641269263db452c 20:44:01 <fonsinchen> Checking for the exact version doesn't help as that will only match 10.5.0 - which no one has. 20:49:09 <michi_cc> fonsinchen: The define is about the SDK version. As far as I know there is only a 10.5.0 SDK, but I might not know everything and some Xcode versions indeed shipped point-release SDKs. 20:51:28 <fonsinchen> Well I have here a machine where MAC_OS_X_VERSION_MAX_ALLOWED != MAC_OS_X_VERSION_10_5 && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 && MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6 20:51:34 <fonsinchen> so there must be something in between 20:53:23 <fonsinchen> and that == is the only occurence where we check for exact equality 21:14:22 <michi_cc> Are you using a SDK/systemroot or the header files directly? Because at least for the Xcode SDKs the define is set in AvailabilityMacros.h and that should only ever set 1050 unless overriden by something external. 21:25:07 <michi_cc> Whatever that line gets changed to in the end, it has to match those SDKs/system headers that don't have the guarded definitions. 22:43:06 *** adf88 has quit IRC