Wirless
7.6 is the best :D
well here i have a small problem trying to compile 7.6 engine but this come out:
../actions.cpp: In constructor `ActionScript::ActionScript(Game*, const std::string&, const std::string&)':
../actions.cpp:443: error: `luaopen_loadlib' undeclared (first use this function)
../actions.cpp:443: error: (Each undeclared identifier is reported only once for each function it appears in.)
../actions.cpp:448: error: `lua_dofile' undeclared (first use this function)
make.exe: *** [obj/actions.o] Error 1
Execution terminated
443:
luaopen_loadlib(luaState);
448:
lua_dofile(luaState, std::string(datadir + "actions/lib/actions.lua").c_str()); ^^
../actions.cpp: In constructor `ActionScript::ActionScript(Game*, const std::string&, const std::string&)':
../actions.cpp:443: error: `luaopen_loadlib' undeclared (first use this function)
../actions.cpp:443: error: (Each undeclared identifier is reported only once for each function it appears in.)
../actions.cpp:448: error: `lua_dofile' undeclared (first use this function)
make.exe: *** [obj/actions.o] Error 1
Execution terminated
443:
luaopen_loadlib(luaState);
448:
lua_dofile(luaState, std::string(datadir + "actions/lib/actions.lua").c_str()); ^^