Commit Graph

369 Commits

Author SHA1 Message Date
MayaTheShy
0e4f1ba823 feat: add future enhancements documentation for Overte to Stardust entity rendering 2025-11-09 16:55:35 -05:00
MayaTheShy
5979112fa7 feat: add quick test guide for Overte entity rendering 2025-11-09 16:53:50 -05:00
MayaTheShy
dd5367aefb feat: add comprehensive implementation documentation for Overte to Stardust entity rendering 2025-11-09 16:53:02 -05:00
MayaTheShy
29b38d2b24 fix: add missing #[allow(dead_code)] attribute to clear_cache method 2025-11-09 16:51:35 -05:00
MayaTheShy
8fdc816cd4 refactor: clean up unused imports and enhance logging for model reification 2025-11-09 16:51:31 -05:00
MayaTheShy
6ea05cd8b9 feat: enhance model loading with URL support and downloader initialization 2025-11-09 16:49:23 -05:00
MayaTheShy
b7c792687e chore: remove placeholder license section from README.md 2025-11-09 03:19:05 -05:00
MayaTheShy
34baa114f0 docs: add DIRECTORY_STRUCTURE.md to document project organization and file layout 2025-11-09 03:13:09 -05:00
MayaTheShy
4c51a6efa3 fix: update file permissions for build_and_test.sh to make it executable 2025-11-09 03:12:23 -05:00
MayaTheShy
70693a430a docs: update documentation structure and build scripts for clarity 2025-11-09 03:11:55 -05:00
MayaTheShy
634d226f27 Implement Overte Authentication and Add Test Entities
- Added documentation for Overte authentication implementation in `docs/OVERTE_AUTH.md`.
- Introduced new GLB files for cube and sphere primitives in `examples/primitives/`.
- Created a JSON file `examples/test_entities.json` containing sample entities for testing.
- Added a build and test script `scripts/build_and_test.sh` for streamlined building and verification of the project.
- Implemented a CI test runner script `scripts/ci-test.sh` to automate testing processes.
- Created a script `scripts/run_with_auth.sh` to facilitate running the Starworld client with Overte authentication.
2025-11-09 03:11:12 -05:00
MayaTheShy
ce406e483d docs: update asset pipeline and network protocol phases to reflect current progress 2025-11-09 03:05:23 -05:00
MayaTheShy
3ed7d7a7cc docs: add references section with links to Overte OAuth implementation and related resources 2025-11-09 03:02:52 -05:00
MayaTheShy
c28781b41c docs: expand resources section with detailed links for StardustXR and Overte 2025-11-09 03:02:12 -05:00
MayaTheShy
a12dfbc3bf docs: enhance README with technology details and additional references for StardustXR and Overte 2025-11-09 03:02:04 -05:00
MayaTheShy
a5bc44dc7b docs: enhance documentation structure with quick reference and development workflow 2025-11-09 02:53:47 -05:00
MayaTheShy
8fc8ea5195 docs: add comprehensive developer guide with build, run, test, and debugging commands 2025-11-09 02:53:32 -05:00
MayaTheShy
76be3d0818 docs: update protocol implementation details and NLPacket format specifications 2025-11-09 02:52:56 -05:00
MayaTheShy
ca44d603ba docs: add comprehensive changelog for Overte protocol implementation and connection updates 2025-11-09 02:52:52 -05:00
MayaTheShy
8a7514ab97 docs: update testing instructions for local domain and simulation mode 2025-11-09 02:51:48 -05:00
MayaTheShy
a73d3915db docs: update implementation status and details for Overte Assignment Client Discovery 2025-11-09 02:51:27 -05:00
MayaTheShy
e8770b5e7e docs: enhance troubleshooting section with additional connection verification steps 2025-11-09 02:51:06 -05:00
MayaTheShy
e482f8a0e8 docs: update project phases to reflect completion of network and protocol features 2025-11-09 02:51:01 -05:00
MayaTheShy
7eb274ac34 docs: update known limitations to include OAuth authentication status and clarify entity update constraints 2025-11-09 02:50:40 -05:00
MayaTheShy
45a89d62e4 docs: update README to clarify connection methods and OAuth status 2025-11-09 02:50:30 -05:00
MayaTheShy
7f3a499132 feat: update Cargo.lock to add new dependencies and specify versions for existing ones 2025-11-09 02:47:52 -05:00
MayaTheShy
b0edaf0203 feat: enhance URL parsing in connect method to support host:port format with optional path 2025-11-09 02:45:34 -05:00
MayaTheShy
a85ec38aa6 docs: enhance Overte authentication implementation notes with current status and required changes 2025-11-09 02:45:31 -05:00
MayaTheShy
2edd6263e5 feat: add TODO comments for OAuth authentication implementation in connect method 2025-11-09 02:22:54 -05:00
MayaTheShy
c2abb94ba5 docs: update authentication section in README to clarify user roles and connection details 2025-11-09 02:22:48 -05:00
MayaTheShy
737b0d0e73 feat: update token URL construction in login method and add debug output 2025-11-09 02:18:28 -05:00
MayaTheShy
81ac02033d fix: use std::uint64_t for token expiration timestamp in OverteAuth class 2025-11-09 02:17:19 -05:00
MayaTheShy
078d035008 feat: add constructor for OverteClient to initialize domain URL 2025-11-09 02:17:08 -05:00
MayaTheShy
2e70529a1f feat: refactor OverteClient constructor and destructor for clarity and consistency 2025-11-09 02:16:57 -05:00
MayaTheShy
5047016225 feat: implement destructor for OverteClient to support unique_ptr with forward-declared type 2025-11-09 02:16:43 -05:00
MayaTheShy
869ba49a54 feat: add OverteAuth.cpp to starworld executable 2025-11-09 02:16:31 -05:00
MayaTheShy
fc324fbff3 feat: implement login and authentication check methods in OverteClient class 2025-11-09 02:16:04 -05:00
MayaTheShy
532cdccd22 feat: include OverteAuth header in OverteClient.cpp for authentication integration 2025-11-09 02:15:44 -05:00
MayaTheShy
2e9c66d8e8 feat: add unique pointer for OverteAuth in OverteClient class for authentication management 2025-11-09 02:15:31 -05:00
MayaTheShy
fb92a1dfd4 feat: add login and authentication status methods to OverteClient class 2025-11-09 02:15:24 -05:00
MayaTheShy
ad20c76fd7 feat: add forward declaration for OverteAuth class in OverteClient.hpp 2025-11-09 02:15:11 -05:00
MayaTheShy
b9d0eb0284 feat: implement OverteAuth class for OAuth2 authentication with login and logout functionality 2025-11-09 02:15:01 -05:00
MayaTheShy
683a22c209 feat: implement OverteAuth class for OAuth2 authentication in Overte metaverse 2025-11-09 02:14:50 -05:00
MayaTheShy
37c8e29ce8 feat: enhance documentation for Overte Assignment Client implementation with detailed authentication notes and testing instructions 2025-11-09 02:14:45 -05:00
MayaTheShy
08f1bddf8f feat: enhance domain list reply handling with fallback entity query for non-authenticated connections 2025-11-09 02:02:55 -05:00
MayaTheShy
a399712cec feat: add logging for remaining bytes in domain list reply handling 2025-11-09 02:01:32 -05:00
MayaTheShy
1561bbe28b feat: enhance entity query handling with dynamic server address selection and improved logging 2025-11-09 01:59:58 -05:00
MayaTheShy
2947604e5f feat: enhance domain list reply handling with timing metadata and assignment client parsing 2025-11-09 01:58:07 -05:00
MayaTheShy
582b30a855 feat: add AssignmentClient structure for domain list handling 2025-11-09 01:55:09 -05:00
MayaTheShy
10b380b49c feat: implement Overte assignment client discovery and entity data reception 2025-11-09 01:52:58 -05:00