Commit Graph

20 Commits

Author SHA1 Message Date
Nathan Schneider
9e492bb1f8 Added remove_org_consent module, a few other tweaks to modules 2021-12-16 23:33:02 -07:00
Luke Miller
0ca04294b7 working version of join_org module demonstrated in tests/new_module_test.lua 2021-11-22 16:24:44 -05:00
Nathan Schneider
a1a6203bab More very messy work on drafting module structure 2021-09-27 15:35:12 -06:00
Luke Miller
37f1b48466 fixed issue with loading processes from memory 2021-06-08 23:09:13 -04:00
Nathan Schneider
592226fe5a Fixed table error on processes load 2021-05-10 22:56:12 -06:00
Luke Miller
23f6455a89 removed strange message 2021-05-08 12:24:57 -04:00
Luke Miller
797d0bebb8 significant progress! a working process from beginning to end can be seen in test/org_req_test.lua 2021-05-06 14:13:02 -04:00
Luke Miller
a7ba7605d3 proccesses are working now! 2021-05-06 01:05:57 -04:00
Luke Miller
e22b143a6a failsafe for empty orgs.array 2021-05-05 23:56:19 -04:00
Luke Miller
6d070133b7 cleaning up 2021-04-23 22:44:55 -04:00
Luke Miller
23d4a54a8e reverting metatable loading code 2021-04-23 22:26:04 -04:00
Luke Miller
6258855380 Merge branch 'master' into modules 2021-04-23 22:17:03 -04:00
Luke Miller
5940fe1af4 temporary fix for org functions failing 2021-04-22 17:28:09 -04:00
Luke Miller
4eb12d77c9 have a basic form of processes working! see demo.lua for an example 2021-04-21 22:35:30 -04:00
Luke Miller
cff1d393c0 bug fixes: orgs load properly (metatable set), orgs can't have same name, orgs now saved on modifying operations 2021-04-16 20:27:31 -04:00
Luke Miller
4ccdb443e2 fixed typo and added instance creation to modpol.lua 2021-04-12 17:00:48 -04:00
Luke Miller
66c4e63adb starting refactor, simple functionality works atm 2021-04-03 23:01:31 -04:00
user
252c04c6c7 bugfix orgs 2021-03-25 17:37:43 -04:00
Nathan Schneider
ac6bae3f85 Added modpol.menu() functions modpol and modpol_minetest. Not sure if latter works. 2021-03-14 22:51:53 -06:00
MisterE123
dc12ec50a9 Change file structures so that the interior modpol folder IS the portable modpol.
Added documentation of how to pre-define the modpath and the storage file.
2021-02-11 16:39:51 -05:00