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

That part of the Material code seems to be stable enough to start mutualizing some logic with the non-Material code. The various `ProcessMaterial*`, `BindShader*` and `UpdateSurfaceData*` functions are selected at...

T-Improvement
A-Renderer

Attempt to fix crash on Mesa.

T-Bug
A-Renderer
GPU-AMD

This screenshot shows the two bugs described below: ![unvanquished_2024-08-24_074127_000](https://github.com/user-attachments/assets/aef0188b-7ad4-47ce-9a02-fd7b5a3c410e) This one shows things working correctly (I deconstructed the OM): ![unvanquished_2024-08-24_074102_000](https://github.com/user-attachments/assets/094d2341-e9a7-47ef-81cf-215bbf527d38) ### 1. Transparent surface sometimes not rendered The Overmind is...

T-Bug
A-Renderer

In 0.51.1, the fog in [`atcshd`](https://users.unvanquished.net/~kai/bunker/pkg/map-atcshd_1.2.2.dpk) looks like this: ![unvanquished_2024-08-24_053651_000](https://github.com/user-attachments/assets/57000e6a-d82e-4fdf-be3c-cf28fbd8f61f) In 0.54.0 it looks like this: ![unvanquished_2024-08-24_053820_000](https://github.com/user-attachments/assets/e3cc3443-c422-43d3-8d05-97eb69df5c42)

T-Regression
A-Renderer

Map: https://users.unvanquished.net/~sweet/pkg/map-defenxe_0+b2.dpk Shader: ``` textures/mario/tree_shader { qer_editorimage textures/mario/tree.tga surfaceparm alphashadow surfaceparm noimpact surfaceparm nomarks surfaceparm nonsolid surfaceparm trans cull disable deformVertexes autosprite2 { map textures/mario/tree.tga rgbGen identity depthWrite alphaFunc GE128...

T-Regression
A-Renderer

https://github.com/DaemonEngine/Daemon/pull/1256#discussion_r1729140504: > The cubemap search function can only find probes that are in the same epsilon X epsilon X epsilon-sized voxel. 0.01 is unreasonably small so I assume it was...

T-Bug
A-Renderer

This adds back the "DECOLOR" functionality that was removed as part of https://github.com/Unvanquished/Unvanquished/commit/d61c9d2237ddf2df04799f33e91f9477a3bc79d3. No motivation was given for the removal, and the DECOLOR functionality is important for external tools that...

T-Improvement
A-Logging

Xonotic has a nice “apropos” command, if you type in console: ``` apropos something ``` It would print any cvar or command that has `something` in their name or description....

T-Feature-Request
A-Documentation

Detect OpenGL hardware and driver vendor. Start to reuse this information. I wanted to do that for a long time, thought about it some days ago yet again, and @VReaperV...

T-Improvement

That's a rare need because updates are meant to obsolete older versions, but sometime I want to load an old map just to check some things. I have seen people...

A-VFS
T-Feature-Request