IRC logs for #openttd on OFTC at 2023-05-21
            
00:14:10 *** Wormnest has joined #openttd
01:06:51 *** Wormnest has quit IRC (Ping timeout: 480 seconds)
01:39:20 *** Flygon has joined #openttd
01:40:42 *** Wormnest has joined #openttd
02:08:08 *** Wormnest has quit IRC (Quit: Leaving)
02:48:46 *** D-HUND has joined #openttd
02:52:10 *** debdog has quit IRC (Ping timeout: 480 seconds)
03:21:35 *** D-HUND is now known as debdog
04:17:00 *** keikoz has joined #openttd
06:44:45 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 opened pull request #10854: Codechange: replace (f)printf/f(puts) with fmt::print https://github.com/OpenTTD/OpenTTD/pull/10854
06:48:28 *** Wolf01 has joined #openttd
06:52:51 *** CK2347 has quit IRC (Quit: User went offline on Discord a while ago)
07:23:28 <TrueBrain> Rubidium_: lol, did not expect that .. but I am also not surprised 😄
07:26:36 <TrueBrain> I even wonder if OSX calls it .. but that code is weird as shit
07:27:47 <TrueBrain> it also has a MakeCrashLog function, but it is not virtual ..
07:28:02 <TrueBrain> it contains mostly the same code, but in a slightly different way
07:30:07 *** _aD has joined #openttd
07:30:39 <Rubidium_> oh, that's right... "my" OSX crashlog does call it because I just removed the not-really-special OSX version
07:31:05 <Rubidium_> (in #10852)
07:31:20 <TrueBrain> good; as that is really odd code
07:31:27 <TrueBrain> I am not even sure which code is actually called
07:31:35 <TrueBrain> one of them is shadowed, but which ..
07:31:57 <TrueBrain> I also love they return true/false, but nobody gives a fuck 😄
07:33:38 <TrueBrain> hmmm ... why doesn't the cheat window open on my Windows build ..
07:35:12 <Rubidium_> b0rked hotkeys.cfg?
07:35:47 <TrueBrain> tnx for the reminder that was an option 😄 Fixed!
07:36:47 <TrueBrain> lol, with the MSVC debugger active, you can't get past ALT+0 exception
07:36:52 <TrueBrain> GO INTO THE CRASH HANDLER FFS! 😛
07:39:04 <Rubidium_> continue in the debugger?
07:39:13 <TrueBrain> nope; refuses! 😄
07:39:39 <TrueBrain> it is fine, I can run it without the debugger
07:40:00 <TrueBrain> now to figure out how I can add `-dnet=6` in MSVC ... eeeeuuuuuhhhhhhhh
07:41:28 <Rubidium_> debug properties -> command line parameters?
07:41:30 <TrueBrain> ah, found it! W00p! So proud of myself 🙂
07:41:48 <TrueBrain> no, Debug -> Debug and Launch settings
07:41:59 <Rubidium_> (it was a complete guess though)
07:44:42 *** nielsm has joined #openttd
07:46:18 <TrueBrain> I also don't really understand why Windows has their own code for this stuff, as it is also doing nearly the same .. but what-ever
07:51:16 <Rubidium_> yeah, but not nearly enough to easily change it. Or at least, to easily change it without developing on their platform
07:52:17 <DorpsGek> [OpenTTD/OpenTTD] TrueBrain opened pull request #10855: Fix: survey result on crash only worked on Linux https://github.com/OpenTTD/OpenTTD/pull/10855
07:52:22 <TrueBrain> at least this should fix the current problem
07:52:25 <TrueBrain> the rest is for another day 🙂
07:53:13 <Rubidium_> the most important bit is, I think, that it first gets a log of basic data, then it creates the dmp and then does (potentially more dangerous?) append extra stack trace information before writing the log, savegame and screenshot. Whereas the default one doesn't have that split
07:54:32 <TrueBrain> I mostly think this code became what it is, as most of our developers are on one platform 😄 It is hard to develop things for all 3 at once
07:55:22 <TrueBrain> okay, works on Windows, works on Linux, #10855 .. no clue about OSX 😄
07:55:28 <TrueBrain> "should be fine" 😛
07:55:29 <Rubidium_> so essentially the .dmp has the crash log without stack trace information (because it doesn't need that), whereas the log file gets the stack trace
07:56:13 <TrueBrain> btw, you also joining us the 10/11/17/18th of June?
07:56:17 <Rubidium_> "should be fixed 'soon'"
07:56:37 <TrueBrain> (one of the downsides of Discord <-> IRC bridge, I don't have PMs on IRC :P)
07:57:25 <Rubidium_> potentially
07:57:34 <TrueBrain> would be fun 🙂
07:57:53 <Rubidium_> can't have you be the only one having gone to all the parties :D
07:58:06 <TrueBrain> hahaha 😄 Now that is a good motivation 😛
08:03:55 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 commented on discussion #10002: Meetup 2022 / 2023 / 10k event https://github.com/OpenTTD/OpenTTD/discussions/10002
08:05:56 <TrueBrain> so far the 10th seems to be in the lead 🙂
08:26:06 <DorpsGek> [OpenTTD/OpenTTD] fmang commented on pull request #10849: Add: Shift-click Rename on VehicleView to rename the group https://github.com/OpenTTD/OpenTTD/pull/10849#pullrequestreview-1435493545
08:31:47 <TrueBrain> ugh, more infrastructure issues with IPv6 only ...
08:31:55 <TrueBrain> hmm .. how to fix ... let's think ...
08:32:32 <TrueBrain> an image pull also causes a call to be done based on the response received .. hmmm
08:41:06 <DorpsGek> [OpenTTD/OpenTTD] fmang commented on pull request #10849: Add: Shift-click Rename on VehicleView to rename the group https://github.com/OpenTTD/OpenTTD/pull/10849#issuecomment-1556120222
09:20:19 <DorpsGek> [OpenTTD/OpenTTD] PeterN updated pull request #10853: Change: Reorganise industry accept/produce arrays. https://github.com/OpenTTD/OpenTTD/pull/10853
09:36:00 <TrueBrain> finally! I managed to work arounds GitHub stupid IPv4-only issue, and I can now fetch images via IPv6 😄
09:36:14 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #10541: Feature: Industry production graph https://github.com/OpenTTD/OpenTTD/pull/10541#issuecomment-1556131377
09:37:17 <petern> Custom ipv6/ipv4 bridge? :p
09:37:24 <TrueBrain> yeah, with a tnx to Cloudflare
09:37:38 <TrueBrain> it only was non-trivial because of an authorization header
09:38:38 <TrueBrain> https://github.com/OpenTTD/infra/blob/main/cloudflare-core/files/ghcr_proxy.js does the trick 🙂
09:39:22 <TrueBrain> fun fact: GitHub CoPilot wrote the regex .. I never actually checked it is correct 😄
09:39:32 <TrueBrain> looking at it, seems valid enough
09:50:07 <DorpsGek> [OpenTTD/OpenTTD] PeterN updated pull request #10853: Change: Reorganise industry accept/produce arrays. https://github.com/OpenTTD/OpenTTD/pull/10853
09:51:06 <petern> Silly clang/gcc letting me get away with dodgy iterator comparisons :p
09:51:21 <TrueBrain> yeah, MSVC is a bit more picky 😄
10:25:29 <petern> ayyyy
10:26:24 <petern> size_t uint, yay
10:42:51 <DorpsGek> [OpenTTD/OpenTTD] glx22 approved pull request #10855: Fix: survey result on crash only worked on Linux https://github.com/OpenTTD/OpenTTD/pull/10855#pullrequestreview-1435513975
10:44:27 <DorpsGek> [OpenTTD/OpenTTD] PeterN updated pull request #10853: Change: Reorganise industry accept/produce arrays. https://github.com/OpenTTD/OpenTTD/pull/10853
10:52:00 <DorpsGek> [OpenTTD/OpenTTD] glx22 commented on pull request #10854: Codechange: replace (f)printf/f(puts) with fmt::print https://github.com/OpenTTD/OpenTTD/pull/10854#pullrequestreview-1435514803
10:57:06 *** virtualrandomnumber has joined #openttd
10:57:21 *** virtualrandomnumber has quit IRC ()
10:57:35 <DorpsGek> [OpenTTD/OpenTTD] TrueBrain merged pull request #10855: Fix: survey result on crash only worked on Linux https://github.com/OpenTTD/OpenTTD/pull/10855
12:29:56 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10854: Codechange: replace (f)printf/f(puts) with fmt::print https://github.com/OpenTTD/OpenTTD/pull/10854
12:32:58 <DorpsGek> [OpenTTD/OpenTTD] glx22 approved pull request #10854: Codechange: replace (f)printf/f(puts) with fmt::print https://github.com/OpenTTD/OpenTTD/pull/10854#pullrequestreview-1435530279
12:35:08 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #10851: Change: Use "Via-Destination-Source" as default station cargodist display https://github.com/OpenTTD/OpenTTD/pull/10851#issuecomment-1556169085
12:43:38 <DorpsGek> [OpenTTD/OpenTTD] Brickblock1 commented on pull request #10851: Change: Use "Via-Destination-Source" as default station cargodist display https://github.com/OpenTTD/OpenTTD/pull/10851#issuecomment-1556170845
12:52:28 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler commented on pull request #10851: Change: Use "Via-Destination-Source" as default station cargodist display https://github.com/OpenTTD/OpenTTD/pull/10851#issuecomment-1556172648
12:56:48 <DorpsGek> [OpenTTD/OpenTTD] PeterN approved pull request #10851: Change: Use "Via-Destination-Source" as default station cargodist display https://github.com/OpenTTD/OpenTTD/pull/10851#pullrequestreview-1435533695
12:57:19 <DorpsGek> [OpenTTD/OpenTTD] 2TallTyler merged pull request #10851: Change: Use "Via-Destination-Source" as default station cargodist display https://github.com/OpenTTD/OpenTTD/pull/10851
13:12:05 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #10854: Codechange: replace (f)printf/f(puts) with fmt::print https://github.com/OpenTTD/OpenTTD/pull/10854
13:25:12 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10745: Codechange: use more C++ constructs in strgen https://github.com/OpenTTD/OpenTTD/pull/10745
13:29:08 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 opened pull request #10856: Fix: version of strgen/settingsgen was always $Revision$ https://github.com/OpenTTD/OpenTTD/pull/10856
13:30:15 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10843: Codechange: migrate away from C-style Getstring https://github.com/OpenTTD/OpenTTD/pull/10843
13:59:24 <DorpsGek> [OpenTTD/OpenTTD] glx22 commented on pull request #10856: Fix: version of strgen/settingsgen was always $Revision$ https://github.com/OpenTTD/OpenTTD/pull/10856#pullrequestreview-1435543332
14:11:06 <Rubidium_> glx[d]: sadly that doesn't seem to work :(
14:11:43 <glx[d]> hmm locally it does, but I didn't clear the cache
14:11:43 <Rubidium_> well... it does work if your build directory is not empty, but once it is, it doesn't work anymore
14:12:36 <Rubidium_> that's why it failed so horribly everywhere; I changed it and it worked, not thinking that starting from an empty folder would behave any differently... and wrong I was...
14:13:13 <glx[d]> oh it should be marked GENERATED at some point
14:15:06 <glx[d]> hmm but it works for openttd target
14:17:08 <glx[d]> hey I can try the cmake debugger
14:22:06 <glx[d]> "When a generated file created by an add_custom_command() command is explicitly listed as a source file for any target in the same directory scope (which usually means the same CMakeLists.txt file), CMake will automatically create a dependency to make sure the file is generated before building that target."
14:22:15 <glx[d]> that's why it works for openttd targer
14:22:34 <glx[d]> let's see if I can fix that for the other targets
14:23:06 <Rubidium_> then you would assume add_dependencies would add the required things
14:24:04 <Rubidium_> though I guess it needs to mark the generated files as generated somehow, and they're not in the strgen/settingsgen projects
14:24:19 <glx[d]> well "Source file properties are visible only to targets added in the same directory (CMakeLists.txt)."
14:24:29 <glx[d]> weird limitation
14:26:22 <Rubidium_> oh... I might have a solution, that many don't like... changing the min version to 3.20
14:26:34 <Rubidium_> "Changed in version 3.20: The GENERATED source file property is now visible in all directories."
14:31:39 <Rubidium_> ah, I found something I think
14:32:58 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10856: Fix: version of strgen/settingsgen was always $Revision$ https://github.com/OpenTTD/OpenTTD/pull/10856
14:36:01 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 commented on pull request #10745: Codechange: use more C++ constructs in strgen https://github.com/OpenTTD/OpenTTD/pull/10745#issuecomment-1556195375
14:36:46 <TrueBrain> that moment that a flag that is suppose to check for consistency doesn't actually work .. lol
14:37:35 *** Flygon has quit IRC (Quit: A toaster's basically a soldering iron designed to toast bread)
14:38:19 <Rubidium_> it solved the issue for most of the failing build platforms... but not for emscripten :(
14:40:42 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10856: Fix: version of strgen/settingsgen was always $Revision$ https://github.com/OpenTTD/OpenTTD/pull/10856
14:46:16 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10856: Fix: version of strgen/settingsgen was always $Revision$ https://github.com/OpenTTD/OpenTTD/pull/10856
14:47:10 <glx[d]> but it still needs add_dependencies
14:47:50 <glx[d]> because you want to be sure the files are generated before the tools are built
14:48:25 <glx[d]> oh forgot to refresh
14:48:59 <Rubidium_> *sigh*
14:49:58 <glx[d]> so tools_only does weird things
14:50:38 <Rubidium_> not really, it just bails out way way way earlier
14:50:53 <glx[d]> yeah
14:51:42 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10856: Fix: version of strgen/settingsgen was always $Revision$ https://github.com/OpenTTD/OpenTTD/pull/10856
14:52:17 <Rubidium_> it's just that all the weird things to get rev.cpp compiled and working are done way later in the process
14:55:29 <glx[d]> hmm TARGET_DIRECTORY is only since 3.18
14:55:39 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10856: Fix: version of strgen/settingsgen was always $Revision$ https://github.com/OpenTTD/OpenTTD/pull/10856
14:56:18 <Rubidium_> luckily the builds get cancelled
14:57:44 <glx[d]> "if(NOT OPTION_TOOLS_ONLY)" seems useless here
14:58:22 <glx[d]> maybe `if(NOT BINARY_HOST_DIR)` instead
14:59:21 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10856: Fix: version of strgen/settingsgen was always $Revision$ https://github.com/OpenTTD/OpenTTD/pull/10856
14:59:43 <Rubidium_> well, I literally got no clue... I'm just throwing stuff and see what sticks
14:59:58 <TrueBrain> test it locally!
15:01:40 <glx[d]> weird it still fails
15:01:56 <Rubidium_> I've been testing it in the Local Supercluster :D
15:02:37 <Rubidium_> well... things got weird
15:03:04 <glx[d]> but BINARY_HOST_DIR is set so it should not try to set properties
15:04:54 <glx[d]> oh my bad it's HOST_BINARY_DIR
15:05:34 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10856: Fix: version of strgen/settingsgen was always $Revision$ https://github.com/OpenTTD/OpenTTD/pull/10856
15:06:09 <glx[d]> at least if emscripten pass we are safe for nightlies
15:06:26 <glx[d]> as both windows and osx use the 2 pass build
15:06:43 <Rubidium_> already at build #7294 :(
15:06:55 <TrueBrain> higher higher higher!
15:07:32 <glx[d]> oh dubious ownership when building tools
15:07:33 <Rubidium_> #10k before the party?
15:09:32 <glx[d]> ah no it's find_version which seems to fail for emscripten
15:09:37 *** CK2347 has joined #openttd
15:09:37 <CK2347> Ooh openttd has reached 10k commits already
15:09:40 <CK2347> Wow
15:09:43 <CK2347> time flies
15:09:43 <glx[d]> -- Version string: --g
15:10:01 <glx[d]> 10k was a very long time ago
15:10:05 <glx[d]> there was a cake
15:10:26 <CK2347> Can see
15:10:45 <Rubidium_> https://www.openttd.org/screenshots/special-r10000
15:12:06 <glx[d]> ok at least version was already broken for emscripten CI
15:22:39 <petern> So if was integrate WASM support then we can also have Javascript extensions... <https://github.com/bytecodealliance/javy> Oh dear...
15:24:53 <TrueBrain> aint it pretty? 😄
15:25:01 <DorpsGek> [OpenTTD/OpenTTD] glx22 commented on pull request #10856: Fix: version of strgen/settingsgen was always $Revision$ https://github.com/OpenTTD/OpenTTD/pull/10856#issuecomment-1556206782
15:28:18 <glx[d]> "Before 3.20 the GENERATED property is not global" <-- MSVC uses 3.25 and GENERATED didn't seem global to me
15:29:26 <glx[d]> ah cmake policy
15:31:33 <glx[d]> so with 3.20, GENERATED is global but as we don't set the policy to NEW, it's still not global
15:31:52 <glx[d]> because minimum version is less than 3.20
15:36:30 <Rubidium_> also I'm not fond of anything > 3.18 at the moment as that would require me to switch distro
15:36:59 <TrueBrain> if only there was this way to run things in a simulated way .....
15:37:03 <TrueBrain> I know, let's call them containers!
15:37:04 <TrueBrain> 😛
15:44:07 <Rubidium_> that'd probably cause even longer builds
15:44:21 <Rubidium_> (for me)
15:44:35 <TrueBrain> what target is the issue?
15:45:23 <Rubidium_> well... it seems to build fine now, so all our CI targets must be 3.18 or higher
15:45:48 *** gelignite has joined #openttd
15:45:50 <Rubidium_> though our release targets... I've got no clue
15:45:54 <TrueBrain> anyway, if it ever becomes an issue, understand that things like Docker and podman run near native speed-wise
15:46:06 <TrueBrain> well, on Linux
15:46:13 <TrueBrain> on Windows .. with WSL it does too 😛
15:46:39 <TrueBrain> (containers are not virtualized; they run fenced)
15:46:41 <Rubidium_> I understand that they run near native, but... it'll take memory away from the OS and newer software is likely larger software
15:46:56 <TrueBrain> it runs as a native process on your OS
15:47:02 <TrueBrain> so memory-wise there also isn't a real difference 😉
15:47:12 <TrueBrain> diskspace on the other hand ... 😛
15:47:47 *** Wormnest has joined #openttd
15:47:49 <Rubidium_> remember... 10 year old hardware :D
15:48:14 <Rubidium_> though a 4000 series GPU ;)
15:48:22 <TrueBrain> yeah, but that really is not a relevant argument anymore 😛
15:50:40 <glx[d]> it's possible to keep 3.16 as minimum, but that means using `set_source_files_properties(${GENERATED_SOURCE_FILES} PROPERTIES GENERATED TRUE)` in each target CMakeLists.txt
15:52:54 <Rubidium_> what about the alternative... removing the version all together?
15:54:15 <Rubidium_> as arguably nothing is using the version, or someone would have made a ticket for that
15:54:52 <glx[d]> and we don't distribute strgen anymore
15:55:09 <TrueBrain> despite one user asking, over the last 10 years 😛
15:58:28 <TrueBrain> right .. next issue ... cloning from github.com over IPv6 only ... yeah ... that fails too ...
15:58:46 <TrueBrain> fucking tards, with their IPv4-only shit .. ugh .. bit done with it 😦
15:59:34 <TrueBrain> and this is SSH, so I cannot do the Cloudflare trick I am afraid 😦
16:00:00 <TrueBrain> tempted to store the wiki-data and BaNaNaS repo on gitlab instead 😛 Ghehe
16:00:53 <glx[d]> well it could be possible to request the compiled lng file from eints, with a workflow using get source from latest eints push, apply changes, build tools, build langs
16:03:13 <TrueBrain> lol, TransIP, a Dutch provider, offers a proxy for github.com specifically for IPv6-only VMs they host 😛
16:03:17 <TrueBrain> this world ...
16:03:51 <TrueBrain> glx[d]: the biggest problem to offer such functionality has always been: for what OpenTTD version?
16:04:01 <TrueBrain> as `lng` files are strongly bound to the OpenTTD client version
16:04:12 <TrueBrain> so these things only end in tears .. better to just not offer it
16:04:16 <glx[d]> I'd say latest nightly
16:04:26 <TrueBrain> so why not just wait till the nightly? 🙂
16:04:37 <TrueBrain> the other road that has been explored, live-feed eints into an OpenTTD client
16:04:47 <TrueBrain> basically moving strgen into the client
16:05:03 <TrueBrain> especially with GameScripts, there isn't really a good reason anymore to precompile language files like that
16:05:10 <TrueBrain> just ship .txt files, and run strgen on first start
16:05:29 <TrueBrain> removes this whole weirdness completely 🙂
16:05:53 <glx[d]> there is a reason, string table
16:06:11 <glx[d]> at least for compile
16:07:14 <glx[d]> but a cmake script could generate it
16:10:23 <DorpsGek> [OpenTTD/OpenTTD] PeterN updated pull request #10768: Codechange: Clean up scrollbars by adding iteration https://github.com/OpenTTD/OpenTTD/pull/10768
16:44:53 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10856: Fix: version of strgen/settingsgen was always $Revision$ https://github.com/OpenTTD/OpenTTD/pull/10856
16:45:52 <Rubidium_> oh stupid me...
16:46:20 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10856: Cleanup: version of strgen/settingsgen was always $Revision$, so remove it https://github.com/OpenTTD/OpenTTD/pull/10856
16:54:34 <DorpsGek> [OpenTTD/OpenTTD] glx22 approved pull request #10856: Cleanup: version of strgen/settingsgen was always $Revision$, so remove it https://github.com/OpenTTD/OpenTTD/pull/10856#pullrequestreview-1435566716
16:57:51 <glx[d]> simpler that way
17:13:55 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #10768: Codechange: Clean up scrollbars by adding iteration https://github.com/OpenTTD/OpenTTD/pull/10768#pullrequestreview-1435568764
17:39:13 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #10856: Cleanup: version of strgen/settingsgen was always $Revision$, so remove it https://github.com/OpenTTD/OpenTTD/pull/10856
17:43:55 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 approved pull request #10817: Feature: [GS] Goal destination can be updated https://github.com/OpenTTD/OpenTTD/pull/10817#pullrequestreview-1435571790
17:47:22 <Rubidium_> is there a way to shoe horn squash #10787? Or does that need amending the commit message?
17:52:32 <glx[d]> I can bypass
17:53:25 <DorpsGek> [OpenTTD/OpenTTD] glx22 merged pull request #10787: Allow dedicated server to use threaded saves. https://github.com/OpenTTD/OpenTTD/pull/10787
17:53:32 <glx[d]> and I'm an idiot
17:54:30 <glx[d]> just failed to properly write the commit message
17:54:53 <petern> Oops
17:59:10 <glx[d]> I think it's fixed
17:59:32 <glx[d]> (a forced push should be fine if it's quick enough)
18:00:35 <petern> 😮
18:05:33 <TrueBrain> And what did we learn today? Don't bypass the branch protections, it rarely is worth it 😉
18:18:19 <Rubidium_> I learned something something unexpected today: https://www.imdb.com/title/tt6414790/fullcredits Nice "movie" :)
18:18:38 <TrueBrain> haha
18:19:26 <TrueBrain> how silly
18:20:38 <TrueBrain> argh, still can't believe github.com is IPv4-only too ... I don't have many ideas how we can work around that .. but enabling IPv4 is just silly expensive for the few calls we make over IPv4 ..
18:23:38 <Rubidium_> can you change the hosts file?
18:24:02 <TrueBrain> I sure can; but that means I need a proxy .. which means yet-another-silly-machine-to-do-a-small-task ..
18:26:24 <Rubidium_> https://github.com/orgs/community/discussions/10539#discussioncomment-4736816 might be a neat workaround if you can override the resolv.conf. Don't know if it actually works though
18:26:49 <Rubidium_> that name server does resolv a IPv6 address for github.com even though the normal ones don't
18:26:52 <TrueBrain> well, resolv isn't the real issue there: using a random 6to4 feels a bit dodgy 😄
18:27:14 <Rubidium_> true... but that's what SSL is for, isn't it?
18:27:33 <TrueBrain> more: what are the odds it remains online?
18:27:35 <Rubidium_> and it could, ofcourse get broken at some point
18:27:45 <TrueBrain> I rather have an infra that is robust 😄
18:30:03 <Rubidium_> level66's first and second level support looks quite loyal to me :D
18:30:21 <Rubidium_> but yeah, it might not be the safest bet
18:30:57 <Rubidium_> on the other hand, your OVH VPSes could burn to a crisp as well :(
18:31:27 <TrueBrain> the world can burn! But it is about taking things in control 🙂
18:32:17 <TrueBrain> I just like simple infrastructure; and this is ruining it!
18:34:59 <TrueBrain> awh, AWS's egress-only gateway doesn't have NAT64 enabled 😛
18:40:47 <DorpsGek> [OpenTTD/OpenTTD] DorpsGek pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/9610705f46f15c11bcfa6b9de232ee4ca620fd92
18:40:48 <DorpsGek> - Update: Translations from eints (by translators)
18:47:22 <Rubidium_> hmm... how to continue eradicating strecpy/seprintf when there are so many open PRs that remove a part of them?
18:48:28 <TrueBrain> bribe people for reviews!
18:52:27 <andythenorth> hmm quiet
18:52:35 <andythenorth> oh wait, that was just me
18:58:00 <glx[d]> Nml also has a lack of reviewers with rights
19:04:48 <DorpsGek> [OpenTTD/nml] rubidium42 approved pull request #285: Fix: [Actions] nmlc version could not be determined during regression https://github.com/OpenTTD/nml/pull/285#pullrequestreview-1435580189
19:07:07 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #10843: Codechange: migrate away from C-style Getstring https://github.com/OpenTTD/OpenTTD/pull/10843#pullrequestreview-1435580364
19:07:12 <DorpsGek> [OpenTTD/nml] rubidium42 commented on pull request #286: Add: --no-32bpp and --no-extra-zoom option to skip some alternative sprites https://github.com/OpenTTD/nml/pull/286#pullrequestreview-1435580299
19:07:45 <DorpsGek> [OpenTTD/nml] rubidium42 approved pull request #289: Add: Support for {FORCE} string command https://github.com/OpenTTD/nml/pull/289#pullrequestreview-1435580428
19:09:48 <petern> Hmm, how can I make a persistent StringFilter / QueryString?
19:10:09 <petern> I figure QueryString is part of the window/widget system, but StringFilter is the filter itself.
19:11:08 <petern> Maybe I should just use an extra static string...
19:12:34 <petern> Hmm, now even sure how to set an editbox 😄
19:13:33 <petern> *not even
19:14:10 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 commented on pull request #10843: Codechange: migrate away from C-style Getstring https://github.com/OpenTTD/OpenTTD/pull/10843#pullrequestreview-1435581049
19:15:14 <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on pull request #10843: Codechange: migrate away from C-style Getstring https://github.com/OpenTTD/OpenTTD/pull/10843#pullrequestreview-1435581189
19:15:56 <DorpsGek> [OpenTTD/OpenTTD] PeterN approved pull request #10843: Codechange: migrate away from C-style Getstring https://github.com/OpenTTD/OpenTTD/pull/10843#pullrequestreview-1435581243
19:17:16 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 merged pull request #10843: Codechange: migrate away from C-style Getstring https://github.com/OpenTTD/OpenTTD/pull/10843
19:17:22 <Rubidium_> woohoo :D
19:18:32 <petern> Am I missing the methods to preset an editbox/querystring/textbuf?
19:19:51 <Rubidium_> it's strecpy :(
19:21:26 <Rubidium_> hmm, or not anymore?!?
19:22:32 <Rubidium_> Textbuf::Assign ?
19:23:46 <Rubidium_> oh, and stuff like GetString(this->editbox.text.buf, str, last_of)
19:24:27 <Rubidium_> (yes, that was not part of #10843 as I wanted to try to avoid conflicting with you)
19:31:23 <TrueBrain> okay, found a way around the github.com IPv4-only issue .. I can also proxy the http like I do for ghcr.io, and change over the SSH to HTTPS for pushing, with a git-credential helper and a GitHub Apps .. bit of work, but that is doable.
19:31:36 <TrueBrain> I do have to (strongly) limit who can use the proxy, as .. having it public might be asking for trouble 😄
19:48:01 *** gelignite has quit IRC (Quit: Stay safe!)
19:51:38 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 updated pull request #10852: Codechange: replace seprintf with fmt::format for crashlog generation https://github.com/OpenTTD/OpenTTD/pull/10852
19:55:30 <DorpsGek> [OpenTTD/nml] glx22 merged pull request #285: Fix: [Actions] nmlc version could not be determined during regression https://github.com/OpenTTD/nml/pull/285
19:56:41 <DorpsGek> [OpenTTD/nml] glx22 merged pull request #289: Add: Support for {FORCE} string command https://github.com/OpenTTD/nml/pull/289
19:56:45 <petern> Hmm, making QueryString static seems to work after all.
20:05:48 <DorpsGek> [OpenTTD/nml] glx22 updated pull request #286: Add: --no-32bpp and --no-extra-zoom option to skip some alternative sprites https://github.com/OpenTTD/nml/pull/286
20:06:30 <DorpsGek> [OpenTTD/OpenTTD] PeterN opened pull request #10857: Change: Remember waypoint filter string. https://github.com/OpenTTD/OpenTTD/pull/10857
20:07:00 <petern> And that'll help the station one when I get around to fixing it 🙂
20:08:56 <DorpsGek> [OpenTTD/nml] rubidium42 approved pull request #286: Add: --no-32bpp and --no-extra-zoom option to skip some alternative sprites https://github.com/OpenTTD/nml/pull/286#pullrequestreview-1435586143
20:10:57 <DorpsGek> [OpenTTD/nml] glx22 merged pull request #286: Add: --no-32bpp and --no-extra-zoom option to skip some alternative sprites https://github.com/OpenTTD/nml/pull/286
20:12:08 <glx[d]> now I need to do the annoying changelog update
20:17:07 <DorpsGek> [OpenTTD/OpenTTD] rubidium42 approved pull request #10857: Change: Remember waypoint filter string. https://github.com/OpenTTD/OpenTTD/pull/10857#pullrequestreview-1435586993
20:29:42 <DorpsGek> [OpenTTD/nml] glx22 opened pull request #291: Update: changelog for 0.7.3 https://github.com/OpenTTD/nml/pull/291
20:33:57 <andythenorth> \o/
20:39:44 *** nielsm has quit IRC (Ping timeout: 480 seconds)
20:42:25 <Rubidium_> andythenorth: any typo's in that changelog?
20:44:18 <DorpsGek> [OpenTTD/nml] stormcone commented on pull request #291: Update: changelog for 0.7.3 https://github.com/OpenTTD/nml/pull/291#pullrequestreview-1435589642
20:45:13 <DorpsGek> [OpenTTD/nml] glx22 updated pull request #291: Update: changelog for 0.7.3 https://github.com/OpenTTD/nml/pull/291
20:45:57 <DorpsGek> [OpenTTD/nml] andythenorth commented on pull request #291: Update: changelog for 0.7.3 https://github.com/OpenTTD/nml/pull/291#pullrequestreview-1435589803
20:52:38 <DorpsGek> [OpenTTD/nml] glx22 updated pull request #291: Update: changelog for 0.7.3 https://github.com/OpenTTD/nml/pull/291
21:03:02 *** keikoz has quit IRC (Ping timeout: 480 seconds)
21:07:23 <DorpsGek> [OpenTTD/nml] rubidium42 approved pull request #291: Update: changelog for 0.7.3 https://github.com/OpenTTD/nml/pull/291#pullrequestreview-1435591978
21:08:59 <DorpsGek> [OpenTTD/nml] glx22 merged pull request #291: Update: changelog for 0.7.3 https://github.com/OpenTTD/nml/pull/291
21:10:02 <DorpsGek> [OpenTTD/nml] glx22 created new tag: 0.7.3 https://github.com/OpenTTD/nml/releases/tag/0.7.3
21:13:44 <glx[d]> and it worked flawlessly
21:18:37 <andythenorth> 🙂
22:03:49 *** tokai has joined #openttd
22:03:49 *** ChanServ sets mode: +v tokai
22:10:27 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
22:13:02 *** HerzogDeXtEr has quit IRC (Read error: Connection reset by peer)
22:14:17 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
23:47:17 *** _aD has quit IRC (Ping timeout: 480 seconds)