IRC logs for #openttd on OFTC at 2026-07-04
⏴ go to previous day
00:37:28 *** Flygon has quit IRC (Quit: A toaster's basically a soldering iron designed to toast bread)
01:35:42 *** Wormnest has quit IRC (Quit: Leaving)
01:45:42 *** MinchinWeb[m] has quit IRC (Ping timeout: 480 seconds)
01:46:43 *** MinchinWeb[m] has joined #openttd
02:43:17 <talltyler> reldred: I hear you like rocks
02:44:48 <talltyler> Automagic, they appear when you terraform any tile lower than it was before, only on sloped edges
02:45:06 <talltyler> (I initially had them on all tiles, but flat rocks don't look very good)
02:45:34 <reldred> thats great, I'd still love to plant rocks though this will still solve my issue of terraforming a rocky mountain to fit something in and then losing all muh rocks
02:47:45 <talltyler> I see no reason we couldn't have a sandbox setting that unlocks manual placement of rocks, rough grass tiles, and rivers (maybe even desert?) in regular game mode.
02:48:05 <talltyler> Anyway, it's bedtime for me, I'll PR this tomorrow
02:48:33 <talltyler> Still have to investigate if there's any way to get rocks on dirt tiles (I suspect not)
02:48:46 <talltyler> Instead of instantly planting grass on them, which is odd
02:54:27 *** ladylex has joined #openttd
02:54:27 <ladylex> im tripping or there wasnt already a setting that let you build river tiles
03:10:10 <reldred> talltyler: That would absolutely make my day ❤️
03:10:16 <reldred> but yes, another time
03:26:46 *** Phileman has joined #openttd
03:29:55 *** Philemon has quit IRC (Ping timeout: 480 seconds)
05:01:19 *** ChanServ sets mode: +v tokai
05:08:26 *** tokai|noir has quit IRC (Ping timeout: 480 seconds)
06:15:21 *** MinchinWeb[m] has quit IRC (Remote host closed the connection)
06:15:36 *** MinchinWeb[m] has joined #openttd
06:45:48 <_zephyris> talltyler: At least the graphics exist, with the new rock overlays, for grass grow back rocks
07:21:55 <DorpsGek> - Update: Translations from eints (by translators)
07:31:12 *** albionseascale has joined #openttd
07:31:12 <albionseascale> talltyler: Oh hell yeah that looks so good
12:05:40 *** digitalfox has joined #openttd
12:07:26 <reldred> It's pretty warm yeah
12:07:50 <reldred> brisbong is a little less warm but more humid
12:08:16 <reldred> i don't have an altgr 😛
12:08:38 <reldred> 48°C is about the worst I've had
12:09:10 <reldred> peter1138: not on US layout
12:09:19 <reldred> must be a uk layout thing
12:15:39 *** kuhnovic has joined #openttd
12:15:39 <kuhnovic> US layout only accepts degrees Fahrenheit
12:36:37 *** alien_bunny_ninja has quit IRC (Quit: User went offline on Discord a while ago)
12:56:03 *** WormnestAndroid has quit IRC (Read error: Connection reset by peer)
12:56:05 *** WormnestAndroid has joined #openttd
13:05:17 <_zephyris> talltyler: Looks like you could use the density bits on rocky tiles...
13:05:57 *** Wolf01 has quit IRC (Read error: No route to host)
13:29:13 <digitalfox> peter1138: Not when you are using iOS
13:40:10 <digitalfox> TallTylerviaGitHub: That looks so cool
13:41:31 *** Wormnest has joined #openttd
14:05:27 *** mittdev has joined #openttd
14:05:27 <mittdev> am a fan, but would it be better if it were 33% of the tiles rather than all of them?
15:19:33 <peter1138> Hmm, can I be bothered to swap from wearing-out 105 chainset to brand new recall replacement ultegra chainset...
15:19:48 <peter1138> Well, crankset anyway.
16:50:59 *** Wormnest has quit IRC (Ping timeout: 480 seconds)
16:55:28 *** WormnestAndroid has quit IRC (Ping timeout: 480 seconds)
16:58:51 *** WormnestAndroid has joined #openttd
17:47:13 *** WormnestAndroid has quit IRC (Remote host closed the connection)
17:47:15 *** WormnestAndroid has joined #openttd
17:54:42 *** Wormnest has joined #openttd
18:35:47 *** MinchinWeb[m] has quit IRC (Ping timeout: 480 seconds)
18:36:15 <dollarcoinguy> I wrote a pipeline to print server builds of ottd for arm macos devices (mac mini headless)
18:36:15 <dollarcoinguy> # `brew install git cmake xz libpng lzo pkg-config zlib libiconv spdlog doxygen curl sdl2-compat zstd wget`
18:36:15 <dollarcoinguy> - if: $CI_COMMIT_TAG
18:36:18 <dollarcoinguy> OPENGFX_VERSION: "8.0"
18:36:20 <dollarcoinguy> JGRPP_VERSION: "jgrpp-0.72.4"
18:36:20 <dollarcoinguy> PACKAGE_NAME: "macos_arm64-dedicated-${JGRPP_VERSION}.zip"
18:36:20 *** MinchinWeb[m] has joined #openttd
18:36:28 <dollarcoinguy> - mkdir -p $CI_PROJECT_DIR/jgrpp_server/baseset
18:36:30 <dollarcoinguy> - cd $CI_PROJECT_DIR/jgrpp_server/baseset
18:36:32 <dollarcoinguy> - unzip -q opengfx-${OPENGFX_VERSION}.zip
18:36:32 <dollarcoinguy> - tar -xf opengfx-${OPENGFX_VERSION}.tar
18:36:34 <dollarcoinguy> - rm -rf opengfx-*.tar opengfx-*.zip
18:36:34 <dollarcoinguy> - mkdir -p $CI_PROJECT_DIR/OpenTTD-patches/
18:36:36 <dollarcoinguy> - cd $CI_PROJECT_DIR/OpenTTD-patches/
18:36:38 <dollarcoinguy> # Begin arm64 build
18:36:38 <dollarcoinguy> - mkdir -p $CI_PROJECT_DIR/build-arm64
18:36:40 <dollarcoinguy> - cd $CI_PROJECT_DIR/build-arm64
18:36:42 <dollarcoinguy> cmake ../OpenTTD-patches
18:36:42 <dollarcoinguy> -DCMAKE_BUILD_TYPE=Release
18:36:44 <dollarcoinguy> -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
18:36:44 <dollarcoinguy> -DCMAKE_OSX_ARCHITECTURES=arm64
18:36:46 <dollarcoinguy> -DOPTION_DEDICATED=ON
18:36:46 <dollarcoinguy> -DOPTION_COMPRESS_DEBUG=ON
18:36:48 <dollarcoinguy> -DOPTION_LTO=ON
18:36:48 <dollarcoinguy> -DOPTION_TRIM_PATH_PREFIX=ON
18:36:50 <dollarcoinguy> -DOPTION_PACKAGE_DEPENDENCIES=ON
18:36:50 <dollarcoinguy> -DOPTION_USE_ASSERTS=OFF
18:36:52 <dollarcoinguy> - cmake --build . -j $(sysctl -n hw.ncpu)
18:36:54 <dollarcoinguy> # Copy game files
18:36:54 <dollarcoinguy> - cp -r ai baseset game lang scripts openttd "$CI_PROJECT_DIR/jgrpp_server/"
18:36:56 <dollarcoinguy> - zip -r "${PACKAGE_NAME}" $CI_PROJECT_DIR/jgrpp_server/
18:36:58 <dollarcoinguy> curl --header "JOB-TOKEN: ${CI_JOB_TOKEN}" \
18:36:58 <dollarcoinguy> --upload-file ${PACKAGE_NAME} \
18:37:00 <dollarcoinguy> "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/jgrpp-dedicated_macos_arm64/${CI_COMMIT_SHORT_SHA}-${JGRPP_VERSION}/${PACKAGE_NAME}"
18:50:44 <peter1138> LordAro, I am doing.
18:50:53 <peter1138> dollarcoinguy, don't post huge blobs of text please.
18:58:01 <peter1138> LordAro, I was saving it in case I got another better bike that needed upgrading, but at this point that would be a 12sp anyway.
18:58:16 <peter1138> 15000 miles out of the old 105.
19:04:45 *** MinchinWeb[m] has quit IRC (Read error: Connection reset by peer)
19:04:58 *** MinchinWeb[m] has joined #openttd
20:10:12 *** MinchinWeb[m] has quit IRC (Ping timeout: 480 seconds)
20:11:01 *** MinchinWeb[m] has joined #openttd
20:14:11 *** gelignite has joined #openttd
21:57:20 *** Wolf01 has quit IRC (Quit: Once again the world is quick to bury me.)
22:57:42 *** Wormnest has quit IRC (Quit: Leaving)
continue to next day ⏵