-
On OG quake, messages display just fine, such as when picking up items, entering triggers (i.e. difficulty select).
Running DarkPlaces on Rerelease quake doesn't display those messages. CPrint works …
-
In Classic DarkPlaces, sprites with "!" (exclaim) anywhere in the name are lit, all other sprites are not. Light globes and bubbles in Quake, which are fullbright.
Additive sprites are by definiti…
-
This one should be easy to fix. I'll post a fix when the opportunity presents.
![dpbeta_xon_undergate](https://github.com/DarkPlacesEngine/darkplaces/assets/160253/7f9f12a8-e2d7-42e3-91dc-f4dc950c…
-
Loaded up e1m1 with sv_cheats enabled and typed `ent_create` command into the console without any arguments and it caused a segfault:
```
]ent_create
server EDICT 164:
origin '575.9689…
-
Need to support the raven master using the classic getservers method on client and QuakeArena-1 heartbeat while also supporting dpmaster's getserversExt JediAcademy and DarkPlaces heartbeat.
-
https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/games/quakespasm/default.nix#L90
https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/games/ironwail/default.nix#L74
[quakespasm](https://g…
-
Quake Remaster .. game mg1 ("Dimension of the Machine") .. map "start"
r_speeds 1
Zircon Beta (based off DarkPlaces Beta) gets low frame rate, r_speeds 1 shows huge triangle count
There are 3…
-
Tried "envmap", interested in making a cubemap to use in a shader.
DarkPlaces Beta is doing it like this (rotating the picture)
![medn](https://github.com/DarkPlacesEngine/darkplaces/assets/1602…
-
If `r_shadow_realtime_world` is `1` and the radius of the light in the attached map is greater than `336.0`, DarkPlaces crashes.
It crashes randomly (sometimes during map loading, sometimes during …
-
r_drawworld 0 sometimes does not work ...
cl_screen.c
// if CSQC is loaded, it is required to provide the CSQC_UpdateView function,
// and won't render a view if it does not call that.
i…