Nick Royer
44bdb94047
Updated Scene and Node AngelScript APIs to reflect JSON scene and node
...
save/load features.
2015-12-08 12:09:37 -06:00
Nick Royer
379860e543
Added functions for scenes, nodes, etc. to be saved/loaded to JSON data
...
as well as XML.
2015-12-08 11:56:40 -06:00
Yao Wei Tjong 姚伟忠
3229bcbfe1
Fix bug in FindUrho3D module to prevent issue when being invoked twice.
...
Fix evaluation of compiler support for gnu++11/gnu++0x standard.
Fix space-in-path support for URHO3D_HOME environment variable.
2015-12-08 22:38:42 +08:00
urho3d-travis-ci
c0c149dfa5
Travis CI: API documentation update at 2015-12-08 12:08:06 UTC.
...
[ci package]
Commit: 310c32db9e
Message: Adapt PhysicsWorld::GetRigidBodies() to use Nick Royer's immediate contact test code to work with static bodies properly. (https://github.com/urho3d/Urho3D/pull/1077 ) Exposed PhysicsWorld::GetCollidingBodies() for the previous behavior, similar to RigidBody::GetCollidingBodies().
2015-12-08 12:08:06 +00:00
Lasse Öörni
310c32db9e
Adapt PhysicsWorld::GetRigidBodies() to use Nick Royer's immediate contact test code to work with static bodies properly. ( https://github.com/urho3d/Urho3D/pull/1077 ) Exposed PhysicsWorld::GetCollidingBodies() for the previous behavior, similar to RigidBody::GetCollidingBodies().
2015-12-08 13:58:20 +02:00
Lasse Öörni
45c11acd6c
Create a read-only depth stencil view and use it when depth write is disabled to allow simultaneous sampling of the depth buffer in pixel shader. Closes #1076 .
2015-12-07 15:55:55 +02:00
Lasse Öörni
85697abb4b
Clear also stencil.
2015-12-07 11:02:38 +02:00
Lasse Öörni
66bc72a76f
In ForwardDepth renderpath, clear depth two times as on OpenGL it can't be guaranteed that the proper rendering pass depth buffer is same as in the linear depth pass. Closes #1073 .
2015-12-07 11:00:47 +02:00
Lasse Öörni
2265f3d609
Merge pull request #1074 from 1vanK/master
...
Editor: set RenderPath for particle editor
2015-12-07 10:46:00 +02:00
Ivan K
21d8906e7c
Editor: set RenderPath for particle editor
2015-12-07 02:09:31 +04:00
Xavier Maupeu
fc41f4bfa6
fix bug with simple shadow and pcf shadow in direct3d9
2015-12-05 19:09:49 +01:00
Xavier Maupeu
9b48314d99
update glsl lighting
2015-12-05 17:12:28 +01:00
Xavier Maupeu
e636d44df9
vsm implementaion for hlsl shaders
2015-12-05 15:45:07 +01:00
Xavier Maupeu
45aa12c496
VSM shadow map can be blurred
2015-12-05 13:26:38 +01:00
Lasse Öörni
e9cf66b992
Marked todo related to child priority sorting.
2015-12-04 12:44:51 +02:00
Lasse Öörni
3c792eb2cd
Merge remote-tracking branch '1vanK/master'
2015-12-04 12:34:06 +02:00
Lasse Öörni
733c2e2d5b
Fix DropDownList placeholder text not hiding when an item is selected. Clarify function comments on use of placeholder text.
2015-12-03 10:59:27 +02:00
Ivan K
044bb17208
editor: more space in status text
2015-12-02 19:57:55 +04:00
Ivan K
372c5b3481
editor: fix positioning of status text
2015-12-02 19:14:32 +04:00
Ivan K
b3656119fd
unnecessary if
2015-12-02 18:04:03 +04:00
Xavier Maupeu
2ac35e8a06
update lighting shader for vsm
2015-12-01 16:58:31 +01:00
Xavier Maupeu
0567cbeaf4
remove shadow bias for vsm
2015-12-01 16:57:23 +01:00
urho3d-travis-ci
41672c95cb
Travis CI: API documentation update at 2015-12-01 14:18:07 UTC.
...
[ci package]
Commit: a4e22db6e5
Message: Auto-resize the UI root when scale is changed. Fix Console to support scaled UI. Add UI scale Lua bindings. Tweak UI scale AngelScript bindings. Fix UI render scissor region to work properly with scaled UI. Added brief documentation on UI scaling.
2015-12-01 14:18:07 +00:00
Lasse Öörni
a4e22db6e5
Auto-resize the UI root when scale is changed. Fix Console to support scaled UI. Add UI scale Lua bindings. Tweak UI scale AngelScript bindings. Fix UI render scissor region to work properly with scaled UI. Added brief documentation on UI scaling.
2015-12-01 16:08:15 +02:00
Lasse Öörni
a0386ea75c
Merge remote-tracking branch 'ninjastone/uiscale'
2015-12-01 12:47:46 +02:00
Lasse Öörni
7901b9cae5
Cleanup unused node var names from the scene. Closes #1068 .
2015-12-01 12:05:31 +02:00
Lasse Öörni
f0b615f1e2
When the engine is exiting, make sure the load queue is cleared in BackgroundLoader before going to superclass teardown (thread exit.) Closes #1063 .
2015-11-30 15:29:19 +02:00
urho3d-travis-ci
4b15a38bb4
Travis CI: API documentation update at 2015-11-30 12:43:54 UTC.
...
[ci package]
Commit: 23cdecd5db
Message: Merge pull request #1064 from cosmy1/patch-1
Add missing IntRect & IntVector2 getters and setters in XMLElement
2015-11-30 12:43:54 +00:00
Lasse Öörni
23cdecd5db
Merge pull request #1064 from cosmy1/patch-1
...
Add missing IntRect & IntVector2 getters and setters in XMLElement
2015-11-30 14:35:44 +02:00
Yao Wei Tjong 姚伟忠
a3b961eab1
For site documentation - reduce number of columns for class index page.
...
[ci skip]
2015-11-30 11:07:54 +08:00
Xavier Maupeu
78a85ff2c6
simple VSM is working
2015-11-29 11:26:36 +01:00
Yao Wei Tjong 姚伟忠
44609cc90a
Fix the FindDirect3D.cmake module to be compatible with older CMake.
...
[ci only: master, AppVeyor]
2015-11-29 15:01:14 +08:00
Yao Wei Tjong 姚伟忠
2d49c2acaa
Correct a missing closing parenthese.
...
[ci skip]
2015-11-29 14:46:02 +08:00
Yao Wei Tjong 姚伟忠
2e538aa424
Minor refactor of FindXXX CMake modules to use caches more effectively.
2015-11-29 14:34:47 +08:00
cosmy1
d2e9e1f718
Add missing IntRect & IntVector2 getters and setters in XMLElement
2015-11-28 22:06:22 +01:00
ninjastone
f39dbb2830
Fix touch positions in scaled UI.
2015-11-29 04:32:56 +09:00
Lasse Öörni
11856fd7be
Make sure to send the particle effect finish event in the main thread.
2015-11-28 02:04:34 +02:00
urho3d-travis-ci
893b47f238
Travis CI: API documentation update at 2015-11-27 23:48:59 UTC.
...
[ci package]
Commit: 1840c749f0
Message: Particle effect finish event. Closes #1058 .
2015-11-27 23:48:59 +00:00
Lasse Öörni
1840c749f0
Particle effect finish event. Closes #1058 .
2015-11-28 01:39:06 +02:00
Lasse Öörni
ac67a462ba
Animation finish event.
2015-11-28 00:54:20 +02:00
Lasse Öörni
d3d1538e5b
Force the RigidBody's interpolation transform only inside FixedUpdate() to prevent strange behavior with parented rigidbodies.
2015-11-28 00:19:43 +02:00
Lasse Öörni
ae4c30cc20
Added contributor credit.
2015-11-27 16:54:22 +02:00
Lasse Öörni
1d60bfde07
Merge pull request #1061 from tommy3/doxygen-classindex
...
activated generation of class-index
2015-11-27 16:52:31 +02:00
Yao Wei Tjong 姚伟忠
17296764b5
For Travis CI - rpi-sysroot only contains strip down version in master.
...
Fall back to use Raspbian Wheezy again as Jessie has problem to build SDL library. However, the new Wheezy sysroot is now preinstalled with PulseAudio development library.
[ci skip]
2015-11-27 17:12:17 +08:00
tommy3
8f47666927
activated generation of class-index
2015-11-27 08:48:55 +01:00
Yao Wei Tjong 姚伟忠
dac28acac9
Correct minor typo error in the FindPulseAudio module.
...
[ci skip]
2015-11-27 01:24:15 +08:00
Yao Wei Tjong 姚伟忠
510f7e31df
Add new CMake module to detect PulseAudio development library.
...
[ccache clear] [ci only: RPI]
2015-11-27 01:17:29 +08:00
Lasse Öörni
74e7d027b0
Code convention edits. Added contributor credit.
2015-11-26 18:16:33 +02:00
Yusuf Umar
8eac7a3d01
Updating particle editor with these changes:
...
- Adding grid with option to hide it
- Gizmo now always visible in the left corner
- Change particle preview viewport camera to behave more predictably
2015-11-26 18:06:27 +02:00
Xavier Maupeu
34c0d94208
update shader for vsm
2015-11-26 13:42:20 +01:00