Commit Graph

744 Commits

Author SHA1 Message Date
Cooldude2606
909f4ce426 Removed player editing during add_task 2021-04-29 22:46:17 +01:00
Cooldude2606
6653e5904a Corrected toggle element doc name 2021-04-29 21:07:23 +01:00
bbassie
dfcefb3a1b Merge branch 'feature/task-list-update' of https://github.com/bbassie/scenario into feature/task-list-update 2021-04-28 00:28:51 +02:00
bbassie
a3fe06b1f8 Fix documentation and some names of functions, variables and arguments 2021-04-28 00:25:19 +02:00
Bastiaan
ea8e093c31 Apply suggestions from code review
Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com>
2021-04-27 23:33:05 +02:00
Bastiaan
254d69f646 Fix documentation modules/gui/task-list.lua
Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com>
2021-04-27 23:29:28 +02:00
Bastiaan
0f5868378a Fix documentation modules/control/tasks.lua
Co-authored-by: mark9064 <30447455+mark9064@users.noreply.github.com>
2021-04-27 23:16:18 +02:00
bbassie
77e0aff451 Variable name fix 2021-04-26 10:57:19 +02:00
bbassie
9e6d4e7454 Move close button to the side of the header 2021-04-26 02:31:23 +02:00
Cooldude2606
2e1e024ac7 Merge branch 'dev' into feature/entity-alert 2021-04-26 00:21:48 +01:00
Cooldude2606
2df7482a77 Implemented requested changes 2021-04-26 00:20:55 +01:00
Cooldude2606
7dbb22f575 Merge branch 'dev' into feature/spectate 2021-04-25 23:53:34 +01:00
Cooldude2606
ca25dc7cb7 Implemented requested changes 2021-04-25 23:52:19 +01:00
bbassie
ea24477175 Fixed some of the requested changes
* Made add_task and update_task have consistent arguments
* Removed default task title and body
* Task list resized to fit to 10 items
2021-04-25 22:26:22 +02:00
Cooldude2606
40ce5889e4 Merge pull request #210 from Cooldude2606/feature/admin-markers
Admin map markers
2021-04-25 20:20:46 +01:00
Cooldude2606
0b7d2c949f Merge pull request #208 from Cooldude2606/feature/refactor-spawn-area
Refactor of spawn area, now includes water.
2021-04-25 20:19:26 +01:00
Cooldude2606
62f3e75f28 Merge branch 'dev' into feature/admin-markers 2021-04-25 20:18:32 +01:00
Cooldude2606
c899674ef6 Implimented Changes 2021-04-25 20:17:46 +01:00
Cooldude2606
f8b22d7768 Implimented Changes 2021-04-25 20:15:25 +01:00
Cooldude2606
e38eda0076 Fixed missing output 2021-04-25 03:45:51 +01:00
Cooldude2606
e3e2f2b95d Merge pull request #207 from Cooldude2606/feature/embed-report-count
Report and warning count on embeds
2021-04-24 21:26:39 +01:00
Cooldude2606
9d31d3283a Merge pull request #206 from Cooldude2606/feature/inv-search
Inventory Search Commands
2021-04-24 21:26:23 +01:00
Cooldude2606
fe4341bd1a Merge branch 'dev' into feature/afk-kick 2021-04-24 21:25:11 +01:00
Cooldude2606
d6fd975771 Adjusted icon size and offset 2021-04-24 21:18:50 +01:00
Cooldude2606
43d5ff7741 Added renderer and selection events 2021-04-24 21:05:34 +01:00
Cooldude2606
d83f1e3aea Fixed protection issues 2021-04-24 21:05:11 +01:00
Cooldude2606
891663edb9 Added protection commands 2021-04-24 18:04:33 +01:00
Cooldude2606
fb51f06c84 Added comments to selection 2021-04-24 17:04:42 +01:00
Cooldude2606
f4afe8baeb Ignore entity if player is last user 2021-04-24 02:05:23 +01:00
Cooldude2606
7fb1a14cb3 Changed ignore_role to ignore_permission 2021-04-24 01:53:05 +01:00
Cooldude2606
cdded68ffb Added discord alert 2021-04-24 01:47:43 +01:00
Cooldude2606
43cb24f396 Added protection control 2021-04-24 01:43:58 +01:00
Cooldude2606
f195635dc3 Added selection name filtering 2021-04-24 00:38:26 +01:00
Cooldude2606
e9ec57225b Added Selection.get_arguments 2021-04-24 00:28:19 +01:00
Cooldude2606
effdb97387 Added selection control 2021-04-24 00:26:24 +01:00
bbassie
8674704f15 Fix docs gen param argument name mismatch
param and formal argument name mismatch: 'task_title' 'message_title'
param and formal argument name mismatch: 'task_body' 'message_body'
2021-04-16 22:50:16 +02:00
bbassie
b08e93e245 Fix parse_message 2021-04-16 22:45:58 +02:00
Cooldude2606
d485e21480 Fixed calling set_controller during on_close 2021-04-16 18:13:41 +01:00
Cooldude2606
573dfd781b Added tag placed message 2021-04-15 23:28:30 +01:00
Cooldude2606
bb46d44ea3 Added admin markers 2021-04-15 23:24:27 +01:00
Cooldude2606
0866e9f9c3 Refactored spawn area 2021-04-15 21:55:41 +01:00
bbassie
eeb9f31b57 Basic task with title and body implementation
- Parsing of the message is a bit low effort and will need to be improved.
2021-04-14 00:24:52 +02:00
bbassie
7bbefd67b4 Change button size
- The icons were clipping
2021-04-11 23:03:16 +02:00
bbassie
745f10b10d Added file and logic comments 2021-04-11 20:09:35 +02:00
bbassie
11296b3b36 Small improvements
- Removed extra redraw that doesn't seem to be needed
- Fixed that it would not focus on the create new warp textbox
2021-04-11 19:54:38 +02:00
bbassie
d853d1c991 Delete button and some fixes
- Add delete task button
- Fix update task item
- Fix no tasks found visibility and tooltip
2021-04-10 22:13:21 +02:00
bbassie
3d9c7e3400 Task list redesign
- Redesigned the gui
- Added / changed locales where needed
2021-04-10 21:30:29 +02:00
Cooldude2606
70664ffd0c Made requested changes 2021-04-08 18:08:41 +01:00
Cooldude2606
b86efbb943 Made requested changes 2021-04-07 18:07:04 +01:00
Cooldude2606
fd70ea3bd0 Added report and warning count 2021-04-07 02:02:49 +01:00