⏴ go to previous day01:13:21 *** LordAro has quit IRC01:58:33 *** Sturmi has quit IRC08:13:22 *** Alberth has joined #openttd.dev08:13:22 *** ChanServ sets mode: +v Alberth09:09:42 *** frosch123 has joined #openttd.dev09:09:42 *** ChanServ sets mode: +v frosch12309:11:14 *** LordAro has joined #openttd.dev09:11:14 *** ChanServ sets mode: +v LordAro10:14:20 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25813 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"10:16:35 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25814 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"10:39:15 *** Ristovski has joined #openttd.dev11:16:00 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25815 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"11:29:15 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25816 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"11:32:37 *** Supercheese has quit IRC11:33:09 *** Supercheese has joined #openttd.dev11:40:20 *** Sturmi has joined #openttd.dev12:10:34 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25817 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"12:13:21 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25818 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"12:29:15 *** ntoskrnl has joined #openttd.dev16:00:38 *** tycoondemon has quit IRC16:00:54 *** tycoondemon has joined #openttd.dev16:58:31 *** frosch has joined #openttd.dev17:04:46 *** frosch123 has quit IRC17:45:24 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25819 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"18:02:01 *** Zuu has joined #openttd.dev18:02:01 *** ChanServ sets mode: +v Zuu18:45:59 *** tycoondemon has quit IRC18:46:16 *** tycoondemon has joined #openttd.dev19:38:21 *** Alberth has left #openttd.dev19:38:37 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25820 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"19:40:41 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25821 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"19:45:35 *** DorpsGek sets mode: +v frosch19:45:38 <frosch> http://paste.openttdcoop.org/show/2701/ <- fixes fs#5704 by hard-coding the sprite for missing chars19:45:54 <frosch> i am not sure whether to stick with the "?" or whether to use a different shape19:49:08 <planetmaker> he, you kinda hardcode how a "?" looks? :-)19:49:30 <frosch> only, if the font does not have a "?" itself19:49:45 <frosch> previously it used the baseset ? then, but that fails if you have no baseset yet :p19:49:58 <planetmaker> yeah, obviously :-)19:51:24 <Rubidium> s/buildin/builtin/ ?19:52:24 * Rubidium wouldn't know a clearer "I don't know" character than a questionmark19:52:28 <planetmaker> I actually wonder whether we shouldn't simply ship our sprite font in an openttd.grf (or base.grf). And always use that.19:53:22 <frosch> planetmaker: not my barrel to open :p19:53:23 <planetmaker> but ^ is a bit beside the point here, so... yes19:54:09 * Rubidium wonders whether the readme needs to be changed to hint at the bootstrap gui having all, or a lot of, question marks19:54:28 <frosch> why?19:54:44 <frosch> you should usally have a font which supports your own language19:54:56 <Rubidium> true19:57:51 <LordAro> frosch: assuming you go with the above method, shouldn't you #undef the CP* macros after use?19:58:05 <frosch> i could19:58:29 <frosch> added19:59:00 * LordAro success!19:59:03 <LordAro> :)20:01:02 <Rubidium> frosch: what if no suitable freetype font is found? ... although, then you're in the realm of all question marks and the readme already kicks in20:02:38 <Rubidium> so... never mind me; I'm too preoccupied with other stuff20:02:51 <frosch> you could iterate over the languages :p20:02:57 <frosch> and pick spanish if chinese does not work20:03:11 <frosch> but i guess defaulting to english is no better than defaulting to system language20:04:19 <Rubidium> well, I'd presume that there is (generally) no configuration file. Thus the system language is the default20:05:10 <Rubidium> though... I'd assume that the operating system/distro carries fonts for the system's language20:05:54 <Rubidium> unless the font finding/detecting code isn't doing the right thing, but that's quite a corner case since the minority of users will ever hit the bootstrap downloader20:07:18 <Rubidium> it's basically only people that manually install OpenTTD (no installer or distro doing it for them)20:07:35 <Rubidium> ah well, just keep is simple ;)20:08:12 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25822 || 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:18:54 *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25823 || 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:28:16 *** ntoskrnl has quit IRC20:56:29 *** carpii has joined #openttd.dev20:59:12 *** Ristovski has quit IRC21:22:28 *** Zuu has quit IRC21:35:46 *** frosch has quit IRC21:48:26 *** carpii has quit IRC22:44:49 *** XaTriiX has joined #openttd.dev22:49:31 *** XaTriX has quit IRC23:01:12 *** LordAro has quit IRCcontinue to next day ⏵