MayaTheShy
|
de58ec6b08
|
Refactor group command handling to enforce server control of turtle movement and reject legacy commands
|
2026-02-20 03:44:11 -05:00 |
|
MayaTheShy
|
f6b39808aa
|
Refactor WebSocket command handling to enforce server-side control of turtle movement and remove legacy command support
|
2026-02-20 03:43:45 -05:00 |
|
MayaTheShy
|
c02bb7db68
|
style: Remove unused sendCommand function from turtleStore
|
2026-02-20 03:43:40 -05:00 |
|
MayaTheShy
|
885ebf698d
|
Refactor PathRecorder to utilize server-side pathfinding for waypoint navigation
|
2026-02-20 03:43:36 -05:00 |
|
MayaTheShy
|
1522523f22
|
style: Remove unused sendCommand from Scene component
|
2026-02-20 03:43:31 -05:00 |
|
MayaTheShy
|
bca3cb4508
|
style: Refactor PathRecorder to utilize individual turtle movement functions
|
2026-02-20 03:42:13 -05:00 |
|
MayaTheShy
|
ebe4f10df5
|
Refactor VoiceControl to handle server-side movement and state commands directly
|
2026-02-20 03:42:07 -05:00 |
|
MayaTheShy
|
586b161da9
|
style: Add turnLeft and turnRight methods to Turtle class for directional control
|
2026-02-20 03:41:46 -05:00 |
|
MayaTheShy
|
2316e14b9c
|
style: Add server-side endpoints for turtle movement and actions
|
2026-02-20 03:41:42 -05:00 |
|
MayaTheShy
|
45a4b4e7ae
|
style: Refactor VoiceControl to utilize individual turtle command functions
|
2026-02-20 03:41:38 -05:00 |
|
MayaTheShy
|
9735fd8776
|
style: Implement server-side turtle actions for movement and block manipulation
|
2026-02-20 03:41:27 -05:00 |
|
MayaTheShy
|
c6ff9094ed
|
style: Refactor TurtleDetails to use direct command functions and remove legacy command handling
|
2026-02-20 03:41:21 -05:00 |
|
MayaTheShy
|
cb2353785f
|
style: Add middleware to rewrite requests without /api prefix for reverse proxy compatibility
|
2026-02-20 03:29:14 -05:00 |
|
MayaTheShy
|
46c0817270
|
style: Update SERVER_URL to direct to Docker server on LAN for local development
|
2026-02-20 03:16:35 -05:00 |
|
MayaTheShy
|
f0281ddaa5
|
style: Remove version declaration from docker-compose.yml for cleaner configuration
|
2026-02-20 03:15:42 -05:00 |
|
MayaTheShy
|
fc5cbae73e
|
style: Simplify Dockerfile by copying all server code in a single command
|
2026-02-20 03:11:35 -05:00 |
|
MayaTheShy
|
9cb2939224
|
style: Update API fetch URL to use dynamic origin for improved flexibility
|
2026-02-20 03:09:53 -05:00 |
|
MayaTheShy
|
1a2de77ae2
|
style: Update API URL construction for improved endpoint clarity
|
2026-02-20 03:09:49 -05:00 |
|
MayaTheShy
|
420456c04b
|
style: Update SERVER_URL to use reverse proxy for improved security
|
2026-02-20 03:09:45 -05:00 |
|
MayaTheShy
|
b7221327c2
|
style: Add shadow-receiving ground plane and update UI colors for improved consistency and depth
|
2026-02-20 03:05:59 -05:00 |
|
MayaTheShy
|
997201b139
|
style: Enhance lighting and shadow effects for improved visual depth and realism
|
2026-02-20 03:05:26 -05:00 |
|
MayaTheShy
|
daaf969662
|
style: Remove view controls for improved layout consistency and simplify app structure
|
2026-02-20 03:05:22 -05:00 |
|
MayaTheShy
|
0b61d8b2dd
|
style: Remove view controls for improved layout consistency and responsiveness
|
2026-02-20 03:05:18 -05:00 |
|
MayaTheShy
|
586d231720
|
style: Update color presets in GroupsPanel for improved consistency with Minecraft theme
|
2026-02-20 02:59:44 -05:00 |
|
MayaTheShy
|
3c6ee280ba
|
style: Update task status and priority colors for improved visibility and consistency with Minecraft theme
|
2026-02-20 02:58:54 -05:00 |
|
MayaTheShy
|
5966d4de2b
|
style: Update StatusBadge colors for improved visibility and consistency with Minecraft theme
|
2026-02-20 02:58:45 -05:00 |
|
MayaTheShy
|
1d99ba534a
|
style: Revamp MiningAreasPanel.css for improved aesthetics and consistency with Minecraft theme
|
2026-02-20 02:58:38 -05:00 |
|
MayaTheShy
|
b06f878ca0
|
style: Update VoiceControl.css for improved aesthetics and consistency with Minecraft theme
|
2026-02-20 02:56:27 -05:00 |
|
MayaTheShy
|
943cc73163
|
style: Enhance PathRecorder.css for improved aesthetics and consistency with Minecraft theme
|
2026-02-20 02:55:20 -05:00 |
|
MayaTheShy
|
2263fbb1de
|
style: Revamp TaskPanel.css for improved aesthetics and consistency with Minecraft theme
|
2026-02-20 02:54:18 -05:00 |
|
MayaTheShy
|
481be70940
|
style: Revamp GroupsPanel.css for enhanced Minecraft theme consistency and improved aesthetics
|
2026-02-20 02:53:24 -05:00 |
|
MayaTheShy
|
60ef3b81f7
|
style: Update StatsPanel.css for improved aesthetics and consistency with Minecraft theme
|
2026-02-20 02:52:22 -05:00 |
|
MayaTheShy
|
997c64c40b
|
style: Escape quotes and backslashes in usePeripheralWithSide method for safe Lua string interpolation
|
2026-02-20 02:50:14 -05:00 |
|
MayaTheShy
|
a68ddd843f
|
style: Update block search API to accept 'name' parameter as an alternative to 'pattern'
|
2026-02-20 02:50:09 -05:00 |
|
MayaTheShy
|
fe44978f6e
|
style: Escape quotes and backslashes in turtle place methods and connectToInventory for safe Lua string interpolation
|
2026-02-20 02:48:00 -05:00 |
|
MayaTheShy
|
c862b2816c
|
style: Escape quotes and backslashes in turtle rename method for safe Lua string interpolation
|
2026-02-20 02:47:41 -05:00 |
|
MayaTheShy
|
73f8a21a81
|
style: Refactor gpsLocate method for improved position handling and code clarity
|
2026-02-20 02:47:36 -05:00 |
|
MayaTheShy
|
617310eade
|
style: Enhance eval response handling and inventory update for improved data management
|
2026-02-20 02:47:29 -05:00 |
|
MayaTheShy
|
7dae800eed
|
style: Adjust button layout in drawDetail function for improved UI organization
|
2026-02-20 02:47:16 -05:00 |
|
MayaTheShy
|
86a6db04ac
|
style: Update selected inventory slot outline color for improved UI consistency
|
2026-02-20 02:44:49 -05:00 |
|
MayaTheShy
|
8e1d1f67fc
|
style: Update error, warning, and peripheral colors for improved UI consistency
|
2026-02-20 02:44:26 -05:00 |
|
MayaTheShy
|
fa8b45b74a
|
style: Update TurtleCard and TurtleDetails components for improved UI consistency
|
2026-02-20 02:44:14 -05:00 |
|
MayaTheShy
|
32677ecac5
|
style: Revamp Control Panel CSS with Minecraft-themed colors and improved UI elements
|
2026-02-20 02:42:08 -05:00 |
|
MayaTheShy
|
5f6dbce277
|
style: Update scrollbar colors for improved UI consistency
|
2026-02-20 02:38:31 -05:00 |
|
MayaTheShy
|
75ca027ab4
|
style: Update background colors and button styles for improved UI consistency
|
2026-02-20 02:38:27 -05:00 |
|
MayaTheShy
|
cfc891d164
|
style: Update body and code font styles for improved UI consistency
|
2026-02-20 02:38:08 -05:00 |
|
MayaTheShy
|
5b89e0432e
|
style: Update view controls styling for improved UI consistency
|
2026-02-20 02:37:59 -05:00 |
|
MayaTheShy
|
37bd17f26a
|
feat: Add equip left, equip right, rename, and sort buttons for turtle management
|
2026-02-20 02:36:39 -05:00 |
|
MayaTheShy
|
c0865d5196
|
feat: Add equipment and inventory action buttons to TurtleCard
|
2026-02-20 02:35:41 -05:00 |
|
MayaTheShy
|
a0eaeb6712
|
feat: Add turtle management features including rename, configuration, and GPS locate
|
2026-02-20 02:35:17 -05:00 |
|