Commit History

Author SHA1 Message Date
  Mike3D 265eecb229 Catch-up C++ samples (screen joystick support for lua and AngelScript) 11 years ago
  Lasse Öörni b496c5a012 Added a square Urho icon (same as the Android icon) to use for the samples on desktop. 12 years ago
  aster2013 13e1069fcb Update Lua samples, use global property to access subsystem. 12 years ago
  Lasse Öörni 5062dbba42 Sanitate screenshot name in the samples to ensure saving it succeeds. Prepend the executable path properly. Flip image in OpenGL Graphics::TakeScreenShot() instead of having the user to do it. 12 years ago
  Mike3D 0026f57899 Extended Sample with ability to set window title and icon and take screenshots 12 years ago
  Wei Tjong Yao 6bef92973d Avoid hardcoding of highlighted console text style. Console subscribes to handle log message only when it itself is ready to do so. Removed redundant row container vector in the Console class. Hide the Console's linedit and preventing it to gain focus when there is no AngelScript or LuaScript subsystem to handle the E_CONSOLECOMMAND event. Fixed UIElement to send E_ELEMENTREMOVED event for RemoveChildAtIndex() method. Fixed Sample.lua to handle the ESC key to dismiss the Console when it is visible. 12 years ago
  Aster Jian b1a95c1ba8 Use ResourceCache:GetResource("XXX", ...) and Node:CreateComponent("XXX") method. 12 years ago
  Lasse Öörni ccdd318eff Use matching else-if construct in AngelScript & Lua Sample code. 12 years ago
  Aster Jian 5fe38d3246 Update 01_HelloWorld.lua and Add 02_HelloGUI.lua. 12 years ago
  Aster Jian 1c02a7a7a7 Change Lua Hello World sample in OOP. 12 years ago
  Aster Jian 91841334df Add Lua HelloWorld Sample. 12 years ago