| .. |
|
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 years ago |
|
Core
|
130551f4d8
Add fixed pixel size (user don't need change the value).
|
12 years ago |
|
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 years ago |
|
Graphics
|
094006ef91
Added brightness attribute to Light. Added separate equality test with and without epsilon to Color, similar to Vector2/3/4.
|
12 years ago |
|
IO
|
8ab5e56c9c
Move subsystem access function to subsystem's pkg file, add global readonly property for each subsystem.
|
12 years ago |
|
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.
|
12 years ago |
|
LuaScript
|
058347b555
Don't export LuaScript to Lua API, make SetExecuteConsoleCommands GetExecuteConsoleCommands as global functions.
|
12 years ago |
|
Math
|
094006ef91
Added brightness attribute to Light. Added separate equality test with and without epsilon to Color, similar to Vector2/3/4.
|
12 years ago |
|
Navigation
|
38c8f19fb4
Convert all Vector<T> and PODVector<T> to Lua table.
|
12 years ago |
|
Network
|
e7cef8223d
Add construct function in dox file, add missing destruct in pkg file, update ToDoxHook.lua.
|
12 years ago |
|
Physics
|
b1def74270
Fix PhysicsWorld::GetRigidBodies() not taking collision layer mask into account. Closes #248.
|
12 years ago |
|
Resource
|
68a8b6afea
Exposed UI::LoadLayout() to Lua script.
|
12 years ago |
|
Scene
|
130551f4d8
Add fixed pixel size (user don't need change the value).
|
12 years ago |
|
UI
|
26ef946bad
Add possibility to decouple BorderImage border UV size from screen size. Closes #269.
|
11 years ago |
|
Urho2D
|
1f90e248e9
Add Lua binding for Constraint2D.
|
11 years ago |
|
AudioLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
ContainerLuaAPI.pkg
|
38c8f19fb4
Convert all Vector<T> and PODVector<T> to Lua table.
|
12 years ago |
|
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 years ago |
|
EngineLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
GraphicsLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
IOLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
InputLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
LuaScriptLuaAPI.pkg
|
526e114db6
Add coroutine.start and coroutine.sleep in Lua.
|
12 years ago |
|
MathLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
NavigationLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
NetworkLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
PhysicsLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
ResourceLuaAPI.pkg
|
d33ac02538
Refactor build scripts to build Urho3D library as main target.
|
12 years ago |
|
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.)
|
12 years ago |
|
ToCppHook.lua
|
7c924618ac
Modified "ToZerobraneStudioHook.lua" to require "ToDoxHook.lua" for avoiding code repetition.
|
12 years ago |
|
ToDoxHook.lua
|
ab66be1eb2
Fix typo. [ci skip]
|
11 years ago |
|
ToZerobraneStudioHook.lua
|
ab66be1eb2
Fix typo. [ci skip]
|
11 years ago |
|
UILuaAPI.pkg
|
c776573796
Add new MessageBox class for showing short messages in a modal window.
|
12 years ago |
|
Urho2DLuaAPI.pkg
|
d96310f82e
Add more Constraint2D. [ci skip]
|
11 years ago |