Petr Ohlídal
Petr Ohlídal
Hi. RoRserver has persistent state AUTH_BANNED(32) based on token in authfile - this is checked first when connecting. There are also IP-bans which are created by "!ban " command and...
Good idea. Since the server is a single running process/service(windows)/daemon?(linux), this would best be done by monitoring the file for changes and reloading it automatically. I've never done that, but...
It's true, the master server doesn't recognize server restarts. Every registration is considered new. AFAIK the previous versions recognized restarted servers by IP + name. I'll restore the functionality.
@Dogy144 Sorry for the late response. It's 1500sec = 25min, but the cleanup is only done upon GET request (someone displays the serverlist): https://github.com/RigsOfRods/multiplayer.rigsofrods.org/blob/master/server-list.php#L108-L111 So it's possible that even after...
@Dogy144 AFG says there's a bug in the server which causes bad shutdown. I faintly recall this was also happening to me. I'll take a look at it: https://github.com/RigsOfRods/ror-server/issues/35
Hello Looks like you're doing everything right and there's a bug in RoR's cmake scripts: we declare [minimum cmake version as 3.10](https://github.com/RigsOfRods/rigs-of-rods/blob/master/CMakeLists.txt#L1), but we use FetchContent module which [needs 3.11+](https://cliutils.gitlab.io/modern-cmake/chapters/projects/fetch.html)...
This happens because we're running an outdated 3D engine (2019, https://github.com/OGRECave/ogre/releases/tag/v1.11.6), upgrade is expected to happen this summer https://github.com/OGRECave/ogre/releases/tag/v14.3.4
Only a select few maps use custom materials, normally they rely on OgreTerrain's built in shaders, which use legacy nVidia- proprietary Cg language, no wonder it breaks on linux. OGRE13+...
It was created using OGRE back in 2005, and even today it's a good choice because OGRE is a truly generic renderer, not an engine focused on specific use cases,...
Getting a cmake config error: ``` ERROR: There are invalid packages: poco/1.13.3: Invalid: Current cppstd (14) is lower than the required C++ standard (17). CMake Error at cmake/conan_provider.cmake:483 (message): Conan...