Niels Martin Hansen

Results 75 comments of Niels Martin Hansen

When you set the `videodriver = "win32"` line in the config file, you force that specific driver and skip auto-detection. The "Use hardware acceleration" option in-game only affects the auto-detection...

The hardware acceleration is (currently only) based on OpenGL, and it has some components that are shared between the OS drivers (Win32, SDL, Cocoa) and some that are shared within...

Those capable of reproducing, please try making an audio recording of your mixed audio output.

We do already store changes to NewGRF configuration in the savegame, in the part called the Gamelog. The Gamelog lists every time the NewGRF configuration is changed in the game,...

My best guess is that the file searching only looks for the MIDI files in the same folder as the OBM file is located in. So when the OBM file...

I'd very much say this is by design, the small font is designed to be small, so the line height is equal to the character height. Also please use the...

When building railroad track, holding Ctrl temporarily switches into removal mode. When building railroad signals, holding Ctrl builds a different kind of signals. That makes no sense. It will take...

Sorry for bikeshedding this, but looking at the code, I don't really like the usage of "Fn" for the generic modifier, because it corresponds to the label of a real...

It looks like Emscripten also needs a separate (non-)implementation for this, but I'm saving that for another day.

This "should" be done now, but I'd like a second opinion on the high-severity warning CodeQL issued for the XDG `user-dirs.dirs` discovery code in particular. Of course also whether the...