Seth Rader

Results 37 comments of Seth Rader

Since this seems to be a Copy Files umbrella issue, this seems like the place to mention this. Copy Files error message is unhelpful/redundant: ``` #### Copying '/home/seth/qmaps/4ltsp01.bsp' to '/home/seth/.quakespasm/copper/maps/4ltsp01.bsp'...

I was going to reserve judgement, because I figured I would get used to the new behavior. But I was having issues adapting to it while I was putting the...

I posted a gist. Can't find any minidumps (```find . | grep mdmp``` revealed nothing)

"Invert" the cordon brush and ~~texture it "skip" on export?~~ Forgot that this isn't the TrenchBroom repo :roll_eyes:

I'm not fond of creating more hidden files, but I do like the idea of using a subdirectory of $HOME/.local/share ala the [XDG proposal](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) instead of polluting the mod directory....

You're right, according to the documentation setting `_phong 1` should default the `_phong_angle` to 89 (at that angle *or less* apply phong shading) https://ericw-tools.readthedocs.io/en/latest/light.html#bmodel-key-_phong

This occurs in Quakespasm as well. I think it might even be in WInquake, but I'd have to check

Rust API guidelines can be found here: https://rust-lang.github.io/api-guidelines/

Yes, that fixes it, thank you! I'm seeing the following warning now though ``` gcc -O0 -Wall -g -c -I. -fPIC -c -o linux_evdev.o linux_evdev.c linux_evdev.c: In function ‘linux_evdev_init’: linux_evdev.c:267:53:...