IRC logs for #openttd on OFTC at 2024-09-08
            
01:12:00 *** HerzogDeXtEr has joined #openttd
01:16:59 <DorpsGek> [OpenTTD/OpenTTD] JGRennison opened pull request #12933: Fix: NUllptr dereference in GetGameStringPtr when there are no GS strings https://github.com/OpenTTD/OpenTTD/pull/12933
01:18:15 *** HerzogDeXtEr1 has quit IRC (Ping timeout: 480 seconds)
01:49:20 <DorpsGek> [OpenTTD/OpenTTD] glx22 approved pull request #12933: Fix: Nullptr dereference in GetGameStringPtr when there are no GS strings https://github.com/OpenTTD/OpenTTD/pull/12933#pullrequestreview-2288436608
02:06:49 *** akimoto has quit IRC (Remote host closed the connection)
02:22:01 *** gnu_jj_ has joined #openttd
02:25:09 *** gnu_jj has quit IRC (Ping timeout: 480 seconds)
02:26:29 *** Wormnest has quit IRC (Quit: Leaving)
02:48:33 *** godbed has joined #openttd
02:48:33 *** godbed_ has joined #openttd
02:51:55 *** debdog has quit IRC (Ping timeout: 480 seconds)
02:51:55 *** D-HUND has quit IRC (Ping timeout: 480 seconds)
03:21:07 *** godbed is now known as debdog
03:28:52 *** Flygon has joined #openttd
04:01:03 *** keikoz has joined #openttd
06:20:00 *** nielsm has joined #openttd
07:36:03 *** nielsm has quit IRC (Ping timeout: 480 seconds)
09:01:15 <DorpsGek> [OpenTTD/OpenTTD] GRATHRRAM commented on issue #8932: Maximum initial loan amount does not match Game Settings https://github.com/OpenTTD/OpenTTD/issues/8932
09:01:42 <DorpsGek> [OpenTTD/OpenTTD] GRATHRRAM commented on issue #8932: Maximum initial loan amount does not match Game Settings https://github.com/OpenTTD/OpenTTD/issues/8932
09:28:43 <DorpsGek> [OpenTTD/OpenTTD] GRATHRRAM commented on issue #8686: Unable to change townnames in Scenario editor after pr8566 https://github.com/OpenTTD/OpenTTD/issues/8686
09:42:23 *** godbed_ has quit IRC (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
10:05:11 *** grathrram has joined #openttd
10:05:11 <grathrram> is there some documentation of openttd code?
10:05:14 <grathrram> any
10:40:53 <peter1138> Not really, there's Doxygen comments but nothing like a good high level overview.
10:53:19 <DorpsGek> [OpenTTD/team] glx22 commented on issue #586: [pl_PL] Translator access request https://github.com/OpenTTD/team/issues/586
11:35:32 <andythenorth> there was an independent deconstruction of the main loop some years ago
11:35:38 <andythenorth> I don't have the link though
11:39:10 <DorpsGek> [OpenTTD/OpenTTD] JGRennison opened pull request #12934: Codechange: Add AssignBit function to assign the value of a single bit https://github.com/OpenTTD/OpenTTD/pull/12934
11:56:35 <peter1138> You mean the one that said we are terrible coders because we use some C-style constructs?
12:17:52 <andythenorth> ha can't remember 🙂
12:34:42 *** gnu_jj has joined #openttd
12:37:49 *** gnu_jj_ has quit IRC (Ping timeout: 480 seconds)
13:33:45 <grathrram> can make run as multithreaded?
13:34:20 <dwfreed> it can do parallelism
13:34:34 <dwfreed> make -j <max amount of parallelism>
13:34:36 <_jgr_> Yes, use `make -jN`, where N is the number you want
13:35:10 <dwfreed> you can omit the number and it will be as parallel as possible; which is not recommended for large projects like openttd, because the build will definitely just fail due to OOM
13:36:53 <dwfreed> for C++ projects, it's best to limit your parallelism to either (your number of CPU threads) or (your amount of RAM in GB divided by 2), whichever is less
13:40:50 <grathrram> thanks
13:57:43 <grathrram> https://cdn.discordapp.com/attachments/1008473233844097104/1282339085192527944/IMG_20240908_155638.jpg?ex=66defed6&is=66ddad56&hm=1a67bed04b46af9805a6eda35d7fee3b37ac57fed7da4bf2f82141e55ec8c7de&
13:57:43 <grathrram> 💀
14:35:33 *** akimoto has joined #openttd
14:41:18 *** nielsm has joined #openttd
14:52:55 <grathrram> https://cdn.discordapp.com/attachments/1008473233844097104/1282352980103794688/obraz.png?ex=66df0bc7&is=66ddba47&hm=8d14265fda9a2f6b0827ac4dec06a36d0a204dc79600ba1b602c10d85ab42beb&
14:52:55 <grathrram> https://cdn.discordapp.com/attachments/1008473233844097104/1282352980343132281/obraz.png?ex=66df0bc7&is=66ddba47&hm=a7fd6dd8c777cb3e1579803de3722d4c7c29b0a7f1249a247a1151387cfbaf76&
14:52:55 <grathrram> why it dose not compile?
14:55:56 <peter1138> I imagine you've applied a patch that is incorrect
14:56:37 <grathrram> it shoud be in scope
14:56:47 <grathrram> but it isnt
14:58:17 <peter1138> Expenses usually has no A
15:05:26 <grathrram> ok but why it is not putted into strings.h?
15:05:47 <peter1138> english.txt is the canonical list, not english_US.txt
15:06:06 <grathrram> oo
15:11:12 <DorpsGek> [OpenTTD/OpenTTD] EratoNysiad commented on issue #8686: Unable to change townnames in Scenario editor after pr8566 https://github.com/OpenTTD/OpenTTD/issues/8686
15:24:08 <emperorjake> Tinny mentioned something about no longer being able to change the town name generator mid-game, is that the same issue?
15:24:24 <emperorjake> There was a console command for it
15:24:56 <emperorjake> game_creation.town_name
15:37:23 *** soylent_cow[m] has joined #openttd
15:37:23 <soylent_cow[m]> I am playing around with extra long games
15:37:43 <soylent_cow[m]> 160 minutes per year
15:38:03 <soylent_cow[m]> it's fun watching towns grow
15:38:13 <soylent_cow[m]> I am kinda curious how big they get....
15:39:15 <soylent_cow[m]> Another thing I noticed, even after starting with lowest nonzero industry density, eventually (by like year 2200 ish) the spontaneously opening industries start crowding the map
15:39:30 <soylent_cow[m]> they seem to get created at much higher rate than they close down
15:39:54 * soylent_cow[m] uploaded an image: (1770KiB) < https://matrix.org/oftc/media/v1/media/download/AeQkLnA--kwBYQ6YZnO9o0jHc4GunL2CPpLGPRNRn4nZv_EhdMKNB_TDlMGstr3SrZnGaN3HJawYWKoNBZZ2pppCeR1AIfvgAG1hdHJpeC5vcmcvQlpxZXFtY01ZY2RhaHNhZW1DV0JLcmpP >
15:40:09 <soylent_cow[m]> Anyways, here's a fun snapshot of my activities XD
15:41:27 *** gelignite has joined #openttd
15:41:54 <soylent_cow[m]> Oh and the other growth that was kind of unexpected, the towns seem to grow slowly whether anyone serves them or not. Especially cities, they seem to grow quite large by 2200 or whatever
15:42:06 <soylent_cow[m]> * 2200 ish in calandar timekeeping) the
15:43:07 <soylent_cow[m]> Which is a bit odd, since they state they are "not growing"
15:43:45 <soylent_cow[m]> I wonder how they behave if I set towns to no-grow in config, will they actually keep their populations exactly the same forever?
15:58:52 <soylent_cow[m]> There's something weird about the lower smaller town in the screenshot, it definitely gets served more than once every minute, but it has NOT been growing, and my rating there remains mediocre. The city, which receives essentially the same service, is growing all the time
15:59:30 <soylent_cow[m]> <soylent_cow[m]> "I wonder how they behave if I..." <- Tested it, they seem to not grow, unless I fund buildings.
16:11:29 <debdog> nice nick, btw ;)
16:27:33 <grathrram> https://cdn.discordapp.com/attachments/1008473233844097104/1282376794384896174/obraz.png?ex=66df21f5&is=66ddd075&hm=66cfd069fd70a5da79a6c66b86b9559de26f6803d5ea5f28f9755e22dd783abd&
16:27:33 <grathrram> i added new graph but i think that it is a little bit off
16:35:47 *** Wormnest has joined #openttd
16:39:14 <grathrram> https://cdn.discordapp.com/attachments/1008473233844097104/1282379734642331690/obraz.png?ex=66df24b2&is=66ddd332&hm=a308f250c836411d218cae093f7155fd694cdc9bf4ddcc61d2809921964c7214&
16:39:14 <grathrram> if i fix spelling shoud i make pull request or no?
16:54:22 <Rubidium> it depends on the sitation. If it's in the code or (UK) English, then yes. Otherwise it ought to go via the translator tool
17:37:23 <grathrram> how to make build for windows on linux in cmake?
18:17:55 *** tokai|noir has joined #openttd
18:17:55 *** ChanServ sets mode: +v tokai|noir
18:20:39 *** tokai has quit IRC (Ping timeout: 480 seconds)
18:46:03 *** Wolf01 has joined #openttd
18:58:03 *** Flygon has quit IRC (Quit: A toaster's basically a soldering iron designed to toast bread)
18:59:35 *** gelignite has quit IRC (Remote host closed the connection)
19:08:31 <grathrram> https://cdn.discordapp.com/attachments/1008473233844097104/1282417303568384092/obraz.png?ex=66df47af&is=66ddf62f&hm=9618dcfea2cc396c1431107973d2f459cb2e5aea17d8a53f9df6c987b55ac9c8&
19:08:50 <grathrram> some one knows why msvcp140.dll crashes
19:08:56 <grathrram> (i have it installed)
19:09:30 <grathrram> vs 2022
19:18:25 <grathrram> i fixed it by compiling with clang
20:53:16 *** k-man has quit IRC (Remote host closed the connection)
20:54:28 *** nielsm has quit IRC (Ping timeout: 480 seconds)
20:55:33 *** k-man has joined #openttd
21:10:04 *** keikoz has quit IRC (Ping timeout: 480 seconds)
21:37:22 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
22:04:27 *** D-HUND has joined #openttd
23:43:00 *** HerzogDeXtEr has quit IRC (Read error: Connection reset by peer)