Commit Graph

2 Commits

Author SHA1 Message Date
LeMagnesium
73c80b1201
Move contexts over to the namespace to fix crash
- Move `contexts` into `metatools.contexts`, otherwise there is no way
   assertions.lua will be able to use it
2016-09-20 17:19:28 +02:00
LeMagnesium
cff85689d7
Rewrite calls of meta_exec with new structure
- Pass a table to meta_exec containing parameters, function to be
   called, scope string and requirements to check
 - Add basic ownership and contextid requirement checks in meta_exec
   when needed
 - Update README.md
 - Move assertion tools to assertions.lua
2016-09-19 18:59:08 +02:00