541 Commits

Author SHA1 Message Date
MayaTheShy
c425d1823a feat: update token URL construction to use /server path instead of /api/v1 2025-11-09 19:49:19 -05:00
MayaTheShy
c731c6f102 feat: update authorization URL construction to use /server path instead of /api/v1 2025-11-09 19:49:00 -05:00
MayaTheShy
b9f6e1f952 feat: ensure /api/v1 path is included in token URL for OAuth endpoint 2025-11-09 19:04:34 -05:00
MayaTheShy
46cfe943ed feat: update token URL construction to ensure /api/v1 path is included for OAuth endpoints 2025-11-09 19:04:29 -05:00
MayaTheShy
ddee2441a8 feat: add OAuth Authentication Testing Guide with detailed test cases and troubleshooting steps 2025-11-09 17:58:18 -05:00
MayaTheShy
95fd2aea64 feat: update README to reflect completion of OAuth 2.0 authentication with browser flow 2025-11-09 17:58:15 -05:00
MayaTheShy
a8105e6b12 feat: implement OAuth 2.0 browser authentication with token management and refresh 2025-11-09 17:57:12 -05:00
MayaTheShy
7246e79a75 feat: add OAuth authentication support with username/password and browser flow 2025-11-09 17:56:30 -05:00
MayaTheShy
236b7b290a fix: correct typo in login function parameter type 2025-11-09 17:56:22 -05:00
MayaTheShy
9ecb0779ee feat: implement OAuth browser flow with token management and callback server 2025-11-09 17:56:11 -05:00
MayaTheShy
4c51c40777 refactor: remove deprecated OverteAuth_new.cpp file 2025-11-09 17:56:08 -05:00
MayaTheShy
4ed30c6c02 feat: implement enhanced OAuth flow with browser support in OverteAuth class 2025-11-09 17:55:45 -05:00
MayaTheShy
1fd8b531e0 refactor: enhance OverteAuth class with additional methods and improved token handling 2025-11-09 17:54:53 -05:00
MayaTheShy
3744086f29 fix: improve logging for Overte connection status and provide usage tips 2025-11-09 17:09:14 -05:00
MayaTheShy
f4ed07c7fe docs: remove systemd service start instructions from README 2025-11-09 17:01:34 -05:00
MayaTheShy
c73802179a docs: enhance README with clearer instructions for StardustXR server requirements 2025-11-09 16:59:42 -05:00
MayaTheShy
2c0c887b2d fix: remove unnecessary closing brace in sdxr_start function 2025-11-09 16:58:16 -05:00
MayaTheShy
8b4ea3898a fix: implement connection timeout handling in sdxr_start function 2025-11-09 16:58:07 -05:00
MayaTheShy
daec8e68b3 fix: update connection status flags on successful and failed connection attempts 2025-11-09 16:57:56 -05:00
MayaTheShy
f471e1333f fix: reset connection status flags on startup 2025-11-09 16:57:50 -05:00
MayaTheShy
ebd9b07b9f fix: add connection status variables for startup handling 2025-11-09 16:57:40 -05:00
MayaTheShy
532e1ddda5 fix: improve connection retry logic for Stardust compositor with error handling 2025-11-09 16:57:31 -05:00
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