mourningsickness
mourningsickness
agreed, also https://github.com/shavitush/bhoptimer/blob/466bcf62dfc4fd509b47f3968cf3a1d8c1751297/addons/sourcemod/scripting/shavit-core.sp#L3858 exists lol
it also improves the mapchooser to add a check for a start _and_ end zone to catch maps with missing zones
i added this to the bhop server (577k playertimes, 130k users) and performance is actually not bad. i still want to optimize further, but i was expecting it to take...
honestly, it doesn't even appear to have performance issues whatsoever.. so it could ship as-is. i'd prefer to get input first though, to make sure there isn't a good way...
Style rank based chatrank support has been added, using {styleXrank} where X is the style ID in shavit-chat.cfg. It works the same as {rank}, being replaced with an int, allowing...
everything is working great, but i think the queries need some more work. the !top menus seem.. just a little bit inaccurate. i am wondering if adapting the normal rank...
dynamic {currentstylerank} chat tag support added.
another example in ccname
need to test new queries, but i am trying to optimize queries using GROUP BY style instead of looping through and performing a query for each style. will fix code...