Cannot enter text into Verse.Widgets.TextField/TextArea

Started by m1st4x, October 01, 2020, 02:42:55 PM

Previous topic - Next topic

RawCode

magical secret trick i just stolen from area51 about keeping trace output in code but not display it in production build:

if (debug)
{
trace output
and other debugging stuff
including magical and secret stuff
you can ever enable it at will with little hidden command handler
or use verbose flag from rimworld itself and this allows to enable and disable it from menu!
}

LWM

C# lets you set debug code that won't eve compile into Release code, so absolutely no performance hit for Release and you can even leave trace in sensitive places!  Super useful :D

RawCode

single branch instruction cause such significant performance drop, British science academy estimated that without using branch instructions Rimworld will run at least 10000 FPS!!!111

bro, people unable to use absolutely elementary technique like reading manual, performance is absolutely least concern here.