Matthias Mailänder

Results 567 comments of Matthias Mailänder

I see, you are ordering and then changing the rally path. It will now calculate the exit later.

Superseded by https://github.com/OpenRA/OpenRA/pull/19533. I want to keep this one for reference as the implementation itself seems correct.

https://github.com/OpenRA/OpenRA/pull/19553 didn't solve the problem as promised, so I rebased this, adhering to the naming guidelines established in https://github.com/OpenRA/OpenRA/pull/19528 and made the SDL icon a Linux only feature due to...

This is not about desktop integration. This is about the simplest thing an application should do: have an icon, and I don't think https://wiki.libsdl.org/SDL_SetWindowIcon is anywhere near a hack. It...

> What's the mainstream way of doing it? On Linux, everything has a proper icon, even closed-source Electron stuff. OpenRA stands out as broken.

This covers the case where you don't have that, e.g. during development, startup and older desktop environments https://github.com/OpenHV/OpenHV/issues/336#issuecomment-904156093.

Where would you source `SDL.SDL_SetWindowIcon` instead if not from `mod.yaml`?

Presently, the task bar shows an icon but the window defaults to the X11 icon on released AppImages. ![image](https://github.com/OpenRA/OpenRA/assets/756669/39ccf42e-32c5-4d09-a780-953b829a4ec8)

``` Platform is Linux (X64) Engine version is {DEV_VERSION} Runtime: .NET CLR 6.0.28 Renderer initialization failed. Check graphics.log for details. Renderer initialization failed. Check graphics.log for details. Exception of type...

I have `libopenal1` and `libsdl2-2.0-0` installed on Ubuntu. Which package do I need? You didn't touch the configure scripts, so I assume everything stays as is.