Results 63 comments of ngld

I'm currently updating the build scripts due to various issues. I'll try to enable the PyPI upload again. Not sure how long that's going to take though.

Hm... does this work with `self.setWindowFlag(QtCore.Qt.CustomizeWindowHint, enabled)`? I think the way you implemented it breaks if a user deactivates the custom titlebar. Also, **please** disable your automated error reports if...

Sorry for the later reply. Unfortunately, I can't accept the PyQt5 update since it breaks stuff on Windows for several reasons: a) It has weird bugs in QtWebEngine (selects open...

Checking for file changes would probably introduce additional load on the hard drive since we'd need to periodically check all files. I'd rather avoid that.

I used a library to implement this and I'm not happy with the way it turned out. I'm going to reimplement it eventually.

ACTWebSocket 1.3.3.13 doesn't support popups. You'll have to downgrade to ACTWebSocket 1.3.3.9 to open Kagerou's settings window. Also, see my other response with regards to the 404 error. OverlayPlugin supports...

You could compile your modules with a bundler like ESBuild, Rollup or Webpack and then insert the bundle into a `CREATE FUNCTION ...` SQL script. Loading modules from an SQL...

This issue has been discussed in more detail in #2225. The main cause is that the engine only keeps track of scancodes which (by definition) ignore the keyboard layout since...

Ah, looks like it was closed (#2370). However, we haven't had a successful macOS nightly since that change so the latest FSO build on Knossos still has that issue...

We just had someone on Discord who couldn't launch FSO on macOS. In the end, they only had to install Homebrew and libfreetype to fix their issue. #2863 probably fixed...