perlsaiyan / abacura

MUD client implementation in Python
MIT License
8 stars 4 forks source link

Command Improvements, simplify Travel imports, moved ## and #run to core, add vnum/context to ringlog #112

Closed mardanst closed 1 year ago

mardanst commented 1 year ago

Fixed help for docstrings with line breaks Updated help for several commands Removed demo plugin, we have plenty of plugins to look at now Renamed #testevent to #dispatch to allow dispatching arbitrary events Moved #exec and #run into core, but allow for additional globals via message Add context (vnum) to ringlog Removed last vestiges of Script, ScriptRunner, ScriptProvider, etc Update Travel to use TravelResult instead of ScriptResult Fix tabulate bug with list of dicts