Documentation updates around MCI movement

This commit is contained in:
Bryan Ashby
2018-11-04 16:12:21 -07:00
parent 63b5eed504
commit 92a7007e9c
2 changed files with 10 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ This document attempts to track **major** changes and additions in ENiGMA½. For
* `{userName}` (sanatized) and `{userNameRaw}` as well as `{cwd}` have been added to param options when launching a door.
* Any module may now register for a system startup intiialization via the `initializeModules(initInfo, cb)` export.
* User event log is now functional. Various events a user performs will be persisted to the `system.db` `user_event_log` table for up to 90 days. An example usage can be found in the updated `last_callers` module where events are turned into Ami/X style actions. Please see `UPGRADE.md`!
* New MCI codes including general purpose movement codes. See [MCI codes](docs/art/mci.md)
## 0.0.8-alpha