Commit Graph

9886 Commits

Author SHA1 Message Date
aster
6efadd91a2 Rename imp.png to imp_all.png, add texture parameters xml file. 2014-07-14 11:30:48 +08:00
aster
56e29f5b24 Fix Transform2D argument.[ci skip] 2014-07-11 13:24:53 +08:00
aster
1ac9680c52 Remove redundant default parameter.[ci skip] 2014-07-10 20:37:33 +08:00
aster
a11d455511 Do not recreate sprite node in AnimatedSprite2D, Do not use dynamic index buffer bug in DrawableProxy2D. 2014-07-10 20:33:12 +08:00
Yao Wei Tjong 姚伟忠
1049b6c3d2 For Travis CI - still do the packaging for iOS build no matter what. 2014-07-04 00:40:47 +08:00
Yao Wei Tjong 姚伟忠
31360310ca For Travis CI - reduce parallel build jobs to 2 for MinGW static lib.
This is necessary because the last two CI builds have failed for MinGW static library build due to insufficient memory during linking phase.

Also:
- Increase the number of build artifacts being kept in the SourceForge.net.
- Fixes #380 by skipping Mach-O binary (universal library) for iOS 64-bit build. The Urho3D lib in the build artifact will only contain 64-bit arch, 32-bit arch and iphonesimulator are excluded for now to reduce the build time.
2014-07-04 00:01:28 +08:00
Lasse Öörni
98c09ac614 Insert GLSL version define before other defines if found from the shader code. Closes #398. 2014-07-02 21:37:30 +03:00
Aster@中国上海
dfd82f7f6d Fix typo[ci skip]. 2014-07-02 21:49:14 +08:00
Aster@中国上海
dec9ecfde2 LightAnimation sample now use ObjectAnimation in C++. 2014-07-02 21:39:37 +08:00
Aster@中国上海
cd42bc6f3f Make object animation can set child and component's attribute animation. 2014-07-02 21:38:20 +08:00
Lasse Öörni
3d649a9f19 Fix calculating fullscreen resolution error metric. Closes #399. 2014-07-02 11:12:45 +03:00
aster
f9e555c19d Merge branch 'remove-short-string-hash'
Conflicts:
	Source/Engine/Script/CoreAPI.cpp
2014-06-30 10:59:49 +08:00
Lasse Öörni
2f29b3a5c0 Update documentation to not refer to ShortStringHash. 2014-06-29 19:36:14 +03:00
Aster@中国上海
413aa66b10 Add more member functions in 2D particle classes. 2014-06-29 20:47:16 +08:00
Lasse Öörni
b69682217d Fixed & improved comments regarding integer colors in Color & Image classes. 2014-06-28 12:34:31 +03:00
urho3d-travis-ci
30dc4aaf57 Travis CI: API documentation update at 2014-06-28 07:07:40 UTC.
[ci package]
2014-06-28 07:07:40 +00:00
Lasse Öörni
10046d4b26 Added integer API for setting Image pixels. 2014-06-28 09:57:13 +03:00
Lasse Öörni
06f0257630 Added contributor credits. 2014-06-26 23:51:55 +03:00
Lasse Öörni
4dbff773cd Reimport the dome model. 2014-06-26 23:51:10 +03:00
rasteron
3a749bd889 fixed Dome rotation (Y-up) in blend file 2014-06-26 08:02:04 +08:00
rasteron
60ce72af6e Merge remote-tracking branch 'upstream/master' 2014-06-26 07:50:53 +08:00
Lasse Öörni
92ad14b2fe Fix memory allocation for the resources directory on iOS. 2014-06-25 22:47:55 +03:00
Lasse Öörni
d9d39592dd Update to AngelScript 2.29.0. 2014-06-25 22:20:59 +03:00
Lasse Öörni
257d3bdc31 Make sure RigidBody2D mass center is initialized. Fixes #395. 2014-06-25 14:34:38 +03:00
rasteron
f8bff33517 Added Skydome blend file 2014-06-24 09:34:14 +08:00
rasteron
d875c9444c Added Dome model with UV Map 2014-06-23 07:53:33 +08:00
Lasse Öörni
f1c4eb8568 Fix ShortStringHash pointer type in script API registration. 2014-06-22 00:21:42 +03:00
Aster@中国上海
ad59ffa437 Change ShortStringHash to StringHash. 2014-06-21 22:21:20 +08:00
Aster@中国上海
84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. 2014-06-21 21:45:05 +08:00
Aster@中国上海
2868d8e0b1 Add SetSprite in ParticleEffect2D. 2014-06-21 20:46:56 +08:00
urho3d-travis-ci
57fbb5f827 Travis CI: API documentation update at 2014-06-20 23:21:27 UTC.
[ci package]
2014-06-20 23:21:27 +00:00
Lasse Öörni
016296a860 Remove unused variable. Fix Terrain Lua binding. 2014-06-21 02:08:09 +03:00
Lasse Öörni
c85499b695 Allow relatively fast partial updates to a terrain by modifying the heightmap image and calling ApplyHeightMap(). Added WorldToHeightMap() function to Terrain for converting world coordinates to heightmap pixel positions. 2014-06-21 01:51:32 +03:00
Chris Friesen
b0bac0b63b Fixed editor warning. 2014-06-18 22:16:48 -05:00
Lasse Öörni
a36edf5d1e Fix TerrainPatch raycast normal to world space. 2014-06-19 00:22:50 +03:00
Lasse Öörni
c87f520328 Fix terrain raycast not returning correct position & normal. 2014-06-19 00:15:37 +03:00
urho3d-travis-ci
0dd7980a57 Travis CI: API documentation update at 2014-06-18 19:00:44 UTC.
[ci package]
2014-06-18 19:00:44 +00:00
Lasse Öörni
914cadf3fd Merge pull request #390 from ninjastone/master
Meshless model was sometimes not importable
2014-06-18 21:18:06 +03:00
Lasse Öörni
3bbc756aeb Merge branch 'particle-emitter-refactor' 2014-06-18 21:11:37 +03:00
ninjastone
42dc493f4a Skeleton only model was not importable 2014-06-18 23:50:25 +09:00
aster
7ad727a25b Add save function for ParticleEffect2D. 2014-06-18 19:02:19 +08:00
Lasse Öörni
c3fc39132b Made ParticleEmitter::ApplyEffect() public, as it's necessary if changing certain properties of the effect programmatically. Also mark network update if the emitter's effect is changed to none. 2014-06-17 23:28:32 +03:00
urho3d-travis-ci
c2295ec748 Travis CI: API documentation update at 2014-06-17 14:04:50 UTC.
[ci package]
2014-06-17 14:04:50 +00:00
Lasse Öörni
6a044a324b Fix missing viewMask parameter in Lua Raycast & RaycastSingle. 2014-06-17 16:17:06 +03:00
Lasse Öörni
3b1c7ef054 Added contributor. 2014-06-17 15:58:02 +03:00
Lasse Öörni
f1f66425d8 Merge pull request #389 from ninjastone/master
TransformSpace was ignored in Node::LookAt
2014-06-17 15:52:25 +03:00
ninjastone
66c66fa444 TransformSpace was ignored in Node::LookAt 2014-06-17 21:33:40 +09:00
aster
6cf4fded98 Add set relative, scaled, sorted. 2014-06-17 12:31:53 +08:00
Lasse Öörni
ce97cba5c1 Use FromAxes() in Quaternion::FromLookRotation() to fix problem with negative coordinates. Fixes #388. 2014-06-17 00:09:17 +03:00
Lasse Öörni
6231acffdc ParticleEffect live reload support. 2014-06-16 23:22:09 +03:00