Commit Graph

9 Commits

Author SHA1 Message Date
MayaTheShy
50c094ca2c fix: update file permissions for build_and_test.sh to make it executable 2025-11-09 03:12:23 -05:00
MayaTheShy
dbb43ec3ab docs: update documentation structure and build scripts for clarity 2025-11-09 03:11:55 -05:00
MayaTheShy
e147a6fee3 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
582386d5a8 fix: update build and authentication scripts to reflect project rename to starworld 2025-11-08 23:42:56 -05:00
MayaTheShy
5dd99a1195 fix: remove redundant SCRIPT_DIR assignment in C++ client build step
Some checks failed
CI / build-and-test (push) Has been cancelled
Rust Quality Checks / rust-checks (push) Has been cancelled
2025-11-08 22:37:07 -05:00
MayaTheShy
532b39f02d fix: update path handling for bridge library and client executable in build_and_test.sh 2025-11-08 22:36:47 -05:00
MayaTheShy
65d5e08f36 fix: correct script directory handling in build_and_test.sh for Rust bridge build 2025-11-08 22:36:37 -05:00
MayaTheShy
11e62d47d4 fix: correct script directory handling in build_and_test.sh for C++ client build 2025-11-08 22:36:25 -05:00
MayaTheShy
0ff96ffe0f feat: add build and test script for Starworld 2025-11-08 22:33:11 -05:00