MayaTheShy
  • Joined on 2025-08-30
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-09 00:49:51 -05:00
0b8d389c86 docs: add Apache License 2.0 to the repository
c7ba84b3cc docs: add directory services username handling in domain connect request
95b47637b4 docs: update model URL handling to use primitive based on type
4f91951e71 docs: clarify domain discovery usage and add note on public server queries
d92eae4382 docs: enhance domain discovery output and reachability probing
Compare 7 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-09 00:14:37 -05:00
c8d07c1065 docs: update CI badge links in README and CI setup documentation
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-09 00:12:18 -05:00
24e5a3ccc1 docs: update client build command references in authentication documentation
a47c9f6d03 docs: update CI setup summary for clarity and accuracy in Rust bridge section
22ad07b81b docs: update README for clarity and structure in test suite documentation
a3d9a596b6 docs: remove outdated rendering fix summary and update documentation for wireframe approach
651cb6ae2c docs: update entity rendering documentation with model loading features and client command changes
Compare 33 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 23:38:54 -05:00
6d2a185b29 docs: update README to reflect completion of Phase 2 and integration of HTTP model downloader with ModelCache
ff1723a395 docs: update README to reflect HTTP model downloading and caching features
6d067c1da4 feat: include ModelCache in stardust-overte-client executable
a384097006 feat: integrate ModelCache for downloading models from HTTP(S) URLs in setNodeModel
d38610cf43 feat: add ModelCache for downloading and caching 3D models from URLs
Compare 16 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 23:16:12 -05:00
d42f24274b feat: enhance material creation to ensure Principled BSDF node exists and apply materials to exported objects
026b33fb41 feat: enhance export process by improving object deletion and output messages
4d63f37421 feat: enhance material creation to ensure Principled BSDF node exists and set properties
ab56fdeb21 fix: remove duplicate export messages for sphere and cube
6a89f890b5 feat: update export messages to include model colors and locations
Compare 18 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 22:43:11 -05:00
5dd99a1195 fix: remove redundant SCRIPT_DIR assignment in C++ client build step
532b39f02d fix: update path handling for bridge library and client executable in build_and_test.sh
65d5e08f36 fix: correct script directory handling in build_and_test.sh for Rust bridge build
11e62d47d4 fix: correct script directory handling in build_and_test.sh for C++ client build
6577f53390 fix: update README for improved clarity on build process and bridge configuration
Compare 12 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 22:15:13 -05:00
69c874e106 fix: streamline node creation in reify by simplifying entity type handling and improving model fallback logic
2d8448cbe6 fix: refactor node creation in reify to use Spatial wrapper for entity types
Compare 2 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 22:07:09 -05:00
4e3889afc6 fix: update reify implementation to use new color handling and streamline node creation
98a0240629 fix: enhance node rendering in reify by adding model support for different entity types
3a6302f531 fix: add Model and ModelPart to elements in stardust_xr_asteroids
e2fcba209e fix: update shared state locking in sdxr_start to use shared_for_event_loop
09e31eaf12 fix: clone shared state for event loop in sdxr_start function
Compare 20 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 21:27:49 -05:00
54f7c1532c feat: add comprehensive Gitea CI setup documentation and workflows
aa03f4de27 fix: update expected hex value for protocol signature test
e4d669f14c feat: add Rust quality checks workflow for CI
cfd1e5588d feat: add CI workflow for automated build and testing
05798a5102 feat: add CI setup documentation for Gitea Actions and local testing instructions
Compare 13 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 21:14:36 -05:00
4e8f584949 fix: replace model rendering with wireframe representation for all entity types in BridgeState
887a1be3d8 fix: update model part names for consistency in BridgeState reification
083e36c4e3 fix: add debug logging for shared state synchronization in ClientState
e1aeaa59a1 fix: add debug logging for frame processing in event loop
fa94eae719 fix: add debug logging for frame processing in event loop
Compare 35 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 20:10:52 -05:00
e0f8e7d562 feat: improved DomainList packet parsing
9afa3d3284 docs: update status - handshake successfully completed
c6e6f60c01 fix: use correct Overte protocol signature from metaverse API
5db1758e87 feat: update default WebSocket URL to active public server for connection
9b8647bfca feat: update protocol version signature to match Overte server API
Compare 6 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 19:32:00 -05:00
53891e82a8 chore: remove build artifacts from git tracking and improve .gitignore
5b74873877 chore: remove obsolete build application file
f6daadf70d feat: add domain reachability probing with environment configuration
d941093274 feat: implement TCP reachability probe for discovered domains
b4cdfff0c0 feat: add necessary includes for TCP probing functionality
Compare 13 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 19:14:50 -05:00
38cb81560c feat: add DiscoveredDomain struct and discoverDomains function for metaverse domain discovery
f533e5da63 feat: add domain discovery feature to query metaverse directories for public domains
2f900c775e feat: implement domain discovery functionality using libcurl for HTTP GET requests
31f235dbce fix: add CURL package dependency and link it to the stardust-overte-client executable
a489d6f613 fix: update sendDomainConnectRequest to use correct IPv4Protocol tag and enhance protocol signature logging
Compare 57 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 17:33:45 -05:00
ebbbffe2e3 feat: update Overte domain authentication documentation with current status and troubleshooting steps
14f3cd8534 feat: add hex dump logging for the first 32 bytes of domain connect request packets
f5539a2b0e feat: enhance domain packet polling with hex dump for debugging and limit error logging
268d5afaea feat: add documentation for Overte domain authentication methods and troubleshooting
401d7fa944 feat: add script for Overte domain authentication with username and password input
Compare 20 commits »
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 17:00:53 -05:00
c35349b891 feat: implement parsing of DomainList packets to discover mixer endpoints and update EntityServer connection
04e3257e12 feat: enhance entity packet parsing with additional packet types and improved logging
30a20c9b30 fix: ensure all test entities are cleaned up before completion in inject_test_entities.py
6974ab8ee2 feat: implement UDP socket creation and binding for EntityServer in connectEntityServer
095140383a chore: update file permissions for inject_test_entities.py
Compare 28 commits »
MayaTheShy created branch main in MayaTheShy/Starworld 2025-11-08 15:17:36 -05:00
MayaTheShy pushed to main at MayaTheShy/Starworld 2025-11-08 15:17:36 -05:00
1a064440fb feat: replace Axes with cube wireframe representation for tracked nodes in reify
252c33a378 feat: add raw socket connection attempt in sdxr_start for improved diagnostics
3536d4e44f feat: switch to multi-threaded Tokio runtime in sdxr_start for improved performance
5b8713ce4f feat: enhance connection handling in sdxr_start with error logging
d170e7af75 feat: add minimal test for socket connection using UnixStream
Compare 10 commits »
MayaTheShy created repository MayaTheShy/Starworld 2025-11-08 15:08:44 -05:00
MayaTheShy transferred repository MayaChat/server to StardustXR/server 2025-11-03 00:21:33 -05:00
MayaTheShy transferred repository MayaChat/protostar to StardustXR/protostar 2025-11-03 00:21:04 -05:00