Edgar

Results 76 comments of Edgar

## :construction: for the [git commit messages style](https://github.com/RigsOfRods/rigs-of-rods/wiki/Commit-style#rule-3-write-meaningful-commit-messages) Inspired by [atom](https://github.com/atom/atom/blob/master/CONTRIBUTING.md#git-commit-messages) and [commit-message-emoji](https://github.com/dannyfritz/commit-message-emoji) "Add" => :heavy_plus_sign: "Cleanup" => :scissors: "Codechange" => :pencil: "Change" => :pencil2: "Doc", "Documentation" => :books: "Feature"...

The issue is that the MyGUI package has been built for OpenGL, and doesn't contain the OGRE library To build stuntrally you need MyGUI which has been built with the...

> This should be fixed by devs in that bad zip, maybe just use 7z. There is nothing we can do about that, the zip is generated by the itch.io...

> Undo the `SendMessage() -> SWSendMessage()` find&replace please. I see no reason for that. The issue with that is that the `SendMessage()` function conflicts with the `SendMessage()` from Microsoft https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-sendmessage

The problem is actually that the server doesn't shut down properly. When you try to stop it, it crashes before sending a deregistration message to the master server

> But does https://github.com/stuntrally/stuntrally3/pull/1 already add Actions? Yes, that PR adds GitHub Actions, you can a preview of it here: https://github.com/AnotherFoxGuy/stuntrally3/actions The issue with #1 is that I've been unable...

@cryham The licence file got deleted: https://github.com/stuntrally/stuntrally3/commit/63441f136c9409adbe4a52d1d07682db5777c280 That file is used for the cpack installers

For some reason avatars are broken in this build, no idea why ![Screenshot_20240213_223335](https://github.com/overte-org/overte/assets/9480940/77dfa393-5fff-443a-811d-5d0ca53e4155)

> Gave this a test and it currently fails on a version conflict: The libsndfile package was updated yesterday with updated dependencies. You can prevent these kinds of issues with...

> Am I understanding it right that Conan is supposed to only get dependencies of its own if the system doesn't already provide them? That is really dependent on how...