Thomas Debesse
Thomas Debesse
That's a bug I noticed a long time ago, but I did not find time to report it before. At some point in the past years, PNG textures started to...
When I select a mod in _File > Project settings_, I have to close and restart GtkRadiant to get the change applied. It's easy to reproduce, even if you click...
As stated on https://github.com/TTimo/GtkRadiant/pull/535#issuecomment-320480398 the texture browser seems to only list a directory if this directory exists for real and contains pictures, but does not displays virtual directories of shader...
**Describe the Bug** When zip A is merged into zip B, the dates of files in zip B are not the ones of files in zip A. It may be...
Hi, I just discovered your netradiant branch. As a radiant contributor I try to reduce the most possible the diff between living radiant branch. That's why for example I sometime...
Those are difference between libRocket and RmlUi, not between 0.53.1's RmlUi and RmlUi master (not introduced by https://github.com/Unvanquished/Unvanquished/pull/2027 ). On 0.52.1 and before, the progress bar of deconstruction/lucifer cannon/mantis dash/dragoon...
Issue initially reported there: https://github.com/DaemonEngine/Daemon/issues/642 > Hi! > > The beacons appears for only 3 or 5 seconds, that is too short. > The time to almost understand where is...
The said crash doesn't exists in any Unvanquished hosted component but it affects Unvanquished project in the way directly impacts the ability to edit Unvanquished game levels on M1 mac...
At a time RmlUI was not ready yet and was still printing many warning I've noticed that running the RmlUi-to-master branch with daemon-tty printed those RmlUi-related warning. In fact it...
Can we move this: https://github.com/DaemonEngine/Daemon/blob/aa772312a9fb277e8a5da1ba060c9a7692b4b5c0/src/engine/client/cg_api.h#L73-L102 ```c++ enum class rocketVarType_t { ROCKET_STRING, ROCKET_FLOAT, ROCKET_INT, ROCKET_COLOR }; enum rocketMenuType_t { ROCKETMENU_MAIN, ROCKETMENU_CONNECTING, ROCKETMENU_LOADING, ROCKETMENU_DOWNLOADING, ROCKETMENU_INGAME_MENU, ROCKETMENU_TEAMSELECT, ROCKETMENU_HUMANSPAWN, ROCKETMENU_ALIENSPAWN, ROCKETMENU_ALIENBUILD, ROCKETMENU_HUMANBUILD, ROCKETMENU_ARMOURYBUY, ROCKETMENU_ALIENEVOLVE,...