IRC logs for #openttd on OFTC at 2021-10-23
⏴ go to previous day
00:07:06 *** tokai has quit IRC (Quit: c('~' )o)
00:25:24 *** HerzogDeXtEr has joined #openttd
00:40:49 *** Gustavo6046 has quit IRC ()
01:12:31 *** Wormnest has quit IRC (Quit: Leaving)
01:48:07 *** Gustavo6046 has joined #openttd
02:18:10 <DorpsGek> [OpenTTD/OpenTTD] Rau117 commented on pull request #9002: Change cargo age to have more effect on cargo payment. https://git.io/Jimx7
02:29:36 *** HerzogDeXtEr has quit IRC (Read error: Connection reset by peer)
02:36:05 <DorpsGek> [OpenTTD/OpenTTD] Rau117 commented on pull request #9002: Change cargo age to have more effect on cargo payment. https://git.io/JimhU
02:45:46 *** D-HUND has quit IRC (Ping timeout: 480 seconds)
04:07:55 <DorpsGek> [OpenTTD/OpenTTD] Rau117 commented on pull request #9002: Change cargo age to have more effect on cargo payment. https://git.io/JiYka
04:13:06 <DorpsGek> [OpenTTD/OpenTTD] LEB0VSKI commented on pull request #9002: Change cargo age to have more effect on cargo payment. https://git.io/JiYII
06:35:09 *** WormnestAndroid has quit IRC (Remote host closed the connection)
07:30:34 *** andythenorth has joined #openttd
07:39:24 <Eddi|zuHause> i'm pretty sure having that thing on your car is illegal
07:44:55 <Wolf01> The illegal thing is selling the raildriver bundled with games I already own and the non bundle one is out of stock *always*... not going to pay $40 more to get it
07:49:46 *** jottyfan has joined #openttd
07:59:12 <andythenorth> I forgot how totally absorbing lego can be
07:59:18 <andythenorth> one of my kids wanted to build it
07:59:32 <andythenorth> I have a week off work, and totally lost track of time
07:59:58 <andythenorth> I kind of quit building lego for the last few years
08:00:21 <andythenorth> I go to sleep thinking of new ways to combine connectors in tight spaces :P
08:00:44 <Wolf01> And now you regret selling some of your old sets :P
08:00:49 <andythenorth> didn't sell them yet
08:00:58 <andythenorth> but I'm going to
08:01:08 <andythenorth> there is about 10KG of lego and technic to sell
08:01:20 <andythenorth> and about 10 large official sets, mostly complete
08:01:36 <andythenorth> I stopped building because 'too much'
08:02:57 <Wolf01> I can't have too much, I stopped building because it gives me back pain, now I build only small things
08:03:20 <Wolf01> I built a racing truck 2 years ago, too bad I miss a second RC motor, that thing is a beast, it uses the wheels from the volvo loader
08:05:25 <andythenorth> I have standard 'I am over the age of 30' back pain, and building lego for hours aggravates it
08:05:29 <andythenorth> but I learnt how to stretch
08:06:51 <Wolf01> Yeah, I learnt how to spend 500€/month to solve my back pain problems too
08:07:28 <andythenorth> I spent about that much on an osteopath, who fixed it and said "learn to stretch and don't come back please"
08:07:57 <andythenorth> stretching might not work so well if you've actually damaged a disc or something
08:10:59 <andythenorth> ok time for Horse drawing
08:18:26 *** Markk has quit IRC (Ping timeout: 480 seconds)
08:18:26 *** Markk_ is now known as Markk
08:32:45 *** sla_ro|master has joined #openttd
09:59:41 <andythenorth> not seen for a long time
10:04:40 <Eddi|zuHause> dunno. i didn't really leave or anything
10:27:11 *** WormnestAndroid has joined #openttd
11:42:39 *** frosch123 has joined #openttd
11:49:16 *** HerzogDeXtEr has joined #openttd
11:56:11 *** nielsm has quit IRC (Ping timeout: 480 seconds)
12:13:59 *** kaomoneus has joined #openttd
12:14:06 <kaomoneus> Hi folks! It seems there is a typo:
12:14:40 *** andythenorth has quit IRC (Quit: andythenorth)
12:14:42 <kaomoneus> I checked code, it seems that CmdTownGrowthRate uses amount of ticks as a growth rate
12:15:22 <kaomoneus> So there is a wrong comment for p2
12:16:35 <kaomoneus> Also I would use "auto" for "old_rate"
12:26:18 <DorpsGek> [OpenTTD/OpenTTD] TrueBrain commented on pull request #9645: Pause panning in intro game while user is interacting with the GUI https://git.io/JiOsj
12:33:53 <kaomoneus> Another minor bug is here:
12:34:20 <kaomoneus> Wrong var type for growth_rate, must be U16
12:34:34 <DorpsGek> [OpenTTD/OpenTTD] frosch123 updated pull request #9645: Pause panning in intro game while user is interacting with the GUI https://git.io/JimkT
12:37:20 <DorpsGek> [OpenTTD/OpenTTD] TrueBrain approved pull request #9645: Pause panning in intro game while user is interacting with the GUI https://git.io/JiOZi
13:10:37 *** WormnestAndroid has quit IRC (Ping timeout: 480 seconds)
13:13:43 <DorpsGek> [OpenTTD/OpenTTD] frosch123 merged pull request #9645: Pause panning in intro game while user is interacting with the GUI https://git.io/JimkT
13:45:58 *** sla_ro|master has quit IRC ()
13:57:37 <glx> andythenorth[m]: would be nice to document required python packages somewhere in iron-horse repo :)
14:06:40 *** Gustavo6046 has quit IRC (Read error: Connection reset by peer)
14:13:49 <LordAro> kaomoneus: it is U16, that line is for old savegames
14:15:17 <dP> LordAro, he's right, var is U16 now
14:16:22 <glx> and errors in command comments are not unusual
14:16:54 <dP> would be more unusual if they were right xDD
14:31:33 <kaomoneus> LordAro: one of lines declares it as I16.
14:32:04 <kaomoneus> I mean as a signed integer. But you're right it is unsigned.
14:37:24 <TrueBrain> I love my scripting .. it seems to work really well :D
14:50:28 <frosch123> does it work for all PRs? or only for squashed ones which reference the PR in the commit message?
14:50:46 <frosch123> oh, silly me, it goes via PR label
14:59:54 <kaomoneus> I introduce new field in DifficultySettings, and I want it to be individual for each game. Which file is responsible for save/load? Is it a proper place for such sort of fields afterall?
15:00:33 <frosch123> src/table/settings/*.ini
15:01:02 <frosch123> those ini files control storage of settings in savegames, openttd.cfg, and console
15:02:26 <kaomoneus> frosch123: but I want it to be configured during "New Game" and to be individual for each game. Whilst .ini files stores global settings...
15:02:37 <DorpsGek> [OpenTTD/OpenTTD] Kuhnovic updated pull request #9642: Feature: Orientation of rail, road and ship depots can be changed https://git.io/JitGY
15:03:44 <frosch123> kaomoneus: doesn't matter. those ini files are input to a source-code generator, and contain all settings: game settings, client settings, company settings, ...
15:08:26 <DorpsGek> [OpenTTD/OpenTTD] Kuhnovic commented on pull request #9642: Feature: Orientation of rail, road and ship depots can be changed https://git.io/JiO16
15:12:28 <kaomoneus> frosch123: ok, now I see. What means OMANY? Is it like an enum?
15:13:00 <kaomoneus> ok... Looks like just a validation type
15:13:00 <kaomoneus> SDTC_OMANY = static_assert($max <= MAX_$type, "Maximum value for $var exceeds storage size");
15:16:23 <frosch123> OMANY means, the setting is stores as string, not as integer
15:16:36 <frosch123> you will have to provide a list of string literals for the values
15:17:04 <frosch123> hmm, or maybe it just means that the setting is displayed as dropdown in the tree gui
15:18:28 <DorpsGek> [OpenTTD/OpenTTD] LC-Zorg commented on pull request #9645: Pause panning in intro game while user is interacting with the GUI https://git.io/JiODE
15:20:31 <Rubidium> OMANY is for the single value string in the configuration file (and console command) that is interpreted as an integer internally
15:21:39 <Rubidium> dropdown in the GUI is triggered by a flag
15:40:40 *** andythenorth has joined #openttd
15:42:19 <DorpsGek> [OpenTTD/OpenTTD] Kuhnovic updated pull request #9616: Feature: Railways can be created "through" bridges, tunnels, stations… https://git.io/JKo5u
15:43:30 <andythenorth> hmm I said FIRS killed frame rate
15:43:39 <andythenorth> goes it throw out FIRS?
15:45:20 <frosch123> andythenorth: in case you were wondering, adding *anything* to an empty flat map will drop frames
15:45:35 <andythenorth> I know but this is proof!
15:45:46 <frosch123> if an empty map takes 0% cpu, adding anything will increase cpu load by a factor of infinity
15:46:12 <andythenorth> it is noticeable that if FIRS industries are in the viewport FPS will sometimes fall
15:46:16 <frosch123> andythenorth: LC also figure out that we included the titlegame from jgrpp now :p
15:46:19 <andythenorth> but I never got a decent repro
15:47:04 <frosch123> i recommend to adjust your noise filter :)
15:48:01 <DorpsGek> [OpenTTD/OpenTTD] LC-Zorg commented on pull request #9642: Feature: Orientation of rail, road and ship depots can be changed https://git.io/JiO7f
15:53:34 <andythenorth> I assumed FIRS is coded wrong :)
15:53:38 <andythenorth> I know who did it
15:54:24 <frosch123> how much yexo code is left?
15:55:35 <andythenorth> CHIPS is all yexo :)
15:55:59 <frosch123> i would have guess that some templates were never touched :p
15:56:34 <andythenorth> there were some fancy things with conditionals in spritelayouts
15:56:41 <andythenorth> but they got swapped for procedures
16:08:03 <kaomoneus> is here any instruction how to compile openttd with emscripten? Is it enough just to set CC, CXX vars?
16:09:03 <glx> you can check .github/workflows
16:13:07 *** jottyfan has quit IRC (Quit: jottyfan)
16:13:17 <FLHerne> andythenorth: Wow, crippling
16:13:34 <FLHerne> with a whole cluster of the worst industry, they only get 400fps
16:14:36 <FLHerne> Oh, they did manage to get actually low numbers but only with a crazy number of industries
16:19:01 <kaomoneus> glx: awesome, thanks!
16:22:16 *** kaomoneus has quit IRC (Quit: Page closed)
16:36:43 *** Flygon has quit IRC (Quit: A toaster's basically a soldering iron designed to toast bread)
16:39:38 <LordAro> peter1138: well that's terrifying
16:48:52 *** kaomoneus has joined #openttd
16:50:12 <kaomoneus> LordAro: is it possible to activate storing binary artifacts? Or should I explicitly add rule in YAML?
16:50:58 <kaomoneus> I mean that .github/workflows/... place
16:55:36 <kaomoneus> Oh.. it seems that I just had to launch Release workflow in github. Sorry for distorbing..
16:55:58 *** Gustavo6046 has joined #openttd
16:59:20 *** Gustavo6046_ has joined #openttd
17:02:23 *** jottyfan has joined #openttd
17:04:00 *** Gustavo6046 has quit IRC (Ping timeout: 480 seconds)
17:04:00 *** Gustavo6046_ is now known as Gustavo6046
17:05:32 *** andythenorth has quit IRC (Quit: andythenorth)
17:06:21 *** andythenorth has joined #openttd
17:33:32 *** sla_ro|master has joined #openttd
17:46:57 <DorpsGek> [OpenTTD/OpenTTD] LC-Zorg commented on pull request #9637: Invert the effect of Ctrl press when dragging signals https://git.io/Ji3qm
17:49:11 <TrueBrain> Lol, someone has his upstream and downstream mixed :D
17:50:26 <TrueBrain> (I had a giggle the titlegame is apparently the one from JGRPP :p)
17:52:39 *** jottyfan has quit IRC (Quit: jottyfan)
18:07:21 *** andythenorth_ has joined #openttd
18:07:27 <andythenorth_> what we should do
18:07:32 <andythenorth_> is make every single UI control
18:07:35 <DorpsGek> [OpenTTD/OpenTTD] LC-Zorg commented on pull request #9639: Feature: Ctrl-click to remove fully autoreplaced vehicles from list https://git.io/Ji3OT
18:07:37 <andythenorth_> configurable directly from the UI
18:07:53 <andythenorth_> this way the UI will be simplified for all needs
18:10:34 *** andythenorth_ has quit IRC ()
18:12:46 *** andythenorth has quit IRC (Ping timeout: 480 seconds)
18:13:11 <DorpsGek> [OpenTTD/OpenTTD] James103 opened issue #9648: [Bug]: Missing commas in crash message for savegame crash due to missing NewGRF https://git.io/Ji3OX
18:19:33 *** WormnestAndroid has joined #openttd
18:19:54 *** Wormnest has joined #openttd
18:48:04 <DorpsGek> - Update: Translations from eints (by translators)
19:13:53 *** jottyfan has joined #openttd
19:24:22 *** supermop_Home has joined #openttd
19:51:00 *** Gustavo6046_ has joined #openttd
19:52:14 *** jottyfan has quit IRC (Quit: jottyfan)
19:52:57 *** snail_UES_ has joined #openttd
19:54:08 *** esselfe has quit IRC (Quit: brb)
19:55:36 *** Gustavo6046 has quit IRC (Ping timeout: 480 seconds)
19:55:36 *** Gustavo6046_ is now known as Gustavo6046
20:01:00 *** snail_UES_ has quit IRC (Ping timeout: 480 seconds)
20:05:08 *** kaomoneus has quit IRC (Remote host closed the connection)
20:09:14 *** gelignite has joined #openttd
20:50:30 *** snail_UES_ has joined #openttd
21:02:48 *** snail_UES_ has quit IRC (Ping timeout: 480 seconds)
21:10:08 *** frosch123 has quit IRC (Quit: be yourself, except: if you have the opportunity to be a unicorn, then be a unicorn)
21:13:38 <glx> compiling iron-horse while running nmlc in VS is so slow
21:22:29 *** Gustavo6046 has quit IRC (Read error: Connection reset by peer)
21:28:16 *** Samu has quit IRC (Ping timeout: 480 seconds)
21:32:34 *** Gustavo6046 has joined #openttd
21:43:16 *** Gustavo6046_ has joined #openttd
21:43:27 *** Gustavo6046 has quit IRC (Read error: Connection reset by peer)
21:43:27 *** Gustavo6046_ is now known as Gustavo6046
21:46:02 *** snail_UES_ has joined #openttd
21:58:12 *** snail_UES_ has quit IRC (Ping timeout: 480 seconds)
22:00:15 *** jottyfan has joined #openttd
22:02:32 *** Gustavo6046_ has joined #openttd
22:05:19 *** Gustavo6046 has quit IRC (Ping timeout: 480 seconds)
22:05:20 *** Gustavo6046_ is now known as Gustavo6046
22:35:13 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
22:39:32 *** snail_UES_ has joined #openttd
22:52:07 *** snail_UES_ has quit IRC (Ping timeout: 480 seconds)
22:55:24 *** ChanServ sets mode: +v tokai
23:13:54 *** esselfe has joined #openttd
23:14:19 *** sla_ro|master has quit IRC ()
23:26:25 *** HerzogDeXtEr has quit IRC (Read error: Connection reset by peer)
23:50:11 *** Tirili has quit IRC (Quit: Leaving)
continue to next day ⏵