Christopher Lees
Christopher Lees
You need to combine the distance to both the next and previous statins I would think. Something like the following (off the top of my head, not massively tested): ```...
The baserenderer.cs changes are definitely not in 1.8.4.4- These were introduced with the merging of the quad tree PR. I haven't specifically checked Linux in the last few days, but...
Now that's interesting.... Your breakpoint is in the visibility update thread, which doesn't really show anything as no visibility updates have yet been requested. What's actually failing is somewhere in...
No real answers at the minute I'm afraid. The Debian VM seems to work for me. Please try something with no external & see if that helps- I know some...
Another thought- Do Object Viewer / Route Viewer work?
I'd say its definitely train related then- You might try loading one in Object Viewer and see if that breaks. (As that uses the same plugin to load them) I'll...
That's interesting. If accurate, I'd strongly suspect gstreamer to be the culprit from that package list. This is going to be handling most of the audio backend, and fits with...
Nothing really interesting in those I'm afraid, it's only complaining about some slightly malformed PNGs. Just tried 20.04 and 22.04 in a VM, and both seem to work here.
Rub sounds in TFOs are going to be a problem at the minute. They're not actually 'driving' as such, but rather moving between a set of datapoints, The rub sounds...
I can see the problem, but I don't think there's a good solution without re-writing the entire text drawing routine pretty majorly. TLDR: https://github.com/leezer3/OpenBVE/blob/master/source/LibRender2/Text/OpenGlString.cs#L210 Each string draw call dynamically gets...