Daemon icon indicating copy to clipboard operation
Daemon copied to clipboard

The Dæmon game engine. 20 years of development above id Tech 3. Historically based on id Tech 3 through ioq3, Wolf:ET and XreaL a very long time ago.

Results 452 Daemon issues
Sort by recently updated
recently updated
newest added

Test that we can get a usable stack trace from our native and/or NaCl binaries. There are two modes: - Test the whole thing end-to-end: symbolize the binaries, crash them,...

Some image decoding can be slow, PNG is slow, and Crunch is a russian doll of DXT compressed data itself compressed with LZMA, we don't decode the DXT data, but...

T-Improvement
A-Renderer
T-Performance

The scenario is running on Mac OS, launching into fullscreen from a terminal. If I move the mouse around during initialization, it can leave the input in a bad state...

T-Bug
A-Input
OS-Mac
A-Client

So, the linear pipeline has been merged: - https://github.com/DaemonEngine/Daemon/pull/1687 So for now the engine supports: - rendering the old way maps done the old way (messing with colorspaces like Q3/Tremulous),...

A-Renderer
T-Project

- Add `Omp` facilities in framework - Use OpenMP to multithread the MD5/IQM model CPU code For now it is disabled by default, one should use the `-DUSE_OPENMP=ON` cmake option...

T-Improvement
A-Renderer
T-Feature-Request

If running with `-curses`, when you enter commands into the terminal, the terminal prompts plus user inputs are echoed into the in-game chat/console area. ![Image](https://github.com/user-attachments/assets/83221024-0fb0-43b6-8ddb-dca1aad538fa)

T-Bug
A-Logging
A-Client
A-UI

- tr_image: rework the alpha detection - renderer: implement and detect RED and RG images - renderer: introduce and use IF_NOALPHA - tr_backend: fix a comment - tr_image: flag glyph...

T-Improvement
A-Renderer

With MSVC, if I enable the stack traces with `USE_CPP23`, run with DLL gamelogic, and do the command `cgame.injectFault drop` or `cgame.injectFault exception` or likewise with sgame, I get a...

T-Bug
A-VirtualMachine

On MacOS when in fullscreen mode, the loading screen is not rendered during a `vid_restart`. Also it appears to be not in fullscreen mode: what you see is a window...

T-Bug
T-Regression
OS-Mac
A-Client