Commit Graph

13 Commits

Author SHA1 Message Date
MayaTheShy
8c11dc9698 refactor: remove unused defaultSocketPath function from StardustBridge 2025-11-09 00:01:11 -05:00
MayaTheShy
dfb9ed65f9 refactor: reorganize includes and move candidateSocketPaths to anonymous namespace 2025-11-09 00:00:50 -05:00
MayaTheShy
df98ba714c feat: integrate ModelCache for downloading models from HTTP(S) URLs in setNodeModel 2025-11-08 23:36:19 -05:00
MayaTheShy
a151e8a745 feat: enhance loadBridge function to handle directory paths for bridge library 2025-11-08 22:50:54 -05:00
MayaTheShy
1bf8099aea fix: add warning for null function pointer in setNodeColor 2025-11-08 20:50:22 -05:00
MayaTheShy
1fba4d511b feat: initialize root node with type 0 and zero dimensions to prevent rendering 2025-11-08 20:47:00 -05:00
MayaTheShy
42bd94af7e feat: add function pointers for setting node model, texture, color, dimensions, and entity type 2025-11-08 20:40:30 -05:00
MayaTheShy
c2ee1d49fb feat: implement functions to set node model, texture, color, dimensions, and entity type 2025-11-08 20:40:13 -05:00
MayaTheShy
09028b2d74 refactor: remove redundant implementation of removeNode function in StardustBridge 2025-11-08 16:01:57 -05:00
MayaTheShy
922c03e632 feat: implement removeNode function to delete nodes from StardustBridge 2025-11-08 16:01:05 -05:00
MayaTheShy
bc89033d92 fix: remove duplicate assignment of m_fnCreateNode in loadBridge function 2025-11-08 16:01:00 -05:00
MayaTheShy
d0ca78acc1 feat: add removeNode function to StardustBridge for node deletion 2025-11-08 16:00:11 -05:00
MayaTheShy
83313e2f63 Intial Commit of starworld 2025-11-08 13:39:53 -05:00