Lasse Öörni 840d50ce0d Allow to force FreeType autohinting (old 2.3 version behavior.) Reload font faces when global font settings changed. 12 years ago
..
Audio 4b9f241065 Add LuaFunction class, Add more Lua API in Sound, fixed typo. 12 years ago
Container de816ebeaa Remove Urho3D::String binding in Lua. 12 years ago
Core 36eb726d36 Add the concept of base class type to Object to simplify determining if a ScriptInstance's handle variable is a Node, Component or Resource. Serialize script's resource handles as ResourceRef attributes and allow editing them. 12 years ago
Engine 8710d28a79 Convert Vector<String> to Lua table, remove const char* type. 12 years ago
Graphics 25c7aa53c3 Added GetDesktopResolution() to Graphics. 12 years ago
IO c6a6f71aa3 Finalize LZ4 support. Do not repeatedly allocate compressed data buffer. Do not store global blocksize into the package file header. Increased Android read buffer to 32KB. 12 years ago
Input 00342501ab Binding more class in IO lib to Lua, Fixed multi inheritance class. 12 years ago
LuaScript 4b9f241065 Add LuaFunction class, Add more Lua API in Sound, fixed typo. 12 years ago
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 years ago
Navigation 8710d28a79 Convert Vector<String> to Lua table, remove const char* type. 12 years ago
Network 00342501ab Binding more class in IO lib to Lua, Fixed multi inheritance class. 12 years ago
Physics 8710d28a79 Convert Vector<String> to Lua table, remove const char* type. 12 years ago
Resource 4b9f241065 Add LuaFunction class, Add more Lua API in Sound, fixed typo. 12 years ago
Scene 4b9f241065 Add LuaFunction class, Add more Lua API in Sound, fixed typo. 12 years ago
UI 840d50ce0d Allow to force FreeType autohinting (old 2.3 version behavior.) Reload font faces when global font settings changed. 12 years ago
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 years ago
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 years ago
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 years ago
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 years ago
GraphicsLuaAPI.pkg fc2854167c Changed Lua library & object registration order to ensure base classes are correctly set up. 12 years ago
IOLuaAPI.pkg 00342501ab Binding more class in IO lib to Lua, Fixed multi inheritance class. 12 years ago
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 years ago
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 years ago
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 years ago
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 years ago
NetworkLuaAPI.pkg 0201c1d961 Undefine TOLUA_RELEASE by default for better Lua crash protection. Re-enable with the CMake build option -DENABLE_SAFE_LUA=0. 12 years ago
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 years ago
ResourceLuaAPI.pkg fc2854167c Changed Lua library & object registration order to ensure base classes are correctly set up. 12 years ago
SceneLuaAPI.pkg fc2854167c Changed Lua library & object registration order to ensure base classes are correctly set up. 12 years ago
UILuaAPI.pkg fc2854167c Changed Lua library & object registration order to ensure base classes are correctly set up. 12 years ago
basic.lua 1250776d0c Added basic.lua as dependency in build script so that C++ to Lua binding codes would be automatically rebuilt. 12 years ago
pkgFiles.lua 862ca75a46 Added script (pkgToDox.lua) which regenerates Lua script API documentation. It can be run with a standalone Lua interpreter. 12 years ago
pkgToDox.lua 862ca75a46 Added script (pkgToDox.lua) which regenerates Lua script API documentation. It can be run with a standalone Lua interpreter. 12 years ago