Config
Log for #openttd on 1st February 2024:
Times are UTC Toggle Colours
06:00:38  *** Webster has joined #openttd
06:24:45  *** keikoz has quit IRC
14:00:41  <peter1138[d]> Smaller chunks needed 🙂
14:01:07  <Eddi|zuHause> talltyler: i'm always building my tram terminals in a way the trams can unbunch, but that doesn't work with halftile-vehicles, only fulltile articulated trams.
14:01:15  <peter1138[d]> Phew, fixed my CI 😄
14:02:02  <Eddi|zuHause> otherwise you get a late tram stuck behind an on-time one quite frequently
14:11:22  <talltyler> #9577 is an intermediate step torward drive-through depots, and would be a big improvement by itself for a number of reasons including upgrading from rail->monorail->maglev
14:12:35  <talltyler> Like most big projects it can be broken into smaller chunks, like #10691
14:12:56  <xarick> 11937 was closed? 😦 that was the correct fix
14:13:02  <talltyler> I am working with J0anJosep on these, but obviously not before Saturday 😛
14:21:42  <truebrain> Pffff
14:24:35  <talltyler> It's funny how much you don't notice until you are forced to look at it. Pop quiz: Which vehicles have "turn around" buttons on their GUIs?
14:25:32  <Eddi|zuHause> i think all of them except planes?
14:25:46  <talltyler> Planes do not...but there's one more
14:25:59  <Eddi|zuHause> i'm unsure about ships
14:26:23  <talltyler> I went searching for the command to turn a ship around, couldn't find it, then booted up OpenTTD to discover that yeah, there isn't one
14:27:01  <Eddi|zuHause> i was leaning towards they have one
14:28:21  <peter1138[d]> Game-breaking.
14:28:55  <peter1138[d]> xarick: 11944 was merged though which made 11937 moot.
14:32:19  *** nielsm has joined #openttd
14:33:55  <_glx_> And the real issue is starting an AI affects the game settings, while the running AI should have it's own copy
14:56:34  <peter1138[d]> oof, house cold.
15:00:59  <locosage> https://cdn.discordapp.com/attachments/1008473233844097104/1202629679358672896/Screencast_from_01-02-24_203018.webm?ex=65ce272b&is=65bbb22b&hm=f04ba701cdda3b56f9adc97d511fc2373b966610ebfd83445654eaf02ca97697&
15:00:59  <locosage> does anyone see the difference?
15:01:55  <locosage> bloody compression
15:04:02  <locosage> well, nvm, that's not how it looks on screen at all
15:04:43  <xarick> looks like I was wrong
15:05:08  <xarick> restart doesn't preserve random deviation even before 11944
15:05:35  <xarick> let me see 13.4, what it did
15:06:21  <peter1138[d]> As I understand it, 11944 does random deviation when the script starts, rather than when the script initialises?
15:06:54  <xarick> 13.4 apparently works the intended way
15:07:58  <xarick> I don't know why, it just works
15:08:14  <xarick> load save game, same values, type restart, same values
15:08:15  <peter1138[d]> Probably due to the start date system being different.
15:09:20  <xarick> rerolls the same values for random deviation
15:09:40  <xarick> it's what I expect from doing "restart"
15:17:08  <locosage> locosage: oh,lol, there is no difference, I compiled the same code by accident xD
15:17:17  <peter1138[d]> I have an idea that means that setting up random deviation needs to happen after map generation is complete.
15:18:09  <peter1138[d]> I guess setting up the randomizer can still be done before, so it won't really affect anything. Hmm.
15:30:29  <locosage> https://cdn.discordapp.com/attachments/1008473233844097104/1202637100038496336/Screencast_from_01-02-24_205901.webm?ex=65ce2e14&is=65bbb914&hm=2eb298acabb3788cfc03a12d1675be4720ffecd0c0a5d9e26d981395ede3de5d&
15:30:29  <locosage> ok now the difference is visible but can anyone spot it?
15:30:34  <locosage> and I don't mean farm fields :p
15:36:49  <peter1138[d]> Well the tiles switch to grass in a different order.
15:37:09  <peter1138[d]> And it's weirdly jumpy at the end.
15:38:01  <locosage> well, yeah, it's different order and would even be different in two masters as I didn't start at the same tick
15:38:09  <locosage> but is in noticeably different? ;)
15:38:19  <locosage> jumpy is just video
15:38:43  <locosage> left one is master
15:39:24  <locosage> well, procedural trees branch PR actually but it's the same
15:52:52  <peter1138[d]> Main issue with procedural trees is it's adding quite a lot of code.
15:53:26  <locosage> 150 lines isn't exactly a lot ;p
15:54:19  <peter1138[d]> Would be more if you properly wrapped the tables.
15:54:27  <peter1138[d]> Do they need to manually built?
15:54:49  <peter1138[d]> How are the values derived?
15:55:07  <peter1138[d]> And... why are there two tables.
15:55:44  <locosage> it mainly just iterates tree growth algo with some adjustments
15:56:05  <locosage> and two tables because two different growth modes
15:58:28  <locosage> trees grow differently when they can spread and when they can't
15:58:35  *** Wormnest has joined #openttd
15:59:50  <locosage> it's possible to build these tables on start or smth but that would be even more code than tables
15:59:57  <locosage> and way more potential bugs
16:00:16  <locosage> and needs to be mp synced
16:05:44  <xarick> someone with more experise than me, can you look at limitation notes?<https://github.com/OpenTTD/OpenTTD/pull/10349>
16:31:35  <xarick> I wish I was good at this. Solve the problem on my own 😐
16:34:58  <merni> `struct Order` has a member `uint16_t max_speed`. What unit is this in?
16:40:17  <Rubidium> I'd reckon the vehicle type's units
16:41:24  <Rubidium> though I might be wrong
16:41:38  <Rubidium> in which case it could also be km-ish/h
16:42:18  *** simonmb has joined #openttd
16:42:18  <simonmb> locosage: The right version creates grass next to existing grass?
16:43:44  <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler updated pull request #11945: Feature: Automatically separate vehicles with shared orders https://github.com/OpenTTD/OpenTTD/pull/11945
16:44:36  <locosage> simonmb: no
16:45:33  <locosage> on the right side there is a pattern, left is fully random
16:46:44  <merni> Rubidium: how would vehicle type's units work in case of shared orders?
16:46:59  <merni> between different types of vehicle (possibly between different newgrfs)
16:47:12  <peter1138[d]> You can't share orders between different vehicle types.
16:47:18  <merni> oh
16:47:26  <merni> maybe that is a jgr feature
16:48:00  <Rubidium> JGRPP allows ships and trains to share orders?
16:48:30  <merni> I haven't tried such a thing
16:49:00  <merni> but you can share orders between different kinds of trains from different newgrfs
16:49:08  <merni> is that not what you meant by "vehicle type"?
16:49:15  <peter1138[d]> They aren't different vehicle types.
16:49:22  <merni> what's a vehicle type then
16:49:32  <Rubidium> no, it's the distinction between aircraft, trains, road vehicles, ships, disaster vehicles
16:49:36  <merni> ahh
16:49:47  <merni> what are the units each has?
16:50:06  <Rubidium> a mess
16:50:12  <merni> lol
16:50:22  <merni> hm I guess I could find out with printf
16:53:21  <peter1138[d]> There's some functions to convert internal to display speed.
16:53:21  <merni> kind of weird that this is stored in a plain uint16 without any info about the unit
16:54:09  <merni> feels like a place for a typedef
16:57:16  <Rubidium> something like DestinationID ;)
16:57:20  <_jgr_> The GetMaxSpeed/SetMaxSpeed wrappers of struct Order say what the unit is
16:58:18  <_jgr_> For the most part you're not meant to use the internal fields directly
16:58:21  <merni> Aha
16:58:24  <merni> Thanks
16:58:33  <merni> I didn't look at that comment closely enough
16:58:52  <merni> _jgr_: I wasn't trying to; but I saw that the function just returned the value of the field
17:03:32  <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler updated pull request #11945: Feature: Automatically separate vehicles with shared orders https://github.com/OpenTTD/OpenTTD/pull/11945
17:09:32  <merni> hm, implicit orders...
17:10:38  <_jgr_> They're a pain in the rear, even if they do make it easier to get started in the game
17:12:01  <merni> is there a full list of conditions under which they are created?
17:13:02  <_jgr_> The GVF_SUPPRESS_IMPLICIT_ORDERS flag is to place to look
17:15:38  <_jgr_> Broadly they're disallowed for go to depot orders, and conditional orders
17:16:28  <_jgr_> Otherwise they're added as necessary when calling at a station when the non-stop flag hasn't been set on the order, for ground vehicles
17:17:06  <merni> right
17:17:43  <merni> and for timetables they are completely ignored right?
17:18:07  <merni> ie. the travel time before the next manual order is used as the travel time for the whole section between manual orders?
17:20:00  <_jgr_> That sounds about right
17:21:06  <merni> hm. Then it makes sense to me to exclude all implicit orders from an export
17:22:24  <_jgr_> Seems reasonable, they're not really useful for any kind of timetable analysis
17:24:36  <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on pull request #11945: Feature: Order flag to unbunch vehicles at depot https://github.com/OpenTTD/OpenTTD/pull/11945#issuecomment-1921836486
17:24:55  <talltyler> Now open for testing, round two! 😄
17:25:18  <talltyler> Big thanks for _zephyris for all the bugs you found, and good suggestions. ❤️
17:25:32  <xarick> turns out random deviation isn't entirely perfect in 13.4 either when using restart
17:25:41  <xarick> in the case of random ai
17:26:57  <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #11878: Add: public key authentication to the admin connection https://github.com/OpenTTD/OpenTTD/pull/11878
17:26:59  <peter1138[d]> Sleepy again, bed time?
17:27:15  <merni> peter1138[d]: yes
17:27:22  <merni> in my time zone at least :P
17:29:18  <_zephyris> talltyler: Awesome. Let's see if I can break anything 😉
17:29:49  <DorpsGek> [OpenTTD/OpenTTD] rubidium42 commented on pull request #11878: Add: public key authentication to the admin connection https://github.com/OpenTTD/OpenTTD/pull/11878#issuecomment-1921846013
17:39:06  *** HerzogDeXtEr has joined #openttd
17:40:34  <_glx_> xarick: as I said in the PR description, random deviation was inconsistent
17:41:18  <xarick> I see
17:41:51  <_glx_> now it happens only at one predictable point
17:42:22  <_glx_> of course it's still not perfect due to how settings are handled, but it's still better
17:44:11  <xarick> there is one point where interactiverandom needs to be used
17:44:40  <_glx_> why ?
17:45:21  <xarick> i'm looking at some of the positive things of 13.4
17:46:02  <xarick> "newgame" vs "newgame" results in different deviation values
17:46:20  <_glx_> that's because game settings are modified
17:46:25  <xarick> however "newgame 1" vs "newgame 1" should result in equal deviation, nevermind 😦
17:47:03  <_glx_> deviation is the same, what's different is the value before deviation
17:48:27  <xarick> borderline complexity to reproduce these steps
17:49:15  <_glx_> using `start_ai <AI>` before `newgame` will also change the game settings
17:51:11  <xarick> I'm starting to take notes, because it's very easy to lose train of thought
17:52:24  <_glx_> say you configured "simpleAI" in slot 1, with some delay before start, if you type `start_ai AdmiralAI` before "simpleAI" start, the slot 1 will be overwritten by AdmiralAI
17:52:47  <_glx_> same happens with random deviation
17:53:27  <_glx_> and when a RandomAI starts, its slot is overwritten too
17:54:13  <_glx_> because ai_config handling is a mess
18:00:37  <peter1138[d]> https://cdn.discordapp.com/attachments/1008473233844097104/1202674886418628628/image.png?ex=65ce5145&is=65bbdc45&hm=7166845828ab86542260b4d769c5ea189053aec8de32ab5147bc996630bc45e6&
18:00:38  <peter1138[d]> Gradient is a bit bland but... smooth at least :p
18:01:02  <DorpsGek> [OpenTTD/OpenTTD] github-advanced-security[bot] commented on pull request #11878: Add: public key authentication to the admin connection https://github.com/OpenTTD/OpenTTD/pull/11878#pullrequestreview-1857177688
18:11:36  <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler updated pull request #11945: Feature: Order flag to unbunch vehicles at depot https://github.com/OpenTTD/OpenTTD/pull/11945
18:12:20  <DorpsGek> [OpenTTD/OpenTTD] merni-ns started discussion #11946: Order/timetable data export: request for comments https://github.com/OpenTTD/OpenTTD/discussions/11946
18:13:07  <andythenorth> FWIW, I've found that using a single roadstop can force unbunching
18:13:12  <andythenorth> as it rate limits
18:13:13  <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #11878: Add: public key authentication to the admin connection https://github.com/OpenTTD/OpenTTD/pull/11878
18:13:35  <andythenorth> requires a timetable order with 'wait 10 days' or so, and a queue of vehicles will form behind the stop
18:16:28  <belajalilija> peter1138[d]: May i suggest shading it in the same way the floppy disk is shaded, it would make them look like pleasant little golden ingots
18:23:19  <DorpsGek> [OpenTTD/OpenTTD] tabytac commented on discussion #11946: Order/timetable data export: request for comments https://github.com/OpenTTD/OpenTTD/discussions/11946
18:30:46  <DorpsGek> [OpenTTD/OpenTTD] merni-ns commented on discussion #11946: Order/timetable data export: request for comments https://github.com/OpenTTD/OpenTTD/discussions/11946
18:36:11  <DorpsGek> [OpenTTD/OpenTTD] eints-sync[bot] pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/e1fbaf6f7fef2053a87fafd4702e3aea62e2c8e0
18:36:12  <DorpsGek>   - Update: Translations from eints (by translators)
18:36:53  <peter1138[d]> https://cdn.discordapp.com/attachments/1008473233844097104/1202684011076395049/image.png?ex=65ce59c5&is=65bbe4c5&hm=1ac29a80600505ad79476ca91bb36c93aa1eadf6d8cbed521beb0a1318751b50&
18:36:53  <peter1138[d]> My First Wrench, lol. Terrible drawing.
18:37:56  <DorpsGek> [OpenTTD/OpenTTD] ldpl commented on discussion #11946: Order/timetable data export: request for comments https://github.com/OpenTTD/OpenTTD/discussions/11946
18:41:49  <Eddi|zuHause> dunno, looks a bit narrow?
18:46:57  <peter1138[d]> I think it'd definitely break :p
18:48:51  <locosage> oh, I know a perfect icon for settings...
18:49:06  <locosage> https://cdn.discordapp.com/attachments/1008473233844097104/1202687083869896704/Screenshot_from_2024-02-02_00-18-41.png?ex=65ce5ca1&is=65bbe7a1&hm=fd09693d10c69a8d9f1b8a54b0bbff3f63e98b6e01bafd1c50e8654e44e3d255&
18:52:18  <locosage> symbolizes NewGRFs, GS and game settings working perfectly together 🤭
18:57:13  <peter1138[d]> These ones are just for testing anyway.
18:57:24  <peter1138[d]> The main target for me is window decorations.

Powered by YARRSTE version: svn-trunk