DominikMS

Results 4 issues of DominikMS

1. g_map.loadOtbm("test.otbm") This function should be added to Manage Files panel. 2. After using this function map is not cleaned (left items from previous map). 3. Towns are not loaded....

## Example: ``` g_lua. Class("ClassTest"). method("emptyRet", std::function([](int x) { std::cout state(), &lua_call_func, 1); lua_setfield(luaGlue->state(), -2, name_.c_str()); return true; } static int lua_call_func(lua_State *state) { auto mimp = (LuaGlueStdFuncMethod *)lua_touserdata(state, lua_upvalueindex(1));...

enhancement

## Problem: ``` Double function named invokeFunction ``` ## Example: ``` g_luaState.invokeTabledFunction("tab.func", 5); g_luaState.invokeTabledFunction("SandBoxed.func", 5); g_luaState.invokeTabledFunction("func", 5); ``` ## Todo: - add to: void invokeFunction - add to: void setGlobal...

enhancement

I can't compile your code in Android NDK, why? Look at this: ``` template struct StateBinder { }; ``` Throws error: ``` expected nested-name-specifier before numeric constant main.cpp line 5...