Lasse Öörni db3bf3fbf9 Added timestep smoothing to Engine. By default the previous 2 frames' timesteps are averaged. 12 лет назад
..
Audio 4b9f241065 Add LuaFunction class, Add more Lua API in Sound, fixed typo. 12 лет назад
Container 4e0df133c0 Add "const Vector<String>" support in Lua, now in Lua "const Vector<String>" is a Lua table with string elements. 12 лет назад
Core 4e0df133c0 Add "const Vector<String>" support in Lua, now in Lua "const Vector<String>" is a Lua table with string elements. 12 лет назад
Engine db3bf3fbf9 Added timestep smoothing to Engine. By default the previous 2 frames' timesteps are averaged. 12 лет назад
Graphics d83f982c57 Change const string reference to const string type. 12 лет назад
IO 99b4315386 Chanage SharedPtr<T>, please use SharedPtr<T>::Get() to get raw pointer. add Read chunk function in Deserializer class, add Write chunk function in Serializer. 12 лет назад
Input d83f982c57 Change const string reference to const string type. 12 лет назад
LuaScript d83f982c57 Change const string reference to const string type. 12 лет назад
Math 0ddb13f148 Add Update, PostUpdate, Save, Load function in LuaScriptInstance, Add one more LoadXML and SaveXML in Scene, Add destructor function in Math lib. 12 лет назад
Navigation 8710d28a79 Convert Vector<String> to Lua table, remove const char* type. 12 лет назад
Network 99b4315386 Chanage SharedPtr<T>, please use SharedPtr<T>::Get() to get raw pointer. add Read chunk function in Deserializer class, add Write chunk function in Serializer. 12 лет назад
Physics 8710d28a79 Convert Vector<String> to Lua table, remove const char* type. 12 лет назад
Resource d83f982c57 Change const string reference to const string type. 12 лет назад
Scene d83f982c57 Change const string reference to const string type. 12 лет назад
UI 27f7a2b31f Add more vector type support in Lua, rename ToluaUrho3DEx file to tolua++urho3d. 12 лет назад
AudioLuaAPI.pkg 0201c1d961 Undefine TOLUA_RELEASE by default for better Lua crash protection. Re-enable with the CMake build option -DENABLE_SAFE_LUA=0. 12 лет назад
ContainerLuaAPI.pkg 0201c1d961 Undefine TOLUA_RELEASE by default for better Lua crash protection. Re-enable with the CMake build option -DENABLE_SAFE_LUA=0. 12 лет назад
CoreLuaAPI.pkg 0201c1d961 Undefine TOLUA_RELEASE by default for better Lua crash protection. Re-enable with the CMake build option -DENABLE_SAFE_LUA=0. 12 лет назад
EngineLuaAPI.pkg 0201c1d961 Undefine TOLUA_RELEASE by default for better Lua crash protection. Re-enable with the CMake build option -DENABLE_SAFE_LUA=0. 12 лет назад
GraphicsLuaAPI.pkg fc2854167c Changed Lua library & object registration order to ensure base classes are correctly set up. 12 лет назад
IOLuaAPI.pkg 00342501ab Binding more class in IO lib to Lua, Fixed multi inheritance class. 12 лет назад
InputLuaAPI.pkg 0201c1d961 Undefine TOLUA_RELEASE by default for better Lua crash protection. Re-enable with the CMake build option -DENABLE_SAFE_LUA=0. 12 лет назад
LuaScriptLuaAPI.pkg 0201c1d961 Undefine TOLUA_RELEASE by default for better Lua crash protection. Re-enable with the CMake build option -DENABLE_SAFE_LUA=0. 12 лет назад
MathLuaAPI.pkg 0201c1d961 Undefine TOLUA_RELEASE by default for better Lua crash protection. Re-enable with the CMake build option -DENABLE_SAFE_LUA=0. 12 лет назад
NavigationLuaAPI.pkg 0201c1d961 Undefine TOLUA_RELEASE by default for better Lua crash protection. Re-enable with the CMake build option -DENABLE_SAFE_LUA=0. 12 лет назад
NetworkLuaAPI.pkg 6ae4ab9b7f Add SharedPtr<HttpRequest> support in Lua. 12 лет назад
PhysicsLuaAPI.pkg 0201c1d961 Undefine TOLUA_RELEASE by default for better Lua crash protection. Re-enable with the CMake build option -DENABLE_SAFE_LUA=0. 12 лет назад
ResourceLuaAPI.pkg fc2854167c Changed Lua library & object registration order to ensure base classes are correctly set up. 12 лет назад
SceneLuaAPI.pkg fc2854167c Changed Lua library & object registration order to ensure base classes are correctly set up. 12 лет назад
UILuaAPI.pkg fc2854167c Changed Lua library & object registration order to ensure base classes are correctly set up. 12 лет назад
basic.lua 99b4315386 Chanage SharedPtr<T>, please use SharedPtr<T>::Get() to get raw pointer. add Read chunk function in Deserializer class, add Write chunk function in Serializer. 12 лет назад
pkgFiles.lua 862ca75a46 Added script (pkgToDox.lua) which regenerates Lua script API documentation. It can be run with a standalone Lua interpreter. 12 лет назад
pkgToDox.lua 862ca75a46 Added script (pkgToDox.lua) which regenerates Lua script API documentation. It can be run with a standalone Lua interpreter. 12 лет назад