Petr Ohlídal

Results 340 comments of Petr Ohlídal

I noticed the `!report` command doesn't display the usage hint - you must type it `!report ` (followed by space) to get the usage hint, which I think is confusing...

Code looks perfect from my perspective 👏

I've dusted off this branch, rebasing it onto current master and fixing minor glitches I found, usually UI + avatar: * Replaced dummy [register] button with working hyperlink. * Fixed...

I've dusted this off, adding commits I had in my repo and making sure it builds and runs. I haven't tested the auth tho. Changes: * added config entry "apihost"...

Hi, anything in console or log as to why they don't load correctly? Post RoR.log please. You have a good idea, I'll code that.

RIP, per Mike on Discord this is a shader compilation issue https://discord.com/channels/136544456244461568/189904947649708032/1353741149730246758 Not much I can do until OGRE update, it's basically content problem.

Agreed, but since there's no error logged for the shader compilation in RoR.log, I assume the driver doesn't even report this to OGRE. When OGRE fails to process a material,...

Thanks for the elaborate request. You guys will greatly benefit from the '.addonpart' mod system which is already part of 2025-RC1, see [draft documentation](https://github.com/RigsOfRods/rigs-of-rods/pull/3096#issuecomment-1881131907). Keep in mind that '.tuneup' files...

Looks fantastic so far. I'll test on friday.

I appreciate your focus on scripting, some notes to hopefully make life easier for you: - we have joint C++/Angelscript Doxygen doc at https://developer.rigsofrods.org/d2/d42/group___script_side_a_p_is.html - cvars can be modified directly...