Yao Wei Tjong 姚伟忠 f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. 11 lat temu
..
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 lat temu
Core f9a701380e Unwarn patch for Clang. Two of the warnings were indeed coding error. 11 lat temu
Engine 0f9e8c6762 Move DebugHud update to PostUpdate event so that values set during Update will be displayed on the same frame. Additionally, exposed DebugHud::Update() to script to allow calling it manually and forcing update of values, if necessary. Closes #466. 11 lat temu
Graphics 7f4b8e5b35 Allow controlling per-viewport if debug geometry should be rendered, instead of hardcoding to just backbuffer views. 11 lat temu
IO 3a93866936 Add LZ4 compression functions to public API. Expose the VectorBuffer compression/decompression functions also to script. Closes #438. 11 lat temu
Input 6b7f1d842c Added functions to remove one recorded touch gesture, or all touch gestures. 11 lat temu
LuaScript 3cb656a0f8 Replace script file name with LuaFile, make it can pick in editor. 11 lat temu
Math ec7c262be6 Expose Matrix4 * Matrix3x4 to scripting. Move the multiply as a Matrix4 member function so that it can be properly exposed to lua. 11 lat temu
Navigation 38c8f19fb4 Convert all Vector<T> and PODVector<T> to Lua table. 12 lat temu
Network 552a323b84 Allow non-const access to a Connection's identity also in C++. 11 lat temu
Physics 89f6b31a47 Enhance the ConvexCast function to take a start pos,rot & end pos,rot instead of just a ray, so that the swept shape can be rotated. Ignore collision to self during convex cast, if the supplied shape belongs to a RigidBody. 11 lat temu
Resource 5ce05d4cb6 Fixed missing horizontal flip from the vertical cross cubemap layout. 11 lat temu
Scene 3e4882bfa5 Unify SetDeepEnabled() API between UI & Node. Removed IsDeepEnabled() function & "Is Deep Enabled" attribute as it may return different value than last SetDeepEnabled() and can not therefore serialize/deserialize accurately. Instead added IsEnabledSelf() which returns the enabled state before SetDeepEnabled(). Changed Node::SetEnabled(bool, bool) to SetEnabledRecursive(). Unlike SetDeepEnabled() it does not preserve node's self enabled state. Added AngelScript binding for SetDeepEnabled operations. 11 lat temu
UI c85528de50 Allow to prevent modal window's auto dismissing with ESC by calling Window::SetAutoDismiss(false). Purposefully not an attribute to avoid locking up the editor. Closes #471. 11 lat temu
Urho2D c82759de85 Add STAGGERED tile map support. 11 lat temu
AudioLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
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.) 12 lat temu
EngineLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
GraphicsLuaAPI.pkg 80ce8a2a7c Add ParticleEffect class. 11 lat temu
IOLuaAPI.pkg 3a93866936 Add LZ4 compression functions to public API. Expose the VectorBuffer compression/decompression functions also to script. Closes #438. 11 lat temu
InputLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
LuaScriptLuaAPI.pkg 526e114db6 Add coroutine.start and coroutine.sleep in Lua. 12 lat temu
MathLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
NavigationLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
NetworkLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
PhysicsLuaAPI.pkg d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 lat temu
ResourceLuaAPI.pkg f95275aaa9 Bing JSON to Lua and AngelScript. 11 lat temu
SceneLuaAPI.pkg 113cb5584a Rename AttributeAnimation to ValueAnimation make animaiton more general. 11 lat temu
ToCppHook.lua f943bb4faa Unwarn patch for AppleClang. A few warnings were indeed coding error. 11 lat temu
ToDoxHook.lua b4e857ab4f Set all the headings in Urho2D and scripting API pages to proper case. 11 lat temu
ToZerobraneStudioHook.lua e738209746 Added descriptions mapping for LuaScript packages' hooks. 11 lat temu
UILuaAPI.pkg c776573796 Add new MessageBox class for showing short messages in a modal window. 12 lat temu
Urho2DLuaAPI.pkg a3c819f32a Add tile map Lua binding and sample. 11 lat temu