Daemon
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.
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...
Attempt to fix crash on Mesa.
This screenshot shows the two bugs described below:  This one shows things working correctly (I deconstructed the OM):  ### 1. Transparent surface sometimes not rendered The Overmind is...
In 0.51.1, the fog in [`atcshd`](https://users.unvanquished.net/~kai/bunker/pkg/map-atcshd_1.2.2.dpk) looks like this:  In 0.54.0 it looks like this: 
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...
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...
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...
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....
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...
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...