Commit History

Author SHA1 Message Date
  Mike3D 265eecb229 Catch-up C++ samples (screen joystick support for lua and AngelScript) 11 years ago
  aster2013 293cd434fb Remove Node's Lua scalar transform functions, like SetPositionXYZ. 11 years ago
  Lasse Öörni 67d603d8e5 Node transform space refactoring. Translate(), Rotate() and LookAt() functions take a transform space (local, parent or world). Translate() has a behavior change: default space is local, as that is most often used in eg. camera movement, and is consistent with the default for rotations (the earlier fixedAxis = false was same as local space). The redundant TranslateRelative() function is removed. Add RotateAround() function, which allows rotating around a pivot in either local, parent or world space. Closes #295. 11 years ago
  aster2013 13e1069fcb Update Lua samples, use global property to access subsystem. 12 years ago
  aster2013 36c0206e67 Update Lua samples, remove context from Object's constructor. 12 years ago
  Lasse Öörni 7a55a43725 Tidied up the sample descriptions. 12 years ago
  Lasse Öörni 1cd73e46fd Exposed StaticModelGroup to script. Ported HugeObjectCount example group mode switching to script versions. 12 years ago
  Wei Tjong Yao e376dc4562 Identity the maintainer of the Urho3D/Lua fork. Regenerate toluabind.c and toluabind.h using bootstrap process. Only call 'standard' script functions when they are available and be silent about it when they are not defined in the Lua script. 12 years ago
  Aster Jian c07137c8f4 Add VehicleDemo sample in Lua, using update function in script object. 12 years ago
  Aster Jian 80acf3e718 Add CreateScriptObject GetScriptObject Lua API in Node class. 12 years ago
  Wei Tjong Yao 5d04c531a1 Pass window resized event (due to device orientation change) from SDL to Urho3D::Graphics class for both Android and iOS as well. Note that the event is only sent when the application has not locked the orientation. Minor code cleaned up on LuaScript subsystem. 12 years ago
  Aster Jian c2eec49b7a Add faster Lua API function in Node class. 12 years ago
  Aster Jian caf5aa4118 Store Lua function to LUA_REGISTRYINDEX table, make better performance. 12 years ago
  Lasse Öörni e90e99536a Documentation update. 12 years ago
  Aster Jian 17bcc5b9e7 Port Animating Scene to lua, test for LuaScriptInstance class. 12 years ago