Luke Miller
1707a417e3
finally fixed the add_org request loop bug in the formspec!!
2021-07-28 18:50:22 -04:00
Luke Miller
223fde221a
added open default policies for orgs, and fixed error with passing raw player data into request
2021-07-12 18:11:36 -04:00
Nathan Schneider
ebc2f4758e
Not yet successful attempt to convert add_child in Minetest interactions to a request
2021-07-05 17:48:14 -06:00
Nathan Schneider
c1475e9035
Removed processes from main dashboards; processes are now org-based
2021-05-13 00:46:37 -06:00
Nathan Schneider
48b5b3070b
Added list_processes and began adding process logic to Join button in interactions
2021-05-10 23:24:52 -06:00
Nathan Schneider
d7d8e6907d
Preparing to merge basic interactions
2021-04-28 23:13:36 -06:00
Nathan Schneider
37aadb90c5
Added user argument to org:add_org in minetest interactions, anticipating change on master
2021-04-28 22:27:21 -06:00
Nathan Schneider
a923f5f249
Fixes on creating and listing child orgs in formspec dashboards
2021-04-27 22:54:15 -06:00
Nathan Schneider
c541888cbd
Linked org_dashboard to dashboard, added basic join/leave buttons
2021-04-23 23:21:02 -06:00
Nathan Schneider
87bd3ecc89
Adding org_dashboard (but not yet tested)
2021-04-21 22:43:48 -06:00
Nathan Schneider
6073732e6c
Set up dropdowns in dashboard
2021-04-18 17:27:35 -06:00
Nathan Schneider
486d310f52
Began creating complex interactions in Minetest with _context
2021-04-17 23:37:56 -06:00
Nathan Schneider
55c3ee9f46
Added basic modpol.interactions.message
2021-04-17 21:46:14 -06:00
Nathan Schneider
9f65e2bdd3
Changed modpol.orgs.list_all to return table not string
2021-04-17 09:50:18 -06:00
Nathan Schneider
a6cd6ebcfe
Began dashboard formspec in Minetest
2021-04-17 09:40:23 -06:00
Nathan Schneider
74ecba940a
Turned 'menu' command into 'dashboard'
2021-04-11 22:24:47 -06:00
Nathan Schneider
1b770a987b
Various bugfixes on orgs and minetest chatcommands
2021-03-15 18:08:06 -06:00
f255a057e5
changed minetest chat function regchat to create command_list table
2021-03-15 19:26:16 +00: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
f19796f82d
*Reorganized code so that further expansion is possible in a very organized manner.
...
*modpol.add_member() -- added a check if the member is already a member of that organized
*storage -- fixed bug by moving storageref to top of file
*added on_joinplayer to add players to instance
*moved minetest specific code in init.lua to modpol_minetest, organized in folders.
All overrides in one folder, all chatcommands in another, the on_joinplayer in modpol_minetest/orgs/instance.lua
2021-02-10 23:40:28 -05:00