336 Commits

Author SHA1 Message Date
MayaTheShy
558fb92c41 fix: Update miningStats and topMiners loading logic to handle single object responses and ensure correct state setting 2026-02-20 01:31:49 -05:00
MayaTheShy
bd68a79cd5 feat: Enhance PathRecorder component; implement path playback functionality and improve path loading logic 2026-02-20 01:31:45 -05:00
MayaTheShy
f0afbca74b fix: Handle server response for mining areas; ensure areas state is set correctly for non-array responses 2026-02-20 01:31:40 -05:00
MayaTheShy
35c76cbdca fix: Ensure groups state is set correctly by handling non-array responses in loadGroups function 2026-02-20 01:31:36 -05:00
MayaTheShy
7a3b30bbbf feat: Enhance mining area API; add formatting helper, support for multiple input formats, and new endpoints for updating and deleting areas 2026-02-20 01:29:29 -05:00
MayaTheShy
d7433b8bcc feat: Enhance path and task management APIs; add detailed responses and optional filters 2026-02-20 01:29:03 -05:00
MayaTheShy
3c0f72acf1 feat: Enhance database functions for turtle paths and mining areas; add support for optional parameters and improve data handling 2026-02-20 01:28:54 -05:00
MayaTheShy
75b2088b4f feat: Update API and WebSocket URLs to use environment variables for better configuration 2026-02-20 01:28:41 -05:00
MayaTheShy
0eac9497de feat: Implement block discovery endpoint and update worldBlocks state on discovery 2026-02-20 01:23:05 -05:00
MayaTheShy
855874576d fix: Update turtle state references to use mode instead; adjust command transmission channels 2026-02-20 01:22:58 -05:00
MayaTheShy
0c925036d9 feat: Add action buttons for turtle commands in control mode 2026-02-20 01:22:51 -05:00
MayaTheShy
68e21d9c82 feat: Update installation instructions in README; add auto-update system details and wireless control interface 2026-02-20 01:15:37 -05:00
MayaTheShy
1cccfb5baa feat: Update README for Docker installation; add setup instructions and commands 2026-02-20 01:13:07 -05:00
MayaTheShy
4bd999d394 feat: Forward discovered blocks to server; log block details and handle errors 2026-02-20 01:06:09 -05:00
MayaTheShy
8d66ef637e feat: Implement comprehensive block scanning; report discovered blocks to server 2026-02-20 01:05:18 -05:00
MayaTheShy
5a4fd000fe feat: Enhance debugging output; log open channels and modem messages in the main event loop 2026-02-20 01:00:01 -05:00
MayaTheShy
86250deba3 feat: Improve command processing output; list command names instead of serializing the commands table 2026-02-20 00:59:19 -05:00
MayaTheShy
b1d68565cd feat: Enhance message logging in webbridge; add detailed output for received status updates and turtle tracking 2026-02-20 00:56:03 -05:00
MayaTheShy
922e6ab25d feat: Enhance status broadcasting in turtle; include additional logging for better visibility 2026-02-20 00:55:56 -05:00
MayaTheShy
5b23ab1a14 feat: Enhance logging for modem communication in turtle and webbridge; improve command transmission feedback 2026-02-20 00:52:35 -05:00
MayaTheShy
5fb8ddf68e feat: Improve command handling for turtles; clean up old commands and enhance logging 2026-02-20 00:48:24 -05:00
MayaTheShy
91918bd124 feat: Enhance command processing feedback in turtle; improve sleep duration for command acknowledgment in webbridge 2026-02-20 00:48:19 -05:00
MayaTheShy
8d43c0dc99 feat: Redesign TurtleModel with enhanced shell, head, and leg details; add LED indicators and ambient glow 2026-02-20 00:36:19 -05:00
MayaTheShy
6b45682fac feat: Adjust turtle rotation logic for Three.js to correctly align based on facing direction 2026-02-20 00:35:21 -05:00
MayaTheShy
af2d120baa feat: Add error handling for turtle startup script and improve GPS retry logic 2026-02-20 00:32:40 -05:00
MayaTheShy
544c5be954 feat: Add auto-update startup scripts for turtle, webbridge, and pocket computers 2026-02-20 00:23:03 -05:00
MayaTheShy
baa807ed2a feat: Add player markers to the scene for better visibility 2026-02-20 00:19:45 -05:00
MayaTheShy
9202094de9 feat: Enhance GPS position update logging with success and failure messages 2026-02-20 00:19:41 -05:00
MayaTheShy
835bfde1f5 feat: Add player marker component with bobbing animation and label 2026-02-20 00:19:06 -05:00
MayaTheShy
bc4f87f178 feat: Add player position tracking endpoints for updates and retrieval 2026-02-20 00:18:57 -05:00
MayaTheShy
a1d2b62d5f feat: Add player positions tracking to database 2026-02-20 00:18:52 -05:00
MayaTheShy
b08ff805b4 feat: Add player state management to turtle store 2026-02-20 00:18:49 -05:00
MayaTheShy
5ceef8ba1c refactor: Simplify UI elements and improve layout for Pocket Control Center 2026-02-19 23:58:51 -05:00
MayaTheShy
5ef8977fad feat: Add pocket computer communication and command handling 2026-02-19 23:54:49 -05:00
MayaTheShy
e800d53c38 feat: Implement Pocket Control Center with turtle control, GPS tracking, and server management 2026-02-19 23:53:18 -05:00
MayaTheShy
6da6a06295 fix: Add debug logging for current position during status broadcast 2026-02-19 23:43:48 -05:00
MayaTheShy
43bba2ced7 fix: Add GPS retry mechanism for turtles without initial position 2026-02-19 23:42:06 -05:00
MayaTheShy
856cf88a19 fix: Update last seen text color for better visibility in dashboard display 2026-02-19 23:37:04 -05:00
MayaTheShy
74152951ae fix: Update log text color to improve visibility in dashboard display 2026-02-19 23:37:00 -05:00
MayaTheShy
c2968060fe fix: Handle nil values for time and color in dashboard display 2026-02-19 23:35:33 -05:00
MayaTheShy
127a80813e fix: Ensure time since last seen defaults to 0 in dashboard display 2026-02-19 23:34:54 -05:00
MayaTheShy
31b2c8f61a fix: Correctly calculate time since turtle was last seen in dashboard display 2026-02-19 23:33:56 -05:00
MayaTheShy
6b48ddc8b3 feat: Update dashboard header to display the count of online turtles 2026-02-19 23:31:44 -05:00
MayaTheShy
a3ca1aae1c refactor: Remove redundant activity log display code from dashboard 2026-02-19 23:31:34 -05:00
MayaTheShy
c0573a62aa feat: Revamp dashboard display for Turtle Bridge with simplified header, compact turtle list, and enhanced activity log 2026-02-19 23:31:19 -05:00
MayaTheShy
5bfaf46a8b feat: Implement WebBridge communication improvements with command retention, acknowledgment, and reduced polling frequency 2026-02-19 23:28:12 -05:00
MayaTheShy
4bda9c536b feat: Implement command acknowledgment and improve command polling reliability for turtles 2026-02-19 23:27:23 -05:00
MayaTheShy
6e50a109dc feat: Ensure database.js is copied in Dockerfile for server setup 2026-02-19 23:08:10 -05:00
MayaTheShy
61f817ba18 feat: Complete Mining Area Visualization with 3D rendering, management panel, and CRUD operations 2026-02-19 23:02:52 -05:00
MayaTheShy
90b1e9fdec feat: Add MiningAreasPanel component for managing mining areas with create, update, and delete functionalities 2026-02-19 23:02:17 -05:00