aster
ebc9e8cc43
Fix typo.
2014-04-24 13:20:18 +08:00
urho3d-travis-ci
20c4250540
Travis CI: API documentation update at 2014-04-24 03:30:30 UTC.
...
[ci package]
2014-04-24 03:30:30 +00:00
Yao Wei Tjong 姚伟忠
4a30cbe72f
Automatically create PhysicsWorld or PhysicsWorld2D component.
2014-04-24 01:43:04 +08:00
Yao Wei Tjong 姚伟忠
153906b8c7
Add mouse grabbed flag to Input subsystem.
...
Use it in Editor camera rotation/orbiting operation to prevent Editor's UI element from reacting to mouse in the midst of operation.
2014-04-24 00:54:31 +08:00
Yao Wei Tjong 姚伟忠
056f675ea1
Correct zone component id in NinjaSnowWar scene.
2014-04-23 22:52:45 +08:00
Yao Wei Tjong 姚伟忠
4cf5ffd6db
Code cleanup on screen joystick to make Input.h easier to include.
2014-04-23 18:30:21 +08:00
Lasse Öörni
d9572c82a5
Fixed missing include.
2014-04-23 13:19:17 +03:00
aster
a6ce24f82f
Remove unused class declaration.
2014-04-23 17:43:29 +08:00
aster
1d8c3b78ba
Add FontFaceBitmap and FontFaceFreeType files.
2014-04-23 17:29:47 +08:00
aster
b0b88a5202
Move save bitmap font to FontFaceBitmap.
2014-04-23 17:20:35 +08:00
Lasse Öörni
3309f2af6c
Explain terrain LOD index data generation mechanism. Closes #324 .
2014-04-23 12:18:00 +03:00
aster
eb60639163
Move free type font face to FontFaceFreeType.
2014-04-23 16:57:56 +08:00
aster
5fab105452
Move load font face code to font face classes.
2014-04-23 16:45:24 +08:00
aster
0ffbd4d575
Move font face class out of font files.
2014-04-23 16:18:04 +08:00
aster
777b4b9114
Replace string with string hash.
2014-04-22 15:01:28 +08:00
Yao Wei Tjong 姚伟忠
dfe4caf3d6
Add logic to suppress zoom when multi-touching screen joystick buttons.
2014-04-22 12:41:02 +08:00
aster
7c724bf3e2
Try load asset in current directory.
2014-04-22 12:05:37 +08:00
aster
06ccf8efbb
rename variant name, avoid memory leak when attribute not found.
2014-04-22 10:03:20 +08:00
urho3d-travis-ci
419026de8a
Travis CI: API documentation update at 2014-04-21 17:29:45 UTC.
...
[ci package]
2014-04-21 17:29:45 +00:00
Yao Wei Tjong 姚伟忠
125000454c
Refactor samples to use patched screen joystick layout. Closes #321 .
...
Enhance screen joystick to also support mouse button binding. It can be used in combination with key binding, e.g. to bind SHIFT+LMB.
2014-04-22 01:12:46 +08:00
urho3d-travis-ci
13cf44766e
Travis CI: API documentation update at 2014-04-21 14:19:03 UTC.
...
[ci package]
2014-04-21 14:19:03 +00:00
aster
de6d39d74b
Add Load and save for material shader animation.
2014-04-21 20:35:57 +08:00
aster
91bbd7a454
Remove AttributeAnimationInstance and MaterialShaderParameterAnimationInstance files.
2014-04-21 20:16:55 +08:00
aster
b7d536bb5e
Update attribute animation doc. [ci skip]
2014-04-21 19:11:20 +08:00
aster
11a9b1f1dc
Bind material parameter animation to Lua and AngelScript, Add MaterialAnimation sample.
2014-04-21 18:59:07 +08:00
aster
d0b1036001
Add material shader animation.
2014-04-21 18:59:06 +08:00
urho3d-travis-ci
7ddad564c8
Travis CI: API documentation update at 2014-04-21 10:24:44 UTC.
...
[ci package]
2014-04-21 10:24:44 +00:00
aster
113cb5584a
Rename AttributeAnimation to ValueAnimation make animaiton more general.
2014-04-21 18:09:35 +08:00
aster
3afd10aaa6
Move CalculateScaledTime to AttributeAnimationInfo, extract GetEventFrames method.
2014-04-21 17:11:25 +08:00
Yao Wei Tjong 姚伟忠
265f9ceefc
Minor clean up on Input class and NinjaSnowWar demo.
2014-04-21 12:48:20 +08:00
urho3d-travis-ci
722b2fa6e9
Travis CI: API documentation update at 2014-04-20 20:17:38 UTC.
...
[ci package]
2014-04-20 20:17:38 +00:00
Lasse Öörni
b8185f973c
Support a "select on click end" mode in ListView. Support defining a separate drag'n'drop content for elements dropped into a LineEdit. Enable drag'n'drop to node ID attribute fields. Closes #261 .
2014-04-20 23:02:04 +03:00
urho3d-travis-ci
b2203a3037
Travis CI: API documentation update at 2014-04-20 13:10:06 UTC.
...
[ci package]
2014-04-20 13:10:06 +00:00
Lasse Öörni
d84c0504a2
Do not open OS console window in the ConsoleInput example when using fullscreen mode to prevent constant device loss.
2014-04-20 15:41:17 +03:00
Lasse Öörni
56e0aad21d
Minor rendering code cleanup. Added Plane::Project().
2014-04-20 15:37:20 +03:00
Lasse Öörni
210b295f81
Removed duplicate code from shadow map setup.
2014-04-20 13:36:41 +03:00
urho3d-travis-ci
937c259bb4
Travis CI: API documentation update at 2014-04-20 08:00:41 UTC.
...
[ci package]
2014-04-20 08:00:41 +00:00
aster2013
0e2e2a0b7f
Fix error in JSONValue AngelScript API.
2014-04-20 15:27:15 +08:00
aster2013
53d641bf6e
Add get child name for JSON object type.
2014-04-20 15:03:24 +08:00
aster2013
f95275aaa9
Bing JSON to Lua and AngelScript.
2014-04-20 14:07:29 +08:00
aster2013
6d3ad57bc8
Rename enum and function names in JSONValue.
2014-04-20 14:02:12 +08:00
Lasse Öörni
76d5ffdcf8
On OS X + Intel, use dummy color textures for shadow maps to work around a driver bug. Fixes #225 .
2014-04-20 01:58:43 +03:00
aster2013
0c648c68f3
Add rapidjson license to to document.[ci skip[
2014-04-19 22:22:36 +08:00
aster2013
460da659ee
Add JSON support in Urho3D.
2014-04-19 22:21:05 +08:00
Lasse Öörni
9b833e371a
Always hide the status bar independent of window flags.
2014-04-19 17:01:10 +03:00
urho3d-travis-ci
32b691d70d
Travis CI: API documentation update at 2014-04-18 20:53:24 UTC.
...
[ci package]
2014-04-18 20:53:24 +00:00
Lasse Öörni
955a8bb34e
Joystick refactoring after merging the joystick pull request from thebluefish.
...
- Fixed "ghost" buttons due to setting button down state both by joystick button and controller button mapping.
- Fixed missing name in joystick state.
- Allow getting joystick state both by joystick ID (Input::GetJoystick()) and a zero-based index (Input::GetJoystickByIndex()).
- Fixed ambiguity in Input class parameter names whether functions take a joystick ID, or an index. Most take joystick ID by now.
- Controller events removed. Controller joysticks will receive ordinary joystick events, but with controller axis & button mappings.
- Joystick identifying parameter in joystick events changed to JoystickID to denote that it's an ID and not a zero-based index.
- Code convention edits to Input code.
2014-04-18 23:33:25 +03:00
Lasse Öörni
5209e6e6a6
Merge remote-tracking branch 'remotes/thebluefish/master'
2014-04-18 15:00:59 +03:00
Yao Wei Tjong 姚伟忠
dbeb244fb5
Minor clean up on sample code. Move Console & HUD to settings joystick.
2014-04-18 18:06:41 +08:00
thebluefish
51c4060135
Bugfix
...
- Updated Angelscript bindings
- Updated NinjaSnowWar
2014-04-18 00:52:59 -07:00