Edgar
Edgar
Also added support for joining MP servers through discord, needs testing
It would be helpful to have tooltips that shortly explain what a setting does or label means ImGUI has support for drawing tooltips: https://github.com/ocornut/imgui/blob/3deb92c2c58295c904a046fd892b8845c8cac7e9/imgui_demo.cpp?rgh-link-date=2022-03-13T10%3A57%3A01Z#L189-L202
https://github.com/OGRECave/ogre/releases/tag/v13.0.1 ## TODO - [x] Update conan package - [x] Update ogre-caelum - [x] Update pagedgeometry - [x] Update MyGUI
Closes #2463 @only-a-ptr let me know what you think of this
VS 2017 comes with built-in ClangFormat support, so it would be nice to keep a consistent formating style https://clang.llvm.org/docs/ClangFormat.html
**Steps to reproduce** - Spawn a vehicle on [mt everest](https://github.com/RigsOfRods/rigs-of-rods/files/486953/mt.everest.zip) - The terrain collisions will be offset by ~1 meter. **Screenshot** 
_See http://forum.rigsofrods.org/thread-240.html_ The 0.4 terrain2 system has been hard coded to only load the collisions of the first otc https://github.com/RigsOfRods/rigs-of-rods/blob/master/source/main/terrain/TerrainGeometryManager.cpp#L301
Currently, our pot extraction script(https://github.com/CytopiaTeam/Cytopia/blob/master/tools/l10n/extract_from_json.cmake) uses a regex to parse the JSON files. It would be better if we used something more robust than the CMake regex. (We actually use...
This should fix the issue encountered in #75