IRC logs for #openttd on OFTC at 2025-03-21
            
00:20:14 <DorpsGek> [OpenTTD/OpenTTD] xJayMorex opened pull request #13858: Fix #13075: Reversed Industry Production Graph x-axis labels https://github.com/OpenTTD/OpenTTD/pull/13858
00:44:37 <DorpsGek> [OpenTTD/OpenTTD] xJayMorex updated pull request #13858: Fix #13075: Reversed Industry Production Graph x-axis labels for wallclock mode https://github.com/OpenTTD/OpenTTD/pull/13858
00:47:30 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #13859: Codechange: Include table/strings.h consistently https://github.com/OpenTTD/OpenTTD/pull/13859
01:07:00 <peter1138> Hmm, I should check the intermediate steps there...
01:16:41 <DorpsGek> [OpenTTD/OpenTTD] PeterN updated pull request #13859: Codechange: Include table/strings.h consistently https://github.com/OpenTTD/OpenTTD/pull/13859
01:17:01 <peter1138> That better.
01:23:53 <peter1138> Oh, except the last commit is meant to be two :S
01:26:18 <DorpsGek> [OpenTTD/OpenTTD] PeterN updated pull request #13859: Codechange: Include table/strings.h consistently https://github.com/OpenTTD/OpenTTD/pull/13859
01:59:37 *** Flygon has joined #openttd
02:05:08 *** Wormnest has quit IRC (Quit: Leaving)
03:09:20 *** WormnestAndroid has quit IRC (Read error: Connection reset by peer)
03:09:23 *** WormnestAndroid has joined #openttd
03:09:26 *** WormnestAndroid has quit IRC (Read error: Connection reset by peer)
03:09:28 *** WormnestAndroid has joined #openttd
03:09:31 *** WormnestAndroid has quit IRC (Read error: Connection reset by peer)
03:09:31 *** WormnestAndroid has joined #openttd
03:50:43 *** WormnestAndroid has quit IRC (Remote host closed the connection)
03:50:45 *** WormnestAndroid has joined #openttd
03:52:00 *** WormnestAndroid has quit IRC (Read error: Connection reset by peer)
03:52:01 *** WormnestAndroid has joined #openttd
03:57:39 *** D-HUND has joined #openttd
03:59:07 *** geizeskrank has quit IRC (Ping timeout: 480 seconds)
04:01:13 *** debdog has quit IRC (Ping timeout: 480 seconds)
04:02:38 *** geizeskrank has joined #openttd
04:45:27 <DorpsGek> [OpenTTD/OpenTTD] eints-sync[bot] pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/a678bb263d70c27b69bc523c682fa788c492295c
04:45:28 <DorpsGek> - Update: Translations from eints (by translators)
05:08:14 *** keikoz has joined #openttd
06:12:18 *** keikoz has quit IRC (Ping timeout: 480 seconds)
06:49:49 <Rubidium> is it really steam failed to fail tonight?
07:11:57 *** truebrain has joined #openttd
07:11:57 <truebrain> They fixed it!!! \o/
07:14:40 <_zephyris> πŸŽ‰
07:26:27 <pickpacket> why is the latest nightly on the homepage from the 18th?
07:54:24 <LordAro> :ooo
07:55:02 <LordAro> so, beta2?
07:55:11 <pickpacket> LordAro: yes please
07:55:14 <LordAro> might struggle to make April 1st release...
07:55:38 <pickpacket> LordAro: that's okay by me... there are some code changes I need to get into that ;)
07:56:26 <pickpacket> but. We played the nightly from the 18th in multiplayer last night and it kept crashing
07:56:38 <pickpacket> Hoping the one from today is better
07:56:52 <pickpacket> why was there no nightly from the 19th and the 20th?
07:59:28 <LordAro> dunno, maybe some other ci failure?
08:00:10 <LordAro> or perhaps the steam failure prevented deploying to the website for whatever reason?
08:00:22 <LordAro> (i'm guessing, go find the ci logs)
08:00:43 <LordAro> i hope you reported the crash though :p
08:06:03 <pickpacket> LordAro: I didn't run the server :(
08:07:51 *** locosage has joined #openttd
08:07:51 <locosage> pickpacket, I also heard someone mentioning desyncs
08:08:00 <locosage> report them plz too if so
08:09:36 <pickpacket> locosage: those are harder. After the 15 player game they tried with only 5 players and it worked perfectly.
08:09:43 <pickpacket> Can a GS cause desyncs?
08:09:51 <pickpacket> because we were using one
08:10:19 <locosage> it shouldn't be able to
08:11:48 <locosage> but it can "cause" desync in a sense that it does something that triggers the bug
08:15:41 <pickpacket> I can't see how it would do that... It was just updating story book pages
08:15:54 <pickpacket> I guess we can more or less rule that out then
08:20:41 <_zephyris> Remind me why 32bpp LUTs are a bad solution for 32bpp recolour. Too big? 256^3=16MiB? Industry standard seems to be to use 8^3=0.5KiB and lerp, but would that be too slow for real time?
08:22:38 <locosage> I thought they're even-number sized usually like 11x11
08:22:54 <_zephyris> Oh, probably, to get the corner cases.
08:23:11 <_zephyris> TBH, I looked at the resulting colour map images and eyeballed it, didn't bother counting if it was 8 or 9!
08:23:43 <locosage> anyway, should be fast enough with the good implementation
08:26:28 <_zephyris> Not _ideal_ for discontinuous recolours, ie. like CC.
08:27:51 <locosage> should be good enough imo
08:35:18 *** mindlesstux has quit IRC (Quit: The Lounge - https://thelounge.chat)
08:36:10 *** mindlesstux has joined #openttd
09:11:54 <peter1138> LUTs are a bad solution because the game doesn't support them.
09:23:56 <pickpacket> What's a LUT
09:33:43 <_zephyris> Look up table. Basically just a recolour sprite, but for 32bpp.
09:34:15 <_zephyris> Maps (r, g, b) to an output (r, g, b)
09:38:45 <_zephyris> I'm messing with them for pixel pushing, might as well think about if/how they could be used elsewhere.
09:39:32 *** akimoto has joined #openttd
09:53:59 <DorpsGek> [OpenTTD/OpenTTD] xJayMorex opened pull request #13860: Fix #13600: Added diagonal terraforming to scenario editor https://github.com/OpenTTD/OpenTTD/pull/13860
09:54:42 *** ahyangyi has joined #openttd
09:54:42 <ahyangyi> pickpacket: A switch
09:57:31 <ahyangyi> Though color LUTs often come with built-in interpolations (in case of those `11*11*11` things)
09:59:10 *** keikoz has joined #openttd
10:03:28 <DorpsGek> [OpenTTD/OpenTTD] frosch123 merged pull request #13811: Fix: NewGRF string interpolation did not process all string parameters, if certain string control codes were present. https://github.com/OpenTTD/OpenTTD/pull/13811
10:18:44 <DorpsGek> [OpenTTD/OpenTTD] frosch123 approved pull request #13859: Codechange: Include table/strings.h consistently https://github.com/OpenTTD/OpenTTD/pull/13859#pullrequestreview-2705420126
10:29:49 <pickpacket> how does the available colour palette for 32bpp sprites look?
10:37:35 <xarick> hi
11:04:23 <_zephyris> The full RGB colour space? Like this: https://upload.wikimedia.org/wikipedia/commons/d/d6/1Mcolors.png
11:05:03 <ahyangyi> remapping 32bpp involves mapping to nearest colour in palette, so it's like a 3d voronoi graph?
11:05:16 <ahyangyi> I wonder if there's a way to visualize that graph :S
11:05:56 <_zephyris> Not easily in two dimensions
11:07:40 <ahyangyi> Hmm.
11:07:40 <ahyangyi> https://github.com/mikolalysenko/voronoi-diagram
11:09:01 <_zephyris> https://cdn.discordapp.com/attachments/1008473233844097104/1352599880115290214/image.png?ex=67de9a4d&is=67dd48cd&hm=83fa5ddeb7341c1d3cba12ad4ba8f3e92ba9945367cf7d790bacee8acec85cdf&
11:09:01 <_zephyris> This is the TTD DOS palette
11:09:50 <ahyangyi> Nice
11:10:20 <ahyangyi> Lots of thin slices.
11:10:21 <_zephyris> (well, done carelessly, with animated palette entries in there too)
11:16:11 <truebrain> pickpacket: Shows 21 here, date on the website
11:16:33 <truebrain> (GitHub Actions had a disruption, so the website didn't rebuild)
11:17:19 <pickpacket> truebrain: πŸ‘
11:40:48 <peter1138> _zephyris, I was being a bit facetious. LUTs are not a "bad solution", but the suggestion to "just use LUTs" is a bad suggestion.
11:41:14 <_zephyris> Yeah, I know It can't be a full solution, animated palettes
11:41:42 <peter1138> _zephyris, like, come up with a proposal that involves how a LUT should be defined, stored, used, and how it should work alongside existing palette remaps...
11:42:01 <peter1138> That's the thing "LUT" is not a full solution. It's just the word "LUT".
11:42:02 <_zephyris> Yup
11:42:53 <peter1138> 07:56 < pickpacket> but. We played the nightly from the 18th in multiplayer last night and it kept crashing
11:43:10 <peter1138> I'm sure you don't need us to tell you what you should do in that case.
11:45:16 <pickpacket> peter1138: I'm not sure I can recreate it, but I've got the crashlogs and screenshots now (as I said I wasn't hosting it)
11:45:57 <pickpacket> I'll put in a issue as soon as I can, but it'll probably be Sunday
11:46:07 <pickpacket> bit busy this weekend
11:49:40 <xarick> hash tile next, hash tile prev... too complex
11:52:54 <xarick> how about someone draws the linkage process, maybe then I would understand how's these links maintained
11:54:03 <peter1138> It's a doubly-linked list.
12:26:48 <xarick> some kind of magic happening
12:27:37 <xarick> so the prev can be the first, and if the first is itself, then prev is also itself
12:28:51 <xarick> how's this updatehashes not recursive... what magic don't i understand
12:29:44 <xarick> anyway... lunch
12:32:12 <peter1138> No, it cannot point to itself.
12:53:44 <DorpsGek> [OpenTTD/OpenTTD] PeterN merged pull request #13859: Codechange: Include table/strings.h consistently https://github.com/OpenTTD/OpenTTD/pull/13859
13:07:26 <DorpsGek> [OpenTTD/OpenTTD] frosch123 updated pull request #13851: Fix: [NewGRF] String parameter stack was not processed for control code 0x81 https://github.com/OpenTTD/OpenTTD/pull/13851
13:16:09 <DorpsGek> [OpenTTD/OpenTTD] frosch123 updated pull request #13852: Fix: [NewGRF] Plurals and genders did not work in NewGRF substrings https://github.com/OpenTTD/OpenTTD/pull/13852
13:17:24 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1352632187392098344/image.png?ex=67deb864&is=67dd66e4&hm=2fecf33b816d8dfa0d82432f74612c1432ff9a9fb460d2b0c198bf9a68904fea&
13:17:24 <xarick> hash_tile_prev is itself
13:20:35 <xarick> but only if it is the first in the tile hash
13:21:07 <xarick> is it wrong?
13:22:14 <DorpsGek> [OpenTTD/OpenTTD] frosch123 updated pull request #13853: Fix: [NewGRF] Plurals and genders did not work in strings with cases https://github.com/OpenTTD/OpenTTD/pull/13853
13:22:34 <peter1138> It's not "itself", it just points to the same thing.
13:22:51 <peter1138> `hash_tile_current` points to the hash bucket.
13:23:30 <peter1138> `hash_tile_prev` points to the previous pointer in the chain. If it's the first vehicle in hash chain, than that is, of course, the hash bucket. So it points to the same thing.
13:26:50 <xarick> pointing to a pointer, oh... boy this is so deep
13:34:19 <LordAro> d'aww
13:34:35 <LordAro> it'd be cute if it hadn't been going on for near enough 10 years
13:34:49 <LordAro> wait till you come across pointers to pointers to pointers
13:35:39 <kuhnovic> With some consts thrown in just to make it even more fun
13:45:16 <peter1138> Aliasing them can make it make more sense.
13:45:45 <kuhnovic> Can just as easily make it more confusing in larger projects
13:45:59 <kuhnovic> "it depends"
13:46:10 <peter1138> Yes, it needs to be very directed.
13:46:20 <peter1138> `using VehiclePointer = Vehicle *;` is NOT.
13:46:53 <kuhnovic> Haha I was just about to type a similar example. I had a colleague that used to do exactly that.
13:46:54 <peter1138> > 42 files changed, 9431 insertions(+), 8413 deletions(-)
13:47:00 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1352639636400246955/Insertion-after-a-given-node-in-Doubly-Linked-List.png?ex=67debf54&is=67dd6dd4&hm=9766702bf47ac1b4983748ed6d347209e6067f2bd3b74b7d67a6cc80fd041aba&
13:47:00 <xarick> finally a graph!
13:47:29 <peter1138> typedef void (CDECL *SignalHandlerPointer)(int);
13:47:35 <peter1138> That is named Pointer but...
13:47:51 <peter1138> (Also it's Unix signals, not rail signals.)
13:50:19 <xarick> but then there's still an unordered_map
13:50:59 <xarick> _vehicle_tile_hash[Key]
13:51:40 <peter1138> No, there are only pointers.
13:52:12 <peter1138> LordAro, has it really been near 10 years?
13:54:46 <xarick> new_hash = &_vehicle_tile_hash[v->tile]
13:59:28 <xarick> nope, I still dont understand this
13:59:36 <xarick> not even with a graph
14:01:50 *** kuka_lie has joined #openttd
14:06:19 <andythenorth> hmm
14:06:39 <andythenorth> should I make Horse have player-configurable buy and running costs though? πŸ˜›
14:07:49 <LordAro> peter1138: gotta be close
14:07:58 *** kuka_lie has quit IRC (Remote host closed the connection)
14:12:36 *** kuka_lie has joined #openttd
14:17:14 *** Smedles_ has joined #openttd
14:19:51 <peter1138> Well, intuition...
14:20:13 *** Smedles has quit IRC (Ping timeout: 480 seconds)
14:23:39 *** audigex has joined #openttd
14:23:39 <audigex> andythenorth: Just build a HorseAI and you can cut the player out of the loop entirely - more hassle than they're worth IMO
14:25:53 <xarick> yeah, a HorseAI
14:26:05 <xarick> dealing with all those train engines
14:35:57 <DorpsGek> [OpenTTD/OpenTTD] xJayMorex opened pull request #13861: Fix #11528: Build tracks/road through bridges and tunnels without adding unnecessary tiles https://github.com/OpenTTD/OpenTTD/pull/13861
14:42:48 <xarick> hmm... but will it break AIs?
14:46:25 <kuhnovic> It probably will
14:48:39 <kuhnovic> I made something like this once, but I wanted to get the highlighting right and got completely stuck there
14:48:41 <LordAro> how could it?
14:48:55 <LordAro> AIs don't use click & drag mechanisms?
14:52:43 <DorpsGek> [OpenTTD/OpenTTD] Kuhnovic commented on pull request #13861: Fix #11528: Build tracks/road through bridges and tunnels without adding unnecessary tiles https://github.com/OpenTTD/OpenTTD/pull/13861#issuecomment-2743601419
14:55:22 <peter1138> Hmm, array or switch...
14:56:01 *** Wormnest has joined #openttd
14:56:15 <kuhnovic> I wish C++ switches would suck less
15:00:22 <peter1138> Well, is there a C++ way to do what Blitter_32bppOptimized::Draw() does better?
15:04:10 <kuhnovic> There might be, but it will probably make it harder to understand what's going on
15:04:50 <DorpsGek> [OpenTTD/OpenTTD] xJayMorex commented on pull request #13861: Fix #11528: Build tracks/road through bridges and tunnels without adding unnecessary tiles https://github.com/OpenTTD/OpenTTD/pull/13861#issuecomment-2743655334
15:09:44 <DorpsGek> [OpenTTD/OpenTTD] xJayMorex updated pull request #13861: Fix #11528: Build tracks/road through bridges and tunnels without adding unnecessary tiles https://github.com/OpenTTD/OpenTTD/pull/13861
15:12:49 <peter1138> Perhaps but I'm asking generally.
15:28:48 <xarick> I'm trying dumb stuff πŸ™‚
15:29:02 <xarick> Tile::vehicle_tile_hash = std::make_unique<Vehicle *[]>(Map::size);
15:34:39 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1352666729658056804/image.png?ex=67ded88f&is=67dd870f&hm=6343d1a48e791b2bbbeec60a6fd0f0f1fc5b7666badf806e6eea0cd7f18a25af&
15:34:39 <xarick> wow, not too bad
15:44:09 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1352669118473441310/image.png?ex=67dedac9&is=67dd8949&hm=3d7293119dcb31b985368005c913e131c9245c6d19ab194645805b7651f3aa43&
15:44:09 <xarick> oh i see
15:49:55 <peter1138> Why is it still surprising?
15:50:20 <xarick> I'm not too smart
16:09:06 <xarick> is this code correct ?<https://github.com/OpenTTD/OpenTTD/compare/master...SamuXarick:OpenTTD:vehicle-tile-hash>
16:09:55 <xarick> asking about the veh() part
16:11:06 <xarick> i don't mind the memory increase
16:15:22 <DorpsGek> [OpenTTD/OpenTTD] frosch123 opened pull request #13862: Codechange: Use std::string_view in GetStringPtr and FormatString https://github.com/OpenTTD/OpenTTD/pull/13862
16:40:42 <DorpsGek> [OpenTTD/OpenTTD] xJayMorex updated pull request #13857: Fix #13562: Removed cost estimation message from money cheat https://github.com/OpenTTD/OpenTTD/pull/13857
16:41:04 <DorpsGek> [OpenTTD/OpenTTD] xJayMorex updated pull request #13858: Fix #13075: Reversed Industry Production Graph x-axis labels for wallclock mode https://github.com/OpenTTD/OpenTTD/pull/13858
16:41:14 <DorpsGek> [OpenTTD/OpenTTD] xJayMorex updated pull request #13860: Fix #13600: Added diagonal terraforming to scenario editor https://github.com/OpenTTD/OpenTTD/pull/13860
16:52:17 *** WormnestAndroid has quit IRC (Remote host closed the connection)
16:52:25 *** WormnestAndroid has joined #openttd
17:03:01 *** Wormnest has quit IRC (Ping timeout: 480 seconds)
17:04:34 *** WormnestAndroid has quit IRC (Ping timeout: 480 seconds)
17:04:49 *** WormnestAndroid has joined #openttd
17:06:46 <DorpsGek> [OpenTTD/OpenTTD] PeterN merged pull request #13850: Codechange: Don't reimplement DistanceManhattan. https://github.com/OpenTTD/OpenTTD/pull/13850
17:07:06 <michi_cc> peter1138: Given that mode is a template parameter, you could do explicit template specification of a helper function. Your mileage may vary on the elegance of that πŸ™‚
17:07:15 <DorpsGek> [OpenTTD/OpenTTD] PeterN approved pull request #13851: Fix: [NewGRF] String parameter stack and case selection was not processed for control code 0x81 https://github.com/OpenTTD/OpenTTD/pull/13851#pullrequestreview-2706651782
17:09:51 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #13863: Codefix: Don't look up NewGRF Action 6-modified data twice. https://github.com/OpenTTD/OpenTTD/pull/13863
17:09:54 <DorpsGek> [OpenTTD/OpenTTD] frosch123 updated pull request #13862: Codechange: Use std::string_view in GetStringPtr and FormatString https://github.com/OpenTTD/OpenTTD/pull/13862
17:12:07 <DorpsGek> [OpenTTD/OpenTTD] frosch123 approved pull request #13863: Codefix: Don't look up NewGRF Action 6-modified data twice. https://github.com/OpenTTD/OpenTTD/pull/13863#pullrequestreview-2706663805
17:13:11 <DorpsGek> [OpenTTD/OpenTTD] frosch123 merged pull request #13851: Fix: [NewGRF] String parameter stack and case selection was not processed for control code 0x81 https://github.com/OpenTTD/OpenTTD/pull/13851
17:15:18 <DorpsGek> [OpenTTD/OpenTTD] frosch123 updated pull request #13852: Fix: [NewGRF] Plurals and genders did not work in NewGRF substrings, and cases in substrings could mess up cases in the parent string https://github.com/OpenTTD/OpenTTD/pull/13852
17:17:55 *** WormnestAndroid has quit IRC (Remote host closed the connection)
17:17:58 *** WormnestAndroid has joined #openttd
17:19:03 *** gelignite has joined #openttd
17:28:08 <xarick> why is regression crashing
17:28:18 <xarick> <https://github.com/SamuXarick/OpenTTD/actions/runs/13996298398/job/39192202112?pr=22>
17:28:38 <xarick> Unexpected output: Crash encountered, generating crash log...
17:28:43 *** akimoto has quit IRC (Remote host closed the connection)
17:31:57 <xarick> okay, building an aircraft crashes, i see
17:32:25 <xarick> i fail at pointers
17:35:41 <xarick> ah, v->tile = {value=4294967295 }
17:35:47 <xarick> that's not on the array
17:36:55 <LordAro> looks suspiciously -1
17:37:15 <LordAro> @calc (2**32)-1
17:37:15 <DorpsGek> LordAro: 4294967295
17:37:20 <LordAro> thought so.
17:37:29 <xarick> it's the aircraft shadow 😦
17:38:47 <DorpsGek> [OpenTTD/OpenTTD] xJayMorex updated pull request #13861: Fix #11528: Build tracks/road through bridges and tunnels without adding unnecessary tiles https://github.com/OpenTTD/OpenTTD/pull/13861
17:39:39 <peter1138> Are you messing around with the collision hash or the viewport hash?
17:41:09 <xarick> collision hash
17:41:52 <xarick> loading a newgrf hangs openttd
17:41:57 <xarick> well, i failed bad
17:42:41 <peter1138> All you had to do what increase the hash bits a *little* so you could run your... tests a bit quicker.
17:43:52 *** Flygon has quit IRC (Read error: Connection reset by peer)
17:47:31 <xarick> this v->tile here was 4294967295 so I assume it would also be the case on master <https://github.com/OpenTTD/OpenTTD/blob/master/src/vehicle.cpp#L624-L626>
17:47:48 <xarick> but master doesn't crash
17:47:51 <xarick> it cheats
17:52:11 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1352701337330126878/image.png?ex=67def8ca&is=67dda74a&hm=adbb4a2fce3c2635aaaaa9f39e258427ef6d9d7b404cd3d15778da380d30d0b3&
17:52:11 <xarick> yep, confirmed
17:52:12 *** WormnestAndroid has quit IRC (Remote host closed the connection)
17:53:24 *** WormnestAndroid has joined #openttd
17:55:43 <peter1138> LordAro, why is 10 minutes on a static trainer bike so much harder than real cycling...?
17:56:05 *** WormnestAndroid has quit IRC (Remote host closed the connection)
17:56:10 *** WormnestAndroid has joined #openttd
17:56:24 <peter1138> Two hours of easier real cycling is probably more beneficial, except it's wet & dark.
18:02:48 <xarick> `Vehicle *v = Tile(Map::WrapToMap(v->tile)).veh();` testing
18:03:39 *** Wormnest has joined #openttd
18:03:59 <xarick> oops, it's tile, not v->tile
18:08:11 <xarick> hmm it still hangs when i load a newgrf,
18:12:12 <xarick> ResetVehicleHashes i guess
18:13:34 <DorpsGek> [OpenTTD/OpenTTD] PeterN merged pull request #13863: Codefix: Don't look up NewGRF Action 6-modified data twice. https://github.com/OpenTTD/OpenTTD/pull/13863
18:18:06 <xarick> for (auto tile : Map::Iterate()) { tile.veh() = nullptr; }
18:18:12 <andythenorth> did we mention lunch?
18:18:43 <xarick> isn't there an easier way to access this hidden array?
18:19:48 <xarick> does not hang anymore at least
18:23:07 <peter1138> andythenorth, fish & chips?
18:25:43 <andythenorth> fish on friday
18:25:55 <andythenorth> I think I forgot to lunch
18:26:03 <andythenorth> I had marmalade on toast, I guess that's lunch
18:27:46 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler approved pull request #13857: Fix #13562: Removed cost estimation message from money cheat https://github.com/OpenTTD/OpenTTD/pull/13857#pullrequestreview-2706881550
18:32:48 <DorpsGek> [OpenTTD/OpenTTD] xJayMorex updated pull request #13857: Fix #13562: Removed cost estimation message from money cheat https://github.com/OpenTTD/OpenTTD/pull/13857
18:38:49 <DorpsGek> [OpenTTD/OpenTTD] James103 opened issue #13864: [Bug]: Error message for "not enough cash to pay loan" is different from all other "not enough cash" error messages https://github.com/OpenTTD/OpenTTD/issues/13864
18:42:02 *** tokai has joined #openttd
18:42:02 *** ChanServ sets mode: +v tokai
18:46:04 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on issue #13864: [Bug]: Error message for "not enough cash to pay loan" is different from all other "not enough cash" error messages https://github.com/OpenTTD/OpenTTD/issues/13864
18:48:58 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
18:51:21 <DorpsGek> [OpenTTD/OpenTTD] frosch123 updated pull request #13862: Codechange: Use std::string_view in GetStringPtr and FormatString https://github.com/OpenTTD/OpenTTD/pull/13862
18:59:51 <xarick> I started a game testing the new vehicle hash with 15 AIs
19:15:46 <DorpsGek> [OpenTTD/OpenTTD] PeterN approved pull request #13852: Fix: [NewGRF] Plurals and genders did not work in NewGRF substrings, and cases in substrings could mess up cases in the parent string https://github.com/OpenTTD/OpenTTD/pull/13852#pullrequestreview-2707025623
19:31:50 <DorpsGek> [OpenTTD/OpenTTD] xJayMorex updated pull request #13858: Fix #13075: Reversed Industry Production Graph x-axis labels for wallclock mode https://github.com/OpenTTD/OpenTTD/pull/13858
19:42:43 <peter1138> Hmm, better check tomorrow's route.
19:49:51 <jfkuayue> I ate fish and chips tonight
19:50:30 <pickpacket> I porch pirated a package from a neighbour
19:50:50 <pickpacket> I mean, not really. They asked me to because they won't be home until Sunday
19:51:10 <andythenorth> I ate fishfingers
19:51:12 <andythenorth> in a sandwich
19:51:51 <_zephyris> Approved
19:52:21 <pickpacket> andythenorth: I call bullshit. Fish don't have fingers!
19:52:42 <pickpacket> Though maybe they did before you ate them all. Hmm
19:52:45 <jfkuayue> How does Haggis taste? How does Stargazy Pie taste? They are too badly famous...
19:54:09 <jfkuayue> I was shocked when I saw the main dish on the Caledonian Sleeper catering service is... haggis
19:57:22 <andythenorth> Do chickens have nuggets?
19:58:26 <belajalilija> jfkuayue: Haggis is functionally similar to sausage meat
19:58:56 <belajalilija> It’s sausage meat with some added grain and more herbs
19:59:22 <jfkuayue> but it is organs, not flesh...
19:59:51 <jfkuayue> Or it is not so bad as rumoured
20:00:50 <belajalilija> jfkuayue: Meat is meat
20:01:24 <belajalilija> jfkuayue: The only people who really have an issue with it are foreigners who don’t understand it or picky eaters
20:01:27 <belajalilija> Just try it
20:02:03 <belajalilija> Might be a bit hard to get though
20:02:26 <belajalilija> The further south you go in England the more it becomes a seasonal thing
20:04:30 <_zephyris> Lots of pepper, lots of oatmeal (compared to sausagemeat)
20:05:26 <_zephyris> And, illegal in the USA
20:06:08 <belajalilija> _zephyris: Along with kinder eggs last time i checked
20:06:40 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #13865: Codechange: Split NewGRF loader into separate files. https://github.com/OpenTTD/OpenTTD/pull/13865
20:06:57 <belajalilija> One of those rare occasions they do care about the safety and well-being of children
20:07:10 <peter1138> Don't let them have fun.
20:08:52 <LordAro> peter1138: :o
20:10:52 <peter1138> Hmm?
20:11:01 <pickpacket> andythenorth: chickens are made of nuggets. They're the building blocks of poultry
20:11:39 <peter1138> Funny though, after all that newgrf.cpp is still nearly 2000 lines...
20:13:07 <peter1138> Hmm, tabs.
20:15:34 <peter1138> Hmm, about 10% of the code is in files with newgrf in the name.
20:17:34 <peter1138> Although loads of bits that are newgrf related are outside of them.
20:19:20 <peter1138> Hmm, might unsplit the string mapping stuff. I had envisaged having more helper bits but as that's the only once it seems a bit weird.
20:44:20 <DorpsGek> [OpenTTD/OpenTTD] PeterN updated pull request #13865: Codechange: Split NewGRF loader into separate files. https://github.com/OpenTTD/OpenTTD/pull/13865
21:06:43 <peter1138> I guess I could "split the split"
21:07:02 <peter1138> Hmm
21:07:08 <xarick> wow, never realised newgrf had that much code
21:12:20 <peter1138> If I did less splitting, I guess Act1/2/3 would git reasonably well.
21:22:29 *** knolle has left #openttd
21:25:01 <DorpsGek> [OpenTTD/OpenTTD] github-advanced-security[bot] commented on pull request #13865: Codechange: Split NewGRF loader into separate files. https://github.com/OpenTTD/OpenTTD/pull/13865#pullrequestreview-2707291883
21:29:50 <peter1138> Long switches :-)
21:53:41 <_zephyris> https://cdn.discordapp.com/attachments/1008473233844097104/1352762113470365797/image.png?ex=67df3164&is=67dddfe4&hm=92ada40a49cca8f34806a707b132601c521646173ceda690ea6f647b85a93779&
21:53:41 <_zephyris> https://cdn.discordapp.com/attachments/1008473233844097104/1352762113688338473/image.png?ex=67df3165&is=67dddfe5&hm=977352e41ad7021a2146453fba683ca1b0449bd6c25a987e6b8c61923784bbab&
21:53:41 <_zephyris> May not look like much, but it is a 32bpp recolour using only the 8bpp blue->green company colour recolour sprite as input...
22:00:27 <peter1138> Hmm.
22:00:38 <peter1138> Yeah, not sure what you're trying to show.
22:01:16 <DorpsGek> [OpenTTD/OpenTTD] PeterN updated pull request #13856: Codechange: Use template traits to define BaseSets. https://github.com/OpenTTD/OpenTTD/pull/13856
22:05:46 <peter1138> So whatever I changed made it require explicitly initialisation. Which... it should've required anyway. So there's that.
22:06:32 <_zephyris> Sorry, I'm being annoyingly vague, just mildly happy
22:14:30 <xarick> woah, my test game is already at 75k road vehicles
22:16:43 <xarick> 35 ms for road vehicle ticks πŸ™‚
22:27:37 *** WormnestAndroid has quit IRC (Ping timeout: 480 seconds)
22:28:52 *** Wormnest has quit IRC (Ping timeout: 480 seconds)
22:31:20 *** WormnestAndroid has joined #openttd
22:44:59 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1352775025798676480/image.png?ex=67df3d6b&is=67ddebeb&hm=3c3e645af56a77fd7adc9873e266263a62b05cd0bb002aec583521898b45257b&
22:45:23 <xarick> ship ticks are fewer
22:45:27 <xarick> interesting
22:48:58 *** kuka_lie has quit IRC (Quit: leaving)
22:56:11 *** keikoz has quit IRC (Ping timeout: 480 seconds)
23:08:18 *** WormnestAndroid has quit IRC (Read error: Connection reset by peer)
23:13:49 *** WormnestAndroid has joined #openttd
23:21:13 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1352784143368454245/image.png?ex=67df45e9&is=67ddf469&hm=96b79d4ee990e6b3cf473d0c6fb125b1b9aa6533c9642bbd58e1d498b475141c&
23:21:13 <xarick> cargodist is hard
23:22:02 <xarick> why there's no mail going to Plonnley at Deningville Docks?
23:22:59 <xarick> https://cdn.discordapp.com/attachments/1008473233844097104/1352784589566906518/image.png?ex=67df4653&is=67ddf4d3&hm=43a452f425d4b937024e641287e0aef712f8b5123c02c43fd094c2fdb5604e21&
23:25:22 <xarick> all those trucks are trying to load mail
23:25:30 <xarick> but none wants to go to Plonnley