--- | Log | opened Sat Jan 08 00:00:20 2022 |
00:15 | <@DorpsGek> | [OpenTTD/team] chupper100 opened issue #285: [vi_VN] Translator access request https://git.io/J93HI |
02:18 | -!- | D-HUND is now known as debdog |
02:29 | -!- | andythenorth [~andytheno@cpc87165-aztw31-2-0-cust40.18-1.cable.virginm.net] has joined #openttd |
02:29 | -!- | andythenorth is "andythenorth" on #openttd |
02:42 | -!- | andythenorth [~andytheno@cpc87165-aztw31-2-0-cust40.18-1.cable.virginm.net] has quit [Quit: andythenorth] |
02:46 | -!- | andythenorth [~andytheno@cpc87165-aztw31-2-0-cust40.18-1.cable.virginm.net] has joined #openttd |
02:46 | -!- | andythenorth is "andythenorth" on #openttd |
02:52 | -!- | tokai|noir [~tokai@00012860.user.oftc.net] has joined #openttd |
02:52 | -!- | mode/#openttd [+v tokai|noir] by ChanServ |
02:52 | -!- | tokai|noir is "Christian Rosentreter" on +#openttd |
02:59 | -!- | tokai [~tokai@00012860.user.oftc.net] has quit [Ping timeout: 480 seconds] |
03:02 | -!- | Gustavo6046 [~Gustavo60@2804:14d:4cd8:96b6:f57:b290:e69a:6832] has quit [] |
03:11 | -!- | nielsm [~nielsm@188-181-82-243-cable.dk.customer.tdc.net] has joined #openttd |
03:11 | -!- | nielsm is "Niels Martin Hansen" on #openttd |
04:01 | -!- | sla_ro|master [~sla.ro@93.118.46.75] has joined #openttd |
04:01 | -!- | sla_ro|master is "slamaster" on #sla #openttd |
04:02 | <andythenorth> | yo |
04:03 | -!- | Wolf01 [~wolf01@0001288e.user.oftc.net] has joined #openttd |
04:03 | -!- | Wolf01 is "Wolf01" on #openttd |
05:12 | <TrueBrain> | battling Rust lifetime |
05:12 | <TrueBrain> | always fun :) |
05:18 | -!- | Extrems [gamecube@expert.extremscorner.org] has quit [Ping timeout: 480 seconds] |
05:24 | -!- | Extrems [gamecube@expert.extremscorner.org] has joined #openttd |
05:24 | -!- | Extrems is "https://www.extremscorner.org/" on #openttd |
06:02 | <TrueBrain> | and ... we are back to "read past end of pseudo-sprite" :P |
06:02 | <TrueBrain> | stupid varaction2 chains |
06:24 | <TrueBrain> | the annoying part ... it seems to be fine :P Even looking at the grfcodec decompile it seems what I expect it to be :) |
06:24 | <TrueBrain> | grrr |
06:26 | <TrueBrain> | ugh, no I am a potato .. the "another operator is following" flag is just in a weird place |
06:26 | <TrueBrain> | I always forget ... |
06:29 | <LordAro> | TruePotato |
06:29 | <TrueBrain> | yes! |
06:29 | <TrueBrain> | now it doesn't fail, but doesn't work either :P |
06:30 | <TrueBrain> | IMPROVEMENTS! |
06:30 | <@DorpsGek> | [OpenTTD/team] glx22 commented on issue #285: [vi_VN] Translator access request https://git.io/J93HI |
06:32 | <@DorpsGek> | [OpenTTD/team] glx22 commented on issue #284: [hr_HR] Translator access request https://git.io/J9Y53 |
06:42 | <TrueBrain> | owh, lol, totally unrelated change I made that was causing that |
06:42 | <TrueBrain> | LALALALAA :D |
06:43 | <TrueBrain> | a switch with no cases in NewGRF doesn't want to take my default .. hmm .. what did I do wrong :D |
06:46 | <TrueBrain> | ah .. "special case" |
06:46 | <TrueBrain> | jollygood |
07:00 | <+michi_cc> | Isn't all of NewGRF a single "special case"? :p |
07:04 | -!- | frosch123 [~frosch@00013ce7.user.oftc.net] has joined #openttd |
07:04 | -!- | frosch123 is "frosch" on #openttd |
07:04 | <TrueBrain> | Haha, very true :) |
07:10 | <frosch123> | every grf generator so far fell for that trap |
07:10 | <frosch123> | firs probably three times |
07:12 | <frosch123> | "This sender has been verified from Openttd safe senders list" <- i love scams |
07:13 | <FLHerne> | I like the ones that are from 'flherne.uk network administrator' -- i.e. me :p |
07:13 | <TrueBrain> | But in good news, RPN to NewGRF is functional, with somewhat sane code :D now to extend it to support local variables :) |
07:14 | <TrueBrain> | Rust is really nice for this kind of parsing |
07:14 | <TrueBrain> | And it indeed is a single-pass compiler, what I was hoping for |
07:14 | <frosch123> | the text is even more funny: Breanneh Spears BookKeeper has made a payment of $107,980.89 to invoice C43252. |
07:14 | <frosch123> | i guess if you read that aloud it's Britney |
07:14 | <TrueBrain> | We are rich! |
07:16 | <frosch123> | we were rich |
07:17 | -!- | jottyfan [~Thunderbi@dynamic-077-011-136-131.77.11.pool.telefonica.de] has joined #openttd |
07:17 | -!- | jottyfan is "jottyfan" on #openttd |
07:19 | <TrueBrain> | Awh :( |
07:28 | <andythenorth> | hmm |
07:28 | * | andythenorth played tanks |
07:28 | <andythenorth> | instead of FIRS 5 |
07:28 | <andythenorth> | why does this happen? :P |
07:30 | <TrueBrain> | because why not? |
07:44 | <TrueBrain> | hmm .. now the question, am I going for reduced NewGRF filesize, or for easy programming |
07:44 | <TrueBrain> | callbacks can use the same functions |
07:45 | <TrueBrain> | so I could put those in a set, and reuse that |
07:45 | <TrueBrain> | orrrrrrr ... I could just ignore that completely, and for every industry every callback just generate the full chain |
07:46 | <andythenorth> | FIRS is more fun long term |
07:46 | <andythenorth> | but more work |
07:46 | <andythenorth> | tanks no sense of reward, but easy :P |
07:47 | <frosch123> | TrueBrain: nfo size is dominant for 8bpp newgrfs, but dwarfed by the sprites in 32bpp newgrf |
07:47 | <frosch123> | imho ignore filesize, rather optimise for runtime |
07:47 | <TrueBrain> | which runtime .. TrueGRF or OpenTTD? :P |
07:48 | <TrueBrain> | pretty sure speed is the same for both solutions; it is just about reducing filesize or not, where with the latter I can be lovely lazy :) |
07:48 | <frosch123> | openttd ofc :p runtime probably prefers long va2 over deeply nested va2 |
07:48 | <TrueBrain> | hmm, inline functions you say? Hmm |
07:48 | <TrueBrain> | did not consider that yet |
08:19 | <TrueBrain> | right ... now how do I return for normal callbacks, let's find out! |
08:19 | <TrueBrain> | I guess this is the empty switch part :P |
08:37 | <TrueBrain> | Callback 0x15f returned unknown/invalid result 0x1 |
08:37 | <TrueBrain> | awh |
08:39 | <frosch123> | hey, you reached the age of useful error messages :) |
08:39 | <TrueBrain> | except that I don't understand it |
08:39 | <TrueBrain> | so not -that- useful :P |
08:40 | <frosch123> | why do you use cb 15f though :p |
08:40 | <TrueBrain> | https://newgrf-specs.tt-wiki.net/wiki/Callbacks#Set_initial_production_level_on_construction_.2815F.29 |
08:40 | <TrueBrain> | FIRS is doing that .. :P |
08:41 | <TrueBrain> | but what is wrong with a result of 1? |
08:41 | <andythenorth> | best callback ever |
08:41 | <andythenorth> | can be used for ... other things :P |
08:41 | <TrueBrain> | owh, range must be 04..80h |
08:41 | <TrueBrain> | right |
08:41 | <+michi_cc> | "Production level; must be in range 04..80h! |
08:41 | <+michi_cc> | Too slow :) |
08:42 | <frosch123> | "< 04" means "industry closure" |
08:42 | <frosch123> | blame CS |
08:42 | <TrueBrain> | did not expect such a weird error in that case :) |
08:42 | <TrueBrain> | in good news, it works! :D \o/ |
08:47 | <TrueBrain> | what I do now, really childish: the result is stored in temp register 0 |
08:47 | <TrueBrain> | and the last chain fetches that register and uses no switches to return it |
08:47 | <TrueBrain> | pretty sure that can be done smarter |
08:47 | <TrueBrain> | but .. shrug |
08:55 | <andythenorth> | ok, let's add industry regions |
08:55 | <andythenorth> | not just clusters |
08:55 | * | andythenorth starts |
08:56 | -!- | tokai [~tokai@00012860.user.oftc.net] has joined #openttd |
08:56 | -!- | mode/#openttd [+v tokai] by ChanServ |
08:56 | -!- | tokai is "Christian Rosentreter" on +#openttd |
08:58 | <TrueBrain> | okay, 5 industry callbacks are functional. Now I just need to add functions, local variables, and more industry variables before the FIRS variant starts to kick in :D |
08:58 | <TrueBrain> | baby steps |
08:59 | <frosch123> | how fluid are you in translating firs pynml into rpn? |
08:59 | <TrueBrain> | see the gist |
08:59 | <TrueBrain> | up to you to decide how fluent that is :P |
08:59 | <frosch123> | the gist scares me :) |
08:59 | <TrueBrain> | pyNML doesn't? :) |
09:02 | <TrueBrain> | but yeah, I think it was pretty simple |
09:02 | <TrueBrain> | RPN takes a bit getting used ot, but that is about it |
09:02 | <TrueBrain> | so I think I did a 1-to-1 conversion |
09:03 | -!- | tokai|noir [~tokai@00012860.user.oftc.net] has quit [Ping timeout: 480 seconds] |
09:03 | <andythenorth> | I have NFI how you convert pynml to rpn :P |
09:03 | <andythenorth> | there's a lot of loop expansion and conditionals in the templating |
09:05 | <TrueBrain> | the reason RPN supports loops :) |
09:29 | -!- | jlx_ [~quassel@lorenz-ho.me] has joined #openttd |
09:29 | -!- | jlx_ is "Johannes Lorenz" on #openttd |
09:34 | <andythenorth> | hmm 392 instances of industry.economy_variations to refactor :P |
09:34 | <andythenorth> | eh oh |
09:38 | <@DorpsGek> | [OpenTTD/team] frenchiveruti opened issue #286: [es_ES] Translator access request https://git.io/J9soW |
09:41 | <jlx_> | If you have a savegame and you need to resize the map (because you already connected to all cities), is there a map resizer? |
09:41 | <jlx_> | (I know, I asked a while ago, but maybe someone did this in the meantime) |
09:43 | <nielsm> | no, it's absurdly difficult to resize maps |
09:43 | <nielsm> | so one doesn't exist |
09:44 | <jlx_> | what's the difficulty? just append some tiles here and there... |
09:44 | <nielsm> | all coordinates of everything everywhere has to be remapped |
09:44 | <jlx_> | isn't this simple math? |
09:45 | <nielsm> | coordinates for the most part are in tile numbers, not (x,y) pairs |
09:46 | <nielsm> | it's "simple", but there's so many different kinds of game objects that need to be taken into account that making a map resizer would be a huge task with lots of room for mistakes where you forget some detail on some object |
09:47 | <nielsm> | which might only lead to issues long after the game has been converted and played for a while, making it hard/impossible to trace back to the cause |
09:54 | -!- | Strom [strom@strom.user.oftc.net] has quit [] |
09:55 | -!- | Strom [strom@strom.user.oftc.net] has joined #openttd |
09:55 | -!- | Strom is "Strom" on #tor-project #tor #alpine-linux #virt #debian-next #pipewire #openttd #debian #kernelnewbies |
10:04 | -!- | glx [~glx@000128ec.user.oftc.net] has joined #openttd |
10:04 | -!- | mode/#openttd [+v glx] by ChanServ |
10:04 | -!- | glx is "Loïc GUILLOUX" on #openttd.noai #openttd.notice +#openttd |
10:52 | <@DorpsGek> | [OpenTTD/OpenTTD] Berbe opened issue #9782: [Bug]: Dedicated server requires useless client_name https://git.io/J9s6r |
11:47 | <@DorpsGek> | [OpenTTD/OpenTTD] J0anJosep opened pull request #9783: Cleanup #9725: Replace cmd_helper related functions and remove cmd_helper.h https://git.io/J9sPm |
11:54 | -!- | crem1 [~crem@2a02:169:160a:1:9b30:962e:76eb:4bb3] has quit [Quit: WeeChat 3.2] |
11:56 | -!- | argoneus2 [~argoneus@argoneus.com] has joined #openttd |
11:56 | -!- | argoneus2 is "argoneus" on #openttd |
11:56 | -!- | Netsplit charon.oftc.net <-> liquid.oftc.net quits: V453000, giords[m], yoltid[m], @Guest149, Timberwolf, @orudge, azubieta60, menelaos[m], ircer[m], jeremy[m], (+25 more, use /NETSPLIT to show all of them) |
11:56 | -!- | argoneus2 is now known as argoneus |
11:57 | -!- | Flygon_ [~Flygon@2001:44b8:411e:4e00:b46d:995a:dca6:79eb] has quit [Quit: A toaster's basically a soldering iron designed to toast bread] |
11:57 | -!- | Netsplit over, joins: eirc, @Guest149, Strom, Soni, azubieta60, jlx_, sla_ro|master, thelonelyellipsis[m], jedavies, yur3shmukcik[m] (+24 more) |
11:57 | -!- | crem [~crem@2a02:169:160a:1:9b30:962e:76eb:4bb3] has joined #openttd |
11:57 | -!- | crem is "crem" on #openttd |
12:02 | -!- | Netsplit charon.oftc.net <-> liquid.oftc.net quits: V453000, giords[m], yoltid[m], @Guest149, Timberwolf, @orudge, azubieta60, menelaos[m], ircer[m], jeremy[m], (+25 more, use /NETSPLIT to show all of them) |
12:03 | -!- | Netsplit over, joins: eirc, @Guest149, Strom, Soni, azubieta60, crem, jlx_, sla_ro|master, thelonelyellipsis[m], jedavies (+25 more) |
12:18 | -!- | Netsplit reticulum.oftc.net <-> liquid.oftc.net quits: V453000, giords[m], yoltid[m], @Guest149, Timberwolf, @orudge, azubieta60, menelaos[m], ircer[m], jeremy[m], (+25 more, use /NETSPLIT to show all of them) |
12:18 | -!- | Netsplit over, joins: eirc, @Guest149, Strom, Soni, azubieta60, crem, jlx_, sla_ro|master, thelonelyellipsis[m], jedavies (+25 more) |
12:21 | <@DorpsGek> | [OpenTTD/team] glx22 commented on issue #286: [es_ES] Translator access request https://git.io/J9soW |
12:27 | -!- | Cacodemon [~Flamewar@doom.pt] has joined #openttd |
12:27 | -!- | Cacodemon is "Space Marine" on #openttd |
12:28 | -!- | Cyberdemon [~Flamewar@doom.pt] has quit [Remote host closed the connection] |
12:29 | -!- | Netsplit charon.oftc.net <-> liquid.oftc.net quits: V453000, giords[m], yoltid[m], @Guest149, Timberwolf, @orudge, azubieta60, menelaos[m], ircer[m], jeremy[m], (+24 more, use /NETSPLIT to show all of them) |
12:31 | -!- | crem [~crem@2a02:169:160a:1:9b30:962e:76eb:4bb3] has joined #openttd |
12:31 | -!- | Strom [strom@strom.user.oftc.net] has joined #openttd |
12:31 | -!- | jlx_ [~quassel@lorenz-ho.me] has joined #openttd |
12:31 | -!- | sla_ro|master [~sla.ro@93.118.46.75] has joined #openttd |
12:31 | -!- | thelonelyellipsis[m] [~thelonely@2001:470:1af1:101::ac34] has joined #openttd |
12:31 | -!- | jedavies [~jedavies@a24.me] has joined #openttd |
12:31 | -!- | yur3shmukcik[m] [~yur3shmuk@2001:470:1af1:101::44f3] has joined #openttd |
12:31 | -!- | yoltid[m] [~yoltidhac@2001:470:1af1:101::44dd] has joined #openttd |
12:31 | -!- | twom[m] [~twomru-ma@2001:470:1af1:101::44f5] has joined #openttd |
12:31 | -!- | paulus[m] [~paulusnet@2001:470:1af1:101::4505] has joined #openttd |
12:31 | -!- | osvaldo[m] [~osvaldohi@2001:470:1af1:101::44e2] has joined #openttd |
12:31 | -!- | nolep[m] [~noleptchn@2001:470:1af1:101::4501] has joined #openttd |
12:31 | -!- | natmac[m] [~natmacmen@2001:470:1af1:101::4068] has joined #openttd |
12:31 | -!- | menelaos[m] [~menelaosa@2001:470:1af1:101::5368] has joined #openttd |
12:31 | -!- | leward[m] [~lewardmat@2001:470:1af1:101::56a7] has joined #openttd |
12:31 | -!- | karl[m]123456 [~karlmatri@2001:470:1af1:101::52d7] has joined #openttd |
12:31 | -!- | jeremy[m] [~jeremynit@2001:470:1af1:101::5ffd] has joined #openttd |
12:31 | -!- | ircer[m] [~ircernerd@2001:470:1af1:101::4515] has joined #openttd |
12:31 | -!- | giords[m] [~giordsmat@2001:470:1af1:101::9bc0] has joined #openttd |
12:31 | -!- | fiddeldibu[m] [~fiddeldib@2001:470:1af1:101::4510] has joined #openttd |
12:31 | -!- | dude[m]1 [~dudeggc-p@2001:470:1af1:101::405c] has joined #openttd |
12:31 | -!- | blikjeham[m] [~blikjeham@2001:470:1af1:101::5f6e] has joined #openttd |
12:31 | -!- | ad5twoknebor[m] [~ad5twokne@2001:470:1af1:101::4500] has joined #openttd |
12:31 | -!- | Soni [~quassel@autistic.space] has joined #openttd |
12:31 | -!- | azubieta60 [~azubieta@azubieta.net] has joined #openttd |
12:31 | -!- | orudge [~orudge@000128f1.user.oftc.net] has joined #openttd |
12:31 | -!- | TinoDidriksen [~TinoDidri@tinodidriksen.com] has joined #openttd |
12:31 | -!- | Yexo [~Yexo@haleakala.openttdcoop.org] has joined #openttd |
12:31 | -!- | fonsinchen [~fonsinche@176.9.125.26] has joined #openttd |
12:31 | -!- | eirc [~eirc@00027aba.user.oftc.net] has joined #openttd |
12:31 | -!- | Timberwolf [timberwolf@dog.thdo.woaf.net] has joined #openttd |
12:31 | -!- | V453000 [~V453000@haleakala.openttdcoop.org] has joined #openttd |
12:31 | -!- | Terkhen [~Terkhen@0001612d.user.oftc.net] has joined #openttd |
12:31 | -!- | ServerMode/#openttd [+ovov orudge orudge Terkhen Terkhen] by liquid.oftc.net |
12:31 | -!- | Guest149 [~planetmak@haleakala.openttdcoop.org] has joined #openttd |
12:31 | -!- | ServerMode/#openttd [+ov Guest149 Guest149] by liquid.oftc.net |
12:31 | -!- | Wormnest [~Wormnest@35.136.189.95] has joined #openttd |
12:31 | -!- | Wormnest is "Wormnest" on #openttd |
12:48 | <TrueBrain> | meh, function support is annoying .. means I need to be able to clone objects .. |
12:48 | <TrueBrain> | a function might be used more than once |
12:48 | <TrueBrain> | and so for inlining I need the ability to clone :P |
13:03 | -!- | Gustavo6046 [~Gustavo60@2804:14d:4cd8:96b6:f57:b290:e69a:6832] has joined #openttd |
13:03 | -!- | Gustavo6046 is "realname" on #llvm #openttd |
13:03 | <TrueBrain> | right, that works .. now conditions .. pam pam pammm |
13:03 | <TrueBrain> | meh, not tonight :) |
13:06 | -!- | gelignite [~gelignite@55d41183.access.ecotel.net] has joined #openttd |
13:06 | -!- | gelignite is "gelignite" on #debian #llvm #openttd |
13:10 | * | andythenorth just got on a roll with FIRS :P |
13:50 | <@DorpsGek> | [OpenTTD/OpenTTD] DorpsGek pushed 1 commits to master https://git.io/J9s7B |
13:50 | <@DorpsGek> | - Update: Translations from eints (by translators) |
14:02 | <andythenorth> | hmm |
14:38 | <andythenorth> | code is fun |
15:12 | -!- | Gustavo6046_ [~Gustavo60@2804:14d:4cd8:96b6:f57:b290:e69a:6832] has joined #openttd |
15:12 | -!- | Gustavo6046_ is "realname" on #openttd #llvm |
15:13 | -!- | Gustavo6046 [~Gustavo60@2804:14d:4cd8:96b6:f57:b290:e69a:6832] has quit [Remote host closed the connection] |
15:34 | -!- | Gustavo6046_ [~Gustavo60@2804:14d:4cd8:96b6:f57:b290:e69a:6832] has quit [Quit: Leaving] |
15:34 | -!- | Gustavo6046 [~Gustavo60@2804:14d:4cd8:96b6:f57:b290:e69a:6832] has joined #openttd |
15:34 | -!- | Gustavo6046 is "realname" on #llvm #openttd |
15:37 | <@peter1138> | hm |
15:42 | <andythenorth> | yes |
16:16 | -!- | 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] |
16:32 | -!- | jottyfan [~Thunderbi@dynamic-077-011-136-131.77.11.pool.telefonica.de] has quit [Quit: jottyfan] |
16:44 | -!- | Netsplit charon.oftc.net <-> liquid.oftc.net quits: V453000, giords[m], yoltid[m], @Guest149, Timberwolf, @orudge, azubieta60, menelaos[m], ircer[m], jeremy[m], (+24 more, use /NETSPLIT to show all of them) |
16:46 | -!- | Netsplit over, joins: eirc, @Guest149, Strom, Soni, azubieta60, crem, jlx_, sla_ro|master, thelonelyellipsis[m], jedavies (+24 more) |
16:51 | <@peter1138> | Hmm, do I have to be foolish tomorrow? |
16:51 | <TrueBrain> | only if you want to! |
17:01 | -!- | Netsplit charon.oftc.net <-> liquid.oftc.net quits: V453000, giords[m], yoltid[m], @Guest149, Timberwolf, @orudge, azubieta60, menelaos[m], ircer[m], jeremy[m], (+24 more, use /NETSPLIT to show all of them) |
17:02 | -!- | Netsplit over, joins: eirc, @Guest149, Strom, Soni, azubieta60, crem, jlx_, sla_ro|master, thelonelyellipsis[m], jedavies (+24 more) |
17:02 | -!- | Strom is "Strom" on #pipewire #alpine-linux #openttd #virt #debian #kernelnewbies #tor-project #tor #debian-next |
17:04 | -!- | Netsplit charon.oftc.net <-> liquid.oftc.net quits: V453000, giords[m], yoltid[m], @Guest149, Timberwolf, @orudge, azubieta60, menelaos[m], ircer[m], jeremy[m], (+24 more, use /NETSPLIT to show all of them) |
17:04 | -!- | Netsplit over, joins: eirc, @Guest149, Strom, Soni, azubieta60, crem, jlx_, sla_ro|master, thelonelyellipsis[m], jedavies (+24 more) |
17:05 | <LordAro> | OFTC having a bad time this evening |
17:05 | -!- | Strom is "Strom" on #pipewire #alpine-linux #openttd #virt #debian #kernelnewbies #tor-project #tor #debian-next |
17:06 | <TrueBrain> | you see that rarely these days |
17:12 | <supermop_Home> | could i add base set sprite numbers to this? https://newgrf-specs.tt-wiki.net/wiki/NML:List_of_default_house_properties |
17:54 | -!- | _aD [~quadrant@0001362b.user.oftc.net] has joined #openttd |
17:54 | -!- | _aD is "Adam Piggott" on #openttd |
18:37 | -!- | sla_ro|master [~sla.ro@93.118.46.75] has quit [] |
18:58 | -!- | andythenorth [~andytheno@cpc87165-aztw31-2-0-cust40.18-1.cable.virginm.net] has quit [Quit: andythenorth] |
19:05 | -!- | nielsm [~nielsm@188-181-82-243-cable.dk.customer.tdc.net] has quit [Ping timeout: 480 seconds] |
19:30 | -!- | m1cr0man [~m1cr0man@gelandewagen.m1cr0man.com] has quit [Quit: G'luck] |
19:34 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has joined #openttd |
19:34 | -!- | m1cr0man is "m1cr0man" on #openttd #kvm |
19:38 | -!- | iSoSyS [~iSoSyS@ff1-84-90-12-195.netvisao.pt] has joined #openttd |
19:38 | -!- | iSoSyS is "realname" on #/r/openttd #openttd |
19:39 | -!- | iSoSyS [~iSoSyS@ff1-84-90-12-195.netvisao.pt] has quit [] |
19:51 | -!- | Wolf01 [~wolf01@0001288e.user.oftc.net] has quit [Quit: Once again the world is quick to bury me.] |
20:00 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has quit [Quit: G'luck] |
20:01 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has joined #openttd |
20:01 | -!- | m1cr0man is "m1cr0man" on #openttd #kvm |
20:03 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has quit [] |
20:03 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has joined #openttd |
20:03 | -!- | m1cr0man is "m1cr0man" on #openttd #kvm |
20:11 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has quit [Quit: G'luck] |
20:11 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has joined #openttd |
20:11 | -!- | m1cr0man is "m1cr0man" on #openttd #kvm |
20:17 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has quit [Quit: G'luck] |
20:17 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has joined #openttd |
20:17 | -!- | m1cr0man is "m1cr0man" on #openttd #kvm |
20:46 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has quit [Quit: G'luck] |
20:46 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has joined #openttd |
20:46 | -!- | m1cr0man is "m1cr0man" on #openttd #kvm |
21:11 | -!- | Wormnest [~Wormnest@35.136.189.95] has quit [Quit: Leaving] |
21:18 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has quit [Quit: G'luck] |
21:18 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has joined #openttd |
21:18 | -!- | m1cr0man is "m1cr0man" on #openttd #kvm |
21:26 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has quit [Quit: G'luck] |
21:26 | -!- | m1cr0man [~m1cr0man@2a01:4f8:191:503f::1] has joined #openttd |
21:26 | -!- | m1cr0man is "m1cr0man" on #openttd #kvm |
21:34 | -!- | geli [~gelignite@55d47b01.access.ecotel.net] has joined #openttd |
21:34 | -!- | geli is "gelignite" on #openttd #llvm #debian |
21:42 | -!- | gelignite [~gelignite@55d41183.access.ecotel.net] has quit [Ping timeout: 480 seconds] |
22:10 | -!- | PeteH [~peteh@140.238.195.238] has quit [Quit: I Fucking Quit!] |
22:20 | -!- | PeteH is "PeteH" on #debian |
22:20 | -!- | PeteH [~peteh@140.238.207.252] has joined #openttd |
22:21 | -!- | iSoSyS [~iSoSyS@ff1-84-90-12-195.netvisao.pt] has joined #openttd |
22:21 | -!- | iSoSyS is "realname" on #/r/openttd #openttd |
22:22 | -!- | iSoSyS [~iSoSyS@ff1-84-90-12-195.netvisao.pt] has quit [] |
22:24 | -!- | Flygon [~Flygon@2001:44b8:411e:4e00:1098:4095:ad9f:d924] has joined #openttd |
22:24 | -!- | Flygon is "Flygon" on #openttd |
22:39 | -!- | glx [~glx@000128ec.user.oftc.net] has quit [] |
22:42 | -!- | D-HUND [~debdog@2a00:79c0:623:1a00:7a24:afff:fe8a:d04d] has joined #openttd |
22:42 | -!- | D-HUND is "Wowbagger" on #openttd |
22:46 | -!- | debdog [~debdog@2a00:79c0:642:cc00:7a24:afff:fe8a:d04d] has quit [Ping timeout: 480 seconds] |
23:18 | -!- | _aD [~quadrant@0001362b.user.oftc.net] has quit [Quit: leaving] |
23:22 | -!- | geli [~gelignite@55d47b01.access.ecotel.net] has quit [Quit: Stay safe!] |
--- | Log | closed Sun Jan 09 00:00:21 2022 |