Commit Graph

258 Commits

Author SHA1 Message Date
b2bcc94510 . 2023-10-03 03:07:23 +09:00
Cooldude2606
f08cc91bdd Changed enough to prevent join errors 2023-10-02 18:58:26 +01:00
99c3a40ce5 . 2023-10-03 02:50:24 +09:00
722e17d5df update 2023-10-03 01:28:47 +09:00
67fe9ef533 width 2023-09-28 00:38:13 +09:00
b234fb60c8 Merge branch 'dev' into dev4 2023-09-26 22:48:53 +09:00
19a620359f update 2023-09-26 22:47:29 +09:00
ffda3ed64e create cctv module 2023-09-25 22:43:40 +09:00
2381c664b8 remove extra line 2023-09-24 18:15:48 +09:00
6e9a64e88a gui event 2023-09-24 05:20:13 +09:00
3616efd4f0 fix 2023-09-23 15:28:38 +09:00
8625082718 Merge branch 'dev' into dev3 2023-09-23 14:19:27 +09:00
17d07ac228 addon module inserter gui 2023-09-23 05:07:20 +09:00
76947319dd some fix 2023-09-23 04:56:21 +09:00
46f6215d94 Feature Update (#237)
See PR for details, there are too many to be included here.
2023-08-15 18:47:34 +01:00
Cooldude2606
fe9758b9c2 Merge branch 'dev' into fix/autofill 2023-03-07 21:11:26 +00:00
Bastiaan
6dca384af8 Update autofill.lua
😴
2023-03-07 01:44:57 +01:00
Bastiaan
f44ba9f359 Fix button 2023-03-07 00:19:23 +01:00
Cooldude2606
4b4202b4b7 Fixed auto fill amounts not working 2023-03-05 23:27:20 +00:00
oof2win2
b744c5e5bb 🔧 lint 2021-10-09 00:46:24 +02:00
oof2win2
eb1fd5e1da 🔧 additional changes 2021-10-08 22:41:06 +00:00
oof2win2
306603a860 🐛 fix fix 2021-10-08 22:38:12 +00:00
oof2win2
d66cb33e6b 🔧 Review changes 2021-10-08 22:14:09 +00:00
oof2win2
5d651449ba 🐛 Fix warps on other surfaces 2021-10-05 16:46:10 +00:00
oof2win2
c3b39decb2 🔧 Fix some warp issues raised by the fix 2021-09-28 08:57:41 +00:00
oof2win2
08b5cf5770 🐛 Fix warp list in a better way 2021-09-26 21:17:09 +00:00
oof2win2
8b76fa245f 🐛 Fix warp list crashing if no warp found 2021-09-26 19:33:44 +00:00
Cooldude2606
6e00b2cd40 Fixed left flow guis 2021-05-06 00:56:50 +01:00
Cooldude2606
a592439a25 Merge branch 'dev' into fix/6.1.1-bugs 2021-04-29 23:24:12 +01:00
Cooldude2606
1ccc7fbcc6 Merge pull request #195 from bbassie/feature/task-list-update
Tasklist redesign
2021-04-29 23:04:48 +01:00
Cooldude2606
27b4f8b853 Fixed linting errors 2021-04-29 23:03:14 +01:00
Cooldude2606
bb0bf13728 Fixed opening view and create at same time 2021-04-29 22:48:59 +01:00
Cooldude2606
531d5d807f Fixed task removal 2021-04-29 22:48:22 +01:00
Cooldude2606
e1e20162cf Fixed tasks not updating while offline 2021-04-29 22:47:28 +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
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
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
bbassie
b08e93e245 Fix parse_message 2021-04-16 22:45:58 +02: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
3c718fa081 Fixed empty reasons 2021-04-05 22:50:16 +01:00