Thomas Debesse
Thomas Debesse
`daemon --help` only prints help in interactive terminals: ``` $ ./daemon --help Unvanquished 0.52.1 Linux x86_64 May 28 2022 cmdline: --help Usage: daemon [-OPTION]... [-connect | +COMMAND...] Possible options are:...
The dpk package format makes dæmon based games strong against random stuff downloaded from random server: this random stuff will not be loaded on other servers. But this will be...
We may want to at least store package basename. When recording a demo (for example with `plat23` map) with data being loaded from dpkdir, I have to do `set fs_extrapaks...
``` /sv_master [tab] sv_master1 cvar - "master.unvanquished.net" - text - address of a master server sv_master2 cvar - "master2.unvanquished.net" - text - address of a master server sv_master3 cvar -...
`sv_master*` cvars are considered modified even if they carry their default value and configuration does not have any `set sv_master…` command. I have not checked other cvars.
Many Tremulous maps use it, but Dæmon does not implement it: ``` Warn: alphaGen lightingSpecular keyword not supported in shader 'textures/metro/zinc_ed' ``` May be good to have this shader supported...
That may be an Unvanquished issue, but this is close to some other issues like: - https://github.com/DaemonEngine/Daemon/issues/564 and especially this comment: https://github.com/DaemonEngine/Daemon/issues/564#issuecomment-1023785677 and maybe similar to what tried to fix:...
When running dll cgame on macOS compiled with Apple clang, a crash occurs in `FS::Path::StripExtension` function. The bug seems to occur when doing a substring with `return std::string(path.begin(), p -...
Some warnings in `findlocale` printed by MSVC on AppVeyor, we may want to fix them and upstream the fixes: ``` findlocale.c C:\projects\daemon\libs\findlocale\findlocale.c(36,37): warning C4244: '=': conversion from 'int' to 'char',...
I reproduce this on Mojave virtual machine with `./daemon -set r_glAllowSoftware 1 +devmap plat23` As far as I know, on hardware OpenGL implementation the engine does not crash. The main...