hlsdk-portable icon indicating copy to clipboard operation
hlsdk-portable copied to clipboard

Don't print 'Node Graph out of Date' messages in non-developer mode

Open FreeSlave opened this issue 3 years ago • 4 comments

Note that in Valve repo the message printing is commented out https://github.com/ValveSoftware/halflife/blob/master/dlls/nodes.cpp#L1490 As a compromise we can still print it, but only in developer mode.

FreeSlave avatar Nov 23 '22 14:11 FreeSlave

I think we forced printing it because when nodes wasn't shipped with the game for some reason, nodes generation without this iconic message make the game look like it's frozen.

a1batross avatar Nov 23 '22 14:11 a1batross

I think the message stays for too long, longer than the node graph building usually takes. And there's no way to control the duration. But it's up to you.

FreeSlave avatar Nov 23 '22 14:11 FreeSlave

Player knows when nodes generation is finished :)

a1batross avatar Nov 23 '22 14:11 a1batross

I think the message stays for too long, longer than the node graph building usually takes.

Platform/CPU/Optflags-specific.

nekonomicon avatar Nov 23 '22 14:11 nekonomicon