Commit Graph

  • 634d226f27 Implement Overte Authentication and Add Test Entities MayaTheShy 2025-11-09 03:11:12 -05:00
  • ce406e483d docs: update asset pipeline and network protocol phases to reflect current progress MayaTheShy 2025-11-09 03:05:23 -05:00
  • 3ed7d7a7cc docs: add references section with links to Overte OAuth implementation and related resources MayaTheShy 2025-11-09 03:02:52 -05:00
  • c28781b41c docs: expand resources section with detailed links for StardustXR and Overte MayaTheShy 2025-11-09 03:02:12 -05:00
  • a12dfbc3bf docs: enhance README with technology details and additional references for StardustXR and Overte MayaTheShy 2025-11-09 03:02:04 -05:00
  • a5bc44dc7b docs: enhance documentation structure with quick reference and development workflow MayaTheShy 2025-11-09 02:53:47 -05:00
  • 8fc8ea5195 docs: add comprehensive developer guide with build, run, test, and debugging commands MayaTheShy 2025-11-09 02:53:32 -05:00
  • 76be3d0818 docs: update protocol implementation details and NLPacket format specifications MayaTheShy 2025-11-09 02:52:56 -05:00
  • ca44d603ba docs: add comprehensive changelog for Overte protocol implementation and connection updates MayaTheShy 2025-11-09 02:52:52 -05:00
  • 8a7514ab97 docs: update testing instructions for local domain and simulation mode MayaTheShy 2025-11-09 02:51:48 -05:00
  • a73d3915db docs: update implementation status and details for Overte Assignment Client Discovery MayaTheShy 2025-11-09 02:51:27 -05:00
  • e8770b5e7e docs: enhance troubleshooting section with additional connection verification steps MayaTheShy 2025-11-09 02:51:06 -05:00
  • e482f8a0e8 docs: update project phases to reflect completion of network and protocol features MayaTheShy 2025-11-09 02:51:01 -05:00
  • 7eb274ac34 docs: update known limitations to include OAuth authentication status and clarify entity update constraints MayaTheShy 2025-11-09 02:50:40 -05:00
  • 45a89d62e4 docs: update README to clarify connection methods and OAuth status MayaTheShy 2025-11-09 02:50:30 -05:00
  • 7f3a499132 feat: update Cargo.lock to add new dependencies and specify versions for existing ones MayaTheShy 2025-11-09 02:47:52 -05:00
  • b0edaf0203 feat: enhance URL parsing in connect method to support host:port format with optional path MayaTheShy 2025-11-09 02:45:34 -05:00
  • a85ec38aa6 docs: enhance Overte authentication implementation notes with current status and required changes MayaTheShy 2025-11-09 02:45:31 -05:00
  • 2edd6263e5 feat: add TODO comments for OAuth authentication implementation in connect method MayaTheShy 2025-11-09 02:22:54 -05:00
  • c2abb94ba5 docs: update authentication section in README to clarify user roles and connection details MayaTheShy 2025-11-09 02:22:48 -05:00
  • 737b0d0e73 feat: update token URL construction in login method and add debug output MayaTheShy 2025-11-09 02:18:28 -05:00
  • 81ac02033d fix: use std::uint64_t for token expiration timestamp in OverteAuth class MayaTheShy 2025-11-09 02:17:19 -05:00
  • 078d035008 feat: add constructor for OverteClient to initialize domain URL MayaTheShy 2025-11-09 02:17:08 -05:00
  • 2e70529a1f feat: refactor OverteClient constructor and destructor for clarity and consistency MayaTheShy 2025-11-09 02:16:57 -05:00
  • 5047016225 feat: implement destructor for OverteClient to support unique_ptr with forward-declared type MayaTheShy 2025-11-09 02:16:43 -05:00
  • 869ba49a54 feat: add OverteAuth.cpp to starworld executable MayaTheShy 2025-11-09 02:16:31 -05:00
  • fc324fbff3 feat: implement login and authentication check methods in OverteClient class MayaTheShy 2025-11-09 02:16:04 -05:00
  • 532cdccd22 feat: include OverteAuth header in OverteClient.cpp for authentication integration MayaTheShy 2025-11-09 02:15:44 -05:00
  • 2e9c66d8e8 feat: add unique pointer for OverteAuth in OverteClient class for authentication management MayaTheShy 2025-11-09 02:15:31 -05:00
  • fb92a1dfd4 feat: add login and authentication status methods to OverteClient class MayaTheShy 2025-11-09 02:15:24 -05:00
  • ad20c76fd7 feat: add forward declaration for OverteAuth class in OverteClient.hpp MayaTheShy 2025-11-09 02:15:11 -05:00
  • b9d0eb0284 feat: implement OverteAuth class for OAuth2 authentication with login and logout functionality MayaTheShy 2025-11-09 02:15:01 -05:00
  • 683a22c209 feat: implement OverteAuth class for OAuth2 authentication in Overte metaverse MayaTheShy 2025-11-09 02:14:50 -05:00
  • 37c8e29ce8 feat: enhance documentation for Overte Assignment Client implementation with detailed authentication notes and testing instructions MayaTheShy 2025-11-09 02:14:45 -05:00
  • 08f1bddf8f feat: enhance domain list reply handling with fallback entity query for non-authenticated connections MayaTheShy 2025-11-09 02:02:55 -05:00
  • a399712cec feat: add logging for remaining bytes in domain list reply handling MayaTheShy 2025-11-09 02:01:32 -05:00
  • 1561bbe28b feat: enhance entity query handling with dynamic server address selection and improved logging MayaTheShy 2025-11-09 01:59:58 -05:00
  • 2947604e5f feat: enhance domain list reply handling with timing metadata and assignment client parsing MayaTheShy 2025-11-09 01:58:07 -05:00
  • 582b30a855 feat: add AssignmentClient structure for domain list handling MayaTheShy 2025-11-09 01:55:09 -05:00
  • 10b380b49c feat: implement Overte assignment client discovery and entity data reception MayaTheShy 2025-11-09 01:52:58 -05:00
  • bc61f76233 feat: enhance logging for unknown domain packet types with payload details MayaTheShy 2025-11-09 01:52:11 -05:00
  • 98135aa373 feat: add debug logging for entity packet parsing MayaTheShy 2025-11-09 01:49:08 -05:00
  • e4e9484010 feat: remove test entity creation from domain list reply handling MayaTheShy 2025-11-09 01:44:21 -05:00
  • 253c93dd7c feat: handle EntityEditNack and create test entities on domain connection MayaTheShy 2025-11-09 01:43:41 -05:00
  • 53546fbf28 feat: add initial test_entities.json with entity definitions and properties MayaTheShy 2025-11-09 01:43:38 -05:00
  • 51b2aee8b5 feat: implement entity creation method in OverteClient MayaTheShy 2025-11-09 01:25:52 -05:00
  • a1c9f8a6a2 feat: add entity creation method to OverteClient MayaTheShy 2025-11-09 01:25:15 -05:00
  • f01fb06f05 feat: implement handling of ICEPing packets and sending ICEPingReply MayaTheShy 2025-11-09 01:10:25 -05:00
  • e571292bda feat: add ICE Ping handling to support NAT traversal MayaTheShy 2025-11-09 01:09:05 -05:00
  • 4952e9bdd5 feat: include local ID in Ping and EntityQuery packets for sourced identification MayaTheShy 2025-11-09 01:06:32 -05:00
  • c16873691b feat: enhance Ping packet handling to include local ID sourcing MayaTheShy 2025-11-09 01:02:48 -05:00
  • 2e3b453ab0 feat: store local ID assigned by domain server for packet sourcing MayaTheShy 2025-11-09 01:02:40 -05:00
  • 70a291f7dc docs: enhance domain packet parsing to include EntityData and EntityQuery initial results logging MayaTheShy 2025-11-09 00:58:24 -05:00
  • 0ada48efd3 docs: enhance domain connection handling by sending entity query upon successful connection MayaTheShy 2025-11-09 00:58:10 -05:00
  • ac55c1c45f docs: improve handling and logging of domain list reply node count MayaTheShy 2025-11-09 00:56:02 -05:00
  • cbb4dd4901 docs: add Apache License 2.0 to the repository MayaTheShy 2025-11-09 00:49:26 -05:00
  • eeeed81c91 docs: add directory services username handling in domain connect request MayaTheShy 2025-11-09 00:44:27 -05:00
  • 6193fe1789 docs: update model URL handling to use primitive based on type MayaTheShy 2025-11-09 00:28:22 -05:00
  • 1067cbe825 docs: clarify domain discovery usage and add note on public server queries MayaTheShy 2025-11-09 00:27:09 -05:00
  • d63f42f2c1 docs: enhance domain discovery output and reachability probing MayaTheShy 2025-11-09 00:22:51 -05:00
  • 9edac7186f docs: simplify domain discovery endpoint configuration MayaTheShy 2025-11-09 00:22:25 -05:00
  • 8eeb718b72 docs: add new endpoint and base URL for domain discovery MayaTheShy 2025-11-09 00:19:20 -05:00
  • 8bbf7a9256 docs: update CI badge links in README and CI setup documentation MayaTheShy 2025-11-09 00:13:18 -05:00
  • 0b66170c27 docs: update client build command references in authentication documentation MayaTheShy 2025-11-09 00:10:51 -05:00
  • d67e709130 docs: update CI setup summary for clarity and accuracy in Rust bridge section MayaTheShy 2025-11-09 00:10:39 -05:00
  • 98e527099b docs: update README for clarity and structure in test suite documentation MayaTheShy 2025-11-09 00:10:29 -05:00
  • 99e8198f06 docs: remove outdated rendering fix summary and update documentation for wireframe approach MayaTheShy 2025-11-09 00:10:24 -05:00
  • 0a2ac1e281 docs: update entity rendering documentation with model loading features and client command changes MayaTheShy 2025-11-09 00:10:02 -05:00
  • 5b0cb879ab docs: enhance entity rendering documentation with model downloading and caching details MayaTheShy 2025-11-09 00:09:56 -05:00
  • 62763e5113 docs: update entity rendering documentation for clarity and implementation details MayaTheShy 2025-11-09 00:09:29 -05:00
  • 6fca7d4de8 docs: update known limitations and roadmap for entity rendering improvements MayaTheShy 2025-11-09 00:08:36 -05:00
  • 1bca5e309b docs: update README for clarity on model rendering and entity types MayaTheShy 2025-11-09 00:08:16 -05:00
  • 0b3568e6db refactor: summarize code cleanup efforts and standardize anonymous namespaces MayaTheShy 2025-11-09 00:07:57 -05:00
  • cb88deb8c0 refactor: remove unnecessary closing of anonymous namespace for cleaner code structure MayaTheShy 2025-11-09 00:03:37 -05:00
  • 87b8b037ed refactor: close anonymous namespace for better organization MayaTheShy 2025-11-09 00:03:27 -05:00
  • 99ced4b417 refactor: remove unnecessary closing of anonymous namespace for cleaner code structure MayaTheShy 2025-11-09 00:03:14 -05:00
  • bfe98616ad refactor: reorganize includes in DomainDiscovery.cpp and ModelCache.cpp for clarity MayaTheShy 2025-11-09 00:02:49 -05:00
  • 19a87a95b7 refactor: close anonymous namespace after ensureVersionTable function for better organization MayaTheShy 2025-11-09 00:02:08 -05:00
  • 7de263af54 refactor: change ensureVersionTable from static to global function for improved accessibility MayaTheShy 2025-11-09 00:01:50 -05:00
  • df5a9797fd refactor: move helper functions to anonymous namespace for better encapsulation MayaTheShy 2025-11-09 00:01:36 -05:00
  • e9f218d52e refactor: move control bit masks to anonymous namespace for better encapsulation MayaTheShy 2025-11-09 00:01:23 -05:00
  • 8c11dc9698 refactor: remove unused defaultSocketPath function from StardustBridge MayaTheShy 2025-11-09 00:01:11 -05:00
  • 0d078e8654 refactor: remove unused defaultSocketPath utility function from StardustBridge MayaTheShy 2025-11-09 00:00:58 -05:00
  • 3ec860e33d fix: update connect method documentation to clarify socketPath behavior MayaTheShy 2025-11-09 00:00:53 -05:00
  • dfb9ed65f9 refactor: reorganize includes and move candidateSocketPaths to anonymous namespace MayaTheShy 2025-11-09 00:00:50 -05:00
  • b171606d4c feat: add comprehensive code cleanup plan addressing namespace standardization, redundant includes, and internal function organization MayaTheShy 2025-11-08 23:58:10 -05:00
  • 0f0f4d16f4 fix: include iostream for console output in DomainDiscovery.cpp MayaTheShy 2025-11-08 23:56:11 -05:00
  • 29c9addc2f fix: add verbose logging for domain discovery process MayaTheShy 2025-11-08 23:48:33 -05:00
  • 092560c780 fix: enhance discovery error messages and usage instructions in main.cpp MayaTheShy 2025-11-08 23:46:18 -05:00
  • 744f906e25 fix: update executable command in README to reflect project rename to starworld MayaTheShy 2025-11-08 23:43:32 -05:00
  • a44fc2b74f fix: update build and authentication scripts to reflect project rename to starworld MayaTheShy 2025-11-08 23:42:56 -05:00
  • 97cb0a5675 fix: update client binary check and simulation mode test to reflect project rename to starworld MayaTheShy 2025-11-08 23:42:43 -05:00
  • 9491db821b fix: update RPATH verification command in README to reflect project rename to starworld MayaTheShy 2025-11-08 23:42:14 -05:00
  • 951ab184e5 fix: update executable commands in README to reflect project rename to starworld MayaTheShy 2025-11-08 23:42:10 -05:00
  • d32edbc632 fix: update target names in CMakeLists.txt to reflect project rename to starworld MayaTheShy 2025-11-08 23:41:59 -05:00
  • 6806f26311 refactor: rename project from stardust-overte-client to starworld and update executable targets MayaTheShy 2025-11-08 23:41:54 -05:00
  • 5cf4e03982 docs: update README to reflect completion of Phase 2 and integration of HTTP model downloader with ModelCache MayaTheShy 2025-11-08 23:38:35 -05:00
  • a15559e2f9 docs: update README to reflect HTTP model downloading and caching features MayaTheShy 2025-11-08 23:37:03 -05:00
  • c9246c184e feat: include ModelCache in stardust-overte-client executable MayaTheShy 2025-11-08 23:36:25 -05:00
  • df98ba714c feat: integrate ModelCache for downloading models from HTTP(S) URLs in setNodeModel MayaTheShy 2025-11-08 23:36:19 -05:00