MayaTheShy
32d7e2e2de
feat: add protocol signature representation in hex, base64, and C++ array format
2025-11-09 21:05:09 -05:00
MayaTheShy
22fa18384f
feat: add print_server_protocol tool to display server protocol signatures in hex and base64
2025-11-09 21:03:24 -05:00
MayaTheShy
60097da28f
feat: update protocol version signature computation to match Overte 2025.05.1 commit 53d2094
2025-11-09 21:03:18 -05:00
MayaTheShy
8b1430e537
feat: implement protocol signature computation from Overte's PacketHeaders.h
2025-11-09 20:54:43 -05:00
MayaTheShy
753853f356
feat: add compute_from_overte tool to calculate protocol signature from Overte source
2025-11-09 20:54:28 -05:00
MayaTheShy
3f1f5f2a06
feat: update protocol version signature to reflect changes in Overte 2025.05.1 (DEV_BUILD)
2025-11-09 20:48:22 -05:00
MayaTheShy
a6b145b4c8
feat: add extract_protocol tool to retrieve protocol signature from Overte's libnetworking.so
2025-11-09 20:45:55 -05:00
MayaTheShy
2551799d34
feat: update protocol version signature computation with new values from Overte 2025.05.1
2025-11-09 20:45:45 -05:00
MayaTheShy
c9c494d371
feat: add protocol signature computation and parsing for PacketHeaders.h
2025-11-09 20:45:17 -05:00
MayaTheShy
ea2638ad22
feat: implement protocol signature computation with MD5 hash generation
2025-11-09 20:36:32 -05:00
MayaTheShy
e2daf7b487
feat: update token URL construction to use /server path instead of /api/v1
2025-11-09 19:49:42 -05:00
MayaTheShy
9c467852aa
feat: update token URL construction to use /server path instead of /api/v1
2025-11-09 19:49:29 -05:00
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