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

Extracted from this issue that described two bugs: - https://github.com/DaemonEngine/Daemon/issues/322 This thread is for the missing candle flame/fire sprite effect. It is believed the bug is related to: - https://github.com/DaemonEngine/Daemon/issues/730

T-Bug
S-Help-Wanted
A-Renderer
A-Client

Set the `-fstack-protector-whatever` flag in `external_deps/build.sh`. Annoyingly, when building with MinGW this will cause [an extra DLL dependency](https://wiki.unvanquished.net/wiki/MinGW#Built-in_DLL_dependencies). At least this DLL is (so I believe) flavor-independent, so it shouldn't...

A-Build
T-Security

I think I'm going to nuke the obsolete dynamic lighting renderer. It doesn't work anymore on `master` (no dynamic light rendered) and the only reason why it is kept is...

T-Question
A-Renderer
T-NUKE-Request

The engine crashes in input code if no display is available This is not a big issue because the game can't run anyway, but the engine should shutdown properly instead...

T-Bug
A-Input
A-Client

I have [a branch](https://github.com/DaemonEngine/Daemon/compare/master...slipher/printdepversions) that adds a `printdepversions` that prints (if knowable) the header and binary versions for each of our external library dependencies. I don't think it's a good...

T-Question
T-Feature-Request
T-Verbosity

This is minor because if we can't render the game and can't render the error window, the user can't see anything anywyay, but the engine should not crash but shutdown...

T-Bug
A-Client

Continuing the work done in: - https://github.com/DaemonEngine/Daemon/pull/971 ## How to use Use this game branch too: - https://github.com/Unvanquished/Unvanquished/pull/2862 Get the Saigo toolchain, see: - https://github.com/DaemonEngine/Daemon/issues/795#issuecomment-1488442249 Symlink the `native_client/toolchain/linux_x86/saigo_newlib` folder into...

A-Build

When running proprietary amdgpu-pro OGLP driver version `23.20-1664987.22.04` (from amdgpu-pro `5.7.1`) on Ubuntu 23.10, I get a crash. The `glContext` pointer is properly set to something that is not `nullptr`...

T-Bug
A-Renderer
OS-Linux

On Windows, while moving the application window, the engine's main loop is blocked. Mostly I notice this with the dedicated server that prints "Hitch warning". And the freeze is mostly...

T-Improvement
A-Input
D-Hard
OS-Windows

There is a Ninja-based generator for Visual studio, which is used if you create a project using Visual Studio's CMake integration. There are issues with it because the `CONFIG` generator...

A-Build
OS-Windows