Lasse Öörni 26ef946bad Add possibility to decouple BorderImage border UV size from screen size. Closes #269. 11 éve
..
Audio acb993e4ba Abstract Ogg Vorbis sound decoding into the SoundStream class. Note: the SoundStream class is deliberately not exposed to scripts, as it requires low-level data access and is used from the sound mixing thread. 11 éve
Core 130551f4d8 Add fixed pixel size (user don't need change the value). 11 éve
Engine 480594e7a4 Added focusOnShow -property to Console to control whether the Console's LineEdit is automatically focused. Default true on desktops and false on mobile devices, to prevent automatically popping up the screen keyboard. 11 éve
Graphics 094006ef91 Added brightness attribute to Light. Added separate equality test with and without epsilon to Color, similar to Vector2/3/4. 11 éve
IO 8ab5e56c9c Move subsystem access function to subsystem's pkg file, add global readonly property for each subsystem. 12 éve
Input 1d9d0a5736 Synchronize keycode constants with SDL. This changes some constants, like NUMPAD -> KP_. Added SDL scancode constants. Added polling of keys by scancodes, and scancodes into key events. Added conversion functions from keycode to scancode and vice versa, and functions to get key names. Closes #254. 11 éve
LuaScript 058347b555 Don't export LuaScript to Lua API, make SetExecuteConsoleCommands GetExecuteConsoleCommands as global functions. 11 éve
Math 094006ef91 Added brightness attribute to Light. Added separate equality test with and without epsilon to Color, similar to Vector2/3/4. 11 éve
Navigation 38c8f19fb4 Convert all Vector<T> and PODVector<T> to Lua table. 12 éve
Network e7cef8223d Add construct function in dox file, add missing destruct in pkg file, update ToDoxHook.lua. 12 éve
Physics b1def74270 Fix PhysicsWorld::GetRigidBodies() not taking collision layer mask into account. Closes #248. 11 éve
Resource 68a8b6afea Exposed UI::LoadLayout() to Lua script. 11 éve
Scene 130551f4d8 Add fixed pixel size (user don't need change the value). 11 éve
UI 26ef946bad Add possibility to decouple BorderImage border UV size from screen size. Closes #269. 11 éve
Urho2D 1f90e248e9 Add Lua binding for Constraint2D. 11 éve
AudioLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 éve
ContainerLuaAPI.pkg 38c8f19fb4 Convert all Vector<T> and PODVector<T> to Lua table. 12 éve
CoreLuaAPI.pkg 65c3c50738 Shuffling around of Spline to the Core library to make explicit that it depends on Variant (the dependency is no longer strict as Urho3D library is built as one piece, but is good to keep in mind to retain the Math library theoretically reusable outside Urho3D.) 11 éve
EngineLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 éve
GraphicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 éve
IOLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 éve
InputLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 éve
LuaScriptLuaAPI.pkg 526e114db6 Add coroutine.start and coroutine.sleep in Lua. 11 éve
MathLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 éve
NavigationLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 éve
NetworkLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 éve
PhysicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 éve
ResourceLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 éve
SceneLuaAPI.pkg 65c3c50738 Shuffling around of Spline to the Core library to make explicit that it depends on Variant (the dependency is no longer strict as Urho3D library is built as one piece, but is good to keep in mind to retain the Math library theoretically reusable outside Urho3D.) 11 éve
ToCppHook.lua 7c924618ac Modified "ToZerobraneStudioHook.lua" to require "ToDoxHook.lua" for avoiding code repetition. 11 éve
ToDoxHook.lua ab66be1eb2 Fix typo. [ci skip] 11 éve
ToZerobraneStudioHook.lua ab66be1eb2 Fix typo. [ci skip] 11 éve
UILuaAPI.pkg c776573796 Add new MessageBox class for showing short messages in a modal window. 12 éve
Urho2DLuaAPI.pkg d96310f82e Add more Constraint2D. [ci skip] 11 éve