IRC logs for #openttd on OFTC at 2019-07-04
            
00:00:57 *** andythenorth has left #openttd
00:31:00 *** Wormnest has quit IRC
00:31:38 *** HerzogDeXtEr has quit IRC
00:35:41 *** snail_UES_ has joined #openttd
00:55:12 *** nielsm has joined #openttd
00:57:08 *** Progman has quit IRC
01:03:14 *** nielsm has quit IRC
01:10:24 *** debdog has quit IRC
01:11:45 *** rocky11384497 has quit IRC
01:28:46 *** debdog has joined #openttd
01:40:16 *** Mahjong has quit IRC
01:49:56 *** spnda has quit IRC
03:16:40 *** rocky11384497 has joined #openttd
03:36:55 *** y2kboy23 has quit IRC
03:39:16 *** y2kboy23 has joined #openttd
04:39:35 *** Flygon has joined #openttd
04:40:08 *** glx has quit IRC
05:20:56 *** D-HUND has joined #openttd
05:23:49 *** debdog has quit IRC
05:56:54 *** Samu_ has quit IRC
06:06:45 <DorpsGek_II> [OpenTTD/OpenTTD] rsn8887 commented on issue #7636: Bring libtimidity support back https://git.io/fj6cg
06:30:23 *** rocky11384497 has quit IRC
06:31:17 *** rocky11384497 has joined #openttd
06:38:20 *** rocky11384497 has quit IRC
06:38:30 *** rocky11384497 has joined #openttd
06:52:45 *** rocky11384497 has quit IRC
06:53:17 *** rocky11384497 has joined #openttd
07:36:55 *** rocky11384497 has quit IRC
07:45:30 *** rocky11384497 has joined #openttd
07:58:35 *** rocky11384497 has quit IRC
08:04:17 *** rocky11384497 has joined #openttd
08:20:09 *** snail_UES_ has quit IRC
08:20:09 *** rocky11384497 has quit IRC
08:20:47 *** rocky11384497 has joined #openttd
09:15:00 *** spnda has joined #openttd
09:34:43 *** chomwitt has joined #openttd
09:34:53 *** chomwitt has quit IRC
10:33:53 <spnda> Just out of curiosity... why is pause and fast forward available in the scenario editor?
10:37:35 <reldred> probably because 'it's always been that way' but, when creating scenarios and building towns buildings will still spawn in construction stages.
10:37:53 <reldred> fast forward obviously is then useful to let that construction finish.
10:38:11 <reldred> I mean I use it a lot to test city generation for building sets I'm making.
10:40:32 <LordAro> the scenario editor is *barely* different from a standard game
10:41:35 <spnda> oh didn't know that. Thought it was just a static world with frozen time
10:41:57 <planetmaker> well, the clock doesn't tick up. But the ticks tick
10:42:11 <planetmaker> so time progresses without the clock moving
10:46:18 *** Samu has joined #openttd
10:49:25 <reldred> Deep
10:49:36 <reldred> Bit like my life at the moment
10:58:49 *** Thedarkb1-T60 has joined #openttd
11:04:51 *** Thedarkb-T60 has quit IRC
11:08:39 <DorpsGek_II> [OpenTTD/OpenTTD] spnda updated pull request #7480: Fix #6666: brackets in arabic strings https://git.io/fjLdR
11:12:14 <spnda> Actually... Didn't test how this works ingame so I might have to reupdate this pr
11:19:39 <spnda> Ok I fixed it.... I think this is correct but I am not 100% sure as I can't read arabic
11:20:09 <DorpsGek_II> [OpenTTD/OpenTTD] spnda updated pull request #7480: Fix #6666: brackets in arabic strings https://git.io/fjLdR
11:23:54 <LordAro> google translate would probably work well enough for basic comparisons?
11:26:13 <spnda> Yes it gives the desired output so I guess
11:48:36 *** debdog has joined #openttd
11:51:59 *** D-HUND has quit IRC
13:16:52 *** sla_ro|master has joined #openttd
13:57:30 *** rocky11384497 has quit IRC
15:28:47 *** Pannoniae has joined #openttd
15:29:04 <Pannoniae> Hello!
15:32:15 <Pannoniae> I'm trying to compile OTTD on Windows with VS2017. I've installed vcpkg+required packages. After retargeting the solution to the correct win10 SDK and building, I get errors
15:32:15 <Pannoniae> Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int (compiling source file ..\src\os\windows\crashlog_win.cpp) openttd d:\projects\programming\openttd\openttd-patches-jgrpp-0.31.2\src\crashlog.h 131
15:32:38 <Pannoniae> I am very new to IRC so tell me if I've did something wrong.
15:33:11 <nakki> hey, and you're doing well so far
15:34:20 <nakki> might take a moment until someone who can help sees this, so hang around for a while
15:34:41 <Pannoniae> sure, will do
15:35:11 <Pannoniae> another piece of information is that for some reason I can't retarget to 8.1 sdk, only to 10 (probably because I am on win10)
15:41:05 *** nielsm has joined #openttd
16:05:37 <FLHerne> Pannoniae: I assume from the path that's JGR's fork and not upstream OTTD
16:06:12 <milek7> Pannoniae: looks like <string> is not included
16:08:47 <Pannoniae> @FLHerne yup it is, but the same happens with the official one, so I assume that is not a problem
16:10:38 <milek7> upstream doesn't have line 131 in crashlog.h, it must be something different
16:13:44 <LordAro> it wouldn't surprise me to be missing a system include somewhere, different headers on different platforms include different other headers
16:13:48 <LordAro> as it were.
16:14:03 <LordAro> Pannoniae: what is on crashlog.h:131 ?
16:14:29 <Pannoniae> Let me switch to official, wait a sec (my PC isn't the fastest :P )
16:17:59 <DorpsGek_II> [OpenTTD/OpenTTD] James103 commented on issue #7438: Music sets (including DOS music) broken after trying other music sets https://git.io/fj6uu
16:18:01 <FLHerne> LordAro: https://github.com/JGRennison/OpenTTD-patches/blob/b634e5d6de3fd7682ea40f9bd876f69e354eaceb/src/crashlog.h#L131
16:18:26 <FLHerne> > bool MakeDesyncCrashLog(const std::string *log_in, std::string *log_out) const;
16:20:11 <LordAro> yeah, definitely just add a #include <string> at the top of the file then
16:21:58 <Pannoniae> okay, here are my findings:
16:22:20 <Pannoniae> master x64 works, x86 doesn't (almost the same errors)
16:22:23 <Pannoniae> JGR neither works
16:22:33 <Pannoniae> thanks for the help :D
16:22:52 <LordAro> master should work on both...
16:22:56 <LordAro> it's certainly testing on both
16:23:01 <Pannoniae> including <string> after stdafx.h didn't make too much of a difference tho
16:23:15 <LordAro> curious
16:23:19 <Pannoniae> all were release, not debug
16:23:29 <Pannoniae> since the instructions said I should switch it into release
16:24:02 <LordAro> OTTD's CI uses VS2017, which are you using?
16:24:17 <LordAro> nielsm: ^ you've used VS before, right?
16:25:52 <Pannoniae> 1. 2017, yes 2. a few times
16:26:15 <Pannoniae> I am not a prolific programmer though, the reason why I am trying to recompile is station ratings
16:26:35 <LordAro> the second was pointing nielsm at your problem, not a question for you :p
16:26:50 <LordAro> <nick>: is the general way of highlighting people on irc :)
16:26:51 <milek7> note that if you included it after stdafx.h in single .cpp, it could have thrown error in some other cpp
16:27:32 <milek7> better to place it into .h
16:28:30 <LordAro> ^ yes, definitely put the #include in the top of crashlog.h, rather than a cpp file
16:30:12 <Pannoniae> okay nvm win32 official works after a clean
16:30:23 <LordAro> :)
16:30:25 <Pannoniae> so I assume that's a problem with the patchpack then
16:30:55 <DorpsGek_II> [OpenTTD/OpenTTD] nielsmh commented on issue #7438: Music sets (including DOS music) broken after trying other music sets https://git.io/fj6u7
16:36:48 <DorpsGek_II> [OpenTTD/OpenTTD] Milek7 commented on issue #7636: Bring libtimidity support back https://git.io/fj6zT
16:37:14 <DorpsGek_II> [OpenTTD/OpenTTD] Milek7 updated pull request #7510: Emscripten support https://git.io/fjm0r
16:44:06 <Pannoniae> I've opened an issue at JGR's github.
16:44:29 *** gareppa has joined #openttd
16:46:21 *** gareppa has quit IRC
16:57:22 *** Wormnest has joined #openttd
17:01:40 *** Maarten has quit IRC
17:06:56 *** rocky11384497 has joined #openttd
17:13:30 *** Flygon has quit IRC
17:41:09 *** gareppa has joined #openttd
17:55:21 *** gareppa has quit IRC
18:09:11 *** frosch123 has joined #openttd
18:36:53 <DorpsGek_II> [OpenTTD/OpenTTD] rsn8887 commented on issue #7636: Bring libtimidity support back https://git.io/fj62E
18:57:13 *** snail_UES_ has joined #openttd
18:59:56 <snail_UES_> question for you guys. In the railtypes dropdown menu, the default text is in black and it becomes white for the highlighted row (the highlight itself being black)
19:00:53 <snail_UES_> if I change the color for some text in a railtype’s description, and then change the following text back to black, the latter (i.e. the black text) won’t turn white anymore in the highlighted row… resulting in unreadable text (black on black)
19:01:15 <snail_UES_> is this a shortcoming of OTTD? or is there a way to color text in black so that it will turn white when highlighted?
19:01:51 <Eddi|zuHause> snail_UES_: i think there is now a "restore previous colour" code
19:02:12 <snail_UES_> ah nice… is there any documentation about that?
19:04:22 <Eddi|zuHause> maybe somewhere in https://github.com/OpenTTD/OpenTTD/pull/7527
19:07:02 <snail_UES_> ok, I’ll look into it… thanks
19:36:26 *** Wolf01 has joined #openttd
19:36:38 *** Progman has joined #openttd
19:36:41 *** Gumle2 has joined #openttd
19:43:30 *** gelignite has joined #openttd
19:58:50 <Wolf01> Oh, so I finished to watch friends, what now?
19:59:28 <frosch123> review PRs?
19:59:41 <Wolf01> I'm not good at that
20:02:06 <frosch123> learn rust, kotlin and go?
20:02:29 <frosch123> also typescript
20:07:43 <Wolf01> I have some ebooks
20:47:16 *** cHawk has quit IRC
20:55:59 *** cHawk has joined #openttd
21:03:28 *** HerzogDeXtEr has joined #openttd
21:03:28 *** Thedarkb1-T60 has quit IRC
21:06:12 *** Thedarkb-T60 has joined #openttd
21:27:35 *** Wormnest has quit IRC
21:56:32 <DorpsGek_II> [OpenTTD/OpenTTD] nielsmh updated pull request #7620: Fix: Various reliability and correctness improvements to MIDI on Windows https://git.io/fjg34
21:57:21 *** Thedarkb-T60 has quit IRC
21:57:28 *** frosch123 has quit IRC
22:21:36 <DorpsGek_II> [OpenTTD/OpenTTD] michicc approved pull request #7620: Fix: Various reliability and correctness improvements to MIDI on Windows https://git.io/fj6Vx
22:22:11 *** gelignite has quit IRC
22:22:19 *** Eddi|zuHause has quit IRC
22:26:33 <DorpsGek_II> [OpenTTD/OpenTTD] nielsmh commented on issue #7438: Music sets (including DOS music) broken after trying other music sets https://git.io/fj6we
22:27:36 <DorpsGek_II> [OpenTTD/OpenTTD] nielsmh closed issue #7438: Music sets (including DOS music) broken after trying other music sets https://git.io/fjTMu
22:27:37 <DorpsGek_II> [OpenTTD/OpenTTD] nielsmh merged pull request #7620: Fix: Various reliability and correctness improvements to MIDI on Windows https://git.io/fjg34
22:28:40 <nielsm> michi_cc: any thoughts on that other bug report James103 added to #7438 about the ms synth seemingly breaking down after several hours of playback?
22:30:43 <michi_cc> No real idea either, chances are we aren't doing anything wrong.
22:35:42 *** spnda has quit IRC
22:42:12 *** sla_ro|master has quit IRC
22:48:16 <nielsm> uhh... https://0x0.st/z_5f.txt
22:48:18 <nielsm> no thanks?
22:48:35 <nielsm> let's try a full rebuild
23:04:16 *** nielsm has quit IRC
23:06:22 *** Eddi|zuHause has joined #openttd
23:30:30 *** Wolf01 has quit IRC
23:32:47 *** Pannoniae has quit IRC