IRC logs for #openttd.dev on OFTC at 2013-03-30
⏴ go to previous day
09:14:06 *** Alberth has joined #openttd.dev
09:14:06 *** ChanServ sets mode: +v Alberth
09:26:06 *** LordAro has joined #openttd.dev
09:26:06 *** ChanServ sets mode: +v LordAro
11:22:29 *** frosch123 has joined #openttd.dev
11:22:29 *** ChanServ sets mode: +v frosch123
12:27:21 *** Ristovski has joined #openttd.dev
12:30:34 <michi_cc> Anyone here who can check if the header "Microsoft Visual Studio 10.0\VC\include\stdint.h" is present in a normal VS2010 install? It should be I think but our stdafx.h assumes it isn't.
12:36:59 <michi_cc> Answer to self: the docs say yes.
12:38:52 <Rubidium> good... was just about to find my old laptop with virtualbox + windows + msvc 2010
13:57:45 <michi_cc> 4.3 is compiled with MSVC 2005, contains the existing icu version and updated everything else. icu comes with all libs (including the layout engine) and the data file includes the data for it as well.
13:58:48 <michi_cc> 5.0 is compiled with 2010 (and compiles without errors for 2008 as well and seems to work fine as far as I can see) and contains updated everything. icu is again including the layout engine and the appropriate data.
13:59:51 <michi_cc> icu_data_nolayout.zip is the 5.0 data just with only the collation data as it is now. Until we ever actually use the layout engine, there's no need for the compile farm to embed 3 MB unused data, so for the time being the CF should use this data instead of the 5.0 ones.
14:31:24 <Rubidium> michi_cc: thanks, but it'll have to wait until after 1.3.0 ;)
14:31:57 <michi_cc> For some strange reason I expected that ;)
14:35:48 <michi_cc> Most libs are made according to the (old) instructions, but I did tweak a few for the zip/CF. E.g the instructions build the no-asm zlib (probably because building the asm code is more complicated) but I included the asm version anyway. There's also no need for freetype to include it's own private copy of zlib as we have it anyway.
14:36:36 <michi_cc> And I binary-edited the stupid icu dll export out of the data lib.
15:33:48 *** Meechmunchie has joined #openttd.dev
16:41:06 *** ntoskrnl has joined #openttd.dev
18:07:08 *** Dewin has joined #openttd.dev
21:20:10 *** Alberth has left #openttd.dev
continue to next day ⏵