barbeque-squared

Results 166 comments of barbeque-squared

I want to add to this: On Linux, using the current version, if I select more than 6 players on the player screen, the game crashes with an `EAccessViolation` the...

I always use separate audio files, and I also have this happening. Not often enough to be a dealbreaker, but it's absolutely a thing. My findings so far over the...

@basisbit > This is on USDX latest master on Archlinux.

Completely forgot to add this in the original ticket, but like @BruhP8 I'm not using any kind of traffic awareness app. In fact while on the move it doesn't even...

I would like this to become the new default. Letter (or pillar) boxing is how any decent video player shows it by default, and the only times I bother to...

Tested this on Arch with ~1900 songs, works fine as far as I'm able to tell. I played around with playlists, searches, searches within playlists, random, different sorting, different ways...

Yeah this is about the long lime on the bottom. Can also confirm this on compiled-from-git Linux versions, has happened since at least 2021 but probably earlier too. I have...

Okay, I think there's actually multiple things going on here: ### The 'boxes' inside the time bar They're drawn by `UScreenSingView.pas` in the method `DrawInfoLyricBar`. I did some log-dumping of...

[usdx610.patch.txt](https://github.com/UltraStar-Deluxe/USDX/files/9747918/usdx610.patch.txt) Mostly there, but I'm pretty sure there's a way to do this without the `xWithGap` and `GAPxStart` variables. Also not the biggest fan of re-using the `br` variable, but...

@DanBenHa it doesn't work for Windows because the whole function (the second part of the diff) is wrapped in an `{$ifdef UNIX}...{$endif}`. The compiler will just remove whatever was `...`...