Config
Log for #openttd on 13th April 2023:
Times are UTC Toggle Colours
00:38:52  *** WormnestAndroid has joined #openttd
00:59:08  *** WormnestAndroid has quit IRC
01:08:39  *** Wormnest has joined #openttd
01:14:09  *** WormnestAndroid has joined #openttd
01:17:52  *** WormnestAndroid has quit IRC
01:18:00  *** WormnestAndroid has joined #openttd
01:34:13  *** WormnestAndroid has quit IRC
02:00:53  *** Wormnest has quit IRC
02:18:39  <TallTyler> Hmm I don’t feel like answering that
02:38:47  *** Wormnest has joined #openttd
02:46:22  *** WormnestAndroid has joined #openttd
02:49:13  *** D-HUND has joined #openttd
03:14:59  *** WormnestAndroid has quit IRC
03:15:29  *** WormnestAndroid has joined #openttd
03:26:11  <DorpsGek> [OpenTTD/OpenTTD] salmonmikan opened issue #10645: [Bug]: Japanese characters are garbled. https://github.com/OpenTTD/OpenTTD/issues/10645
03:28:04  *** Wormnest has quit IRC
03:30:32  *** keikoz has joined #openttd
04:51:09  *** D-HUND is now known as debdog
05:59:46  <petern> I managed to crash VS Code several times last night due to searching and replacing across all files πŸ™‚
06:00:17  <petern> Although I guess it's probably due to a 3rd party extension.
06:45:07  *** sla_ro|master has joined #openttd
07:05:57  *** HerzogDeXtEr has joined #openttd
07:43:04  <TrueBrain> impressive .. I never had VSCode crash on me πŸ˜›
07:45:40  <petern> Ah ha, I also had to restart VSCode for the tests in #10636 to appear.
07:46:07  <petern> But what is "regression_Testing"? It's always been there and never works...
07:46:29  <andythenorth> coffee?
07:46:32  <andythenorth> breakfast?
07:46:34  <petern> "regression_regression" is also failing πŸ˜„
07:46:51  <petern> Coffee for me, I'm letting my tummy rumble until midday still.
07:49:28  <petern> Hmm, maybe it's a random directory from trying to run it wrong in the past.
07:52:02  <Rubidium_> maybe the "regression_Testing" are the AI API regression tests, as those are discovered in a similar way. Running ctest will run the new unit tests and the AI regression tests
07:54:37  <petern> I have regression_regression and regression_stationlist which are the GS/AI API tests, afaik.
07:56:12  <petern> Okay... Testing has gone now, I had to delete some directories, recompile, restart VS Code, and then also refresh the test list (which I had done before restarting...) and finally it's gone.
07:56:47  <petern> regression_regression fails for me, but not on the CI.
07:58:35  <petern> Interestingly it looks like signed/unsigned issues...
07:58:41  <petern> I'd blame Samu but.
07:58:56  <petern> > 42: 91: -   Rand():       -2062310602
07:58:56  <petern> > 42: 91: +   Rand():       2232656694'
07:58:56  <petern> > 42: 92: -   Rand():       -1780331126
07:58:56  <petern> > 42: 92: +   Rand():       2514636170'
08:00:08  <TrueBrain> Please don't summon people ..... πŸ˜›
08:00:38  <andythenorth> oof I still didn't coffee
08:00:41  <andythenorth> failure of adulting
08:01:17  <petern> Heh
08:01:25  <petern> I didn't @ at least ;p
08:03:01  <petern> Also I tried to do stuff with cmake, vcpkg and android... didn't get very far πŸ™‚
08:13:55  <andythenorth> so....town GetNormalGrowthRate
08:14:01  <andythenorth> guess I'll need to read that πŸ˜›
08:14:52  <andythenorth> oof I really don't want to directly `_settings_game.economy.town_growth_rate` from GS
08:15:03  <andythenorth> for a start, JGRPP has additional values for it
08:15:16  <andythenorth> so I'll have a non-JGRPP GS out the gate
08:17:13  <andythenorth> could have a growth rate parameter for the GS I guess
08:17:26  <andythenorth> duplicating game settings into GS params seems wrong
08:19:33  <petern> Reusing settings to control the game definitely seems more wrong.
08:20:20  <andythenorth> in that case....
08:20:26  <andythenorth> ....goes it GS parameter
08:31:27  <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1095989616080855122/image.png
08:31:27  <andythenorth> 50 game years later, still didn't need a 256x512 map πŸ˜›
08:32:59  <TrueBrain> for that one line you did!
08:34:11  <andythenorth> that was my first line πŸ˜›
08:34:18  <andythenorth> was going to develop the North first
08:34:24  <TrueBrain> has to be done!
08:34:39  <andythenorth> maybe we should play multiplayer πŸ˜›
08:34:46  <andythenorth> is anybody here working today? πŸ˜›
08:34:52  * andythenorth on holiday
08:35:02  <TrueBrain> what is this concept of holiday?
08:35:08  <andythenorth> it's like not having a job
08:35:12  <andythenorth> but you still do
08:37:02  <TrueBrain> sometimes you find piece of our code that are so weird
08:37:06  <TrueBrain> but ... yeah, let's not fix everything at once
08:37:12  <TrueBrain> otherwise we will be here till christmas
08:37:32  <andythenorth> I am here till christmas
08:37:37  <andythenorth> making grf
08:37:47  <andythenorth> also playing OpenTTD
08:37:52  <andythenorth> developing the North πŸ˜›
08:39:36  <andythenorth> https://cdn.discordapp.com/attachments/1008473233844097104/1095991667225538652/image.png
08:39:36  <andythenorth> I feel seen
08:41:10  <TrueBrain> lol @ framerate graphs ... both scales keep jumping up and down
08:41:17  <TrueBrain> sometimes it is 1s on the x-axis .. sometimes 2s
08:41:23  <TrueBrain> it can't seem to make up it's mind
08:49:42  <DorpsGek> [OpenTTD/OpenTTD] MiguelHorta commented on issue #10645: [Bug]: Japanese characters are garbled. https://github.com/OpenTTD/OpenTTD/issues/10645
08:52:30  <petern> andythenorth: That's why they don't call him andythesouth.
08:53:21  <petern> TrueBrain: Yeah, it's a bit mad as it depends on how long it takes to get the data.
08:54:22  <TrueBrain> I was changing these times over, and I was like: did I do this? I didn't ... so I will leave it as broken as I found it πŸ˜›
08:55:27  <petern> I believe the buckets are ticks, and they have a time. For a stable x-scale I think you'd want buckets that cover time and count the number of ticks.
08:55:42  <petern> Or just add way more data and crop if it's too much πŸ˜„
08:55:57  <petern> Finally, I found a regression_regression that passes!

Powered by YARRSTE version: svn-trunk