wyld-sw
wyld-sw
For context, SCARY_MUF_PRIMS was taken out as a #define in part since users of the Winfuzz binary couldn't enable it. Program blessing is definitely an interesting idea worthy of discussion.
I'd certainly be in favor of making a simple string_buffer struct for our use. It would certainly be an undertaking to switch to it, but may be worthwhile - as...
Agreed, @tanabi. I don't think shared_string currently has the API to nicely add and remove, but I certainly understand that there's bigger fish to fry at the moment.
I think we’re all on the same page. Using objects “because OOP!” does no one any favors. I think we’d start with simple data structures that increase maintainability for sure.
Was thinking regex as well. Will code in a @ tune for that soon, unless someone wants to beat me to it :)
Hmm. Would it make sense to automatically convert the current reserved_player_names to this new regex on database load? Another idea is to just add a tune pcreate_allowed_characters for a set...
Would love to be able to call some programs from the login screen - in effect replacing the regular notify process with descr_notify (nolisten) when called that way.
NULL_COMMAND (when recognized) should no longer reset idle time.
I think @@ should work, as long as the recognize_null_command @tune is yes. Let me know if something about this doesn't work.
It does in some cases, but not all it seems. Reopening until we can figure this out. Thanks for the report.