daid

Results 221 comments of daid
trafficstars

Odd and interesting. It might have something to do with startup order? Maybe X is started this way before joystick drivers are loaded? I didn't know X could auto start...

Oh, I think I know how X11 auto starts. That is most likely systemd socket activation magic. I am confused about the joysticks, I thought SDL2 just goes to the...

That mentions pretty old SDL2 versions, I don't think the netboot is on a version that old (even if it is on old stuff)

Oh, I tought the KMS driver was not enabled by default in SDL2. That might actually give slightly better performance then with X11.

Sounds like a bug in the scenario. Can you potetially check the log file for errors?

The ECS branch handles this quite different, where an entity has a `DockingBay` component if things can dock to it. Instead of the current code where just everything has these...

Got that covered in the ECS branch...

If someone figures out how to build a flatpak from the EE source and posts easy to follow steps I wouldn't mind building it as part of my usual build...

FYI: Listed license is slightly wrong. The code is GPLv2, but not all assets are. Common mistake, and most packaging systems have easy way to deal with this except for...