vLKp
vLKp
The provided link points back to a Github issue search. If I take it as text, I instead get a broken page where the spinner never stops. `streamlink` is unable...
Those new details are critical. Yes, `Descent 2: Counterstrike` level 7 ("Quartzon System 3: Coralbank Quarry") with Duplicate Powerups->Primaries: 3 and Duplicate Powerups->Secondaries: 3 exhibits this problem at the start...
Isn't it correct to have the OS put the window where it is most appropriate, and if the OS is wrong, fix the problem by teaching the OS the right...
I don't think changing `-pthread` to `-lpthread` is necessarily correct. According to the gcc documentation, `-pthread` will: ``` Define additional macros required for using the POSIX threads library. You should...
The above commit implements the rule about using `network` in the `LIBS` list. Original reporter never responded with regard to the `-pthread` versus `-lpthread` issue, so for now Haiku will...
As an aside, I would have written my earlier commit much sooner, but I was hoping to get an answer to my question about `-pthread`. Eventually, I decided that I...
At nothing else, that second line is buggy because it will leak if `d_realloc` fails. Bitmap memory handling has always been ugly. The original code had a lot of tricky...
First, thank you for the initial analysis. I should have said that in my opening response. Inducing a memory leak is not a viable solution, but knowing that the leak...
Isn't this issue #379? PhysFS 3.0.0 and PhysFS 3.0.1 are incorrectly case-sensitive in resolving files within the archive. Per https://github.com/dxx-rebirth/dxx-rebirth/issues/379#issuecomment-390519276 , the high-resolution / low-resolution movies disagreed on the capitalization,...
Where is this other report, and when was it made? Yes, #427 is a better citation than #379. I found #379 first and did not recall that #427 was also...