Seth Rader

Results 17 issues of Seth Rader

Hello, I'm encountering a crash in our mod when encountering certain NPCs, apparently npc_citizen but there may be others. One replicable point where this happens is on d3_c17_13, when the...

`vgui::IInput::SetCursorPos` doesn't change the mouse position when `m_rawinput` is set on Linux. This has the effect of causing rapid/variable rotation speed of models and preventing the mouse from being re-positioned...

I was playing around with region brushes, discovered that it only supports cases of single region brushes: ``` ---- LoadMapFile ---- ************ ERROR ************ ParseBrush: Multiple region brushes detected; newest...

Map fails to open, instead showing an error that there is a "=" token where end of file would be expected. ### System Information TrenchBroom 2024.1 RC1 Arch Linux ###...

Type:Enhancement
Prio:3

This would effectively just be the angles portion of "viewpos" but in yaw/pitch/roll order and +180 (mod 360) to the yaw (and I think pitch inverted?). The way this would...

# Description I had this happen with Honey. I had the *old* mod (as found on Quaddicted) installed, and attempted to download the Honey add-on. Download appeared to start, but...

Currently, setting sndspeed to 44100 (or anything other than 11025) results in up-sampling by "holding" each input 11025 Hz sample for 4 samples (or each input 22050 Hz sample for...

I was reviewing the Ironwail source and noticed that floating point values are coerced to integer by type punning in conditionals ```c case OP_IF: if (OPA->_int) st += st->b -...

FTEQCC

# OS Arch Linux `Linux version 6.5.6-arch2-1` # Build Output ``` gcc -O0 -Wall -g -c -I. -fPIC -I/usr/src/linux/include -c -o linux_evdev.o linux_evdev.c In file included from /usr/src/linux/include/linux/limits.h:6, from /usr/include/bits/local_lim.h:38,...

First, let me say that I am by no means a *Rust* expert. However, I have noticed several cases while reviewing the Unit WASM "Rusty" API where the code is...

help wanted
question