Dave Brannigan
Dave Brannigan
I believe it's supported for all in django 3.x when Evennia converts: https://docs.djangoproject.com/en/3.2/ref/models/fields/#jsonfield It looks like it may require extra work for SQLite support, though, which could be a deal-breaker:...
It really feels like you could reuse Attributes for this since currently they have the existing M2M relationships anyway. Right now they're differentiated between nicks and data attributes, so it...
I've noticed this same behavior over the years. I believe that it was observed with every version of Evennia I've used. For reference, here's what we're currently running until I...
Is there a way to have it 'pass through' to a lower priority cmdset if the cmdstring doesn't match the key/alias of any command in the current cmdset? I realize...
I lean towards choice, because attempts to warn people about the cause of the situation hasn't had much luck - I've explained about exits a number of times, but people...
An alternate approach that occurred to me might be some extension of EvTable and EvMore where they're combined to have some sort of lazy-evaluation of a paginated table. The idea...