Commit Graph

27 Commits

Author SHA1 Message Date
MayaTheShy
df3ea888e2 feat: add protocol signature representation in hex, base64, and C++ array format 2025-11-09 21:05:09 -05:00
MayaTheShy
23ea25029c feat: add print_server_protocol tool to display server protocol signatures in hex and base64 2025-11-09 21:03:24 -05:00
MayaTheShy
f8b58988d2 feat: implement protocol signature computation from Overte's PacketHeaders.h 2025-11-09 20:54:43 -05:00
MayaTheShy
139df6620b feat: add compute_from_overte tool to calculate protocol signature from Overte source 2025-11-09 20:54:28 -05:00
MayaTheShy
47d5251063 feat: add extract_protocol tool to retrieve protocol signature from Overte's libnetworking.so 2025-11-09 20:45:55 -05:00
MayaTheShy
4238bce068 feat: add protocol signature computation and parsing for PacketHeaders.h 2025-11-09 20:45:17 -05:00
MayaTheShy
29fff6add9 feat: implement protocol signature computation with MD5 hash generation 2025-11-09 20:36:32 -05:00
MayaTheShy
41534b45a5 feat: implement Blender export script with logging and material creation 2025-11-08 23:26:09 -05:00
MayaTheShy
0a0485c40f fix: remove redundant object deletion after sphere export 2025-11-08 23:20:27 -05:00
MayaTheShy
9e9763a912 feat: enhance logging during sphere creation and export process 2025-11-08 23:19:15 -05:00
MayaTheShy
11980b6150 feat: clarify export selection process for colored primitives 2025-11-08 23:18:21 -05:00
MayaTheShy
881fe6ae34 feat: add testing script for Blender GLTF export capability with material creation 2025-11-08 23:16:24 -05:00
MayaTheShy
f579e0d0a8 feat: streamline material creation and enhance export process for colored primitives 2025-11-08 23:16:19 -05:00
MayaTheShy
d42f24274b feat: enhance material creation to ensure Principled BSDF node exists and apply materials to exported objects
Some checks failed
CI / build-and-test (push) Has been cancelled
Rust Quality Checks / rust-checks (push) Has been cancelled
2025-11-08 23:13:04 -05:00
MayaTheShy
026b33fb41 feat: enhance export process by improving object deletion and output messages 2025-11-08 23:11:47 -05:00
MayaTheShy
4d63f37421 feat: enhance material creation to ensure Principled BSDF node exists and set properties 2025-11-08 23:09:41 -05:00
MayaTheShy
ab56fdeb21 fix: remove duplicate export messages for sphere and cube 2025-11-08 23:06:30 -05:00
MayaTheShy
6a89f890b5 feat: update export messages to include model colors and locations 2025-11-08 23:06:18 -05:00
MayaTheShy
b925a1ae90 feat: improve export messages and apply materials to cube and ico sphere 2025-11-08 23:06:06 -05:00
MayaTheShy
ce667bad67 feat: refactor material creation and apply green material to UV sphere 2025-11-08 23:06:01 -05:00
MayaTheShy
d4ca24fd0b feat: add blender_export_primitives.py for exporting primitive models in GLTF format 2025-11-08 22:53:19 -05:00
MayaTheShy
c01c299d8f feat: add generate_primitives.py for GLTF model generation of cube and sphere 2025-11-08 22:45:27 -05:00
MayaTheShy
dd19ff6c77 feat: add initial Cargo.toml for gltf_primitives with dependencies 2025-11-08 22:45:23 -05:00
MayaTheShy
f0a611c48d feat: add enhanced entity injection script with full property support 2025-11-08 20:14:06 -05:00
MayaTheShy
30a20c9b30 fix: ensure all test entities are cleaned up before completion in inject_test_entities.py 2025-11-08 16:58:17 -05:00
MayaTheShy
095140383a chore: update file permissions for inject_test_entities.py 2025-11-08 16:39:28 -05:00
MayaTheShy
ad4dc7b0df feat: add script to send test entity packets to OverteClient 2025-11-08 16:33:02 -05:00