Commit Graph

65 Commits

Author SHA1 Message Date
MayaTheShy
aa0884f1d8 feat: Add GPS host script with fixed coordinates for initialization 2026-02-19 22:20:31 -05:00
MayaTheShy
ac4311a2cd refactor: Remove unused exploreStep function to clean up code 2026-02-19 21:31:18 -05:00
MayaTheShy
7003620ef7 feat: Improve exploration logic with enhanced stuck detection and direction prioritization 2026-02-19 21:30:35 -05:00
MayaTheShy
d43887ed41 feat: Initialize state for intelligent navigation in exploration and mining modes 2026-02-19 21:27:25 -05:00
MayaTheShy
3170ca3491 feat: Enhance exploration algorithm with intelligent navigation and stuck detection 2026-02-19 21:27:05 -05:00
MayaTheShy
399d2b693a feat: Enhance exploration algorithm with intelligent navigation and stuck detection 2026-02-19 21:26:23 -05:00
MayaTheShy
0c69b555df feat: Enhance home position management with auto-setting functionality when GPS is available 2026-02-19 21:21:09 -05:00
MayaTheShy
0d2fe5b8b1 feat: Implement non-blocking return home functionality with improved navigation 2026-02-16 03:10:47 -05:00
MayaTheShy
1435a7ac55 feat: Refactor home position sync and set functions for non-blocking operations 2026-02-16 03:07:20 -05:00
MayaTheShy
4bdbc006f8 feat: Implement wireless home position sync and set functionality for turtles 2026-02-16 02:41:33 -05:00
MayaTheShy
9048d197a8 feat: Implement home position management for turtles with update and retrieval endpoints 2026-02-16 02:38:34 -05:00
MayaTheShy
bd758e4c7b feat: Implement home position syncing with server and add distance checks for safe operations 2026-02-16 02:38:25 -05:00
MayaTheShy
e87ee43822 feat: Enhance turtle management by broadcasting removal notifications and cleaning up stale turtles 2026-02-16 02:31:05 -05:00
MayaTheShy
e76477f38d feat: Update empty state colors for improved visibility and aesthetics 2026-02-16 02:14:36 -05:00
MayaTheShy
c492529c1d feat: Update Control Panel styles for improved aesthetics and contrast 2026-02-16 02:14:23 -05:00
MayaTheShy
0296253149 feat: Update detail section colors and status item styles for improved contrast and aesthetics 2026-02-16 02:13:56 -05:00
MayaTheShy
9abd0f1f45 feat: Update turtle details and section styles for improved visibility and aesthetics 2026-02-16 02:13:51 -05:00
MayaTheShy
3589813dc6 feat: Update Control Panel color scheme for improved contrast and aesthetics 2026-02-16 02:13:30 -05:00
MayaTheShy
bd96333d22 feat: Revamp Control Panel styling for improved aesthetics and usability 2026-02-16 02:11:21 -05:00
MayaTheShy
81bfdd75d5 feat: Update layout of app-content containers for improved responsiveness 2026-02-16 02:11:18 -05:00
MayaTheShy
b036218fff feat: Adjust typography and spacing in turtle details and inventory sections for improved readability and layout 2026-02-16 02:06:03 -05:00
MayaTheShy
6534af4516 feat: Refine Control Panel styling with adjusted padding, margins, and button sizes for improved layout and usability 2026-02-16 02:05:24 -05:00
MayaTheShy
e0495eeb9c feat: Revamp Control Panel styling with enhanced layout, improved responsiveness, and updated visual elements 2026-02-16 02:02:31 -05:00
MayaTheShy
3b3ed33b33 feat: Add Live GPS Tracker for Pocket Computer with real-time location display 2026-02-16 01:59:59 -05:00
MayaTheShy
ac841dc1c5 feat: Implement Minecraft texture loading and enhance WorldBlocks rendering with textures 2026-02-16 01:54:53 -05:00
MayaTheShy
81e0dc4959 feat: Enhance block appearance handling with detailed color and texture info, and improve block rendering performance 2026-02-16 01:52:10 -05:00
MayaTheShy
cf0b66e2fe feat: Enhance control panel with additional command buttons and improved movement controls 2026-02-16 01:48:50 -05:00
MayaTheShy
bffacbf8c8 feat: Refine command button styles and enhance layout for improved usability and responsiveness 2026-02-16 01:48:46 -05:00
MayaTheShy
1610ade7b7 feat: Revamp dashboard layout for improved vertical display and enhanced statistics visibility 2026-02-16 01:48:43 -05:00
MayaTheShy
611609d404 feat: Implement comprehensive UI/UX improvements including 3D map enhancements, turtle model updates, and block visualization 2026-02-16 01:37:30 -05:00
MayaTheShy
175c6add10 fix: Improve message processing and command transmission in turtle system 2026-02-16 01:37:24 -05:00
MayaTheShy
5ec385c1f2 feat: Enhance turtle model and visualization with block surroundings and world block management 2026-02-16 01:35:52 -05:00
MayaTheShy
836d734b1f fix: Enhance command logging and error handling for turtle commands 2026-02-16 01:27:58 -05:00
MayaTheShy
9a02a8d27f fix: Improve logging for command sending and REST API fallback in turtle store 2026-02-16 01:27:54 -05:00
MayaTheShy
1a415beac0 feat: Add mining command to initiate exploration mode 2026-02-16 01:27:49 -05:00
MayaTheShy
000d1bd625 fix: Refactor command polling and dashboard refresh logic in main loop 2026-02-16 01:25:51 -05:00
MayaTheShy
cc7c90799e feat: Implement web bridge dashboard for turtle network monitoring 2026-02-16 01:21:23 -05:00
MayaTheShy
e3a4788440 fix: Enhance message processing with detailed logging for incoming commands 2026-02-16 01:15:08 -05:00
MayaTheShy
96003014da fix: Update SERVER_URL to point to the local server address 2026-02-16 01:12:25 -05:00
MayaTheShy
f70dd16cff fix: Optimize GPS position retrieval with reduced timeout and background retry logic 2026-02-16 01:04:31 -05:00
MayaTheShy
a91ad1d4ca fix: Refactor message handling to improve status updates and server communication 2026-02-16 00:56:59 -05:00
MayaTheShy
4dacfb53aa fix: Update SERVER_URL to use secure HTTPS for web server connection 2026-02-16 00:53:51 -05:00
MayaTheShy
8172431e44 fix: Enhance message logging for modem events and status updates 2026-02-16 00:52:25 -05:00
MayaTheShy
a2d43d0cfb fix: Improve GPS position retrieval with error handling and retry logic 2026-02-16 00:34:41 -05:00
MayaTheShy
94713539da fix: Enhance GPS position retrieval with increased timeout and logging 2026-02-16 00:34:35 -05:00
MayaTheShy
9f9abb45ec fix: Update WebSocket and API URLs to use environment variables for better configuration 2026-02-16 00:29:19 -05:00
MayaTheShy
a8a99f4f53 fix: Update Dockerfile to use serve for production and enhance Vite configuration with CORS support 2026-02-16 00:24:38 -05:00
MayaTheShy
dc3ed12b14 fix: Update host configuration in vite.config.js for server and preview 2026-02-16 00:15:39 -05:00
MayaTheShy
172cdac94b fix: Add --strictPort option to Vite preview command for better port handling 2026-02-16 00:15:34 -05:00
MayaTheShy
4626ab80ff fix: Ensure consistent server and preview configuration in vite.config.js 2026-02-16 00:14:25 -05:00