Eric Wasylishen
Eric Wasylishen
Try entering in the launcher window: `-basedir full-path-to-quake-directory`
Hm.. it seems that the launcher doesn't currently support paths with spaces, sorry :( If you rename the "All Quake" folder to "AllQuake", and also give the -basedir argument the...
Sorry I'm not sure what's wrong. I fixed quoting for entering paths with spaces in the launcher, and also fixed those error messages to print out the path it is...
I'll add a guard against outputting those
In ericw-tools 2.0.0-alpha we are printing line numbers like this: ``` WARNING: C:\Users\Eric\e3m4.map[line 7778]: brush has multiple face contents ```
> `SDL_DisplayMode` > edit: after re-reading Eric's description of Windows display mode behaviour ([#5778 (comment)](https://github.com/libsdl-org/SDL/pull/5778#issue-1265693663)) I'm now more in favour of having all 3 of dpiscaledsize, pixelsize, and dpiscale in...
I forget if we have a “csg_subtract(brush list, brush list) -> brush list” in the codebase but I think we could just subtract all the region brushes from a solid...
These got broken in some refactoring between 1.8 and 2.0 and also I wasn't sure if they were being used by anyone. Should be pretty easy to fix though.
Sounds good, adding stb_image would be fine.