IRC logs for #openttd on OFTC at 2008-11-08
            
00:13:07 <Char> overflow depots?
00:13:21 <Char> and
00:13:29 <Char> how does only replacing old vehicles work?
00:13:30 <Char> i mean
00:13:35 <Char> if i set sth on autoreplace
00:13:43 <Char> all vehicles are automatically sent to the depot
00:15:11 <Rubidium> breakdowns disabled + don't go to depot when breakdowns disabled enabled + service order + conditional order to jump over the service order if the vehicle is too young
00:16:09 *** gregor has quit IRC
00:16:51 *** mortal has quit IRC
00:18:46 <Edtein> exactly what would make openttd crash when using DoCommandP to create ~20+ vehicles in a loop?
00:19:55 <Rubidium> it shouldn't
00:20:06 <Eddi|zuHause> i'd say creating ~20+ vehicles in a loop
00:20:29 <Eddi|zuHause> ... the wrong way
00:20:46 *** welshdragon has quit IRC
00:21:00 <Eddi|zuHause> Hello, my name is Eddi, and i am an addict...
00:21:33 <Edtein> well, 15 at a time works
00:21:39 <Edtein> 20 makes it crash
00:21:43 <tokai> Welcome to the anonymous OpenTTD players round table!
00:22:44 *** benjamingoodger has joined #openttd
00:24:28 <Edtein> is it possible that cloning too many vehicles at a time makes it open too many windows & then some buffer overflows?
00:27:00 <davis--> never experienced that
00:27:33 <Eddi|zuHause> i thought 32 was the max number of viewports
00:27:52 <Rubidium> Eddi|zuHause: but it should delete windows before it ever reaches that
00:27:58 <Jango> i've just been cloning like crazy, but it didnt make it happen
00:28:04 <Jango> Edtein, how many clones are we talking?
00:28:10 <Eddi|zuHause> but when batch-creating vehicles, maybe you should simply suppress opening windows
00:28:39 <Jango> ah, read up... doh
00:29:08 *** gregor has joined #openttd
00:30:16 <Edtein> how is it possible to suppress opening windows?
00:31:17 <Eddi|zuHause> there must be a line like "if (_current_company == _local_company) OpenWindow()"
00:31:58 <Eddi|zuHause> hm, no, it must be completely client side
00:32:27 <Eddi|zuHause> has anyone seen my connection?
00:32:50 *** Eddi|zuHause has quit IRC
00:33:13 *** Eddi|zuHause has joined #openttd
00:34:58 <Rubidium> Edtein: you are doing something horribly wrong; I can clone a vehicle of 20 long 500 times without any problems except a little lag
00:35:44 <Edtein> what about 25?
00:35:54 <Rubidium> 25 what?
00:35:59 <Edtein> vehicles
00:36:19 <Edtein> for(int i = 0; i < N; ++i)
00:36:19 <Edtein> DoCommandP(this->window_number, v->index, ctrl_pressed, CcCloneVehicle, CMD_CLONE_VEHICLE | error_str);
00:37:24 <Rubidium> works without problems for me
00:38:00 <Eddi|zuHause> i know why it doesn't work. it does not follow the code style :p
00:38:25 <Rubidium> this is a window and the window gets deleted, now guess what happens with this
00:40:39 <Edtein> it won't get deleted if it is set to uncloseable, will it?
00:40:58 <Rubidium> it's less likely, but not fool proof
00:41:21 <Eddi|zuHause> just put the number in a temporary variable
00:41:48 <Rubidium> opening max number of windows and making them unclosable will close one of the unclosables
00:43:09 *** Aylomen has quit IRC
00:43:09 *** svippery has quit IRC
00:43:10 *** svippery has joined #openttd
00:43:14 <Edtein> would make sense, but the new windows aren't marked as unclosable. only the depot window is
00:44:59 *** Wezz6400 has quit IRC
00:45:27 <Eddi|zuHause> my experience is that the depot window is always the first to close, but that was before sticky buttons got introduced
00:45:48 <Eddi|zuHause> the window limit has increased significantly since then
00:46:09 <Eddi|zuHause> i think it was like 7 in the original game
00:46:26 *** rubyruy has joined #openttd
00:50:41 <benjamingoodger> does anyone know why industries close randomly when opening savegames in 0.6.2? it seems only to be the ones I'm serving, so it's most irritating
00:52:02 *** rortom has quit IRC
00:53:48 *** rortom has joined #openttd
00:55:18 *** Chrill has quit IRC
00:59:01 <Rubidium> benjamingoodger: you've probably disabled the news for closure of competitors/unserved industries which might give you that feeling
01:00:12 <benjamingoodger> er, nope
01:00:29 <benjamingoodger> for instance, if I am supplying a factory with steel...
01:00:56 <benjamingoodger> I do not receive a "supply problems cause factory to announce closure" thing, despite having all messages at "full"
01:01:32 <benjamingoodger> I just get a "blah blah station no longer accepts steel, livestock or grain", and when I look there is a brown patch of land where the factory was when I saved the game
01:02:03 <Rubidium> it might already be in the closing state when you loaded the game
01:02:15 <Rubidium> are you using any newgrfs by the way?
01:03:35 <benjamingoodger> it wasn't
01:03:38 <benjamingoodger> and yes, several...
01:03:48 <benjamingoodger> but the same ones as when I saved
01:08:19 <benjamingoodger> ok, I've just replayed the savegame
01:08:28 <benjamingoodger> the factory disappears at the beginning of a month
01:08:41 <Edtein> by the way: my elegant fix "//ShowVehicleViewWindow(v); " allowed me to create 500 vehicles instantly without problems
01:09:28 <Eddi|zuHause> no, it fixed the symptom, not the problem.
01:09:44 <Rubidium> Edtein: a local variable would've done *exactly* the same, but it wouldn't remove functionality
01:09:51 <Rubidium> benjamingoodger: what newgrfs?
01:12:00 <benjamingoodger> pb_viaduct, hovs uk bus set, newbridges, new large hq, newships, total town replacement, uk renewal set, uk renewal set addon
01:12:43 <Rubidium> then I've got absolutely no clue
01:13:07 *** Frostregen has joined #openttd
01:15:20 *** HerzogDeXtEr has joined #openttd
01:20:27 *** rubyruy has quit IRC
01:21:56 *** HerzogDeXtEr1 has quit IRC
01:26:00 *** DaleStan is now known as Guest2106
01:26:00 *** DaleStan has joined #openttd
01:32:51 *** Guest2106 has quit IRC
01:33:07 *** stillunknown has quit IRC
01:35:47 *** paul_ has quit IRC
01:36:13 *** DephNet[Paul] has joined #openttd
01:37:49 *** Korenn has quit IRC
01:38:11 *** Edtein has quit IRC
01:53:37 *** rortom has quit IRC
01:54:20 *** gregor has quit IRC
02:07:41 *** Brianetta has quit IRC
02:16:07 *** Char has quit IRC
02:17:36 *** Char2 has quit IRC
02:19:42 *** KritiK has quit IRC
02:22:42 <fmauNeko> g'nite
02:22:55 *** fmauNeko has quit IRC
02:40:24 *** Bjarni has quit IRC
03:21:27 *** NukeBuster has quit IRC
03:34:48 *** svippy has joined #openttd
03:41:26 *** svippery has quit IRC
03:56:29 *** davis-- has quit IRC
04:02:31 *** elmex_ has joined #openttd
04:07:31 *** elmex has quit IRC
04:07:33 *** elmex_ is now known as elmex
04:11:05 *** glx has quit IRC
04:11:31 *** ecke has quit IRC
04:16:06 *** DephNet[Paul] has quit IRC
04:17:56 *** Sacro has quit IRC
04:25:12 *** DephNet[Paul] has joined #openttd
04:43:53 *** Singaporekid has joined #openttd
04:49:12 *** thingwath has quit IRC
05:00:45 *** thingwath has joined #openttd
05:41:23 *** Fuco has quit IRC
07:20:26 *** frosch123 has joined #openttd
07:41:18 *** Wezz6400 has joined #openttd
07:51:22 *** roboboy has joined #openttd
08:11:24 *** Osai^zZz is now known as Osai
08:17:49 *** sigmund_ has joined #openttd
08:19:39 *** sigmund has quit IRC
08:54:37 *** welshdragon has joined #openttd
08:59:54 *** FloSoft has joined #openttd
09:00:08 *** Doorslammer has joined #openttd
09:04:50 *** Lassie has left #openttd
09:16:41 *** Aylomen has joined #openttd
09:30:04 *** Bjarni has joined #openttd
09:30:04 *** ChanServ sets mode: +o Bjarni
09:32:01 *** NukeBuster has joined #openttd
09:35:05 *** TinoM has joined #openttd
09:38:02 *** davis-- has joined #openttd
09:38:02 *** Rexxars has quit IRC
09:38:12 *** davis-- is now known as davis
09:38:18 *** davis is now known as davis-
09:39:59 <ln-> Bjarni!
09:43:17 *** M4rk has joined #openttd
09:43:21 *** M4rk is now known as Mark
09:48:21 *** davis- has quit IRC
09:48:56 *** bleepy has quit IRC
09:50:01 *** Rexxars has joined #openttd
10:00:26 *** stillunknown has joined #openttd
10:01:31 *** Wolf01 has joined #openttd
10:01:39 <Wolf01> hello
10:02:37 *** Frostregen has quit IRC
10:42:08 *** nekx has joined #openttd
10:43:33 *** Char has joined #openttd
10:43:33 *** Char2 has joined #openttd
10:46:53 *** Korenn has joined #openttd
10:48:22 *** Edtein has joined #openttd
10:49:05 *** Vikthor has joined #openttd
10:51:56 *** XeryusTC is now known as Xeryus|bnc
10:55:53 *** Xeryus|bnc is now known as XeryusTC
11:04:20 *** roboboy has quit IRC
11:05:29 *** |Jeroen| has joined #openttd
11:06:28 *** XeryusTC is now known as Xeryus|bnc
11:07:30 *** KillaloT has joined #openttd
11:08:22 *** Xeryus|bnc is now known as XeryusTC
11:09:26 *** Progman has joined #openttd
11:16:02 *** lobstar has joined #openttd
11:20:57 *** lobster has quit IRC
11:50:50 *** Dred_furst has joined #openttd
11:50:53 *** Purno_ has joined #openttd
11:52:51 *** Char has quit IRC
11:52:52 *** Char2 has quit IRC
11:59:36 *** [com]buster has joined #openttd
12:17:52 *** Yeggstry has joined #openttd
13:03:26 *** Doorslammer has quit IRC
13:12:20 *** KritiK has joined #openttd
13:20:24 *** glx has joined #openttd
13:20:24 *** ChanServ sets mode: +v glx
13:24:58 *** Singaporekid has quit IRC
13:39:42 *** Zahl has joined #openttd
13:39:43 *** welshdragon-pc has joined #openttd
13:43:20 *** Yeggstry has quit IRC
13:43:34 *** Singaporekid has joined #openttd
13:44:56 *** welshdragon-pc has quit IRC
13:45:18 *** welshdragon-pc has joined #openttd
13:55:29 *** Mortal has joined #openttd
14:03:40 <Aperculum> do forests run out of wood eventually?
14:03:46 *** Dred_furst has quit IRC
14:05:00 <Aali> no
14:05:43 <SpComb> it grows back
14:06:22 <Aperculum> faster than I can use it?
14:06:26 <Aperculum> I see
14:06:31 <Aperculum> good
14:07:02 *** welshdragon has quit IRC
14:07:42 <petern> unless it's a subtropic sawmill
14:08:00 <Aperculum> well, I use the default terrain, don't know what it is
14:09:25 <Aperculum> seems to be temperate
14:14:15 <Edtein> how can I determine whether I have a valid vehicle pointer?
14:15:12 <frosch123> if (v != NULL && v->IsValid())
14:16:12 *** De_Ghosty has quit IRC
14:16:23 *** De_Ghosty has joined #openttd
14:24:27 *** De_Ghosty has quit IRC
14:24:39 *** De_Ghosty has joined #openttd
14:27:25 <Aperculum> Edtein, wow, you're way ahead of me on this game :)
14:27:32 *** NukeBuster has quit IRC
14:28:00 <Aperculum> I just got my first oil tanker system working
14:35:56 *** NukeBuster has joined #openttd
14:42:16 *** NukeBuster has quit IRC
14:42:55 *** frosch123 has quit IRC
14:44:29 *** pw1 has joined #openttd
14:44:39 *** pw1 has left #openttd
14:48:22 *** NukeBuster has joined #openttd
14:56:11 *** Zeal has quit IRC
14:56:28 *** Zealotus has joined #openttd
14:59:43 *** NukeBuster has quit IRC
15:04:03 *** Deathmaker has joined #openttd
15:13:05 *** NukeBuster has joined #openttd
15:15:44 *** DephNet[Paul] has quit IRC
15:16:39 *** DephNet[Paul] has joined #openttd
15:20:53 *** Mortal has quit IRC
15:24:43 *** davis has joined #openttd
15:28:53 <Aylomen> is it possible to have one data folder for more than one OpenTTD.exe?
15:28:59 <ln-> http://churumuri.wordpress.com/2008/04/02/an-unmanned-level-crossing-in-the-indian-ocean/
15:29:14 *** davis is now known as davis-
15:30:56 <Rubidium> yes + read the readme
15:33:00 <Aylomen> ah, thx
15:38:36 *** Phoenix_the_II has joined #openttd
15:39:32 <Edtein> has there been a GUI structure change between 0.6 and trunk?
15:42:38 <glx> yes
15:42:56 <glx> or maybe it was between 0.5 and 0.6
15:44:59 <Edtein> the depot gui window looks a lot friendlier in the current version
15:48:13 *** Mortal has joined #openttd
15:50:12 *** davis- has quit IRC
15:50:14 *** davis has joined #openttd
15:50:53 <arachnid> How do you calculate how many diagonals you need for a given TL train to avoid slowdowns?
15:51:00 <arachnid> And do you need to respect that length for an s-bend?
15:51:26 <davis> try and error i think ..
15:52:02 <arachnid> I have a test track, and the train slow down even on a 45 degree turn. Confusing.
15:52:16 <davis> hm
15:52:25 *** davis is now known as davis-
15:52:29 *** frosch123 has joined #openttd
16:06:27 *** helb has joined #openttd
16:06:28 *** Zahl_ has joined #openttd
16:07:09 *** NukeBuster has quit IRC
16:09:28 *** helb_ has quit IRC
16:10:33 *** [com]buster has quit IRC
16:11:16 *** NukeBuster has joined #openttd
16:12:54 <SmatZ> arachnid: enable realistic acceleration
16:13:21 *** tokai has quit IRC
16:13:36 *** Zahl has quit IRC
16:13:36 *** Zahl_ is now known as Zahl
16:14:48 *** tokai has joined #openttd
16:14:48 *** ChanServ sets mode: +v tokai
16:14:51 *** Frostregen has joined #openttd
16:25:50 *** Zorni has joined #openttd
16:25:50 *** Zorn has quit IRC
16:29:26 *** tokai has quit IRC
16:29:51 *** Chommik has joined #openttd
16:29:55 <Chommik> hello
16:30:45 <Chommik> how can I add language to OpenTTD?
16:31:20 <ln-> polish is already there.
16:31:40 *** Edtein has quit IRC
16:32:56 <Chommik> i have version 0.6.3 linux generic binaries and i don't have polish
16:33:15 <Chommik> can i download it from CVS/SVN? is there something like this?
16:34:29 <Progman> how did you install it?
16:35:25 <Chommik> i unpacked it, copied files from windows version. it works, but don't have polish language
16:37:38 <frosch123> do you have a "lang" folder, where you unpacked it?
16:38:11 <Chommik> i have all binaries unpacked to /home/ttd
16:38:21 <Chommik> sorry ~/ttd
16:39:02 <frosch123> and was there also a "lang" folder in the archive? and did you also unpack that one?
16:39:26 <Chommik> yes, there was some other folders, unpacked it to ~/ttd too
16:39:30 *** Brianetta has joined #openttd
16:39:46 *** NukeBuster has quit IRC
16:39:51 <Progman> [17:39] progman@proglap ~ $ tar -tzf openttd-0.6.3-linux-generic-amd64.tar.gz | grep polish.lng
16:39:51 <Progman> openttd-0.6.3-linux-generic-amd64/lang/polish.lng
16:39:59 <Progman> there is one lang file, so it should work
16:40:26 <Chommik> hmm, I found polish in binaries for windows, will it work?
16:40:38 <Progman> which file did you download?
16:41:12 <Eddi|zuHause> the .lng files should work ony any platform, but the version must match exactly
16:41:22 <Eddi|zuHause> -y
16:41:22 <Chommik> Linux Generic Binaries (i686, 32bit)
16:41:28 *** Zahl has quit IRC
16:41:29 *** Zahl has joined #openttd
16:41:48 <Chommik> (bzip2 archwive)
16:41:55 <Eddi|zuHause> in any case, the .lng files should already be in the download
16:42:09 <Progman> [17:42] progman@proglap ~ $ tar -tzf openttd-0.6.3-linux-generic-i686.tar.gz | grep polish
16:42:09 <Progman> openttd-0.6.3-linux-generic-i686/lang/polish.lng
16:42:13 <Progman> indeed it is
16:42:35 <Chommik> ok, i have it. thanks!
16:42:43 <Progman> can you select any other language?
16:43:01 <Chommik> yes, i have long list
16:44:19 *** NukeBuster has joined #openttd
16:44:26 <Progman> and there isn't an entry for "Polish"?
16:45:06 *** Edtein has joined #openttd
16:45:43 <Chommik> now there is
16:45:56 <Chommik> when i copied file polish.lng
16:46:06 <davis-> :]
16:47:56 <Chommik> thanks, but now i see one more problem: polish fonts
16:53:07 <thingwath> http://ttd.tycoonez.com/?id=144 maybe this can help (at least for czech it is enough :-))
16:56:27 <Chommik> hmm, i try this from your wiki
16:57:24 *** stillunknown has quit IRC
16:58:36 *** stillunknown has joined #openttd
16:59:48 *** Singaporekid has quit IRC
17:02:52 *** Frostregen has quit IRC
17:04:57 *** welshdragon has joined #openttd
17:06:45 *** sigmund has joined #openttd
17:08:31 *** sigmund_ has quit IRC
17:37:58 *** Char has joined #openttd
17:38:01 *** Char2 has joined #openttd
17:42:20 <Edtein> my clone patch works without any ugly (imho) hacks :-)
17:48:41 *** Purno_ has quit IRC
17:49:01 *** Batti5 has joined #openttd
17:52:08 *** Singaporekid has joined #openttd
17:56:29 *** tokai has joined #openttd
17:56:29 *** ChanServ sets mode: +v tokai
17:59:02 *** Singaporekid has quit IRC
18:09:22 <ln-> ¡Bjarni!
18:17:53 *** jnd has joined #openttd
18:19:54 <jnd> hi, I'm trying the UKRS and there is nothing for wood but Bolster Wagon for steel with note it can be rebuild to wood, but how?
18:20:29 <frosch123> attach it to a train, open the train window while it is inside a depot, and click on the icon with the two boxes
18:21:54 <jnd> ok, ty
18:22:55 <Progman> its called "Cargo refit"
18:24:01 <Progman> jnd: http://wiki.openttd.org/wiki/index.php/Refit
18:26:41 <jnd> right, I couldn't find it cos I don't have it in english
18:26:59 <Progman> the icon is the same o_O
18:27:39 <Edtein> http://www.tt-forums.net/viewtopic.php?f=33&t=40391
18:28:05 *** NukeBuster has quit IRC
18:30:59 <jnd> icon yes but the name
18:35:35 *** NukeBuster has joined #openttd
18:36:29 <De_Ghosty> open ttd can use muti core?
18:36:59 *** KurtKraut has joined #openttd
18:38:19 <KurtKraut> I saw a wiki once teaching how to use PBS signals to make tracks 'reversable' for trains to reduce the traffic jam caused by breakdowns but I'm unable to find it. Does anyone know the URL of this wiki ?
18:38:28 *** sigmund_ has joined #openttd
18:39:10 <Rubidium> KurtKraut: that is most likely the unimplemented 'realistic' PBS proposal
18:39:32 <Rubidium> De_Ghosty: it can use multiple cores, but most likely not in the way you expect it to do
18:39:37 <KurtKraut> Rubidium, I'm using the nightly build
18:40:09 <KurtKraut> Rubidium, even in the nightly build this is not implemented ?
18:40:16 *** sigmund has quit IRC
18:40:21 *** Dr_Jekyll has quit IRC
18:40:30 <Rubidium> KurtKraut: I expect you meant http://wiki.openttd.org/wiki/index.php/Realistic_Path_Based_Signalling
18:41:15 <Rubidium> and if that's the page, then not everything shown on that page is implemented
18:41:36 <Rubidium> and it's pretty likely some things shown there don't even work with the current PBS
18:42:10 <KurtKraut> Rubidium, the funny thing is... it is not that page I saw. It was purpusing this realistic signal for reducing the impact of breakdowns. And this wiki you showed me does not contain the 'breakdown'.
18:42:11 *** Swallow has joined #openttd
18:43:16 *** Char2 has quit IRC
18:43:16 *** Char2 has joined #openttd
18:43:18 *** Char has quit IRC
18:43:26 <Rubidium> then I've got no idea
18:43:31 *** Char has joined #openttd
18:44:26 <KurtKraut> Rubidium, is there a roadmap of this realistic signaling AI that I could follow ?
18:44:35 <KurtKraut> follow in order to do beta testing
18:46:17 <Rubidium> something like: a) find somebody that will code it for you or code it youself, b) wait till it is implemented, c) do alpha testing, d) do beta testing
18:46:25 <Rubidium> i.e. nobody's working on it
18:46:47 *** |Jeroen| has quit IRC
18:47:51 <KurtKraut> Rubidium, oh, I see... I'm sad to hear that. It is for me such an important feature.
18:48:33 <Rubidium> there is PBS in trunk though, but not it's not what's described in that realistic pbs proposal
18:50:29 *** rortom has joined #openttd
18:50:38 <rortom> hi
18:50:51 <Eddi|zuHause> <Progman> the icon is the same o_O <- you can't search for an icon :p
18:51:12 <rortom> im wondering if i should write some ncurses backend for the console
18:51:32 *** welshdragon has quit IRC
18:55:29 *** helb has quit IRC
18:55:59 *** Chommik has quit IRC
19:00:14 *** KurtKraut has quit IRC
19:03:50 <Swallow> Rubidium: Is the 'testing stuff' of r14566 (busyness stats) planned to be included in trunk?
19:04:36 *** DephNet[Paul] has quit IRC
19:05:47 *** tokai has quit IRC
19:05:49 <Rubidium> not in that way cause it fails to show the real busy pieces
19:06:43 *** DephNet[Paul] has joined #openttd
19:08:37 <rortom> Rubidium, would you accept a http://pdcurses.sourceforge.net/index.html written interface for the dedicated server?
19:08:51 *** KillaloT has quit IRC
19:12:02 <Rubidium> what's the use in making the dedicated server depend on X?
19:13:23 *** mikl has quit IRC
19:14:58 <rortom> Rubidium, its a console "GUI"
19:15:25 <rortom> and GUI means, separate logging sutff from the input line, at least thats my target
19:15:42 <rortom> with player overview on the right side
19:15:46 <rortom> like an IRC client
19:16:41 <Rubidium> "PDCurses is a public domain curses library for DOS, OS/2, Win32, X11 and SDL" <- please tell me how that should be read as not depending on X/SDL?
19:17:00 <rortom> hmm
19:17:05 <rortom> strange, let me see
19:19:33 *** helb has joined #openttd
19:25:30 <rortom> thats strange
19:25:40 <rortom> native linux users should use curses
19:25:43 <rortom> *ncurses
19:25:54 <rortom> and windows users pdcurses i think
19:26:10 <rortom> so i should write a ncurses backend i think?
19:27:59 <rortom> would you agree on a linux only dedicated server console? :\
19:42:51 <glx> no
19:43:26 <glx> if a feature exists, it should be available for all platforms
19:44:10 <Tefad> Rubidium: how about serial terminals.
19:54:41 <Swallow> Setting the data property of a WWT_PUSHTXTBTN widget to STR_NULL displays "(undefined string)", but for a dropdown button it just shows nothing. Is this intentional?
19:56:26 <Swallow> looking at widget.cpp... dropdown code is this: if (str != STR_NULL) DrawStringTruncated(...
19:57:16 <Swallow> while the if clause isn't present for (push)textbuttons
19:57:26 *** fonso has joined #openttd
20:08:49 <petern> with the operative on TEXT
20:13:20 <Swallow> Normally it shows text, but sometimes I needs to be empty
20:13:27 *** Nite_Owl has joined #openttd
20:13:32 <Swallow> *it needs to be empty
20:13:57 <Nite_Owl> Hello all
20:14:13 <petern> well
20:14:18 <petern> you could just use STR_EMPTY, heh
20:18:28 <Swallow> That's more or less what I already did, was just pointing out the difference in behaviour
20:32:58 <benjamingoodger> hmm
20:33:07 <benjamingoodger> is anyone working on a more realistic economic simulation?
20:35:08 <frosch123> if you emphasise "realistic" and not "simulation" you can try "manual industries" :p
20:35:23 <benjamingoodger> indeed
20:37:09 <benjamingoodger> I was thinking more about stocks and shares, having just finished a book on financial management...a colossal bank loan is not necessarily a good way of financing a railway company, and I could see a use for balance sheets and profit and loss accounts
20:39:09 <frosch123> oh, you mean the type of economy which needs the railroad-part only to appear legitimate
20:41:12 *** Muxy has joined #openttd
20:41:15 <benjamingoodger> eh?
20:43:26 * Nite_Owl cuts the sarcasm with his trusty pocket knife
20:44:28 <benjamingoodger> er, quite
20:44:35 <frosch123> well, I was referring to that kind of companies, which are knowns for e.g. producing automobiles, but actually have a higher PBT than business-volume
20:45:24 <benjamingoodger> I'll presume you mean turnover
20:45:38 <benjamingoodger> and yes, that sort of thing happens all the time
20:46:09 <benjamingoodger> but I mean, if I buy a competitor's company, I can only buy at the balance-sheet total value, and it shows up as a loss on the year-end report (which is completely improper)
20:50:06 <Swallow> It's not improper, although I agree it's unwieldy
20:50:42 <benjamingoodger> it is improper, it violates the very first words of any accounting course (assets - liabilities = capital)
20:50:52 <Swallow> The (O)TTD financial report deals with changes of the bank balance, not with profits and losses
20:51:15 <benjamingoodger> this being the trouble
20:53:53 <Swallow> I wholeheartedly agree that an overview of profits and losses would be very practical
20:55:14 <benjamingoodger> well, I can't code anything, but I can provide a detailed specification for an overhaul of OTTD's corporate finance
20:58:46 <Eddi|zuHause> well, make it complete and detailed enough that someone with coding experience can write it 1:1
20:59:42 <Swallow> IIRC The devs' opinion is that this is a transportation game, not an economic simulation
21:00:08 <benjamingoodger> well, obviously
21:00:19 <benjamingoodger> there's no need to go all "railroad tycoon 2"
21:01:11 <benjamingoodger> I shall begin work on such a spec
21:01:20 <Swallow> I'd recommend keeping it really simple, simple enough for let's say a 12-year-old without any financial knowledge to understand
21:01:40 <benjamingoodger> yep, my spec will not prevent that
21:10:47 *** FloSoft has quit IRC
21:13:59 *** TinoM has quit IRC
21:34:32 <Edtein> is there any action that uses alt+click?
21:35:12 <frosch123> no, alt is generally not used
21:38:08 *** Batti5 has left #openttd
21:40:30 *** NukeBuster has quit IRC
21:46:11 <ln-> off-topic: http://☃.net/
21:46:24 <davis-> opera:illegal-url-20
21:47:24 <Tefad> http://xn--n3h.net/
21:47:33 <Tefad> opera sucks ; )
21:47:41 <ln-> seems so
21:51:17 <davis-> does not
21:51:29 *** frosch123 has quit IRC
21:53:16 <Edtein> is there a good reason for making you player #1 when you load a multiplayer game in single player?
22:03:45 <davis-> well if you start a single player game you are player #1 for default
22:03:46 <davis-> I assume
22:04:12 *** fonso has left #openttd
22:04:37 *** Swallow has quit IRC
22:05:10 <Eddi|zuHause> Edtein: how would you save which player you were, considering that the exact same savegame will get transfered from server to client when he joins?
22:21:54 *** Nite_Owl has quit IRC
22:24:24 *** t has joined #openttd
22:24:55 *** trainboy2004 has joined #openttd
22:30:47 *** Edtein has left #openttd
22:31:29 *** Wezz6400 has quit IRC
22:32:58 *** Antdovu has joined #openttd
22:33:01 *** Antdovu has left #openttd
22:36:11 *** Antdovu has joined #openttd
22:41:09 *** tokai has joined #openttd
22:41:09 *** ChanServ sets mode: +v tokai
22:42:31 *** NukeBuster has joined #openttd
22:58:18 *** helb has quit IRC
23:01:20 *** helb has joined #openttd
23:02:05 *** Zahl has quit IRC
23:06:34 <Wolf01> (1 hour late) Eddi|zuHause, it should be possible to show a popup which asks the player for the company to join ;)
23:07:05 *** Mark has quit IRC
23:07:24 <davis-> Wolf01
23:07:30 <davis-> just use the single player cheats then
23:07:40 <davis-> to join a special company
23:07:46 <Wolf01> or start a local multiplayer game
23:07:51 <davis-> or that
23:17:52 *** Fuco has joined #openttd
23:25:46 *** Aylomen has quit IRC
23:27:07 *** Sacro has joined #openttd
23:34:49 *** Brianetta has quit IRC
23:36:06 *** rortom has quit IRC
23:56:35 *** Progman has quit IRC
23:58:13 *** Sacro has quit IRC
23:58:59 *** sigmund has joined #openttd