OpenXRay / xray-16

Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)
https://discord.gg/sjRMQwv
Other
2.97k stars 456 forks source link

Move debugging console commands to ImGui menu #1657

Open Xottab-DUTY opened 5 months ago

Xottab-DUTY commented 5 months ago

We need to create an ImGui menu that will contain switches that enable debug functionality that is currently being enabled through console. Having such menu instead of (undocumented) console commands is more beneficial, because we can extensively document available functionality.

This is a sub-task of #1656