Commit Graph

9836 Commits

Author SHA1 Message Date
Yao Wei Tjong 姚伟忠
a5c5956103 For CI - use the latest OSX image with Xcode 8.
Close #1598.
2016-09-21 00:36:26 +08:00
urho3d-travis-ci
d13a92d616 Travis CI: API documentation update at 2016-09-20 08:53:23 UTC.
[ci package]

Commit: 886e48ab8a

Message: Script bindings for new input functions.
2016-09-20 08:53:23 +00:00
Lasse Öörni
886e48ab8a Script bindings for new input functions. 2016-09-20 11:36:32 +03:00
Lasse Öörni
f6ce114830 Multisampled texture without autoresolve on OpenGL. 2016-09-19 23:05:44 +03:00
Lasse Öörni
d068842bf5 Error logging for attempting to use non-autoresolve multisampled texture on Direct3D9. 2016-09-19 21:35:04 +03:00
Lasse Öörni
f75fbfa688 Add multisample & autoresolve definitions to RenderTargetInfo. 2016-09-19 21:27:38 +03:00
Lasse Öörni
a7f3c61bdf Multisampled texture on D3D11. 2016-09-19 21:06:40 +03:00
Rokas Kupstys
19012714e1 Expose mouse position manipulation api in Input class 2016-09-19 18:24:30 +03:00
Lasse Öörni
180936cebd Merge remote-tracking branch 'lumak/master' 2016-09-19 17:49:06 +03:00
Lumak
4fd62537e6 implemented a much simpler version 2016-09-19 00:40:17 -07:00
Lasse Öörni
4e40cf849e Work on OpenGL multisample textures. 2016-09-19 02:35:28 +03:00
Lumak
7341c9a48b a bit of clean up 2016-09-18 14:42:26 -07:00
Lasse Öörni
a4d3eb0b51 Merge pull request #1602 from carnalis/master
render path syntax correction to Doxygen docs
2016-09-18 23:50:13 +03:00
carnalis
e422aad26a render path syntax correction to Doxygen docs 2016-09-18 16:34:09 -04:00
Lumak
931b9bbd98 added a feature to be able to export fbx animation w/o skinned mesh 2016-09-18 13:12:49 -07:00
1vanK
eda96cd128 Add AnimationController::IsPlaying(layer) method 2016-09-18 19:47:10 +03:00
Lasse Öörni
eb62fd941b Next attempt to fix civetweb for XCode 8. 2016-09-18 00:27:25 +03:00
Lasse Öörni
9a00eba52a Merge pull request #1595 from eugeneko/master
Add functions for mipmap manipulation to Image.
2016-09-17 13:23:42 +03:00
Eugene Kozlov
d4039d5bc6 Add functions for mipmap manipulation to Image. 2016-09-17 01:20:59 +03:00
Lasse Öörni
90efa3b976 Specify high precision for water shader varyings on GLES to fix shaky reflection/refraction texture sampling. Closes #1593. 2016-09-17 00:26:32 +03:00
Lasse Öörni
c1ad7ea5b7 Modified Civetweb patch from Josh Engebretson. Related to #1588. 2016-09-16 23:11:32 +03:00
Lasse Öörni
5b67d284e1 Let Box2D world stay at default values for continuous (true) & substepping (false), since substepping enabled leads to erratic behavior under load. Closes #1592. 2016-09-16 18:29:52 +03:00
Lasse Öörni
43535f4087 Add script bindings for the new texture read-only properties. 2016-09-16 14:15:28 +03:00
Lasse Öörni
508db7feb8 Create additional screen buffers as non-antialiased to avoid extra resolves, with the assumption that they will be used for quad ping-ponging in postprocess effect chain. 2016-09-16 01:36:08 +03:00
Lasse Öörni
56edbef9d6 Initial multisample support for Texture2D on Direct3D9. 2016-09-16 01:24:36 +03:00
Lasse Öörni
97eba580b5 Fix implicit conversion in normal offset shadow calculations. Closes #1586. 2016-09-15 16:35:33 +03:00
Lasse Öörni
8e42f4a603 Merge pull request #1587 from eugeneko/master
Fix memory leak in Dictionary.
2016-09-15 10:43:18 +03:00
Eugene Kozlov
9c6e6071b2 Fix memory leak in Dictionary. 2016-09-14 23:02:55 +03:00
Lasse Öörni
781dc31143 Merge remote-tracking branch '1vanK/master' 2016-09-14 18:18:33 +03:00
Yao Wei Tjong 姚伟忠
952408eba0 Update code comment. [ci skip] 2016-09-14 21:13:09 +08:00
1vanK
bba9766c66 39_CrowdNavigation: animation sync 2016-09-14 11:24:20 +03:00
Lasse Öörni
4c1d729a21 Merge pull request #1581 from eugeneko/master
Fix LookAt Mixed rotation mode.
2016-09-14 10:17:45 +03:00
Lasse Öörni
00f0a87dc5 Stop existing weight fade when AnimationController::SetWeight() is called, to ensure the set weight is not overridden one frame later. Closes #1583. 2016-09-14 09:50:50 +03:00
Eugene Kozlov
7c72c36676 Fix LookAt Mixed rotation mode. 2016-09-13 20:45:13 +02:00
Lasse Öörni
2949cda567 Add contributor credit. 2016-09-13 14:07:14 +03:00
Lasse Öörni
4f1de66529 Merge remote-tracking branch 'Gordon-F/Gordon-F-delfix' 2016-09-13 13:45:45 +03:00
urho3d-travis-ci
1f6be30c98 Travis CI: API documentation update at 2016-09-12 21:07:18 UTC.
[ci package]

Commit: b22768227f

Message: Possibility to enable alpha-to-coverage in either pass or material (all passes). Requires D3D11 or OpenGL and hardware multisampling enabled. Seems to look slightly different on D3D / OpenGL. Fixed depth bias not being copied in Material::Clone(). Closes #1578.
2016-09-12 21:07:19 +00:00
Lasse Öörni
b22768227f Possibility to enable alpha-to-coverage in either pass or material (all passes). Requires D3D11 or OpenGL and hardware multisampling enabled. Seems to look slightly different on D3D / OpenGL. Fixed depth bias not being copied in Material::Clone(). Closes #1578. 2016-09-12 23:43:45 +03:00
Yao Wei Tjong 姚伟忠
6db9b8ad85 Only do the "Bash on Ubuntu on Windows" detection once. 2016-09-13 00:13:04 +08:00
Lasse Öörni
90d7d226fc Do not make a value copy of the VariantVector inside the attribute in SceneResolver. Closes #1576. 2016-09-12 17:33:12 +03:00
Igor
c72ea82b5f fix delete in SpritePacker.cpp 2016-09-12 12:29:52 +03:00
Yao Wei Tjong 姚伟忠
47b884bfc9 Add initial build support for "Bash on Ubuntu on Windows". 2016-09-12 15:41:20 +08:00
Lasse Öörni
32ef767485 Make a value copy of the node IDs when resolving. Potential solution for #1576. 2016-09-12 02:23:59 +03:00
urho3d-travis-ci
acbbaacc5c Travis CI: API documentation update at 2016-09-11 13:53:23 UTC.
[ci package]

Commit: 91141412c9

Message: Add missing enum string name for serialization.
2016-09-11 13:53:23 +00:00
Lasse Öörni
91141412c9 Add missing enum string name for serialization. 2016-09-11 16:42:11 +03:00
Lasse Öörni
8968fa4bb2 Merge remote-tracking branch '1vanK/master' 2016-09-11 16:40:15 +03:00
Lasse Öörni
83acf5bc14 Optional per-texture specifiable max. anisotropy level. Closes #1563. 2016-09-11 16:28:45 +03:00
1vanK
6323aed69a Add NavigationPushiness::NAVIGATIONPUSHINESS_NONE 2016-09-11 15:38:57 +03:00
Lasse Öörni
bad651a6dc Merge pull request #1574 from 299299/pull_branch
fix skydome glsl error
2016-09-11 14:01:44 +03:00
golden
5f7ef278be fix skydome glsl error 2016-09-11 13:27:47 +08:00