Petr Ohlídal
Petr Ohlídal
Markers are finished: * Gray X = conflict with installed addonpart. * Red [ ] = conflict with mouse-hovered addonpart (regardless of being installed or not) 
# Added `addonpart_filename` directive (optional whitelist) The modder can add any number of `addonpart_filename ` directives (case-insensitive). If none are specified, any filename goes. Matching by GUID is still the...
I fixed the `discarding incomplete boolean token 'f'` warnings - it was a tokenizer bug. EDIT: Another fix - I forgot to update the condition around `block = keyword;`, causing...
Added managed materials tweaks: 
Thanks for the wonderfully elaborate bug report :heart: I took a quick look and there's an apparent problem right here: https://github.com/only-a-ptr/ror-legacy-svn-trunk/blob/71d1ea1f31ad3eba3cdd68f454b7b2a41ec36b6a/source/main/physics/BeamForcesEuler.cpp#L753-L782 - there's no code to handle `FX_PARTICLE`. Unfortunately, this...
This issue came up on Discord recently https://discord.com/channels/136544456244461568/189904947649708032/1235165850517114941 and as @ghost wrote, we actually do have old source code which still supports custom particles - DustPool.h/cpp and DustManager.h/cpp. https://github.com/ohlidalp/ror-legacy-svn-trunk/tree/dcb83de66935cb6b82d153fea2838e166419a7ac/build/main/source It...
Builds OK on my desktop, but crashes on Caelum init (main.cpp, line 140). Having or not having Caelum in 'plugins.cfg' has no effect. ``` Exception thrown at 0x00007FFB5B20D97D (OgreMain.dll) in...
@AnotherFoxGuy It looks like OGRE is built with `/fp:fast` on Debug and as result, I get this assert from OgreMath.h triggered: ``` static inline bool isNaN(Real f) { #if defined(__FAST_MATH__)...
OGRE has 2 methods of updating RTT textures: automatically when rendering main camera, and manually. We use the manual method for everything. This is how it's controlled: https://github.com/RigsOfRods/rigs-of-rods/search?q=setAutoUpdated On related...
AgoraS with silly custom dashboard HUD to test the new elements. [dashtut-agora.zip](https://github.com/RigsOfRods/rigs-of-rods/files/10149048/dashtut-agora.zip)