Christopher Lees
Christopher Lees
It should have been, yes, and that fits with the expected logic of makefiles. We probably should put a mono version check in there too. On Sun, 2 Feb 2020,...
I'm considerably surprised this runs on the Pi 4 at all actually, considering there's still a bunch of bits running on GL1.2 (even with the new renderer) The new renderer...
Not using the GPU would probably be 100% expected in this case- I would say its using MESA emulation on the CPU for the GL calls, as IIRC the Pi...
I'm sure there was a quirk mentioned in another issue about duplicate keys in the XLF or something meaning that Transifex didnt find them, but I can't find it at...
Will take a look, bit probably not until tomorrow evening now :)
Unfortunately, that's not quite as good :( I suspect the zones I can't find are probably stuck somewhere at the center of rotation? Perhaps we need the zone to traverse...
I'd guess so. Don't know how much effort it's worth putting into it though- This could get complex very fast....
I did a little playing with this yesterday. It's definitely something implementable, but not quite as easy as it first looked.... The existing camera restriction code operates solely in 2D...
This is a first implementation for camera restrictions in 3D cabs: https://github.com/leezer3/OpenBVE/tree/CameraRestriction Only implemented for XML trains at present: ```XML 3 -3 -3 3 3 -3 ``` We could probably...
Add it to a car node of train.xml (As multiple interior views are supported, it made sense to have multiple restrictions) See this complete example: ```XML 20.8 2.6 3.6 True...