Config
Log for #openttd on 15th November 2022:
Times are UTC Toggle Colours
10:28:45  *** sla_ro|master has quit IRC
11:01:16  <DorpsGek> [OpenTTD/OpenTTD] PeterN commented on issue #10174: [Bug]: Error messages are bigger as of the recent UI changes https://github.com/OpenTTD/OpenTTD/issues/10174
12:08:14  *** WormnestAndroid has joined #openttd
12:14:57  <DorpsGek> [OpenTTD/OpenTTD] WimLeflere commented on pull request #9038: Add test framework and some basic unit tests https://github.com/OpenTTD/OpenTTD/pull/9038#issuecomment-1315229478
13:19:36  *** WormnestAndroid has quit IRC
13:19:49  *** WormnestAndroid has joined #openttd
15:21:23  <supermop_toil> yo
15:31:44  <petern> Hello
16:16:10  *** sla_ro|master has joined #openttd
16:33:21  *** Flygon has quit IRC
16:34:54  *** nielsm has joined #openttd
17:04:16  *** Wormnest has joined #openttd
17:06:43  *** HerzogDeXtEr has joined #openttd
17:24:02  * petern creates more 'bugs'
17:42:20  <andythenorth> excellent satire
17:48:59  <andythenorth> I also got stuck in vim
17:49:00  <andythenorth> or emacs
17:49:01  <andythenorth> or vi
17:49:03  <andythenorth> or nano
17:49:05  <andythenorth> or something
17:49:22  <petern> ChunkyEmacs
17:51:22  <andythenorth> emacs is a weird modal thing
17:51:33  <andythenorth> one app at a time 😛
17:51:44  <andythenorth> but the app can be any app you like, if you have enough macros
17:51:59  <andythenorth> in fact you only ever need one app
17:53:14  <andythenorth> "The way GNU Emacs can redefine itself, and be redefined by the user, is its most powerful feature."
17:58:24  <LordAro> i dislike that you actually made me go to twitter to check whether it was actually real
18:00:21  <JGR> These days when it comes to twitter, real and not real are rather fuzzy concepts
18:02:00  <andythenorth> it's the jester in chief
18:02:17  <andythenorth> it's beautiful lolz if you don't actually care about twitter (I mostly...don't)
18:02:24  <LordAro> ^
18:02:34  <andythenorth> Lordaro also: you mean it's not real? 😮
18:02:44  <andythenorth> I thought that was Rocket Man trolling us
18:02:48  <andythenorth> maybe not 😛
18:05:30  <petern> I have mostly moved to the federated stuff now.
18:08:10  <petern> Should `window_snap_radius` be scaled...?
18:08:37  <andythenorth> hmm
18:08:53  <andythenorth> is it currently?
18:09:00  <petern> No.
18:09:10  <andythenorth> I think it's subjective, but I would say not
18:09:17  <andythenorth> but I might just be used to the status quo
18:09:46  <petern> 10 pixel snap feels like a 5 pixel snap at 2x.
18:13:07  *** wallabra has quit IRC
18:14:34  *** wallabra has joined #openttd
18:27:37  *** nielsm has quit IRC
18:47:31  <DorpsGek> [OpenTTD/OpenTTD] DorpsGek pushed 1 commits to master https://github.com/OpenTTD/OpenTTD/commit/d30345edfb1f2ed23147fc2592aeb0a8d66b8809
18:47:32  <DorpsGek>   - Update: Translations from eints (by translators)
18:56:11  <petern> Well, that's odd.
18:56:57  <Rubidium> given the unit in the configuration is "pixels", scaling that would probably result in bug reports. Unless the unit/help text is changed
18:57:59  <petern> Okay, wtf...
18:58:04  <petern> The declaration is Dimension GetScaledSpriteSize(SpriteID sprid, bool ignore_offsets)
18:58:19  <petern> I'm accidentally calling it with...
18:58:25  <petern> Point offset; Dimension d = GetScaledSpriteSize(SPR_VEH_BUS_SW_VIEW, &offset);
18:58:29  <petern> Why does it compile?
19:00:33  <JGR> If offset is non-null, ignore_offset would be true, otherwise false
19:01:02  <LordAro> isn't type coercion 

Powered by YARRSTE version: svn-trunk