fteqw icon indicating copy to clipboard operation
fteqw copied to clipboard

This is the official GitHub mirror for the FTEQW project.

Results 89 fteqw issues
Sort by recently updated
recently updated
newest added

https://sourceforge.net/p/fteqw/tickets/119/ @eukara wrote on 2022-02-14: Reproducible in R6186, lowest I tested was R6148: Malice (https://www.mobygames.com/game/malice-23rd-century-ultraconversion-for-quake) plays the demo cuts/cut0.dem, which is supposed to then play cut1.dem. cut1.dem successfully plays cut2.dem...

bug
Quake

https://sourceforge.net/p/fteqw/tickets/150/ ferneu1 wrote on 2022-06-10: When you run FTE as a dedicated server and tell the server to load a map it does not have, it will try to use...

bug

https://sourceforge.net/p/fteqw/tickets/148/ ferneu1 wrote on 2022-05-30: Currently (r6257) (and apparently, ever since the first commit), [engine/client/snd_dma.c](https://sourceforge.net/p/fteqw/code/HEAD/tree/trunk/engine/client/snd_dma.c#l390) includes `opus.h` like this ``` #include "opus.h" ``` The problem is that `opus.h` is usually...

bug

https://sourceforge.net/p/fteqw/tickets/147/ ferneu1 wrote on 2022-05-27: When we use `sv_demoAutoRecord` the server will append a timestamp to the end of the demo name. I'd like to request a new cvar that...

enhancement

@Xylemon wrote on 2022-04-28: Having the ability to set sv_cheats without changing the map or restarting the server would be very convenient

enhancement

https://sourceforge.net/p/fteqw/tickets/128/ @Xylemon wrote on 2022-03-02: The skyportal rendering pass is excluding particles of any type. This prevents people from say adding smokestacks etc. into the distance. As of this moment...

enhancement

On our Matrix, user sArpnt has experienced an issue with sub-model sorting for about a year now. When `r_polygonoffset_submodel_offset` is set to `0` it's fixed, so it seems the default...

bug
Quake

Hello, I use an azerty keyboard. On Hexen II, I can not access to the console with my keyboard. Standard key to press to open console games on azerty keyboard...

enhancement
help wanted

These changes allowed me to cross compile the win64_SDL target from linux with `x86_64-w64-mingw32`. The produced binary runs perfectly fine with Wine, but I have not tried on a native...