Edgar

Results 28 issues of 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

low-priority
GUI

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

enhancement
build

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

enhancement
low-priority
build

**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** ![screenshot_2016-09-22_12-00-51_1](https://cloud.githubusercontent.com/assets/9480940/18744054/8166be52-80bc-11e6-9658-ccf54e804176.png)

bug

_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

bug
low-priority
coding

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...

enhancement
good first task

This should fix the issue encountered in #75