Yao Wei Tjong 姚伟忠
3c77988d37
Set CMake policy CMP0026 to OLD for early CMake 3.0.0 adopters.
...
This change prevents warning message spams while generating Urho3D project file.
2014-07-16 13:15:11 +08:00
Lasse Öörni
9b1e3e161a
Fix editor camera orbiting with right mouse button when components only are selected in the hierarchy.
2014-07-15 23:23:34 +03:00
Lasse Öörni
921b1ef792
Fixed the button name in DynamicGeometry touch controls.
2014-07-15 22:32:46 +03:00
urho3d-travis-ci
f45fc7c426
Travis CI: API documentation update at 2014-07-15 19:26:28 UTC.
...
[ci package]
2014-07-15 19:26:28 +00:00
Lasse Öörni
b281e555d7
Added dynamic geometry C++ sample. Minor comment & warning fixes in other samples.
2014-07-15 22:03:53 +03:00
Lasse Öörni
b80fbc8817
Added Clone() function to Model, which deep-copies all data including vertex/index buffers, so that the clone can be individually animated. Closes #402 .
2014-07-15 21:48:15 +03:00
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