IRC logs for #openttd on OFTC at 2014-02-22
⏴ go to previous day
00:30:55 *** Supercheese has joined #openttd
01:42:08 *** roboboy has joined #openttd
03:22:36 *** HerzogDeXtEr has joined #openttd
04:05:25 *** Hazzard has joined #openttd
04:42:59 <Oudin> i have a problem in multiplayer, my list of internet server is empty
04:52:38 *** Pappy55uk has joined #openttd
04:54:53 <Pappy55uk> is there life here?
04:58:57 <Pappy55uk> hey i got a question about open ttd..
05:00:02 <Pappy55uk> I have a bunch of things that are aging quickly but i want to replace them with the same type which the manage/replace vehicles wont allow to to do. only upgrade or downgrade
05:11:58 <Pappy55uk> just seen it in game now i did not set it to show advanced options
05:12:41 <Pappy55uk> this is the first time i have realy plated TTD since my 486
05:13:03 <Pappy55uk> i forgot how damn addictive it is
05:56:16 *** Eddi|zuHause has joined #openttd
06:53:14 *** ChickeNES has joined #openttd
07:20:15 *** Flygon_ has joined #openttd
07:40:00 *** sla_ro|master has joined #openttd
08:24:40 *** tokai|noir has joined #openttd
08:24:40 *** ChanServ sets mode: +v tokai|noir
08:40:36 *** oskari89 has joined #openttd
08:49:42 *** jjavaholic has joined #openttd
08:51:28 *** Alberth has joined #openttd
08:51:28 *** ChanServ sets mode: +o Alberth
09:01:37 *** valhallasw has joined #openttd
09:24:37 *** Pensacola has joined #openttd
10:03:23 *** Virtual has joined #openttd
10:28:11 <planetmaker> did we have an overview over previous runs of games with the GS 'silicon valley'?
10:29:23 *** gelignite has joined #openttd
10:36:32 <Alberth> the trouble is where did I hide it :p
10:40:09 *** Midnightmyth has joined #openttd
10:42:04 <planetmaker> oh, indeed. I must have been thinking of that one
10:48:38 <Alberth> SV is much more complicated probably
10:49:22 <Alberth> :O mars industries compiles with a switch in it :)
10:49:39 <planetmaker> well. Possibly. Yet some statistics on SV wouldn't hurt. :)
11:01:18 <planetmaker> I would try the approach to use one spriteset and give the sprite as parameter
11:04:05 <planetmaker> does it show a tile at all?
11:05:05 <Alberth> it looks like it does, the colour of the ground is different from the environment
11:08:47 <Alberth> remember to look at the right industry when checking :D
11:09:00 *** sla_ro|master has joined #openttd
11:09:35 <planetmaker> I have an unknown tile name: 1, 0: ore_mine_tower_tile;
11:11:10 <planetmaker> if I ignore that, I indeed get piles :)
11:11:29 <planetmaker> but... strange alignment :)
11:12:03 <Alberth> yeah, they aren't aligned at all currently
11:14:16 <Alberth> hmm, right, computer does what I told it, but I told it the wrong thing :p
11:20:05 <Alberth> how does your idea work?
11:20:44 *** Devroush has joined #openttd
11:21:15 <planetmaker> using temporary storage
11:21:20 <planetmaker> and giving parameter to spriteset
11:21:59 <planetmaker> the result is a bit different. But that's probably due to wrong value in temp. variable still
11:22:09 <planetmaker> (I get now the small rather than the big pile)
11:23:11 <planetmaker> but maybe I just put sprites in wrong order
11:24:48 <Alberth> I had sprite 43 as smallest pile for testing, which is rather large
11:25:30 <planetmaker> but I think this variable access into spriteset avoids a lot boiler plate
11:25:56 <Alberth> it does, no doubt about that
11:26:37 <planetmaker> I usually use a #define for the variable numbers to make it better readable
11:27:06 <planetmaker> if one uses more than one it will otherwise get pretty easily unreadable otherwise
11:28:53 <Alberth> maybe it's time for some sort of overview of the state of the mars graphics?
11:31:30 <Alberth> the main problem for me is that the nml manual is more of a reference than a learning manual. It's probably in there, but I either miss it, or I don'realize how I can use and combine things
11:32:11 <Alberth> but quite happy otherwise :)
11:32:52 <planetmaker> yes, it's a reference manual indeed
11:33:13 <planetmaker> a good tutorial with everything... hard. There's one at tt-wiki.net. But I'm not sure it covers this
11:57:34 <planetmaker> not to say, it's perfect, Alberth :)
11:59:18 *** theholyduck has joined #openttd
12:06:01 *** Keyboard_Warrior has quit IRC
12:18:32 *** Keyboard_Warrior has joined #openttd
12:20:39 *** holyduck has joined #openttd
12:27:34 *** Keyboard_Warrior has quit IRC
12:39:36 *** andythenorth has joined #openttd
12:54:26 *** Midnightmyth_ has joined #openttd
12:56:28 *** Aristide has joined #openttd
13:01:20 <Alberth> nml believes the spriteset has just 1 sprite :(
13:02:42 <Alberth> and offset 0 also fails
13:12:31 *** frosch123 has joined #openttd
13:14:35 <frosch123> i think we should play a game with silicon valley
13:14:42 <frosch123> maybe pm does not confuse them then :p
13:25:55 <planetmaker> hm, maybe I indeed confuse them a lot :D
13:26:05 <frosch123> planetmaker: we played nocargoal yesterday
13:30:40 <Eddi|zuHause> "they all look the same to me"
13:36:34 <planetmaker> olala... why the hell did I think we played SV?
13:39:05 <planetmaker> then I'll add that info to the right page :D
13:57:07 *** Myhorta has joined #openttd
14:18:32 <frosch123> yay, for fs references in commit logs
14:21:47 <frosch123> how to put both Fix and Revert in a single commit message?
14:22:05 <frosch123> "-Fix [FS#5922], Revert (r25550): ClientSizeChanged is only called via WndProcGdi which already has the mutex. The issue which r25550 tried to fix still exists as FS#5867." <- currently i have that, looks weird :p
14:23:06 <planetmaker> -Fix / Revert [FS#5922] (r25550): ...
14:23:29 <planetmaker> but might not be as accurate
14:25:09 <frosch123> found some examples in the logs :)
14:25:33 *** theholyduck has joined #openttd
14:26:14 <DorpsGek> Commit by frosch :: r26360 trunk/src/video/win32_v.cpp (2014-02-22 14:26:07 UTC)
14:26:15 <DorpsGek> -Revert (r25550) / Fix [FS#5922]: ClientSizeChanged is only called via WndProcGdi which already has the mutex. The issue which r25550 tried to fix still exists as FS#5867.
14:27:14 *** Lizz is now known as Lisbon
15:23:25 *** ChickeNES has joined #openttd
16:03:26 <efess> Anyone know if it's possible to have openttd save a game before automatic restart?
16:17:57 *** Morgan_Freeman has quit IRC
16:24:02 *** rubenwardy has joined #openttd
16:38:14 <rubenwardy> What is new about 1.4.0?
16:42:38 <LordAro> MNIM: it hasn't been released yet
16:46:44 *** Progman has joined #openttd
17:05:51 *** Myhorta has joined #openttd
17:27:24 *** Hazzard has joined #openttd
17:37:01 *** retro|cz has joined #openttd
18:11:49 *** Progman has joined #openttd
18:45:36 <DorpsGek> Commit by translators :: r26361 /trunk/src/lang (catalan.txt unfinished/marathi.txt) (2014-02-22 18:45:11 UTC)
18:45:37 <DorpsGek> -Update from WebTranslator v3.0:
18:45:38 <DorpsGek> catalan - 2 changes by arnau
18:45:39 <DorpsGek> marathi - 7 changes by rbarde
19:09:46 <rubenwardy> For some reason my train building menu is disabled (on top of screen, track icon, greyed over)
19:09:53 <rubenwardy> What are the possible causes?
19:10:38 <Wolf01> grf which disable trains or you started with a too early year
19:11:49 <rubenwardy> I moved the years forward, and now there are only electric trains
19:12:28 <rubenwardy> "BROS" removed the trains
19:13:05 <rubenwardy> What newgrfs do you guys recommend?
19:14:25 <Alberth> depends on your style of playing
19:15:18 <rubenwardy> Complicated networks
19:15:39 <Alberth> nuts sounds like a good option then
19:16:32 <Alberth> simpler industries is the opengfx+industries
19:16:51 <slee> *true, but he asked for complicated
19:17:27 <Alberth> depends whether "networks" are industry networks or train networks :)
19:17:30 *** retro|cz has joined #openttd
19:17:36 <Alberth> but dirs is definitely worth trying
19:18:37 <Alberth> start with a basic economy as parameter setting though, the default is full firs, which is A LOT
19:20:45 <slee> did anyone catch the PBS documentary a couple weeks ago about Flagler building his railroad tracks from Homestead, FL to the western tip of the Florida Keys? it was very interesting
19:35:03 <DorpsGek> Commit by rubidium :: r26362 trunk/src/widget.cpp (2014-02-22 19:34:57 UTC)
19:35:04 <DorpsGek> -Fix [FS#5906]: reset the default window size icon size just like all the other cached icon sizes (based on patch by MJP)
19:38:26 *** rubenwardy has joined #openttd
19:49:38 <slee> oh, for those of you that can't connect to freenode(it's under another ddos attack) leguin.freenode.net is up and running fine
19:52:25 <DorpsGek> Commit by rubidium :: r26363 trunk/src/station_cmd.cpp (2014-02-22 19:52:13 UTC)
19:52:26 <DorpsGek> -Codechange [FS#5894]: make it clearer that drive through road stops need an Axis in CmdBuildRoadStop and the non drive through stops need a DiagDir
19:53:39 <Rubidium> another reason not to go back to freenode?
19:55:22 <slee> the attacks are getting more frequent there
19:57:41 <LordAro> it does seem that way :/
19:58:45 <SpComb> the DDoSen have seem to be fairly active recently, and not just on freenode
19:58:55 <SpComb> reflection attacks are really picking up in popularity
20:04:01 <LordAro> oh, is that who's doing it?
21:01:18 *** ChickeNES has joined #openttd
21:08:04 *** Devroush2 has joined #openttd
21:12:39 <DorpsGek> Commit by rubidium :: r26364 trunk/src/newgrf.h (2014-02-22 21:12:28 UTC)
21:12:40 <DorpsGek> -Fix [FS#5892]: writing out of the bounds of the rail type map
21:26:36 *** Aristide has joined #openttd
21:43:02 *** Djohaal has joined #openttd
22:15:25 *** Aristide has joined #openttd
22:37:13 *** Progman has joined #openttd
22:50:11 *** Myhorta has joined #openttd
23:39:19 *** roboboy has joined #openttd
23:55:13 *** Morgan_Freeman has joined #openttd
continue to next day ⏵