MayaTheShy
  • Joined on 2025-08-30
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-20 00:19:47 -05:00
baa807ed2a feat: Add player markers to the scene for better visibility
9202094de9 feat: Enhance GPS position update logging with success and failure messages
Compare 2 commits »
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-20 00:19:10 -05:00
835bfde1f5 feat: Add player marker component with bobbing animation and label
bc4f87f178 feat: Add player position tracking endpoints for updates and retrieval
a1d2b62d5f feat: Add player positions tracking to database
b08ff805b4 feat: Add player state management to turtle store
Compare 4 commits »
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 23:58:53 -05:00
5ceef8ba1c refactor: Simplify UI elements and improve layout for Pocket Control Center
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 23:54:51 -05:00
5ef8977fad feat: Add pocket computer communication and command handling
e800d53c38 feat: Implement Pocket Control Center with turtle control, GPS tracking, and server management
Compare 2 commits »
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 23:47:28 -05:00
6da6a06295 fix: Add debug logging for current position during status broadcast
43bba2ced7 fix: Add GPS retry mechanism for turtles without initial position
Compare 2 commits »
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 23:37:08 -05:00
856cf88a19 fix: Update last seen text color for better visibility in dashboard display
74152951ae fix: Update log text color to improve visibility in dashboard display
Compare 2 commits »
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 23:35:36 -05:00
c2968060fe fix: Handle nil values for time and color in dashboard display
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 23:34:56 -05:00
127a80813e fix: Ensure time since last seen defaults to 0 in dashboard display
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 23:33:59 -05:00
31b2c8f61a fix: Correctly calculate time since turtle was last seen in dashboard display
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 23:31:52 -05:00
6b48ddc8b3 feat: Update dashboard header to display the count of online turtles
a3ca1aae1c refactor: Remove redundant activity log display code from dashboard
c0573a62aa feat: Revamp dashboard display for Turtle Bridge with simplified header, compact turtle list, and enhanced activity log
Compare 3 commits »
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 23:28:16 -05:00
5bfaf46a8b feat: Implement WebBridge communication improvements with command retention, acknowledgment, and reduced polling frequency
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 23:27:29 -05:00
4bda9c536b feat: Implement command acknowledgment and improve command polling reliability for turtles
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 23:08:12 -05:00
6e50a109dc feat: Ensure database.js is copied in Dockerfile for server setup
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 23:06:51 -05:00
61f817ba18 feat: Complete Mining Area Visualization with 3D rendering, management panel, and CRUD operations
90b1e9fdec feat: Add MiningAreasPanel component for managing mining areas with create, update, and delete functionalities
Compare 2 commits »
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 22:58:35 -05:00
8bcee0b16c feat: Add PathRecorder component for recording and managing turtle paths with UI and functionality
7b3ae34cfa feat: Add comprehensive feature documentation and overview of key files in README.md
546e17e6d2 feat: Enhance App component with dynamic panel tabs for control, voice, stats, groups, and tasks
73d098ca33 feat: Add TaskPanel CSS for styling task management interface
a419374cb2 feat: Add TaskPanel component for managing tasks with create, update, and delete functionalities
Compare 14 commits »
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 22:41:06 -05:00
dd58093c40 feat: Enhance mobile responsiveness and touch device optimizations in App.css
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 22:40:29 -05:00
38b7846607 feat: Refactor inventory display to use a grid layout with improved styling and responsiveness
a3fe5c7471 feat: Implement database integration for turtle homes, world blocks, paths, tasks, and mining areas
a68db21f9c feat: Add better-sqlite3 dependency for enhanced database functionality
a74802afee feat: Refactor inventory display to use a grid layout with item icons and improved tooltips
fb53056e85 feat: Implement database schema and CRUD operations for turtle homes, configurations, world blocks, paths, tasks, and mining areas
Compare 5 commits »
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 22:36:18 -05:00
23259a5410 feat: Enhance exploration logic to prioritize unvisited directions and improve movement efficiency
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 22:20:34 -05:00
aa0884f1d8 feat: Add GPS host script with fixed coordinates for initialization
MayaTheShy pushed to master at MayaTheShy/remoteturtle 2026-02-19 21:31:20 -05:00
ac4311a2cd refactor: Remove unused exploreStep function to clean up code