This website requires JavaScript.
Explore
Help
Register
Sign In
MayaTheShy
0 Followers
·
0 Following
Joined on
2025-08-30
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
User to block:
Optional note:
The note is not visible to the blocked user.
Cancel
Block
Repositories
9
Projects
Packages
Public Activity
Starred Repositories
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 04:25:34 -05:00
d2718b3287
refactor: add total steps display in TurtleDetails for better status tracking
8f4eeabee9
refactor: enhance ExploringState for chunk-based spiral exploration and improve navigation logic
3b2e00b2b4
refactor: update turnToFace method to synchronize turtle facing state with global variable
cb666a6a45
refactor: synchronize turtle facing state with global variable on turn commands
c424662c18
refactor: update color logic in MiningArea to prioritize custom area color
Compare 18 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 04:05:14 -05:00
5aec3df3b3
refactor: improve inventory count calculation for TurtleCard component
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 04:04:05 -05:00
989b6f9118
refactor: update IdleState to include periodic fuel checks and adjust sleep duration
ec5f048d49
fix: correct function name to retrieve world blocks in chunk analysis endpoint
Compare 2 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 04:03:47 -05:00
60c5b3aaba
feat: add chunk analysis endpoint to compute ore density from discovered blocks
2c806bf994
refactor: enhance state loop error handling with consecutive error tracking for improved resilience
b34cc8cec0
refactor: update turtle script for improved structure and clarity, enhancing state management and communication protocols
Compare 3 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 03:57:35 -05:00
cef3cdf03d
refactor: update turtle script for improved server-driven functionality and code organization
b8a1b7c0b3
refactor: streamline safety checks and error handling in mining operation for improved reliability
8fcd3f44c7
refactor: improve error handling and retry logic in exploration state for enhanced stability
7385c258d5
refactor: implement error handling and retry logic in state loop for improved resilience
2686ca4697
refactor: enhance peripheral display to support multiple types and improve readability
Compare 10 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 03:43:51 -05:00
f6b39808aa
Refactor WebSocket command handling to enforce server-side control of turtle movement and remove legacy command support
c02bb7db68
style: Remove unused sendCommand function from turtleStore
885ebf698d
Refactor PathRecorder to utilize server-side pathfinding for waypoint navigation
1522523f22
style: Remove unused sendCommand from Scene component
Compare 4 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 03:42:18 -05:00
bca3cb4508
style: Refactor PathRecorder to utilize individual turtle movement functions
ebe4f10df5
Refactor VoiceControl to handle server-side movement and state commands directly
586b161da9
style: Add turnLeft and turnRight methods to Turtle class for directional control
2316e14b9c
style: Add server-side endpoints for turtle movement and actions
45a4b4e7ae
style: Refactor VoiceControl to utilize individual turtle command functions
Compare 7 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 03:29:19 -05:00
cb2353785f
style: Add middleware to rewrite requests without /api prefix for reverse proxy compatibility
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 03:16:41 -05:00
46c0817270
style: Update SERVER_URL to direct to Docker server on LAN for local development
f0281ddaa5
style: Remove version declaration from docker-compose.yml for cleaner configuration
Compare 2 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 03:11:42 -05:00
fc5cbae73e
style: Simplify Dockerfile by copying all server code in a single command
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 03:09:57 -05:00
9cb2939224
style: Update API fetch URL to use dynamic origin for improved flexibility
1a2de77ae2
style: Update API URL construction for improved endpoint clarity
420456c04b
style: Update SERVER_URL to use reverse proxy for improved security
Compare 3 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 03:06:58 -05:00
b7221327c2
style: Add shadow-receiving ground plane and update UI colors for improved consistency and depth
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 03:05:29 -05:00
997201b139
style: Enhance lighting and shadow effects for improved visual depth and realism
daaf969662
style: Remove view controls for improved layout consistency and simplify app structure
0b61d8b2dd
style: Remove view controls for improved layout consistency and responsiveness
Compare 3 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 02:59:47 -05:00
586d231720
style: Update color presets in GroupsPanel for improved consistency with Minecraft theme
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 02:59:06 -05:00
3c6ee280ba
style: Update task status and priority colors for improved visibility and consistency with Minecraft theme
5966d4de2b
style: Update StatusBadge colors for improved visibility and consistency with Minecraft theme
1d99ba534a
style: Revamp MiningAreasPanel.css for improved aesthetics and consistency with Minecraft theme
b06f878ca0
style: Update VoiceControl.css for improved aesthetics and consistency with Minecraft theme
943cc73163
style: Enhance PathRecorder.css for improved aesthetics and consistency with Minecraft theme
Compare 8 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 02:51:01 -05:00
997c64c40b
style: Escape quotes and backslashes in usePeripheralWithSide method for safe Lua string interpolation
a68ddd843f
style: Update block search API to accept 'name' parameter as an alternative to 'pattern'
fe44978f6e
style: Escape quotes and backslashes in turtle place methods and connectToInventory for safe Lua string interpolation
c862b2816c
style: Escape quotes and backslashes in turtle rename method for safe Lua string interpolation
73f8a21a81
style: Refactor gpsLocate method for improved position handling and code clarity
Compare 7 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 02:44:59 -05:00
86a6db04ac
style: Update selected inventory slot outline color for improved UI consistency
8e1d1f67fc
style: Update error, warning, and peripheral colors for improved UI consistency
fa8b45b74a
style: Update TurtleCard and TurtleDetails components for improved UI consistency
Compare 3 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 02:42:26 -05:00
32677ecac5
style: Revamp Control Panel CSS with Minecraft-themed colors and improved UI elements
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 02:38:39 -05:00
5f6dbce277
style: Update scrollbar colors for improved UI consistency
75ca027ab4
style: Update background colors and button styles for improved UI consistency
cfc891d164
style: Update body and code font styles for improved UI consistency
5b89e0432e
style: Update view controls styling for improved UI consistency
37bd17f26a
feat: Add equip left, equip right, rename, and sort buttons for turtle management
Compare 7 commits »
MayaTheShy
pushed to
master
at
MayaTheShy/remoteturtle
2026-02-20 02:34:54 -05:00
d8f3d5d13c
feat: Update TurtleCard to display turtle label instead of ID
2571865917
feat: Add turtle inventory management actions including rename, equip, select, transfer, sort, connect, drop, suck, update config, get config, explore, and GPS locate
0e6d4acfdd
feat: Implement block deletion handling in WebSocket message processing
67b2d7eb2e
feat: Add turtle auto-naming, state recovery, and multiple action endpoints for inventory management
7b63c92434
feat: Enhance DumpInventoryState with fuzzy container detection and detailed dump reporting
Compare 7 commits »
First
Previous
...
40
41
42
43
44
...
Next
Last