MayaTheShy
  • Joined on 2025-08-30
MayaTheShy merged pull request MayaTheShy/Starworld#1 2025-11-16 21:43:16 -05:00
Entity Color Material Support (Blocked by API) — Documented and Ready
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-16 21:43:16 -05:00
0a39697599 Entity Color/Material Protocol Support & Model Cache Robustness
bc330e7a40 Update color tint application in Reify implementation to reflect current limitations
d5d0637948 Update stardust-xr-molecules source to latest commit for improved stability
8cb859e873 Enhance model color tint application in Reify implementation
Compare 4 commits »
MayaTheShy created pull request MayaTheShy/Starworld#1 2025-11-16 21:40:36 -05:00
Entity Color Material Support (Blocked by API) — Documented and Ready
MayaTheShy pushed to feature/entity-color-materials at MayaTheShy/Starworld 2025-11-16 21:37:47 -05:00
bc330e7a40 Update color tint application in Reify implementation to reflect current limitations
d5d0637948 Update stardust-xr-molecules source to latest commit for improved stability
8cb859e873 Enhance model color tint application in Reify implementation
Compare 3 commits »
MayaTheShy created branch feature/entity-color-materials in MayaTheShy/Starworld 2025-11-16 21:37:47 -05:00
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-16 21:23:22 -05:00
27db9dbe30 Refactor implementation summary to enhance clarity and structure of completed tasks, limitations, and future work
d8c0654e48 Refactor implementation summary to streamline completed tasks and known limitations sections
b752011672 Update CHANGELOG.md to reflect connection persistence fix and HMAC verification implementation
6359f92c2d Refactor FUTURE_ENHANCEMENTS.md to streamline enhancement priorities and clarify implementation status
5a701447c7 Refactor ENTITY_RENDERING_ENHANCEMENTS.md to streamline entity rendering documentation and clarify implemented features
Compare 7 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-16 21:14:04 -05:00
21f10e52bf Add RSA keypair generation and public key upload in loadTokenFromFile
38635702e4 Add debug logging for authentication status in sendDomainConnectRequest
d33de0d577 Refactor DomainConnectRequest handling to differentiate between initial request without signature and subsequent request with signature based on connection token availability
80be297083 Add handling for DomainServerConnectionToken and connection token management in OverteClient
e52d6f56c2 Add missing OpenSSL header for NID_sha256 in RSAKeypair.cpp
Compare 31 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-16 19:09:23 -05:00
88487c449d Merge pull request #1 from MayaTheShy/copilot/fix-ci-cations-error
b5efdfb05d Fix submodule checkout error in CI workflow
b75723bff9 Fix CI workflow YAML syntax errors
3d53937d5d Initial plan
Compare 4 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-16 18:16:37 -05:00
cf006f2ca0 Add GitHub Actions CI workflows
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-16 18:14:54 -05:00
ca8c4ae4e5 fix: document HMAC verification investigation and connection persistence issues
a79da07b45 fix: update implementation status document to reflect connection persistence and HMAC verification issues
1edc74ec12 fix: document known HMAC verification issue causing connection drops and provide workaround options
0268b6f206 fix: update CHANGELOG with HMAC verification implementation and local ID parsing fixes
105c5b63bf fix: update README to reflect connection drop issue due to server-side HMAC verification
Compare 489 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-10 01:55:18 -05:00
240b26f48c fix: document HMAC verification investigation and connection persistence issues
3098427221 fix: update implementation status document to reflect connection persistence and HMAC verification issues
0413461151 fix: document known HMAC verification issue causing connection drops and provide workaround options
cf502d688a fix: update CHANGELOG with HMAC verification implementation and local ID parsing fixes
199f9bf501 fix: update README to reflect connection drop issue due to server-side HMAC verification
Compare 24 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-10 00:59:51 -05:00
b5e061a9bc fix: update handleDomainListReply to correctly read node local ID in big-endian format and enhance debug output
8fe7925d68 fix: enhance handleDomainListReply to clarify DomainList packet structure and improve debug output for UUIDs
856eb5efee fix: resolve connection persistence issue by correcting Local ID byte order handling
5a6f5aa8f3 fix: update CONNECTION_PERSISTENCE status to reflect indefinite connection after fixing Local ID byte order bug
afdd0c301b fix: update NETWORK_PROTOCOL_INVESTIGATION.md to clarify connection persistence issue resolution and local ID handling
Compare 16 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-10 00:00:44 -05:00
d507902a73 fix: avoid setting source ID in DomainConnectRequest before local ID is assigned
fe81c69e1a feat: implement non-blocking UDP packet reception in OverteClient::poll method
67026a7f68 feat: handle socket binding to 0.0.0.0 by using localhost address in DomainConnectRequest
371efa282c feat: bind UDP socket to any local address/port and log local address in DomainConnectRequest
fef8dd47bc feat: add debug logging for ping packet in sendPing method
Compare 56 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-09 19:52:02 -05:00
e3de8a720d feat: update token URL construction to use /server path instead of /api/v1
d86fb1799f feat: update token URL construction to use /server path instead of /api/v1
18b694bbfd feat: update token URL construction to use /server path instead of /api/v1
4f22aeb155 feat: update authorization URL construction to use /server path instead of /api/v1
a12f940c00 feat: ensure /api/v1 path is included in token URL for OAuth endpoint
Compare 30 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-09 03:21:22 -05:00
b32db37ef0 chore: remove placeholder license section from README.md
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-09 03:13:51 -05:00
5f9def40d9 docs: add DIRECTORY_STRUCTURE.md to document project organization and file layout
50c094ca2c fix: update file permissions for build_and_test.sh to make it executable
dbb43ec3ab docs: update documentation structure and build scripts for clarity
e147a6fee3 Implement Overte Authentication and Add Test Entities
Compare 4 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-09 03:05:38 -05:00
bbbd1e7aed docs: update asset pipeline and network protocol phases to reflect current progress
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-09 03:03:12 -05:00
86cc4973d9 docs: add references section with links to Overte OAuth implementation and related resources
e239ae43ca docs: expand resources section with detailed links for StardustXR and Overte
59dee0a6d6 docs: enhance README with technology details and additional references for StardustXR and Overte
Compare 3 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-09 02:54:20 -05:00
af934cc4f2 docs: enhance documentation structure with quick reference and development workflow
8327cdca3b docs: add comprehensive developer guide with build, run, test, and debugging commands
ed747b85fd docs: update protocol implementation details and NLPacket format specifications
12d1b79da3 docs: add comprehensive changelog for Overte protocol implementation and connection updates
52f0f09d6d docs: update testing instructions for local domain and simulation mode
Compare 10 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-09 02:48:44 -05:00
af63d8d744 feat: update Cargo.lock to add new dependencies and specify versions for existing ones
72c279b45b feat: enhance URL parsing in connect method to support host:port format with optional path
504894c525 docs: enhance Overte authentication implementation notes with current status and required changes
27e77f0e03 feat: add TODO comments for OAuth authentication implementation in connect method
5a56e8c23b docs: update authentication section in README to clarify user roles and connection details
Compare 27 commits »