Commit Graph

9 Commits

Author SHA1 Message Date
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
a44fc2b74f fix: update build and authentication scripts to reflect project rename to starworld 2025-11-08 23:42:56 -05:00
MayaTheShy
0e5bfba070 fix: remove redundant SCRIPT_DIR assignment in C++ client build step 2025-11-08 22:37:07 -05:00
MayaTheShy
a6e4766e16 fix: update path handling for bridge library and client executable in build_and_test.sh 2025-11-08 22:36:47 -05:00
MayaTheShy
c50d02f667 fix: correct script directory handling in build_and_test.sh for Rust bridge build 2025-11-08 22:36:37 -05:00
MayaTheShy
8f817e39d1 fix: correct script directory handling in build_and_test.sh for C++ client build 2025-11-08 22:36:25 -05:00
MayaTheShy
a0da6c60e8 feat: add build and test script for Starworld 2025-11-08 22:33:11 -05:00