-
```
float myfloat, res;
res = (myfloat = 4) - (myfloat = 3); // res == 1
res = (myfloat = 4, myfloat) - (myfloat = 3, myfloat); // res == 0
```
Both operations should produce the same result, i…
-
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…
-
Now that config has been refactored and can be set using dot-separated notation, we can build an in-game debug console that can print and set variables. Could be useful for testing.
##
Want to back …
cxong updated
5 years ago
-
So, continuing a discussion started on #11:
* https://github.com/Unvanquished/unvanquished-infrastructure/issues/11
This thread is about the possibility of migrating from GitHub to something els…
-
There are some string literals that mention Unvanquished in the Daemon sources, maybe they should be moved or changed since the engine is supposed to be usable by other games.
Some of these strings c…
-
I wanted to add Patch support to Qodot 4, but when I had a look at the map parser it didn't seem very robust in design. Basically anything makes it fail that is not formatted correctly or that it does…
-
External lightmaps + light styles cause problem. Lighmaps are calculated well, but the autogenerated shader has $lightmap entries instead of proper light image links. Works ok on test map after correc…
Garux updated
12 years ago
-
Hello,
I've initially been trying to figure out why running Minecraft with Wayland on my NVIDIA GPU didn't work, and it led to this issue being made
So certain Wayland apps/games (I tested Alacr…
-
So I am for some reason unable to record my VOIP program (TS) and my microphone at the same time, Monitor of built in audo records my mic, and build in stereo records my VOIP, but the problem is, When…
-
We should provide easy support to create an AppImage for openage.
https://github.com/probonopd/AppImageKit
Maybe there are other similar approaches, we should also work towards supporting them.
TheJJ updated
4 years ago