Config
Log for #openttd.dev on 13th November 2013:
Times are UTC Toggle Colours
00:40:17  *** LordAro has quit IRC
01:56:57  *** LuHa has joined #openttd.dev
02:03:38  *** LuHa has quit IRC
02:03:54  *** LuHa has joined #openttd.dev
08:57:03  *** zydeco has joined #openttd.dev
09:02:15  *** LordAro has joined #openttd.dev
09:02:15  *** ChanServ sets mode: +v LordAro
09:08:05  <LordAro> planetmaker: well, you got your response: http://www.tt-forums.net/viewtopic.php?p=1103338#p1103338
09:10:23  * LordAro afk
09:17:12  *** LuHa has quit IRC
09:19:21  <planetmaker> LordAro, yeah, sadly. I think I read the exact same thing somewhere earlier in that thread. That's why I didn't expect it to change. Worth a try, though
09:19:33  <planetmaker> sadly that answer misses the point you tried to make
09:19:45  <planetmaker> it's not true that the changes all stand on their own
09:35:18  *** LuHa has joined #openttd.dev
09:36:38  *** LuHa has quit IRC
09:39:58  *** adf88 has joined #openttd.dev
09:39:58  *** ChanServ sets mode: +v adf88
11:07:52  *** adf88 has quit IRC
11:21:25  *** tycoondemon has quit IRC
11:34:56  *** tycoondemon has joined #openttd.dev
11:46:07  *** frosch123 has joined #openttd.dev
11:46:07  *** ChanServ sets mode: +v frosch123
12:02:02  <LordAro> planetmaker: you're welcome to try again yourself :L
12:08:13  <planetmaker> I rather spend my time more constructively :-)
12:08:34  <LordAro> :p
12:08:39  <LordAro> :(
12:08:41  <LordAro> :L
12:09:49  <planetmaker> there's lot of things which could need attention, patches by many people who warrant review. And who'll be happy in comparison. Don't you think?
12:10:21  <LordAro> i guess so, but his patch has a feature that's been requested so many times...
12:10:31  <planetmaker> no point trying to persuade s/o to cooperate who clearly states 'I do not want to'
12:10:34  <LordAro> i feel like people should try harder to get it implemented
12:11:41  <planetmaker> 'people' want many features :-)
12:12:20  <frosch123> why don't you just let him fork?
12:12:34  <frosch123> he's happy with it, and people who want to play with it are also happy
12:13:39  <frosch123> noone rushes to merge h2h or infrasharing or whatever either
12:15:32  <LordAro> i see i'm fighting a losing battle here :L
12:15:40  <LordAro> OTTD should switch to cmake! :D
12:28:13  *** zydeco has quit IRC
12:30:43  *** Supercheese has quit IRC
12:31:16  *** Supercheese has joined #openttd.dev
12:38:14  *** tycoondemon has quit IRC
13:15:41  *** tycoondemon has joined #openttd.dev
13:24:24  *** tycoondemon has quit IRC
13:33:03  *** tycoondemon has joined #openttd.dev
14:15:23  *** LuHa has joined #openttd.dev
14:52:35  *** LuHa has quit IRC
15:50:36  <Rubidium> LordAro: OpenTTD should switch to Java
15:54:45  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25973 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
16:15:14  *** Belugas has quit IRC
16:15:55  *** zydeco has joined #openttd.dev
16:16:16  *** Belugas has joined #openttd.dev
16:16:16  *** ChanServ sets mode: +v Belugas
17:25:20  <LordAro> Rubidium: oh, of course ;D
17:25:23  <LordAro> maybe haskell?
17:53:14  <Rubidium> AFAIK that hasn't been asked for
18:07:58  <LordAro> java has? O.o
18:08:47  <planetmaker> of course
18:57:27  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25974 || 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:08:40  *** Alberth has joined #openttd.dev
19:08:40  *** ChanServ sets mode: +v Alberth
19:09:01  <Rubidium> http://rbijker.net/openttd/fs5385.diff
19:10:47  <LordAro> ooh, fancy
19:14:43  *** adf88 has joined #openttd.dev
19:14:43  *** ChanServ sets mode: +v adf88
19:15:43  <frosch123> which directory is used for crash.png?
19:17:51  <Rubidium> wherever the config file is, except when the config file is in $XDG_CONFIG_HOME/openttd. Then it's in $XDG_DATA_HOME/openttd
19:18:15  <frosch123> so, .config only has openttd.cfg, hotkey.cfg and windows.cfg?
19:18:30  <Rubidium> and hs.dat
19:18:33  <Rubidium> but yes
19:20:40  <Rubidium> though... as long as you do not remove ~/.openttd/openttd.cfg nothing will change
19:23:38  <frosch123> would it make sense to split _personal_dir in two vars
19:23:57  <frosch123> instead of altering it from config to data somewhere in the middle?
19:24:54  <Rubidium> it somewhat would, though it's just be an extra variable that's assigned to _personal_dir in an else statement
19:25:25  <Rubidium> but I guess it'd work
19:25:55  <frosch123> i am worried about console commands for loading/saving config files
19:27:30  <frosch123> hmm, no additional FioCreateDirectory needed?
19:27:48  <Rubidium> there is ;)
19:28:13  <Rubidium> http://rbijker.net/openttd/fs5385v2.diff
19:29:35  <Rubidium> there's no console command for loading a config file
19:29:57  <Rubidium> and saving uses the _config_file global (likewise the command line parameter for the config file)
19:30:49  <frosch123> looks fine then
19:31:15  *** adf89 has joined #openttd.dev
19:32:39  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25975 || 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:32:54  *** adf88 has quit IRC
19:57:30  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25976 || 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:53:04  *** zydeco has quit IRC
21:17:30  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25977 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
21:21:48  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25978 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
21:23:42  *** Alberth has left #openttd.dev
21:28:22  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25979 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
21:29:38  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25980 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
21:30:40  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25981 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
21:35:45  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25982 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
21:39:15  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25983 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
21:43:17  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25984 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
21:46:48  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25985 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
21:49:32  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25986 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
21:53:40  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25987 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
21:56:49  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25988 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
21:58:37  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25989 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:00:03  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25990 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:00:47  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25991 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:03:26  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25992 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:04:24  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25993 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:14:52  *** DorpsGek changes topic to "OpenTTD Dev Channel || Latest SVN: r25994 || Logs: http://webster.openttdcoop.org/?channel=openttd.dev || Voice (talk-right) upon request via #openttd; make sure you are registered to NickServ before asking"
22:46:55  *** zydeco has joined #openttd.dev
23:28:18  *** zydeco has quit IRC
23:43:11  *** adf89 has quit IRC

Powered by YARRSTE version: svn-trunk