Alex Parlett
a22a24c0e4
Rename RigidBody::Phantom to RigidBody::Trigger to align it with common terminology for physics.
2014-03-24 20:44:34 +00:00
Lasse Öörni
0246ae607f
Improve Camera documentation. To avoid potential confusion, disable auto aspect ratio mode from Camera if aspect ratio is set explicitly, or if the Vector2 form of Camera::SetOrthoSize() is used.
2014-03-24 22:16:48 +02:00
Lasse Öörni
19559ef3d9
Dragdrop nodes to a SplinePath component to add as control points.
2014-03-24 21:15:44 +02:00
urho3d-travis-ci
a55b29615c
Travis CI: API documentation update at 2014-03-24 04:25:12 UTC.
...
[ci package]
2014-03-24 04:25:12 +00:00
aster2013
ff0d806587
Rename ParticleModel2D to ParticleEffect2D.
2014-03-24 12:09:51 +08:00
Yao Wei Tjong 姚伟忠
9f2d8e072d
Remove LuaJIT specific definition as it is not needed.
...
Since we are not installing LuaJIT directly but leave it in Urho3D's Bin directory, it should not be necessary to alter the search path to include LUA_XROOT (in v2.0.2) or LUA_ROOT (in v2.0.3). Similarly because of that, we also do not need to care about LuaJIT new support for MULTILIB.
This change should remove the incorrectly included hardcoded-value in the Urho3D.pc for the Raspberry Pi platform as well.
2014-03-22 20:22:21 +08:00
Yao Wei Tjong 姚伟忠
47de869259
Rectify a copy paste error on abort message for RPI. [ci skip]
2014-03-22 19:28:45 +08:00
Yao Wei Tjong 姚伟忠
106da642ae
For Travis CI - make Raspberry Pi CI build as mandatory to pass.
...
[ci package]
2014-03-22 15:18:40 +08:00
Lasse Öörni
c45d7b4f73
Work around AngelScript memory leak. Thanks to 299299. Closes #271 .
2014-03-21 17:43:04 +02:00
Yao Wei Tjong 姚伟忠
591c8800b6
Minor fix for SDL build on Raspberry Pi platform.
2014-03-21 23:05:12 +08:00
Yao Wei Tjong 姚伟忠
ed1f820f9b
For Travis CI - workaround FindALSA cmake module bug on Ubuntu 12.04.
2014-03-21 21:03:33 +08:00
Yao Wei Tjong 姚伟忠
dd1cbc9499
For Travis CI - attempt to perform CI build for Raspberry Pi platform.
2014-03-21 20:35:59 +08:00
Lasse Öörni
bc5730680b
Fixed SDL build on MinGW.
2014-03-21 14:27:08 +02:00
urho3d-travis-ci
8ee9792c79
Travis CI: API documentation update at 2014-03-21 12:07:41 UTC.
...
[ci package]
2014-03-21 12:07:42 +00:00
Lasse Öörni
6f3a79eda3
Fix SDL keyboard event sending on X11.
2014-03-21 13:35:25 +02:00
Lasse Öörni
882f4da62e
Added quad rendering missing elapsed time parameter fix from szamq. Also add delta time parameter to batch rendering. Closes #272 .
2014-03-21 13:23:06 +02:00
aster2013
f52bdfeb5b
Add new line at end of file.[ci skip]
2014-03-21 18:04:18 +08:00
aster2013
9fa07b4af5
Add new line at end of file.[ci skip]
2014-03-21 17:58:01 +08:00
aster2013
fc0e65a8d9
Add Lua and AngelScript binding.
2014-03-21 17:48:30 +08:00
aster2013
a411d7db39
Add More constraint type. [ci skip]
2014-03-21 17:47:59 +08:00
aster2013
5b798b4467
Dont allow edit Constraint2D in editor[ci skip]
2014-03-21 17:47:30 +08:00
Lasse Öörni
408cbdf2be
Update SDL version in the documentation.
2014-03-21 10:14:25 +02:00
aster2013
9cd40fb07f
Revert attribute animation. It will be added in a new branch.
2014-03-21 10:44:18 +08:00
Lasse Öörni
52aa369f5d
Android fixes. Bump required Android SDK required for compiling to 12 due to SDL joystick code. Removed the activity finish request code, as SDLActivity should now cleanly wait for the native thread to exit.
2014-03-21 02:46:42 +02:00
Lasse Öörni
365e0a7ed2
Fixed conflict. Removed nonexistent file from SDL CMakeLists.txt.
2014-03-21 01:48:52 +02:00
Lasse Öörni
1439b1c4be
Merge SDL 2.0.3.
2014-03-21 01:44:14 +02:00
urho3d-travis-ci
6037d1160f
Travis CI: API documentation update at 2014-03-20 20:38:47 UTC.
...
[ci package]
2014-03-20 20:38:47 +00:00
Lasse Öörni
26ef946bad
Add possibility to decouple BorderImage border UV size from screen size. Closes #269 .
2014-03-20 20:16:30 +02:00
aster2013
29e930d495
Add commend and use shared ptr for attribute animation. [ci skip]
2014-03-20 22:32:49 +08:00
aster2013
b1b9c34c11
Add simple attribute animation system, and change StaticScene to test it.
2014-03-20 22:23:33 +08:00
Yao Wei Tjong 姚伟忠
82c8d45b59
Revert back the condition as the issue is with Travis CI OSX build env.
...
[ci skip]
A new issue is opened at their repo: https://github.com/travis-ci/travis-ci/issues/2085 .
If it could not be resolved quickly then we will force to export that environment variable in our own .travis.yml file.
2014-03-20 21:49:31 +08:00
urho3d-travis-ci
3d282f2c21
Travis CI: API documentation update at 2014-03-20 11:14:08 UTC.
...
[ci package]
2014-03-20 11:14:08 +00:00
aster2013
1f90e248e9
Add Lua binding for Constraint2D.
2014-03-20 18:53:00 +08:00
aster2013
d96310f82e
Add more Constraint2D. [ci skip]
2014-03-20 18:52:59 +08:00
Yao Wei Tjong 姚伟忠
a13c04053c
Fix the logic to suppress all warnings for iOS CI build. [ci skip]
2014-03-20 16:07:59 +08:00
Yao Wei Tjong 姚伟忠
212630c588
For Travis CI - script clean up. [ci skip]
2014-03-20 15:30:38 +08:00
aster2013
a44291b557
Fix gravity and rotation in ParticleEmitter2D.
2014-03-20 14:47:24 +08:00
Yao Wei Tjong 姚伟忠
a9056d90f4
Fix build script to include Urho3D.apk only for Urho3D project.
...
[ci package]
2014-03-20 14:24:52 +08:00
Yao Wei Tjong 姚伟忠
41549655ce
Build both armeabi and armeabi-v7a ABIs when packaging for Android.
...
- Fix android toolchain to correctly set the library output path when ANDROID_ABI build option changes.
- For Travis CI - download and setup Android SDK on the fly when performing Android packaging.
- Final apk is included in the binary package.
2014-03-19 23:57:48 +08:00
aster2013
86ae9190a7
Fix particle emitter, add radial particle in sample.
2014-03-19 23:09:10 +08:00
Yao Wei Tjong 姚伟忠
bceb1a9c61
Updated to LuaJIT 2.0.3. Closes #266 .
2014-03-19 19:57:18 +08:00
Lasse Öörni
12e6bcf4e0
Fixed typo and improved SoundSynthesis example comments.
2014-03-19 13:43:55 +02:00
Lasse Öörni
e8c550a98f
Added documentation for the sound streaming feature.
2014-03-19 12:28:11 +02:00
Lasse Öörni
a06e4238b3
Simplify sound stream code and improve the SoundSynthesis sample. Closes #257 .
2014-03-19 12:15:31 +02:00
aster2013
2eb966714a
Add greenspiral particle file.[ci skip]
2014-03-19 16:18:08 +08:00
aster2013
6e5d43a56b
Replace plist particle file with Staring extension particle system (pex).
2014-03-19 16:11:02 +08:00
aster2013
4e2285b5b3
Add URHO3D_API to BufferedSoundStream. [ci skip]
2014-03-19 16:04:54 +08:00
urho3d-travis-ci
31f5d921d7
Travis CI: API documentation update at 2014-03-19 07:39:45 UTC.
...
[ci package]
2014-03-19 07:39:45 +00:00
Lasse Öörni
1cc8f2b82b
Added BufferedSoundStream class and sound synthesis C++ example.
...
Removed SharedArrayPtr DynamicCast() as it made no sense; replaced with ReinterpretCast().
2014-03-19 09:18:13 +02:00
Lasse Öörni
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.
2014-03-19 01:08:23 +02:00