27 Commits

Author SHA1 Message Date
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
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
a6b145b4c8 feat: add extract_protocol tool to retrieve protocol signature from Overte's libnetworking.so 2025-11-09 20:45:55 -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
20286a596f feat: implement Blender export script with logging and material creation 2025-11-08 23:26:09 -05:00
MayaTheShy
ca75a2e1a4 fix: remove redundant object deletion after sphere export 2025-11-08 23:20:27 -05:00
MayaTheShy
a5844b367f feat: enhance logging during sphere creation and export process 2025-11-08 23:19:15 -05:00
MayaTheShy
0727966fce feat: clarify export selection process for colored primitives 2025-11-08 23:18:21 -05:00
MayaTheShy
7330ad2031 feat: add testing script for Blender GLTF export capability with material creation 2025-11-08 23:16:24 -05:00
MayaTheShy
bf3e0a812a feat: streamline material creation and enhance export process for colored primitives 2025-11-08 23:16:19 -05:00
MayaTheShy
fd6b9ec645 feat: enhance material creation to ensure Principled BSDF node exists and apply materials to exported objects 2025-11-08 23:13:04 -05:00
MayaTheShy
a0a6371c29 feat: enhance export process by improving object deletion and output messages 2025-11-08 23:11:47 -05:00
MayaTheShy
55baadb262 feat: enhance material creation to ensure Principled BSDF node exists and set properties 2025-11-08 23:09:41 -05:00
MayaTheShy
4fcf29049a fix: remove duplicate export messages for sphere and cube 2025-11-08 23:06:30 -05:00
MayaTheShy
daae44b35e feat: update export messages to include model colors and locations 2025-11-08 23:06:18 -05:00
MayaTheShy
7618d274d3 feat: improve export messages and apply materials to cube and ico sphere 2025-11-08 23:06:06 -05:00
MayaTheShy
3c8323fb11 feat: refactor material creation and apply green material to UV sphere 2025-11-08 23:06:01 -05:00
MayaTheShy
3d7d29ba58 feat: add blender_export_primitives.py for exporting primitive models in GLTF format 2025-11-08 22:53:19 -05:00
MayaTheShy
d31711f1f0 feat: add generate_primitives.py for GLTF model generation of cube and sphere 2025-11-08 22:45:27 -05:00
MayaTheShy
8bae14673a feat: add initial Cargo.toml for gltf_primitives with dependencies 2025-11-08 22:45:23 -05:00
MayaTheShy
a2eac36d06 feat: add enhanced entity injection script with full property support 2025-11-08 20:14:06 -05:00
MayaTheShy
bfac498627 fix: ensure all test entities are cleaned up before completion in inject_test_entities.py 2025-11-08 16:58:17 -05:00
MayaTheShy
348e062686 chore: update file permissions for inject_test_entities.py 2025-11-08 16:39:28 -05:00
MayaTheShy
621b43c6ca feat: add script to send test entity packets to OverteClient 2025-11-08 16:33:02 -05:00