--- | Log | opened Thu Feb 25 00:00:54 2021 |
02:00 | -!- | sla_ro|master [~sla.ro@89.136.179.137] has joined #openttd |
02:00 | -!- | sla_ro|master is "slamaster" on @#sla #openttd |
02:21 | -!- | andythenorth [~andytheno@cpc87165-aztw31-2-0-cust40.18-1.cable.virginm.net] has joined #openttd |
02:21 | -!- | andythenorth is "andythenorth" on #openttd |
02:22 | -!- | rptr [~rptr@2a00:801:44b:5fb3:b852:cfd3:ade7:f24f] has quit [] |
02:26 | -!- | tokai [~tokai@00012860.user.oftc.net] has joined #openttd |
02:26 | -!- | tokai is "Christian Rosentreter" on #openttd |
02:26 | -!- | mode/#openttd [+v tokai] by ChanServ |
02:33 | -!- | tokai|noir [~tokai@00012860.user.oftc.net] has quit [Ping timeout: 480 seconds] |
02:50 | -!- | Wolf01 [~wolf01@0001288e.user.oftc.net] has joined #openttd |
02:50 | -!- | Wolf01 is "Wolf01" on #openttd |
03:08 | -!- | iSoSyS [~iSoSyS@ff2-84-90-95-208.netvisao.pt] has joined #openttd |
03:08 | -!- | iSoSyS is "realname" on #/r/openttd #openttd |
03:10 | -!- | iSoSyS [~iSoSyS@ff2-84-90-95-208.netvisao.pt] has quit [] |
03:10 | <andythenorth> | yo |
03:11 | <Wolf01> | o/ |
03:18 | -!- | rptr [~rptr@2a00:801:44b:5fb3:b852:cfd3:ade7:f24f] has joined #openttd |
03:18 | -!- | rptr is "morbidgirl" on #llvm #moocows #rust #realraum #publiclab #packaging #oftc #linux #debian-next #debian #C #openttd |
03:26 | -!- | HerzogDeXtEr [~farci@ip92340b10.dynamic.kabel-deutschland.de] has joined #openttd |
03:26 | -!- | HerzogDeXtEr is "purple" on #openttd |
03:49 | <Xaroth> | yo |
03:53 | -!- | gelignite [~gelignite@55d475c8.access.ecotel.net] has joined #openttd |
03:53 | -!- | gelignite is "realname" on #llvm #openttd |
03:59 | <@peter1138> | When following references stops working in VS Code... |
04:01 | <@peter1138> | When my knees smack the ridigity bar underneath my desk... |
04:03 | <@peter1138> | Made back when you had 35kg of monitor on it :) |
04:30 | <@DorpsGek> | [OpenTTD/website] orudge commented on pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/JtFL6 |
04:41 | <@DorpsGek> | [OpenTTD/OpenTTD] Eddi-z opened pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtFtl |
04:42 | <Eddi|zuHause> | you can still have 35kg of monitor on your desk. just it would cover a larger screen area :p |
04:45 | <LordAro> | or be ridiculously retro |
04:45 | <LordAro> | Eddi|zuHause: centre, not center |
04:45 | <Eddi|zuHause> | right |
04:46 | <LordAro> | unless you want to volunteer as en_US translator :p |
04:46 | <@DorpsGek> | [OpenTTD/OpenTTD] Eddi-z updated pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtFtl |
04:46 | <Eddi|zuHause> | that sounds like a terrible idea :p |
04:47 | <@DorpsGek> | [OpenTTD/OpenTTD] Eddi-z updated pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtFtl |
04:49 | <@DorpsGek> | [OpenTTD/OpenTTD] Eddi-z updated pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtFtl |
04:49 | <Eddi|zuHause> | the exclusive rights explanation might be clearer this way round? |
04:56 | <@DorpsGek> | [OpenTTD/OpenTTD] James103 commented on pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtFqc |
06:07 | -!- | Strakaty [~oftc-webi@cpc119396-smal16-2-0-cust159.19-1.cable.virginm.net] has joined #openttd |
06:07 | -!- | Strakaty is "OFTC WebIRC Client" on #openttd |
06:14 | <Strakaty> | Hi all, I finally got to the point of building logic splitters. All my trains slowing down corectly in colored (PURR) ways, but their Max.Speed (visible in Train Details) is not changing at all. So conditional orders can't work. Is there any special additional in settings? My Game config - NUTS 0.8.4 , Firs 4.0.0, PURR 0.0.6 . OpenTTD 1.10.3 |
06:15 | -!- | andythenorth [~andytheno@cpc87165-aztw31-2-0-cust40.18-1.cable.virginm.net] has quit [Quit: andythenorth] |
06:26 | <Xaroth> | I'm trying to keep a copy of the tile map (_m) to detect when changes have been done to chunks of tiles at a time. What/where would be the most sane way to copy the current tile map to this new copy after loading, somewhere at the end of AfterLoadGame right? |
06:26 | <Eddi|zuHause> | no, the max speed in the train details will not change depending on track type |
06:27 | <Eddi|zuHause> | Xaroth: there's probably a better place for that somewhere around the function that calls AfterLoadGame |
06:29 | <Xaroth> | so that would be DoLoad, fair. |
06:30 | <Eddi|zuHause> | also, there's _m and _me, which you both need to copy |
06:30 | <Xaroth> | I'm only interested in _m |
06:30 | <Xaroth> | _me doesn't contain any information I'm tracking |
06:31 | <Eddi|zuHause> | just saying, if you need a general approach to look at the whole map, you need both |
06:31 | <Xaroth> | This is just basic information; tile type, tile owner, and tile height |
06:48 | -!- | Samu [~Ricardo@po1-84-91-251-215.netvisao.pt] has joined #openttd |
06:48 | -!- | Samu is "realname" on #openttd |
07:02 | -!- | HerzogDeXtEr1 [~farci@ip92341b0b.dynamic.kabel-deutschland.de] has joined #openttd |
07:02 | -!- | HerzogDeXtEr1 is "purple" on #openttd |
07:07 | -!- | HerzogDeXtEr [~farci@ip92340b10.dynamic.kabel-deutschland.de] has quit [Ping timeout: 480 seconds] |
07:09 | -!- | roadt_ [~roadt@60.166.85.104] has joined #openttd |
07:09 | -!- | roadt_ is "roadt" on #openttd |
07:16 | -!- | roadt__ [~roadt@36.5.217.34] has quit [Ping timeout: 480 seconds] |
07:18 | <@DorpsGek> | [OpenTTD/OpenTTD] Eddi-z commented on pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtF3Q |
07:23 | -!- | Wolf01 [~wolf01@0001288e.user.oftc.net] has quit [Ping timeout: 480 seconds] |
07:24 | -!- | Wolf01 [~wolf01@0001288e.user.oftc.net] has joined #openttd |
07:24 | -!- | Wolf01 is "Wolf01" on #openttd |
07:25 | -!- | iSoSyS [~iSoSyS@ff2-84-90-95-208.netvisao.pt] has joined #openttd |
07:25 | -!- | iSoSyS is "realname" on #/r/openttd #openttd |
07:26 | -!- | iSoSyS [~iSoSyS@ff2-84-90-95-208.netvisao.pt] has quit [] |
07:28 | -!- | Wuzzy [~Wuzzy@0001b11e.user.oftc.net] has joined #openttd |
07:28 | -!- | Wuzzy is "Wuzzy" on #openttd |
07:28 | <Wuzzy> | Requesting review for OpenSFX PR: https://github.com/OpenTTD/OpenSFX/pull/14 |
07:30 | -!- | Miki_Strakaty [Strakaty@cpc119396-smal16-2-0-cust159.19-1.cable.virginm.net] has joined #openttd |
07:30 | -!- | Miki_Strakaty is "..." on #openttd |
07:31 | -!- | Miki_Strakaty [Strakaty@cpc119396-smal16-2-0-cust159.19-1.cable.virginm.net] has quit [Remote host closed the connection] |
07:36 | <@peter1138> | Bringing that beer delivery indoors was hard work, I think it deserves a beer... |
07:45 | -!- | gelignite [~gelignite@55d475c8.access.ecotel.net] has quit [Quit: Stay safe!] |
07:47 | <@DorpsGek> | [OpenTTD/OpenTTD] 2TallTyler commented on pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtFZT |
07:49 | <@DorpsGek> | [OpenTTD/OpenTTD] James103 commented on pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtFZO |
07:53 | <@DorpsGek> | [OpenTTD/OpenTTD] Eddi-z commented on pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtFZ9 |
07:55 | <@DorpsGek> | [OpenTTD/OpenTTD] Eddi-z updated pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtFtl |
07:56 | <@DorpsGek> | [OpenTTD/OpenTTD] Eddi-z commented on pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtFnt |
08:00 | <@orudge> | Wuzzy: will have a look just now |
08:00 | -!- | rptr [~rptr@2a00:801:44b:5fb3:b852:cfd3:ade7:f24f] has quit [Ping timeout: 480 seconds] |
08:04 | <Wuzzy> | thx |
08:13 | -!- | andythenorth [~andytheno@cpc87165-aztw31-2-0-cust40.18-1.cable.virginm.net] has joined #openttd |
08:13 | -!- | andythenorth is "andythenorth" on #openttd |
08:14 | <@DorpsGek> | [OpenTTD/OpenTTD] mattkimber commented on pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtFCO |
08:24 | <@DorpsGek> | [OpenTTD/OpenSFX] orudge approved pull request #14: Change readme, license, descriptions https://git.io/JtFWs |
08:24 | <@DorpsGek> | [OpenTTD/OpenSFX] orudge merged pull request #14: Change readme, license, descriptions https://git.io/JtrZp |
08:25 | <@orudge> | Wuzzy: when you're able to rebase your other PR, I will try to take a look at that too |
08:25 | <Wuzzy> | wait, what? |
08:25 | <Wuzzy> | rebase? o_O |
08:25 | <Wuzzy> | ahh you merged #14 |
08:26 | <Wuzzy> | orudge: ok thanks. yes this was the plan all along. #19 needs to be re-done because it was mostly a preview |
08:27 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 commented on issue #2: Relicense OpenSFX under an actual FOSS license https://git.io/JtnIG |
08:27 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 closed issue #2: Relicense OpenSFX under an actual FOSS license https://git.io/JtnIG |
08:36 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 updated pull request #19: Replace Mercurial code with Git code https://git.io/JtrPG |
08:39 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 commented on pull request #19: Replace Mercurial code with Git code https://git.io/JtFl1 |
08:40 | -!- | tokai [~tokai@00012860.user.oftc.net] has quit [Quit: c('~' )o] |
08:40 | <Wuzzy> | orudge: I've updated #19 |
08:40 | <LordAro> | Wuzzy: we can see, you don't need to say anything ;) |
08:40 | <supermop_Home> | hi andythenorth |
08:40 | <supermop_Home> | peter1138 i agree re beer |
08:42 | <supermop_Home> | so i ideated, wrote, drew, added, and tested a whole new type of thing for my RV grf in one day yesterday, but can't really think of a good way to hype it up |
08:43 | <supermop_Home> | really not feeling up to making lots of pretty screenshots cropped to small resolution that will show in forum |
08:44 | <supermop_Home> | so just released grf on bananas with no forum noise |
08:47 | <Xaroth> | make lots of big screenshots to show on forum? |
08:51 | <@orudge> | Wuzzy: I'll need to check it out and do some testing, if I get a chance I'll do it tonight, but will depend on what other work I have to do |
08:52 | <Wuzzy> | k |
08:52 | <Wuzzy> | i also try to figure it out what is goin on |
08:56 | <Wuzzy> | ah i think i found the problem. the description was missing in the .obs file after Make-ing |
09:04 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 updated pull request #19: Replace Mercurial code with Git code https://git.io/JtrPG |
09:06 | <andythenorth> | so native push-pull trains for 1.11? |
09:06 | <andythenorth> | (consist reversing in station) |
09:11 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 commented on pull request #19: Replace Mercurial code with Git code https://git.io/JtFBm |
09:16 | <@DorpsGek> | [OpenTTD/OpenTTD] 2TallTyler commented on pull request #8743: Change: Default to a 32bpp blitter. https://git.io/JtFB2 |
09:21 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 commented on issue #21: Update translations in 'lang' directory https://git.io/Jtozb |
09:21 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 closed issue #21: Update translations in 'lang' directory https://git.io/Jtozb |
09:21 | <Wuzzy> | I think #19 is now merge-able 😊 |
09:22 | <supermop_Home> | andythenorth from the shunting patch? |
09:23 | <andythenorth> | oof |
09:23 | <andythenorth> | no idea, I got driven out of that thread |
09:24 | <supermop_Home> | didn't eddi have the idea to support old-style behavior with a delay to reverse? |
09:24 | <supermop_Home> | andythenorth i added cable cars |
09:24 | <andythenorth> | :) |
09:24 | <Eddi|zuHause> | i had loads of ideas, i don't remember this particular one |
09:26 | <supermop_Home> | don't have the energy to get cute pictures of it |
09:30 | -!- | nielsm [~nielsm@188-181-82-243-cable.dk.customer.tdc.net] has joined #openttd |
09:30 | -!- | nielsm is "Niels Martin Hansen" on #openttd |
09:35 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 opened pull request #22: Shorten some description texts https://git.io/JtF05 |
09:45 | <@DorpsGek> | [OpenTTD/website] TrueBrain updated pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/Jtdn8 |
09:45 | <@DorpsGek> | [OpenTTD/website] TrueBrain commented on pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/JtFEK |
09:46 | <@DorpsGek> | [OpenTTD/OpenTTD] Eddi-z commented on pull request #8744: Change: Clarify what effect town interactions have https://git.io/JtFED |
09:47 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 updated pull request #22: Shorten some description texts https://git.io/JtF05 |
09:48 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 commented on pull request #22: Shorten some description texts https://git.io/JtFEF |
09:57 | <@DorpsGek> | [OpenTTD/website] orudge updated pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/Jtdn8 |
09:59 | <@DorpsGek> | [OpenTTD/website] orudge commented on pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/JtFuy |
10:00 | -!- | andythenorth [~andytheno@cpc87165-aztw31-2-0-cust40.18-1.cable.virginm.net] has quit [Quit: andythenorth] |
10:03 | <@DorpsGek> | [OpenTTD/website] LordAro commented on pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/JtFzf |
10:03 | -!- | sla_ro|master [~sla.ro@89.136.179.137] has quit [] |
10:07 | <@DorpsGek> | [OpenTTD/website] TrueBrain commented on pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/JtFzC |
10:07 | <@DorpsGek> | [OpenTTD/website] orudge commented on pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/JtFz8 |
10:07 | <LordAro> | TrueBrain: bikeshedding! |
10:12 | <Xaroth> | At some point somebody's going to suggest keeping a list of every major.minor.revision version of macOS that is supported. |
10:24 | <TrueBrain> | well, we get questions, and answering them is annoying |
10:24 | <TrueBrain> | but yeah, bikeshedding |
10:24 | <LordAro> | damn users, getting confused by things that are unclear |
10:24 | <LordAro> | honestly, the nerve |
10:24 | <TrueBrain> | but I think my solution captures most questions I have seen and you have gotten, not? |
10:25 | <TrueBrain> | basically, mention what is hot |
10:26 | <@DorpsGek> | [OpenTTD/website] LordAro commented on pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/JtFgx |
10:26 | <LordAro> | TrueBrain: probably, yeah |
10:28 | <TrueBrain> | I mostly noticed that our expectations of our users are high :P |
10:29 | <TrueBrain> | we assume they understand things behind their little bubble :D |
10:29 | <LordAro> | need to find some non-technical mac users |
10:31 | <TrueBrain> | "macOS Maverick or newer, including Big Sur and M1 (10.9+, universal)" |
10:31 | <TrueBrain> | mixes both the technical terms and the ones on Apple's website |
10:33 | <TrueBrain> | Apple made this rather difficult :D |
10:36 | <@DorpsGek> | [OpenTTD/website] TrueBrain updated pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/Jtdn8 |
10:37 | <FLHerne> | TrueBrain: Agree with orudge that including "M1" is a mistake, it'll need changing at some point |
10:37 | <TrueBrain> | so? |
10:38 | <FLHerne> | "macOS 10.9 Maverick and newer, including Apple Silicon devices" ? |
10:38 | <@DorpsGek> | [OpenTTD/website] TrueBrain commented on pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/JtFau |
10:38 | <TrueBrain> | nothing wrong with changing the names constantly to address our market |
10:38 | <FLHerne> | If you're changing the text, you might as well change it to something that'll stay right for a while |
10:39 | <TrueBrain> | if we have to change it once a year, I mean .. boo-fucking-hoo :D |
10:39 | <TrueBrain> | but the worst thing we can have, is that a user lands on our website and asks himself: does this work on my machine? |
10:39 | <TrueBrain> | that is just terrible :) |
10:39 | <TrueBrain> | remember that for Windows we are also very explicit |
10:40 | <TrueBrain> | letters are still free, we have to remember :) |
10:42 | <TrueBrain> | we have to change the list at least once a year anyway, for our Debian flavours |
10:42 | <TrueBrain> | "Windows 95 / 98 / ME / 2000 / XP without SP3" <- talking about us being explicit :D Well, that build is no longer produced, ofc |
10:52 | <TrueBrain> | hmm ... I need pngs for all our SPR_ enums ... how hard can that be :P |
10:52 | -!- | Wuzzy2 [~Wuzzy@p5790e3bb.dip0.t-ipconnect.de] has joined #openttd |
10:52 | -!- | Wuzzy2 is "Wuzzy" on #openttd |
10:53 | -!- | Wuzzy [~Wuzzy@0001b11e.user.oftc.net] has quit [Ping timeout: 480 seconds] |
10:57 | -!- | virtualrandomnumber [~Thunderbi@p4ffe3d2c.dip0.t-ipconnect.de] has joined #openttd |
10:57 | -!- | virtualrandomnumber is "virtualrandomnumber" on #openttd #/r/openttd |
10:57 | -!- | virtualrandomnumber [~Thunderbi@p4ffe3d2c.dip0.t-ipconnect.de] has quit [] |
11:00 | -!- | Zuu [~Zuu@h-114-144.A98.priv.bahnhof.se] has joined #openttd |
11:00 | -!- | Zuu is "Leif" on #openttdcoop.nightly #freerct #openttd.dev #openttd #openttdcoop.dev #openttd.noai |
11:00 | -!- | Zuu [~Zuu@h-114-144.A98.priv.bahnhof.se] has quit [Read error: Connection reset by peer] |
11:01 | -!- | Flygon [~Flygon@2001:44b8:411e:4e00:dd5c:9a65:a0b7:e521] has quit [Read error: Connection reset by peer] |
11:01 | -!- | Zuu is "Leif" on #openttdcoop.nightly #freerct #openttd.dev #openttd #openttdcoop.dev #openttd.noai |
11:01 | -!- | Zuu [~Zuu@h-114-144.A98.priv.bahnhof.se] has joined #openttd |
11:01 | -!- | Zuu [~Zuu@h-114-144.A98.priv.bahnhof.se] has quit [Read error: Connection reset by peer] |
11:02 | -!- | Zuu [~Zuu@h-114-144.A98.priv.bahnhof.se] has joined #openttd |
11:02 | -!- | Zuu is "Leif" on #openttdcoop.nightly #openttdcoop.dev #openttd.dev #openttd #openttd.noai |
11:03 | <Zuu> | I spoke with a friend on that most games are nowdays bought via Steam and gave OpenTTD as an example of a game that is still run outside of Steam unaware of the recent changes in that area. :D |
11:04 | <TrueBrain> | Zuu: :D So you set him right, right? :D |
11:04 | <TrueBrain> | also: hi! |
11:04 | <Zuu> | Hi! |
11:04 | <Zuu> | Annual Zuu entering chat :-p |
11:05 | <TrueBrain> | :D Always a pleasure :) |
11:05 | -!- | lobster [~lobster@2.58.44.66] has joined #openttd |
11:05 | -!- | lobster is "Lob Star" on #openttd #locomotion |
11:06 | <@DorpsGek> | [OpenTTD/website] orudge commented on pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/JtFrf |
11:06 | <@DorpsGek> | [OpenTTD/website] orudge approved pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/JtFrJ |
11:06 | <@DorpsGek> | [OpenTTD/website] TrueBrain commented on pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/JtFrU |
11:07 | <Zuu> | Also cool to see that Story book has been improved with push buttons. :-) |
11:07 | <TrueBrain> | and THAT is the feature you notice :D |
11:07 | <TrueBrain> | of allllll the things :P |
11:07 | <TrueBrain> | <3 :D |
11:07 | <Zuu> | Yes, because I wanted to implement it before, but never was able to pull it off. |
11:08 | <Zuu> | But yeha. Lots of other new features :-) |
11:09 | <TrueBrain> | too little, too late :P |
11:09 | <TrueBrain> | :D I am just kidding ofc ;) |
11:11 | <TrueBrain> | so I just spend 10 minutes trying to figure out how this WWT_MATRIX got 11 rows .. only to find a magic value in the code setting the height of the widget, based on which the matrix calculates how many rows that are .. you got to love that :D |
11:13 | <_dp_> | the more I tinker with openttd ui code the more I want to burn it :p |
11:17 | <TrueBrain> | I said it before and I say it again: according to this channel, most parts of OpenTTD should be burnt :P |
11:29 | <TrueBrain> | https://pasteboard.co/JQ0R4NV.png another window I can render-ish :D |
11:32 | <Zuu> | TrueBrain: Reading git log looks like you have been productive with lots of plumbing with game/draw loops etc. and also updating the cheat window. :-) |
11:32 | <TrueBrain> | been all over the place, yes :D |
11:33 | <LordAro> | basically completely rewritten the video drivers |
11:33 | -!- | glx [glx@000128ec.user.oftc.net] has joined #openttd |
11:33 | -!- | glx is "Loïc GUILLOUX" on #openttd |
11:33 | -!- | mode/#openttd [+v glx] by ChanServ |
11:33 | <TrueBrain> | together with michi_cc , I think we did so, yes :) |
11:33 | <TrueBrain> | it was about thime :D |
11:33 | <TrueBrain> | 60fpssssssssssss |
11:33 | <TrueBrain> | it is so much nicer to play, really |
11:33 | <LordAro> | and added several new ones :p |
11:35 | <TrueBrain> | Zuu: and the biggest challenge for 1.12 .. redesign some of the UIs ... |
11:35 | <TrueBrain> | that will be fun :D |
11:35 | <Zuu> | Depends on how many people that need to agree on the new design :-) |
11:36 | <TrueBrain> | haha, very true :D |
11:36 | <TrueBrain> | well, so far the ideas are received well, so that is something at least |
11:36 | * | LordAro paints the bikeshed a sort of dark cyan |
11:36 | <Xaroth> | Mauve is much more appealing, LordAro |
11:37 | <FLHerne> | TrueBrain: Who says they're not right? :p |
11:37 | <FLHerne> | Burn the codebase and start over with OpenLoco |
11:38 | <TrueBrain> | hmm, I need to convert STR_ to dummy strings that are somewhat like the real string |
11:38 | <TrueBrain> | that will be interesting |
11:38 | <_dp_> | isn't locomotion somewhat of a failure in general? |
11:39 | <LordAro> | TrueBrain: some sort of arbitrary string seems more appropriate, given the variation in length of strings for different languages? |
11:39 | -!- | sla_ro|master [~sla.ro@89.136.179.137] has joined #openttd |
11:39 | -!- | sla_ro|master is "slamaster" on @#sla #openttd |
11:39 | <LordAro> | arbitrary/random |
11:39 | <TrueBrain> | well, you need to understand what is meant with it |
11:39 | <TrueBrain> | otherwise it is difficult to understand mockups |
11:40 | <TrueBrain> | but yeah, you do have a point that only using English can be misleading |
11:41 | <TrueBrain> | https://pasteboard.co/JQ0Wjik.png |
11:41 | <TrueBrain> | guess that works :P |
11:43 | <_dp_> | oh, string system, definitely high on my burn list as well :p |
11:43 | <LordAro> | i'd agree with you there |
11:43 | <TrueBrain> | you rather use ... GetText? :o |
11:44 | <Zuu> | Oh no, can't we also support sign language in the UI? |
11:44 | <Xaroth> | Don't forget about braille |
11:44 | <Eddi|zuHause> | if you find a library for that |
11:45 | <Zuu> | braille is probably easier. It is more about wiring up with OS accessibility layers from what I understand. |
11:45 | <Zuu> | Then someone with a braillie monitor can read the text from OpenTTD similar to if they were using a screen reader. Just two different output systems. |
11:47 | <Zuu> | Sign language requires that strings can be videos. But it is not common in UIs to have sign language support. |
11:47 | <Eddi|zuHause> | it doesn't even make any sense, because people who can see sign language can usually also read normal text. |
11:48 | <Eddi|zuHause> | also, there's no single "sign language", each language has their own sign language variant |
11:49 | <Zuu> | It can make some sense, because someone being ASL native has English as second language. But it is no different to other minority that don't have their native language supported. |
11:52 | <Zuu> | Yes you are right on there not being a single sign language. I only know the Swedish sign language and is quite poor in ASL. |
11:54 | <TrueBrain> | in other news: https://pasteboard.co/JQ11qM1.png :D |
11:54 | <TrueBrain> | still need to implement PIP |
11:56 | <_dp_> | TrueBrain, what are you going to do with windows that have extra drawing code? |
11:56 | <TrueBrain> | absolutely 100% nothing |
11:59 | -!- | Zuu [~Zuu@h-114-144.A98.priv.bahnhof.se] has quit [Quit: Oh well, .. that's for now. See you later.] |
11:59 | <_dp_> | tbh, I'm not really getting why do you event want to render ui stuff in html |
12:00 | <_dp_> | a lot of ui depends on custom code and buttons you can just prototype wherever |
12:10 | <+glx> | he wants to easily move stuff around without needing to build and run openttd to check |
12:13 | -!- | Beerbelott [~Beerbelot@00028cd3.user.oftc.net] has joined #openttd |
12:13 | -!- | Beerbelott is "realname" on #openttd |
12:15 | -!- | Progman [~progman@p548d9346.dip0.t-ipconnect.de] has joined #openttd |
12:15 | -!- | Progman is "Peter Henschel" on #openttdcoop.dev #openttd |
12:21 | <_dp_> | compared to making the whole ui-to-hmtl thing building openttd doesn't seem that troublesome :p |
12:29 | -!- | Wormnest [~Wormnest@35.136.189.95] has joined #openttd |
12:29 | -!- | Wormnest is "Wormnest" on #openttd |
12:35 | <@DorpsGek> | [OpenTTD/website] LordAro merged pull request #191: Change: Make it clearer that macOS 11 is supported https://git.io/Jtdn8 |
13:11 | -!- | Wuzzy3 [~Wuzzy@p5b0dfc67.dip0.t-ipconnect.de] has joined #openttd |
13:11 | -!- | Wuzzy3 is "Wuzzy" on #openttd |
13:14 | -!- | Wuzzy2 [~Wuzzy@p5790e3bb.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
13:18 | -!- | frosch123 [~frosch@00013ce7.user.oftc.net] has joined #openttd |
13:18 | -!- | frosch123 is "frosch" on #openttd |
13:21 | <frosch123> | latest spam is interesting |
13:22 | <frosch123> | it may be written by an AI |
13:23 | <frosch123> | https://dpaste.org/TzEz <- i just can't imagine a human writing something like that |
13:25 | -!- | Wuzzy2 [~Wuzzy@p5b0dfcd3.dip0.t-ipconnect.de] has joined #openttd |
13:25 | -!- | Wuzzy2 is "Wuzzy" on #openttd |
13:25 | <TrueBrain> | lol ... a new way of using WikiPedia ... |
13:25 | <TrueBrain> | interesting |
13:28 | -!- | Wuzzy3 [~Wuzzy@p5b0dfc67.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
13:33 | -!- | Wuzzy2 [~Wuzzy@p5b0dfcd3.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
13:34 | <TrueBrain> | child.padding_right = (child.padding_right || 0) + widget.pip_inter; |
13:34 | <TrueBrain> | I love writing ugly Javascript |
13:41 | <TrueBrain> | https://pasteboard.co/JQ1J1JZ.png <- w00p, PIP applied |
13:42 | <_dp_> | on javascript scale that isn't ugly in a slightest :p |
13:42 | <TrueBrain> | the window system is really easy to process :) |
13:47 | -!- | Wuzzy [~Wuzzy@0001b11e.user.oftc.net] has joined #openttd |
13:47 | -!- | Wuzzy is "Wuzzy" on #openttd |
14:01 | <@DorpsGek> | [OpenTTD/OpenTTD] DorpsGek pushed 1 commits to master https://git.io/JtFHD |
14:02 | <@DorpsGek> | - Update: Translations from eints (by translators) |
14:09 | -!- | andythenorth [~andytheno@cpc87165-aztw31-2-0-cust40.18-1.cable.virginm.net] has joined #openttd |
14:09 | -!- | andythenorth is "andythenorth" on #openttd |
14:11 | <@DorpsGek> | [OpenTTD/OpenTTD] TrueBrain opened pull request #8745: Fix: don't link to OpenGL with SDL2 as backend; SDL2 dynamically loads it https://git.io/JtFQ4 |
14:11 | <TrueBrain> | glx: I went for a slightly different solution |
14:12 | <@DorpsGek> | [OpenTTD/OpenTTD] TrueBrain updated pull request #8745: Fix: don't link to OpenGL with SDL2 as backend; SDL2 dynamically loads it https://git.io/JtFQ4 |
14:13 | <TrueBrain> | linking against a target can still make changes to things like compiler-flags .. silly enough :) |
14:14 | <TrueBrain> | target_link_libraries does a lot more than the name suggests :P |
14:15 | <@DorpsGek> | [OpenTTD/OpenTTD] TrueBrain updated pull request #8745: Fix: don't link to OpenGL with SDL2 as backend; SDL2 dynamically loads it https://git.io/JtFQ4 |
14:18 | <TrueBrain> | although I doubt that is relevant for OpenGL's case, but meh |
14:19 | <TrueBrain> | and it is not like I really understand CMake, so I hope I got it right :P |
14:23 | -!- | Wuzzy2 [~Wuzzy@p5b0df8ea.dip0.t-ipconnect.de] has joined #openttd |
14:23 | -!- | Wuzzy2 is "Wuzzy" on #openttd |
14:25 | -!- | Wuzzy [~Wuzzy@0001b11e.user.oftc.net] has quit [Ping timeout: 480 seconds] |
14:31 | <@DorpsGek> | [OpenTTD/OpenTTD] michicc commented on pull request #8743: Change: Default to a 32bpp blitter. https://git.io/JtF7Q |
14:31 | <TrueBrain> | tssk, michi_cc can't even quantify "feels wrong"? :P :D <3 |
14:32 | <LordAro> | TrueBrain: what does 'PUBLIC' signify in target_link_libraries? |
14:33 | <TrueBrain> | rtfm :P :D Just kidding :) |
14:33 | <TrueBrain> | you have PUBLIC, PRIVATE and INTERFACE |
14:33 | <TrueBrain> | PUBLIC = PRIVATE | INTERFACE |
14:34 | <TrueBrain> | "Libraries and targets following PUBLIC are linked to, and are made part of the link interface. Libraries and targets following PRIVATE are linked to, but are not made part of the link interface. Libraries following INTERFACE are appended to the link interface and are not used for linking <target>" |
14:34 | <TrueBrain> | so yeah ... makes sense? No? Awh :P |
14:34 | <TrueBrain> | this is the part I hate about CMake, as I think I understand 10% of what is going on there |
14:35 | <TrueBrain> | from what I have seen, INTERFACE can drag in extra arguments |
14:35 | <TrueBrain> | PRIVATE does the real linking (so the -l<bla>) |
14:35 | <TrueBrain> | PUBLIC does both |
14:35 | <TrueBrain> | the "say nothing" we used, implies PUBLIC-ish .. |
14:36 | <TrueBrain> | but if you use INTERFACE in ANY of a target, you have to use PUBLIC/PRIVATE/INTERFACE on all |
14:40 | <TrueBrain> | hmm .. on second look, with some experimenting .. |
14:40 | <TrueBrain> | it was suggested that with INTERFACE it would still drag in include paths |
14:40 | <TrueBrain> | but with freetype, it does not |
14:40 | <TrueBrain> | so it might all be bullshit :( |
14:43 | <+michi_cc> | Reading the description I'd have guessed PRIVATE was the proper thing for us. We want to link against it, but don't want others to know/depend about it. |
14:44 | <TrueBrain> | as "openttd" is the final binary, it doesn't really matter |
14:44 | <TrueBrain> | nobody is using it anymore, but yeah, strictly seen, you are absolutely correct |
14:45 | <TrueBrain> | I am just bumped INTERFACE doesn't keep the compile definitions |
14:45 | <frosch123> | i think those things only matter for static linking |
14:48 | <frosch123> | i would also claim that PRIVATE may reduce the binary size when linking statically. i know that linux linkers can remove unused symbols from executables, which you do not want if those symbold are used by dynamically loaded stuff |
14:48 | <TrueBrain> | I -think- these CMake things are CMake internally only, how it resolves targets |
14:48 | <TrueBrain> | but we can validate that |
14:50 | <TrueBrain> | identical link command is given to gcc, with both PUBLIC and PRIVATE |
14:50 | <frosch123> | yes, you are right |
14:50 | <frosch123> | "Is PUBLIC, PRIVATE, INTERFACE Part of the GCC/G++ Compiler No. Compilers, such as gcc and g++, do not have such mechanism. CMake invented those keywords for user to create a building graph that has very clear and explicit dependencies." |
14:50 | <TrueBrain> | so how do I only drag in compiler-definitions from an alias ... |
14:51 | <TrueBrain> | or we can just assume GL/gl.h is always in /usr/include :P |
14:53 | <TrueBrain> | I guess our usecase is a bit odd .. |
14:53 | <TrueBrain> | "I want to use the library but not really" :D |
14:54 | <TrueBrain> | hmm, libsdl2 depends on libgl in package managers |
14:54 | <@DorpsGek> | [OpenTTD/OpenTTD] glx22 commented on pull request #8743: Change: Default to a 32bpp blitter. https://git.io/JtFds |
14:54 | <TrueBrain> | guess we could also say: it is up to SDL2 to ensure we have the right include path |
14:55 | <@peter1138> | OpenTTD 1.3.0-1... Hmm |
14:56 | <@peter1138> | Seems old. |
14:56 | <Eddi|zuHause> | only like 8 years :p |
14:56 | <@peter1138> | It's the RISC OS Pi version :-) |
14:56 | <@DorpsGek> | [OpenTTD/OpenTTD] michicc commented on pull request #8743: Change: Default to a 32bpp blitter. https://git.io/JtFdl |
14:56 | <Eddi|zuHause> | since openttd is dying, nothing really happened since then anyway :p |
14:58 | <@DorpsGek> | [OpenTTD/OpenTTD] TrueBrain updated pull request #8745: Fix: don't link to OpenGL with SDL2 as backend; SDL2 dynamically loads it https://git.io/JtFQ4 |
14:58 | <TrueBrain> | simpler === better; less CMake magic |
14:59 | <LordAro> | :) |
14:59 | <@DorpsGek> | [OpenTTD/OpenTTD] michicc updated pull request #8743: Change: Default to a 32bpp blitter. https://git.io/Jtdoj |
15:00 | <@peter1138> | It's got a nice splashscreen though. |
15:01 | <@peter1138> | Actually it doesn't seem to go further than that. |
15:01 | <@peter1138> | I guess maybe it's stuck on a baseset. |
15:04 | <+glx> | TrueBrain: haha it's indeed simpler :) |
15:04 | <+glx> | anyway I liked the previous version too, way cleaner than my try |
15:04 | <TrueBrain> | it just didn't do what it said it did :P |
15:12 | <TrueBrain> | "if (lag > (uint)DAY_TICKS && cs->lag_test == 0 && cs->last_packet + 2000 > _realtime_tick) {" <- is it just me, or is that time-check really weird? Shouldn't that be "< _realtime_tick" ? |
15:13 | <TrueBrain> | owh, no, nevermind |
15:13 | <TrueBrain> | it is explicit meant to be weird |
15:15 | <TrueBrain> | it was not that a comment directly above that told me so, but what-ever, reading is for the weak |
15:15 | -!- | jgx_ [~jgx@66.160.130.41] has quit [Read error: No route to host] |
15:16 | -!- | jgx [~jgx@66.160.130.41] has joined #openttd |
15:16 | -!- | jgx is "realname" on #openttd |
15:16 | <andythenorth> | yo |
15:16 | * | andythenorth seeks entertainment |
15:17 | <TrueBrain> | www.pornhub.com |
15:17 | <andythenorth> | is this the correct place? |
15:17 | <TrueBrain> | OWH HE WENT THERE |
15:17 | <andythenorth> | that's really a rick-roll link to YT, right? |
15:17 | <TrueBrain> | I dunno, I never tried |
15:18 | -!- | jgx [~jgx@66.160.130.41] has quit [Remote host closed the connection] |
15:19 | -!- | jgx [~jgx@66.160.130.41] has joined #openttd |
15:19 | -!- | jgx is "realname" on #openttd |
15:19 | <LordAro> | andythenorth: https://www.youtube.com/watch?v=dQw4w9WgXcQ try this one instead |
15:21 | <Xaroth> | There used to be a host you could telnet to to see that in your terminal |
15:23 | <Xaroth> | which is far less amusing as telnet star wars was. |
15:24 | <TrueBrain> | that moment that you replace _realtime_tick with std::chrono in the network layer .... now ... how to test this :P |
15:25 | <TrueBrain> | how to lag out a client .. eeuuuhhhh |
15:25 | <LordAro> | there are things you can do at the network level to simulate bad connections, iirc |
15:25 | <TrueBrain> | the "iirc" is a bit of an issue :D |
15:26 | <TrueBrain> | we all know it can be done |
15:26 | <TrueBrain> | just .. how again? :D |
15:26 | <Eddi|zuHause> | pull the ethernet cable? |
15:26 | <LordAro> | well, google it :p |
15:26 | <TrueBrain> | says he who didn't even google the cmake manual :P :P :P |
15:26 | <TrueBrain> | WE ARE ALL LAZY HERE :D |
15:26 | <LordAro> | i'd google it myself, but apparently my internet connection is unable to do more than 200Kbps right now |
15:26 | <Eddi|zuHause> | and google needs more than 200kbps? |
15:27 | <frosch123> | andythenorth: make a 10-hours version of https://www.youtube.com/watch?v=v2u37dnZwmc&feature=youtu.be ? |
15:27 | <LordAro> | https://stackoverflow.com/q/3536249/995325 |
15:27 | <LordAro> | TrueBrain: ^ |
15:27 | <Eddi|zuHause> | what did we do back when we had 64kbps ISDN? |
15:27 | <TrueBrain> | you are way too kind LordAro |
15:27 | <LordAro> | Eddi|zuHause: no, but youtube does |
15:27 | <TrueBrain> | don't indulge my laziness like that :P |
15:28 | <Eddi|zuHause> | hm... i can't open new browser tabs, because firefox tells me it needs a restart |
15:29 | <_dp_> | TrueBrain, I can send you a python client if that helps |
15:29 | <TrueBrain> | its weird to see OpenTTD run at exactly 33.33fps for 90% of the time .. |
15:31 | <TrueBrain> | well, a good thing I am testing this ... lol |
15:31 | <TrueBrain> | I got the weirdest error :P |
15:31 | <TrueBrain> | Client #2 is dropped because the client did not respond for more than 501 ticks |
15:31 | <TrueBrain> | at least that works |
15:31 | <TrueBrain> | but after that ... unrelated to my work, but ..: |
15:31 | <TrueBrain> | dbg: [net] 'Player' made an error and has been disconnected. Reason: 'general timeout' |
15:32 | <TrueBrain> | *** Player has left the game (general timeout) |
15:32 | <TrueBrain> | *** Player has left the game (connection lost) |
15:32 | <TrueBrain> | I LEFT TWICE \o/ |
15:32 | <_dp_> | yeah, errors come twice |
15:32 | <frosch123> | andythenorth: the most weird part of the video is that the creator spend so much time on it, but did not disable pbs-highlight and uses original acceleration |
15:32 | <andythenorth> | ha |
15:32 | <TrueBrain> | _dp_: so why isn't there a report about that? |
15:32 | <andythenorth> | but hovercraft! |
15:33 | <_dp_> | TrueBrain, idk, guess everyone thinks that's normal :p |
15:33 | <TrueBrain> | how ..... |
15:33 | <_dp_> | and I didn't bother to investigate |
15:34 | <_dp_> | there are worse errors somewhere there |
15:34 | <TrueBrain> | I was like: the game is still frozen, but no, I had animations off :D |
15:34 | <TrueBrain> | there are always "worse errors" somewhere |
15:34 | <TrueBrain> | that is no excuse for nobody to report it :P |
15:36 | <TrueBrain> | I also like that it counts down to 20 seconds, with: connection lost |
15:36 | <TrueBrain> | but then disconnects saying: you couldn't keep up with the server |
15:36 | <TrueBrain> | but .. you just .. wuth? |
15:39 | <andythenorth> | hmm |
15:39 | <andythenorth> | so company colours 3 and 4, would that be a big spec change? |
15:46 | <+michi_cc> | Outsourcing liveries to the player? |
15:50 | <@DorpsGek> | [OpenTTD/OpenSFX] orudge updated pull request #19: Replace Mercurial code with Git code https://git.io/JtrPG |
15:53 | <andythenorth> | michi_cc 'maybe' :) |
15:53 | <andythenorth> | 4 would be quite a lot |
15:53 | <andythenorth> | of possibility |
15:59 | <TrueBrain> | how long has this "double quit message" already been in the game, damn |
15:59 | <LordAro> | today on "TB gets distracted"... |
16:00 | <_dp_> | at least that's not a CS bug :p |
16:00 | <TrueBrain> | somewhere between 11 and 17 years ago, it seems |
16:00 | <LordAro> | ouch |
16:03 | <frosch123> | andythenorth: when you replaced animated pixels in ogfx, you edited generated files :) |
16:05 | <andythenorth> | oh that was clever |
16:05 | <andythenorth> | good use of time :) |
16:07 | <frosch123> | when compiling ogfx i get 19 modifies in the repository :( |
16:07 | <frosch123> | no idea which png files actually differ visually, and which are just encoded non-deterministically |
16:07 | <TrueBrain> | found it: https://github.com/OpenTTD/OpenTTD/commit/bddfcaef9520b68d28480c9f84a9bd8a586e01f3 :) |
16:09 | <frosch123> | aw, i was betting on truelight |
16:10 | <andythenorth> | is this the 'ogfx generates from gimp' thing? |
16:10 | <TrueBrain> | I was sure this was working when we merged the new networking |
16:10 | <TrueBrain> | I even checked that commit first :P |
16:12 | <frosch123> | andythenorth: never mind, you did not change those sprites |
16:12 | <frosch123> | the last change in that generated files is by ammler in 2012 |
16:12 | <frosch123> | the commited files are good, freshly generated ones are animated |
16:13 | <frosch123> | so likely, it's the generation that is broken now |
16:13 | <@DorpsGek> | [OpenTTD/OpenTTD] TrueBrain opened pull request #8746: Fix bddfcaef: don't tell twice that a client left because of a timeout etc https://git.io/JtFxq |
16:14 | <TrueBrain> | well, 1.11 fixes a 9 year old bug, w00p |
16:15 | <frosch123> | people complained when you fixed a 6 year old bug :p |
16:16 | <TrueBrain> | hahahaha |
16:16 | <TrueBrain> | the drama this one will cause |
16:16 | <TrueBrain> | omg |
16:16 | <andythenorth> | you can stop at 'people complained' |
16:18 | <andythenorth> | does the generation generate into sprites/ |
16:18 | <andythenorth> | ? |
16:22 | <frosch123> | i don't think generated and source sprites are separated in any way :p |
16:23 | <andythenorth> | 'mistakes were made' |
16:23 | <andythenorth> | we were young, etc |
16:23 | <frosch123> | https://dpaste.org/oBvd <- the riverbank_arctic_show ones are broken by the generator |
16:23 | <andythenorth> | hmm |
16:23 | <andythenorth> | do I want to get involved in fixing that? |
16:24 | <frosch123> | also, i was not aware you drew 2x gui sprites |
16:24 | <andythenorth> | not really :) |
16:24 | <andythenorth> | I did? |
16:24 | * | andythenorth no recollection |
16:24 | <frosch123> | or someone else |
16:24 | <frosch123> | but it kind of suggests to me to draw the pencil and location buttons in 2x as well |
16:24 | <andythenorth> | vectors! |
16:24 | <andythenorth> | perhaps not |
16:25 | <frosch123> | https://github.com/OpenTTD/OpenGFX/pull/34 <- look, you did |
16:26 | <@DorpsGek> | [OpenTTD/OpenTTD] TrueBrain opened pull request #8747: Codechange: [Network] replace _realtime_tick with std::chrono https://git.io/JtFpt |
16:26 | <TrueBrain> | this was what I was actually doing before I hit that weird rabbit hole :) |
16:27 | <Xaroth> | Is there a way in C++ to easily template out doing a double (nested) for-loop? I'm constantly repeating a for x/for y nested loop and it's making me wonder that surely there'd be an easier way for doing that |
16:27 | -!- | didac [~oftc-webi@c-67-168-111-57.hsd1.wa.comcast.net] has joined #openttd |
16:27 | -!- | didac is "OFTC WebIRC Client" on #openttd |
16:28 | <Heiki> | https://www.bbc.co.uk/programmes/m000sjsj currently playing a track named “Autorail”, wonder whether that’s OpenTTD related |
16:29 | <frosch123> | Xaroth: put the loop body into a lambda |
16:31 | <_dp_> | TrueBrain, you should probably specify that it's 250 real life years |
16:31 | <_dp_> | coz my first thought was that it's not that much :p |
16:31 | <frosch123> | Xaroth: if you have c++20 you can also put a generator into the loop-iterator :p |
16:31 | <TrueBrain> | _dp_: lol .. I am talking about std::chrono :P |
16:31 | <Xaroth> | I think somebody will yell at me really loudly if I were to suggest moving openttd to c++20 :P |
16:32 | <@DorpsGek> | [OpenTTD/OpenTTD] TrueBrain commented on pull request #8746: Fix bddfcaef: don't tell twice that a client left because of a timeout etc https://git.io/JtFpV |
16:32 | <frosch123> | then do the lambda :) xaroth::for_each_2d(begin, end, [](foo bar){ stuff }) |
16:33 | <supermop_Home> | andythenorth https://imgur.com/a/i9dwOSb |
16:33 | <TrueBrain> | I fixed it _dp_ :D |
16:33 | <Xaroth> | I'll keep that in mind, thanks frosch123 |
16:33 | <Eddi|zuHause> | you could also do a 2d-iterator |
16:33 | <_dp_> | TrueBrain, xD |
16:33 | <TrueBrain> | <3 |
16:34 | <TrueBrain> | I already quoted you twice in the other PR, sorry :P |
16:34 | <TrueBrain> | it is just funny :D |
16:34 | <Xaroth> | First I'll see if this actually works |
16:36 | <andythenorth> | supermop_Home can it have junctions? |
16:44 | <@DorpsGek> | [OpenTTD/OpenTTD] TrueBrain commented on issue #8219: Inexplicably low redraw rate on multiplayer server https://git.io/JfHiF |
16:44 | <TrueBrain> | finally got the time to look at that, knowing a bit more what our gameloop etc does :D |
16:44 | <TrueBrain> | sorry for the delay FLHerne :P |
16:46 | <@DorpsGek> | [OpenTTD/OpenTTD] TrueBrain merged pull request #8738: Fix #8123: trams on half-tiles couldn't find depots https://git.io/Jt5Yr |
16:46 | <@DorpsGek> | [OpenTTD/OpenTTD] TrueBrain closed issue #8123: "Unable to find local depot" on dead-end tram tracks (regardless of location) https://git.io/JfcIn |
16:46 | <TrueBrain> | lets see how many games ^^ breaks :P |
16:47 | -!- | gelignite [~gelignite@55d475c8.access.ecotel.net] has joined #openttd |
16:47 | -!- | gelignite is "realname" on #llvm #openttd |
16:47 | -!- | jottyfan [~Thunderbi@dynamic-089-014-215-005.89.14.pool.telefonica.de] has joined #openttd |
16:47 | -!- | jottyfan is "jottyfan" on #openttd |
16:47 | -!- | jottyfan [~Thunderbi@dynamic-089-014-215-005.89.14.pool.telefonica.de] has quit [] |
16:48 | <+michi_cc> | TrueBrain: You got warnings on #8747 |
16:49 | <TrueBrain> | cheers |
16:49 | <TrueBrain> | hmm ... is count() not the same on all platforms, or all they all long long, I wonder .. |
16:50 | <+michi_cc> | I think the underlying base types of chrono is not completely fixed, it's all just "at least ...". |
16:50 | <FLHerne> | TrueBrain: I think it could be |
16:50 | <_dp_> | TrueBrain, have you seen this? https://www.reddit.com/r/openttd/comments/hhf5jj/bad_performance_when_moving_around_on_a_10241024/ |
16:50 | <_dp_> | it's not that close to 30ms |
16:50 | <FLHerne> | TrueBrain: "low FPS in bursts" would that be not-so-slow in between? |
16:51 | <_dp_> | and looks kinda weird in general that same game in mp is much slower |
16:51 | <_dp_> | well, not slower but laggier |
16:51 | <TrueBrain> | _dp_: he too, overshoots the 30ms by miles |
16:51 | <FLHerne> | I was experiencing 1-5fps with periodic 0fps, not normal-ish with periodic lagginess |
16:52 | <TrueBrain> | FLHerne: depends how far over the threshold you are, really |
16:52 | <TrueBrain> | I think if the game hits a constant: barely keeping up, but just not completely really |
16:52 | <_dp_> | TrueBrain, overshoots rendering but not gameloop if I read that correctly |
16:52 | <TrueBrain> | it is just a bit random hit and miss |
16:52 | <TrueBrain> | _dp_: yeah, combined they have 30ms |
16:52 | <TrueBrain> | in 1.10 |
16:53 | <+michi_cc> | TrueBrain: A chrono duration in seconds is "duration</*signed integer type of at least 35 bits*/>" (https://en.cppreference.com/w/cpp/chrono/duration) |
16:53 | <TrueBrain> | michi_cc: right .. so I have to fix this slightly different :) |
16:53 | <FLHerne> | TrueBrain: Possibly, then. Certainly the "barely keeping up but not really" bit applies |
16:53 | <_dp_> | TrueBrain, ah, I guess better way to say it is that in sp it can slow simulation but in mp it has to slow renderinng |
16:53 | <+michi_cc> | Just casting to long long should work everywhere. |
16:53 | <TrueBrain> | FLHerne: it is an annoying place to be in .. as the server won't disconnect you |
16:53 | <TrueBrain> | but you won't enjoy the game |
16:54 | <TrueBrain> | _dp_: in multiplayer, the server forces you to keep up, as otherwise all clients have to slow down |
16:54 | <FLHerne> | But yeah, it was surprising to me that the effects are so different in MP to SP |
16:54 | <FLHerne> | I can see now why it makes sense |
16:54 | <TrueBrain> | it should be made more visible to the user, really |
16:55 | -!- | Samu [~Ricardo@po1-84-91-251-215.netvisao.pt] has quit [Quit: Leaving] |
16:55 | <FLHerne> | (I also don't remember seeing it in versions before 1.10, but that may be more grfs on the server or something else unrelated) |
16:55 | <TrueBrain> | the issue is, the server can also lag behind |
16:55 | <TrueBrain> | so being < 33.33fps simulation rate is not enough reason |
16:55 | <TrueBrain> | FLHerne: yeah, this server seems to be really though on your client, looking at the numbers |
16:56 | <TrueBrain> | owh, the code calls it "quick frames" :P |
16:56 | <FLHerne> | TrueBrain: tough? |
16:57 | <TrueBrain> | https://github.com/OpenTTD/OpenTTD/blob/master/src/network/network.cpp#L997 |
16:57 | <TrueBrain> | tough, yes |
16:57 | <TrueBrain> | sorry, typing hard :) |
16:57 | <FLHerne> | Ok, just checking I parsed it right :p |
16:57 | <FLHerne> | That was a *really* slow laptop |
16:57 | <TrueBrain> | _dp_: the reddit link you gave was because the server was dreadfully slow |
16:57 | <TrueBrain> | that also killed performance in 1.10 |
16:58 | <TrueBrain> | no longer in 1.11 :P |
16:58 | <FLHerne> | As in, my phone is about 3x faster in single-core perf |
16:58 | <TrueBrain> | hahaha :D |
16:58 | <TrueBrain> | lol, on reddit /u/reddit keeps sending me messages |
16:58 | <TrueBrain> | I keep reporting it as spam |
16:58 | <TrueBrain> | wtf, really ... |
16:58 | <TrueBrain> | owh, I can now block /u/reddit |
16:58 | <TrueBrain> | sure thing |
16:59 | <LordAro> | sending you messages? |
16:59 | -!- | lobstarooo [~lobster@2.58.44.22] has joined #openttd |
16:59 | -!- | lobstarooo is "Lob Star" on #openttd #locomotion |
16:59 | <LordAro> | what about? |
16:59 | <_dp_> | TrueBrain why do you think it was slow, just because TS said that? it seems to be doing 33 tps just fine on video |
17:00 | <TrueBrain> | LordAro: random groups to "check out" |
17:00 | <TrueBrain> | _dp_: I tend to believe topic starters, yes |
17:00 | <LordAro> | how odd |
17:00 | <LordAro> | never seen that before |
17:00 | <TrueBrain> | it surprises me too ... but I have blocked the user now :) |
17:00 | <TrueBrain> | so I should be good |
17:02 | <_dp_> | TrueBrain, it kinda have some conflicting evidence so I wouldn't trust it that much :p |
17:02 | <TrueBrain> | if upgrading the server with more memory which caused it to stop swapping solved the problem |
17:02 | <TrueBrain> | I tend to believe that was the issue ;) |
17:02 | <_dp_> | TrueBrain, my best guess is that they were just having all kinds of performance issues xD |
17:03 | <@DorpsGek> | [OpenTTD/OpenTTD] TrueBrain updated pull request #8747: Codechange: [Network] replace _realtime_tick with std::chrono https://git.io/JtFpt |
17:04 | <TrueBrain> | FLHerne: I am a bit conflicted between: "keep the issue open as we should give better user feedback" and "close the issue as the behaviour is now explained" :) |
17:04 | <TrueBrain> | it is not something we can fix, only inform better about |
17:05 | <TrueBrain> | I think an error message like: you were N frames behind the server and we had to do catch-up |
17:05 | <TrueBrain> | might go a long way |
17:06 | -!- | lobster [~lobster@2.58.44.66] has quit [Ping timeout: 480 seconds] |
17:06 | -!- | lobstarooo is now known as lobster |
17:06 | <FLHerne> | Problem is that then it would pop up every few seconds and make everything even less playable |
17:06 | <FLHerne> | But it's already unplayable, so at least it tells you... |
17:06 | <FLHerne> | I'd be happy with "close as explained" |
17:06 | <TrueBrain> | exactly |
17:07 | <_dp_> | TrueBrain, too techical, I'd go for smth like "we sacrificed responsiveness to keep up with the server" |
17:07 | <_dp_> | and, yeah, need to somehow not spam it that much |
17:08 | <_dp_> | actually, a good wiki acticle on how to read fps numbers might be a solution ;) |
17:08 | -!- | y2kboy23 [~y2kboy23@ip72-201-94-215.ph.ph.cox.net] has quit [Quit: ZNC - https://znc.in] |
17:09 | -!- | y2kboy23 [~y2kboy23@ip72-201-94-215.ph.ph.cox.net] has joined #openttd |
17:09 | -!- | y2kboy23 is "Got ZNC?" on #openttd |
17:09 | -!- | sla_ro|master [~sla.ro@89.136.179.137] has quit [] |
17:10 | <TrueBrain> | FLHerne: given the few people that appear to have this problem, maybe not worth the time now, so yeah, maybe closing is better. Up to you really! |
17:10 | -!- | andythenorth [~andytheno@cpc87165-aztw31-2-0-cust40.18-1.cable.virginm.net] has quit [Quit: andythenorth] |
17:10 | <TrueBrain> | glx: how absolutely nice that we have 0 warnings on the CI now |
17:10 | <TrueBrain> | that is such a difference |
17:12 | <TrueBrain> | michi_cc: casting to (uint32) works too; so went for that :) |
17:12 | <TrueBrain> | lol, in c++14 you got "auto day = 24h" |
17:12 | <TrueBrain> | not sure .. I like that ... too much :P |
17:13 | <frosch123> | TrueBrain: it's way worse |
17:14 | -!- | rptr [~rptr@2a00:801:44b:5fb3:b852:cfd3:ade7:f24f] has joined #openttd |
17:14 | -!- | rptr is "morbidgirl" on #openttd #C #debian #debian-next #linux #oftc #packaging #publiclab #realraum #rust #moocows #llvm |
17:15 | <frosch123> | "A plain integer is accepted if its meaning is unambiguous from the types of other operands: 2005y/4/5 is allowed, but 5/April/2005 is not." |
17:16 | <frosch123> | all americans should be banned from c++ commitee |
17:16 | <FLHerne> | TrueBrain: I'll write a comment and close it |
17:16 | <TrueBrain> | cheers |
17:17 | <TrueBrain> | how is 5/April/2005 ambiguous, even for US? |
17:17 | <TrueBrain> | but wttttfffffff are they smoking |
17:17 | <TrueBrain> | with 2005y/4/5 ? |
17:17 | <frosch123> | https://en.cppreference.com/w/cpp/chrono/operator_slash |
17:17 | <frosch123> | operator/ is okay for std::filesystem::path, but for dates it's just wrong :) |
17:18 | <TrueBrain> | some things in c++11/14/17/20, I like |
17:18 | <TrueBrain> | but other things makes me want to leave C++ behind and never look back |
17:18 | <TrueBrain> | like you can write such horrible code now |
17:18 | <TrueBrain> | you already could |
17:18 | <_dp_> | wrong operators aren't anything new in c++ |
17:18 | <TrueBrain> | but now you have MORE WAYS |
17:18 | <frosch123> | however, i cannot remember i ever needed a date constant in some source code |
17:18 | <_dp_> | guess >> << taught them nothing :p |
17:20 | <_dp_> | sometimes I want to rewrite citymania server patch in rust xD |
17:21 | <_dp_> | just to have less c++ to deal with |
17:22 | <TrueBrain> | 2015y/1/1 returns a duration ... how is that useful? Lol |
17:22 | <TrueBrain> | not even a time_point |
17:25 | <TrueBrain> | no, wait, that makes sense, as it doesn't know the clock to bind to |
17:25 | <TrueBrain> | fine |
17:26 | -!- | Wolf01 [~wolf01@0001288e.user.oftc.net] has quit [Quit: Once again the world is quick to bury me.] |
17:29 | <TrueBrain> | okay, it is just horse-shit, such notations |
17:29 | <@DorpsGek> | [OpenTTD/OpenTTD] FLHerne commented on issue #8219: Inexplicably low redraw rate on multiplayer server https://git.io/JfHiF |
17:29 | <@DorpsGek> | [OpenTTD/OpenTTD] FLHerne closed issue #8219: Inexplicably low redraw rate on multiplayer server https://git.io/JfHiF |
17:30 | <frosch123> | don't insult horses |
17:30 | <TrueBrain> | nice write-up FLHerne , tnx! |
17:30 | <TrueBrain> | frosch123: mea culpa |
17:30 | <TrueBrain> | :D |
17:30 | <TrueBrain> | right, sleepy time |
17:30 | <FLHerne> | I quite like the idea of simply disconnecting if there are too many "fast" frames |
17:31 | <FLHerne> | It's a desync, de facto -- the client can't actually keep up while staying responsive |
17:32 | <TrueBrain> | The assumption was that never really would happen, such cases |
17:32 | <TrueBrain> | But that did not include slow drawing |
17:32 | <TrueBrain> | So yeah, we should detect it and disconnect, I agree :) |
17:33 | <FLHerne> | Honestly, rereading mine it basically says the same as yours :p |
17:33 | <_dp_> | it all should be much better with recent rendering improvements |
17:33 | <FLHerne> | *shrug* |
17:33 | <TrueBrain> | (The detection code in place assumes drawing takes no time at all) |
17:33 | <TrueBrain> | Yeah, 1.11 should behave a lot better |
17:33 | <@DorpsGek> | [OpenTTD/OpenTTD] nielsmh commented on issue #8219: Inexplicably low redraw rate on multiplayer server https://git.io/JfHiF |
17:34 | <Eddi|zuHause> | today is one of those days where trying to make sense of the backlog is hopeless |
17:36 | <@DorpsGek> | [OpenTTD/OpenSFX] orudge updated pull request #19: Replace Mercurial code with Git code https://git.io/JtrPG |
17:39 | <FLHerne> | nielsm: That's the *really* short version, yes :p |
17:40 | <FLHerne> | nielsm: The surprising bit is that "too slow" has completely different effects in multiplayer |
17:44 | -!- | nielsm [~nielsm@188-181-82-243-cable.dk.customer.tdc.net] has quit [Ping timeout: 480 seconds] |
17:45 | <@DorpsGek> | [OpenTTD/OpenTTD] FLHerne commented on issue #8219: Inexplicably low redraw rate on multiplayer server https://git.io/JfHiF |
17:45 | -!- | frosch123 [~frosch@00013ce7.user.oftc.net] has quit [Quit: be yourself, except: if you have the opportunity to be a unicorn, then be a unicorn] |
17:45 | <@DorpsGek> | [OpenTTD/OpenSFX] orudge updated pull request #19: Replace Mercurial code with Git code https://git.io/JtrPG |
17:47 | <@DorpsGek> | [OpenTTD/OpenSFX] orudge commented on pull request #19: Replace Mercurial code with Git code https://git.io/JtbJf |
17:55 | -!- | Strakaty [~oftc-webi@cpc119396-smal16-2-0-cust159.19-1.cable.virginm.net] has left #openttd [] |
18:02 | <@DorpsGek> | [OpenTTD/OpenSFX] orudge requested changes for pull request #22: Shorten some description texts https://git.io/JtbU2 |
18:03 | -!- | dwfreed [~dwfreed@dwfreed.noc.oftc.net] has quit [Quit: ZNC - http://znc.in] |
18:03 | -!- | dwfreed [~dwfreed@dwfreed.noc.oftc.net] has joined #openttd |
18:03 | -!- | dwfreed is "dwfreed" on #virt #uno #tor-project #tor-dev #redditprivacy #qemu-gsoc #qemu #privacytech #pax #osm-fi #openttd #openjdk #oftc-status #oftc-staff #oftc #msys2 #moocows #llvm #linux #linode #launches #jmc #https-everywhere #help #debian-perl #debian-next #debian-voip #freedombox #dot #debian-zh #ck #ceph-orchestrators #ceph-devel #ceph #bcache #OpenRailwayMap #debian-kde #debian-ctte #debian-au #debian #dcs |
18:11 | -!- | ST2 [~ST2@server02.btpro.nl] has quit [Server closed connection] |
18:11 | -!- | ST2 [~ST2@server02.btpro.nl] has joined #openttd |
18:11 | -!- | ST2 is "ST2" on @#/r/Factorio #openttd @#Factorio @#BTPro #/r/openttd |
--- | Log | closed Thu Feb 25 18:12:18 2021 |
--- | Log | opened Thu Feb 25 18:12:23 2021 |
18:12 | -!- | mikegrb [~mikegrb@phoenix.thegrebs.com] has joined #openttd |
18:12 | -!- | Irssi: #openttd: Total of 172 nicks [5 ops, 0 halfops, 2 voices, 165 normal] |
18:13 | -!- | Netsplit over, joins: Hobbyboy, rptr, urdh, Maarten, Taede, k-man, @planetmaker, berndj, Ttech, greeter (+160 more) |
18:14 | -!- | Irssi: Join to #openttd was synced in 115 secs |
18:17 | -!- | Vadtec [~Vadtec@lain.vadtec.net] has quit [Server closed connection] |
18:17 | -!- | Vadtec [~Vadtec@lain.vadtec.net] has joined #openttd |
18:17 | -!- | Vadtec is "Vadtec" on #openttd |
18:17 | -!- | Smedles [~quassel@2403-5800-5100-f00-b7eb-2251-2cf1-3dbb.ip6.aussiebb.net] has quit [Server closed connection] |
18:17 | -!- | Smedles [~quassel@2403-5800-5100-f00-b7eb-2251-2cf1-3dbb.ip6.aussiebb.net] has joined #openttd |
18:17 | -!- | Smedles is "Paul Smedley" on #openttd |
18:22 | -!- | HerzogDeXtEr1 [~farci@ip92341b0b.dynamic.kabel-deutschland.de] has quit [Read error: Connection reset by peer] |
18:27 | -!- | DorpsGek [~DorpsGek@000128f9.user.oftc.net] has quit [Server closed connection] |
18:27 | -!- | DorpsGek [~DorpsGek@ec2-3-122-56-157.eu-central-1.compute.amazonaws.com] has joined #openttd |
18:27 | -!- | DorpsGek is "DorpsGek" on #openttd.dev #dorpsgek #openttd.notice #openttd |
18:27 | -!- | mode/#openttd [+o DorpsGek] by ChanServ |
18:31 | -!- | grossing [~grossing@dysnomia.uberspace.de] has quit [Server closed connection] |
18:31 | -!- | grossing [~grossing@dysnomia.uberspace.de] has joined #openttd |
18:31 | -!- | grossing is "Florian Gross" on #openttd #centos #oftc #kaschemme #osm-de-ot |
18:38 | <@DorpsGek> | [OpenTTD/OpenSFX] glx22 commented on pull request #19: Replace Mercurial code with Git code https://git.io/JtbI5 |
18:42 | -!- | tonyfinn[m] [~tonyfinnm@2001:470:1af1:101::53d9] has quit [Server closed connection] |
18:42 | -!- | tonyfinn[m] [~tonyfinnm@2001:470:1af1:101::53d9] has joined #openttd |
18:42 | -!- | tonyfinn[m] is "org.matrix:tonyfinn" on #openttd #/r/openttd |
18:43 | -!- | Tirili [~Tirili@dslc-082-083-135-200.pools.arcor-ip.net] has joined #openttd |
18:43 | -!- | Tirili is "realname" on #openttd |
18:57 | <Xaroth> | INFO:root:Receiving map chunk 2 (32*32) for map (64*64) ... well.. seems something is working |
18:58 | <Xaroth> | just not everything yet |
19:00 | <Xaroth> | just need to figure out when to exactly sync the copy of the tile map so it doesn't spaz out. |
19:04 | <Xaroth> | also figure out why it's constantly seeing type changes on every chunk of the map on bigger maps |
19:07 | -!- | daspork [~jesus@178.128.99.212] has quit [Server closed connection] |
19:07 | -!- | daspork [~jesus@178.128.99.212] has joined #openttd |
19:07 | -!- | daspork is "ZNC - https://znc.in" on #openttd |
19:09 | <_dp_> | hm, server regularly checks this->HasClientQuit() but does it ever set it? |
19:12 | <Xaroth> | hm, frequently changes between MP_TREES and MP_CLEAR |
19:12 | -!- | mode/#openttd [+v orudge] by ChanServ |
19:12 | -!- | mode/#openttd [+v Terkhen] by ChanServ |
19:12 | -!- | mode/#openttd [+v planetmaker] by ChanServ |
19:12 | -!- | mode/#openttd [+v peter1138] by ChanServ |
19:12 | -!- | mode/#openttd [+v DorpsGek] by ChanServ |
19:13 | <Xaroth> | guess we should ignore that |
19:13 | <_dp_> | Xaroth, yeah, that sounds normal with tree growth |
19:17 | -!- | Progman [~progman@p548d9346.dip0.t-ipconnect.de] has quit [Remote host closed the connection] |
19:19 | -!- | APTX [~APTX@pl49306.ag1212.nttpc.ne.jp] has quit [Server closed connection] |
19:19 | -!- | APTX [~APTX@pl49306.ag1212.nttpc.ne.jp] has joined #openttd |
19:19 | -!- | APTX is "APTX" on #openttd #llvm #kernelnewbies |
19:20 | -!- | gelignite [~gelignite@55d475c8.access.ecotel.net] has quit [Quit: Stay safe!] |
19:22 | -!- | jinks [~jinks@104.161.79.77] has quit [Server closed connection] |
19:22 | -!- | jinks [~jinks@104.161.79.77] has joined #openttd |
19:22 | -!- | jinks is "Got ZNC?" on #openttd |
19:23 | -!- | Beerbelott [~Beerbelot@00028cd3.user.oftc.net] has quit [Read error: Connection reset by peer] |
19:25 | -!- | jottyfan [~Thunderbi@dynamic-089-014-215-005.89.14.pool.telefonica.de] has joined #openttd |
19:25 | -!- | jottyfan is "jottyfan" on #openttd |
19:26 | -!- | jottyfan [~Thunderbi@dynamic-089-014-215-005.89.14.pool.telefonica.de] has quit [] |
19:26 | -!- | jottyfan is "jottyfan" on #openttd |
19:26 | -!- | jottyfan [~Thunderbi@dynamic-089-014-215-005.89.14.pool.telefonica.de] has joined #openttd |
19:26 | -!- | jottyfan [~Thunderbi@dynamic-089-014-215-005.89.14.pool.telefonica.de] has quit [] |
19:26 | <Xaroth> | heh, there's also a switch between MP_WATER and MP_TREES |
19:27 | <Xaroth> | dbg: [map] [UpdateShadowTile] Tile type changed: 8627 6 4 |
19:27 | <Xaroth> | dbg: [map] [UpdateShadowTile] Tile type changed: 8627 4 6 |
19:27 | <Xaroth> | water to trees, trees back to water |
19:27 | -!- | k-man [~jason@00026c88.user.oftc.net] has quit [Server closed connection] |
19:28 | -!- | k-man [~jason@debian.organictrader.com.au] has joined #openttd |
19:28 | -!- | k-man is "Jason Lewis http://emacstragic.net" on #debian-au #debian-next #debian #oftc #openttd #virt |
19:28 | -!- | Sacro [~ben@ns364742.ip-94-23-0.eu] has quit [Server closed connection] |
19:28 | <Xaroth> | or rather, other way around |
19:28 | -!- | Sacro [~ben@ns364742.ip-94-23-0.eu] has joined #openttd |
19:28 | -!- | Sacro is "Ben Woodward" on #simsig #openttd @#mln |
19:29 | <_dp_> | that's probably shore tiles |
19:36 | -!- | roadt_ [~roadt@60.166.85.104] has quit [Server closed connection] |
19:36 | -!- | roadt_ [~roadt@60.166.85.104] has joined #openttd |
19:36 | -!- | roadt_ is "roadt" on #openttd |
19:37 | -!- | nnyby [~nik@li490-134.members.linode.com] has quit [Server closed connection] |
19:37 | -!- | nnyby [~nik@li490-134.members.linode.com] has joined #openttd |
19:37 | -!- | nnyby is "nik" on #openttd |
19:49 | -!- | orudge [~orudge@000128f1.user.oftc.net] has quit [Server closed connection] |
19:49 | -!- | orudge [~orudge@glosoli.owenrudge.net] has joined #openttd |
19:49 | -!- | orudge is "Owen Rudge" on #openttd.dev @#thesinner @#bukkit @#jontylog @#tycoonexiles @#z.aud @#z.radio #locomotion @#transportempire #openttd |
19:52 | -!- | mindlesstux [~sid18072@tooting.irccloud.com] has quit [Server closed connection] |
19:52 | -!- | mindlesstux [sid18072@id-18072.tooting.irccloud.com] has joined #openttd |
19:52 | -!- | mindlesstux is "Tux" on #virt #qemu #openttd |
19:52 | -!- | LordArtoo [~LordAro@voyager.lordaro.co.uk] has joined #openttd |
19:52 | -!- | LordArtoo is "Charles P" on #openttd |
19:54 | -!- | LordAro [~LordAro@voyager.lordaro.co.uk] has quit [Read error: Connection reset by peer] |
20:03 | -!- | glx [glx@000128ec.user.oftc.net] has quit [] |
20:06 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 updated pull request #22: Shorten some description texts https://git.io/JtF05 |
20:06 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 commented on pull request #22: Shorten some description texts https://git.io/JtbYM |
20:07 | -!- | luaduck [~duck@0001c465.user.oftc.net] has quit [Server closed connection] |
20:07 | -!- | luaduck [~duck@kido.srv.duck.moe] has joined #openttd |
20:07 | -!- | luaduck is "duck." on @#reddit_group #openttd #/r/openttd |
20:08 | -!- | innocenat_ [sid8070@brockwell.irccloud.com] has quit [Server closed connection] |
20:08 | -!- | innocenat_ [sid8070@id-8070.brockwell.irccloud.com] has joined #openttd |
20:08 | -!- | innocenat_ is "innocenat" on #openttd #llvm |
20:09 | <@DorpsGek> | [OpenTTD/OpenSFX] Wuzzy2 commented on pull request #19: Replace Mercurial code with Git code https://git.io/JtbYQ |
20:16 | -!- | fnutt [~fnutt@60.151.202.35.bc.googleusercontent.com] has quit [Server closed connection] |
20:16 | -!- | fnutt [~fnutt@60.151.202.35.bc.googleusercontent.com] has joined #openttd |
20:16 | -!- | fnutt is "fnutt" on #openttd |
20:21 | -!- | skrzyp [~skrzyp@skrzyp.net] has quit [Server closed connection] |
20:21 | -!- | skrzyp [~skrzyp@skrzyp.net] has joined #openttd |
20:21 | -!- | skrzyp is "skrzyp" on #openttd |
20:22 | -!- | iSoSyS [~iSoSyS@ff2-84-90-95-208.netvisao.pt] has joined #openttd |
20:22 | -!- | iSoSyS is "realname" on #/r/openttd #openttd |
20:23 | -!- | Flygon [~Flygon@2001:44b8:411e:4e00:d0c7:9c6:c6cb:c9c1] has joined #openttd |
20:23 | -!- | Flygon is "Flygon" on #openttd |
20:24 | -!- | m1cr0man [~m1cr0man@gelandewagen.m1cr0man.com] has quit [Server closed connection] |
20:24 | -!- | m1cr0man [~m1cr0man@gelandewagen.m1cr0man.com] has joined #openttd |
20:24 | -!- | m1cr0man is "m1cr0man" on #openttd #qemu #kvm |
20:39 | -!- | osvaldo[m] [~osvaldohi@2001:470:1af1:101::44e2] has quit [Server closed connection] |
20:39 | -!- | osvaldo[m] [~osvaldohi@2001:470:1af1:101::44e2] has joined #openttd |
20:39 | -!- | osvaldo[m] is "org.hispagatos:osvaldo" on #openttd #debian-nginx |
20:42 | -!- | murr4y [ali@38.95.231.35.bc.googleusercontent.com] has quit [Server closed connection] |
20:42 | -!- | murr4y [ali@38.95.231.35.bc.googleusercontent.com] has joined #openttd |
20:42 | -!- | murr4y is "AK" on #openttd #bitlbee #suckless |
20:46 | -!- | JamesRoss[m] [~twpolmatr@2001:470:1af1:101::7165] has quit [Server closed connection] |
20:46 | -!- | JamesRoss[m] [~twpolmatr@2001:470:1af1:101::7165] has joined #openttd |
20:46 | -!- | JamesRoss[m] is "org.matrix:twpol" on #openttd |
20:51 | -!- | khavik[m] [~khavikmat@2001:470:1af1:101::4260] has quit [Server closed connection] |
20:51 | -!- | khavik[m] [~khavikmat@2001:470:1af1:101::4260] has joined #openttd |
20:51 | -!- | khavik[m] is "org.matrix:khavik" on #openttd |
20:53 | -!- | Tirili [~Tirili@dslc-082-083-135-200.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
21:00 | -!- | shedidthedog[m] [~shedidthe@2001:470:1af1:101::628b] has quit [Server closed connection] |
21:00 | -!- | shedidthedog[m] [~shedidthe@2001:470:1af1:101::628b] has joined #openttd |
21:00 | -!- | shedidthedog[m] is "org.matrix:shedidthedog" on #openttd #publiclab |
21:10 | -!- | yur3shmukcik[m] [~yur3shmuk@2001:470:1af1:101::44f3] has quit [Server closed connection] |
21:10 | -!- | yur3shmukcik[m] [~yur3shmuk@2001:470:1af1:101::44f3] has joined #openttd |
21:10 | -!- | yur3shmukcik[m] is "de.tchncs:yur3shmukcik" on #openttd #debian-xfce |
21:10 | -!- | karl[m]5 [~karlmatri@2001:470:1af1:101::52d7] has quit [Server closed connection] |
21:10 | -!- | karl[m]5 [~karlmatri@2001:470:1af1:101::52d7] has joined #openttd |
21:10 | -!- | karl[m]5 is "net.kiwifarms.matrix:karl" on #openttd |
21:11 | -!- | Eddi|zuHause [~johekr@p4fcee358.dip0.t-ipconnect.de] has quit [] |
21:12 | -!- | natalie[m] [~natalietc@2001:470:1af1:101::515f] has quit [Server closed connection] |
21:12 | -!- | natalie[m] [~natalietc@2001:470:1af1:101::515f] has joined #openttd |
21:12 | -!- | natalie[m] is "de.tchncs:natalie" on #openttd #debian-fasttrack |
21:15 | -!- | Eddi|zuHause [~johekr@p4fcee358.dip0.t-ipconnect.de] has joined #openttd |
21:15 | -!- | snail_UES_ [~snail_UES@cpe-98-14-137-148.nyc.res.rr.com] has quit [Read error: Connection reset by peer] |
21:15 | -!- | Eddi|zuHause is "Johannes E. Krause" on #openttd |
21:15 | -!- | snail_UES_ [~snail_UES@cpe-98-14-137-148.nyc.res.rr.com] has joined #openttd |
21:15 | -!- | snail_UES_ is "Jacopo Coletto" on #openttd |
21:18 | -!- | CornsMcGowan[m] [~cornsmcgo@2001:470:1af1:101::5164] has quit [Server closed connection] |
21:18 | -!- | CornsMcGowan[m] [~cornsmcgo@2001:470:1af1:101::5164] has joined #openttd |
21:18 | -!- | CornsMcGowan[m] is "org.matrix:corns_mcgowan" on #openttd |
21:38 | -!- | iSoSyS [~iSoSyS@ff2-84-90-95-208.netvisao.pt] has quit [Remote host closed the connection] |
21:46 | -!- | Ttech [ttech@00014919.user.oftc.net] has quit [Server closed connection] |
21:48 | -!- | Ttech [~ttech@is.in.the.madhacker.biz] has joined #openttd |
21:48 | -!- | Ttech is "Thomas Techinus" on @#transcendence @#textual #help @#swift #openttd @#botters #oftc #qemu |
21:58 | -!- | Tirili [~Tirili@dslc-082-083-135-200.pools.arcor-ip.net] has joined #openttd |
21:58 | -!- | Tirili is "realname" on #openttd |
22:03 | -!- | Wormnest [~Wormnest@35.136.189.95] has quit [Quit: Leaving] |
22:14 | -!- | Heiki[m] [~heikimatr@2001:470:1af1:101::5162] has quit [Server closed connection] |
22:14 | -!- | Heiki[m] [~heikimatr@2001:470:1af1:101::5162] has joined #openttd |
22:14 | -!- | Heiki[m] is "org.matrix:heiki" on #openttd |
22:15 | -!- | EmeraldSnorlax[m] [~emeraldsn@2001:470:1af1:101::63c2] has quit [Server closed connection] |
22:15 | -!- | EmeraldSnorlax[m] [~emeraldsn@2001:470:1af1:101::63c2] has joined #openttd |
22:15 | -!- | EmeraldSnorlax[m] is "org.matrix:emeraldsnorlax" on #openttd |
22:20 | -!- | debdog [~debdog@2a00:79c0:61f:eb00:7a24:afff:fe8a:d04d] has joined #openttd |
22:20 | -!- | debdog is "Wowbagger" on #openttd |
22:23 | -!- | D-HUND [~debdog@2a00:79c0:641:ae00:7a24:afff:fe8a:d04d] has quit [Ping timeout: 480 seconds] |
22:26 | -!- | Tirili [~Tirili@dslc-082-083-135-200.pools.arcor-ip.net] has quit [Ping timeout: 480 seconds] |
22:29 | -!- | Speeder [~Speeder@187.106.10.211] has quit [Server closed connection] |
22:29 | -!- | Speeder [~Speeder@2804:14d:ac83:45aa::2] has joined #openttd |
22:29 | -!- | Speeder is "realname" on #openttd |
22:32 | -!- | muffindrake [~muffindra@p200300cdd70f5b006f7de68f0cf67308.dip0.t-ipconnect.de] has joined #openttd |
22:32 | -!- | muffindrake is "muffindrake" on #debian-next #openttd |
22:34 | -!- | muffindrake4 [~muffindra@p200300cdd7124e00a3eae7cd5efa8662.dip0.t-ipconnect.de] has quit [Ping timeout: 480 seconds] |
22:56 | -!- | heffer [heffer@bras-base-altoon4123w-grc-04-76-68-114-20.dsl.bell.ca] has quit [Server closed connection] |
22:56 | -!- | heffer [heffer@bras-base-altoon4123w-grc-04-76-68-114-20.dsl.bell.ca] has joined #openttd |
22:56 | -!- | heffer is "Felix Kaechele" on #openttd |
23:16 | -!- | Gustavo6046 [~Gustavo60@189.6.235.203] has quit [Server closed connection] |
23:16 | -!- | Gustavo6046 [~Gustavo60@2804:14d:4cd8:9066::1] has joined #openttd |
23:16 | -!- | Gustavo6046 is "Gustavo Rehermann <rehermann6046@gmail.com>" on #openttd #llvm |
23:20 | -!- | Extrems [gamecube@expert.extremscorner.org] has quit [Server closed connection] |
23:20 | -!- | Extrems [gamecube@expert.extremscorner.org] has joined #openttd |
23:20 | -!- | Extrems is "https://www.extremscorner.org/" on #openttd |
23:27 | -!- | WormnestAndroid [~WormnestA@35.136.189.95] has quit [Server closed connection] |
23:27 | -!- | WormnestAndroid [~WormnestA@35.136.189.95] has joined #openttd |
23:27 | -!- | WormnestAndroid is "WormnestAndroid" on #openttd |
23:56 | <@DorpsGek> | [OpenTTD/nml] Andrew350 commented on pull request #173: Fix: Access to persistent storage of towns https://git.io/JtbcM |
--- | Log | closed Fri Feb 26 00:00:55 2021 |