From 61c0c9f53d3a57ee7fd5db5faa74c4b51e2da396 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 28 Oct 2017 18:12:50 -0400 Subject: Lots of updates * Networking is finally working * Started moveing physics into the shared domain * Streams now have a readString() and writeString() method * streams are passed to the lua context for networking * Refactored cameras and physboxes to use metatables * Finally wrote the pushvector3* and popvector3* methods * Fixed a few crashes in ;main * Deleted a lot of code --- src/client/lua_api/scene/imesh.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/client/lua_api/scene/imesh.cpp') diff --git a/src/client/lua_api/scene/imesh.cpp b/src/client/lua_api/scene/imesh.cpp index bbb0017..1a1c28b 100644 --- a/src/client/lua_api/scene/imesh.cpp +++ b/src/client/lua_api/scene/imesh.cpp @@ -97,8 +97,6 @@ int imesh_register(lua_State* L, IrrlichtDevice* d){ device = d; - printf("imesh registered\n"); - luaL_newmetatable(L, "scene.imesh"); luaL_register(L,"imesh",imesh_f); -- cgit v1.2.3-70-g09d2