James O'Neill
James O'Neill
- Adds a new `text/x-quakemap` MIME type definition with a shared mime info file. - Updates the `Exec` line in the desktop file so that TrenchBroom is listed in the...
### System Information TrenchBroom v2022.1 Release Linux Qt 5.15.4 Debian Linux Testing with Gnome Shell Currently Trenchbroom does not show in the "Open With Other Application" and can not have...
[Valve220](https://quakewiki.org/wiki/Quake_Map_Format#Valve_variation_of_the_format) is a simpler, improved system for texture coordinates over the regular plane projection. RBDoom-3-BFG supports the Valve220 map format, as do many map editors, like Trenchbroom. The RB Trenchbroom...
The current `_external_map` implementation is great but it would be great to be able to combine more complex map files. It would be great if it would just import an...
The website has no page `background-color` specified which can make it unreadable depending on the user browser settings. 
When compiling the current main branch I get this error with `scons target="q3map2"`: ``` scons: done reading SConscript files. scons: Building targets ... gcc -o build/release/q3map2/tools/quake3/common/cmdlib.o -c -O2 -g -fno-strict-aliasing...
The help output does not show any of the options for extracting and creating PAK and PK3 files. ``` $ fteqcc64 --version FTEQCC: git-6496-eb6b127d9 (%cs) $ fteqcc64 --help...
With `r_shadow_realtime_world` enabled the following customised `defaultwarp.glsl` does not animate; it's lit but static.  defaultwarp.glsl ```glsl !!ver 100 450 !!permu FOG !!samps diffuse lightmap #include "sys/defs.h" #include "sys/fog.h" varying...
When trying to use `changeyaw` and `changepitch` together the entity doesn't rotate properly and this might be the reason. From [World_changeyaw](https://github.com/fte-team/fteqw/blob/eb6b127d9ce10949f00bcad8c5953b7092c92d12/engine/common/pr_bgcmd.c#L6643C1-L6643C48) ```c return ideal - ent->v->angles[1]; ``` From [PF_changepitch](https://github.com/fte-team/fteqw/blob/eb6b127d9ce10949f00bcad8c5953b7092c92d12/engine/common/pr_bgcmd.c#L6643C1-L6643C48) ```c...
modelviewer will only load models (mdl) if the model was there when FTEQW was started; even though it can "see" the model, and even suggests it. It will just return...