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
Yao Wei Tjong 姚伟忠
761ae83c99
For Travis CI - install PulseAudio devel package for Linux CI builds.
...
Remove ALSA devel package for non-Linux CI builds as the new host tool building mechanism does not rely on it anymore.
2015-11-26 19:58:18 +08:00
Yao Wei Tjong 姚伟忠
32fb97b5c9
Avoid SDL dependency when building mini Urho for PackageTool target.
...
[skip appveyor] [ci only: Emscripten]
2015-11-26 19:56:13 +08:00
Xavier Maupeu
362242bd3b
update script API for ShadowQuality
2015-11-26 11:27:20 +01:00
Xavier Maupeu
4e41906157
first modifications in order to integrate VSM shadow
2015-11-26 10:13:27 +01:00
urho3d-travis-ci
1a1ccb0b65
Travis CI: API documentation update at 2015-11-26 08:00:16 UTC.
...
[ci package]
Commit: 29e62526eb
Message: Added event for sound playback finished. Deprecate SoundSource::SetAutoRemove() and change samples + NinjaSnowWar to not use it. Fix network replication of SoundSource to work with repeated playback on the same source.
2015-11-26 08:00:17 +00:00
Lasse Öörni
29e62526eb
Added event for sound playback finished. Deprecate SoundSource::SetAutoRemove() and change samples + NinjaSnowWar to not use it. Fix network replication of SoundSource to work with repeated playback on the same source.
2015-11-25 22:50:19 +02:00
Yao Wei Tjong 姚伟忠
86037b99dc
Quick fix for RPI cross-compiling build on a host with PulseAudio.
2015-11-25 00:15:37 +08:00
Lasse Öörni
7094817a2d
Further fix for Quaternion VS2010 crash issue.
2015-11-24 17:55:31 +02:00
Lasse Öörni
3e0c4d7a4d
Merge pull request #1057 from juj/vs2010_sse_alignment_workaround
...
vs2010_sse_alignment_workaround
2015-11-24 17:36:28 +02:00
Jukka Jylänki
811712e141
Work around VS2010 compiler bug with SSE and copy construction/assignment misalignment. Closes #1044 .
2015-11-24 17:29:16 +02:00
Lasse Öörni
1035c8d745
Merge pull request #1056 from juj/vs2015_ucomige_ss_workaround
...
vs2015_ucomige_ss_workaround
2015-11-24 15:47:37 +02:00
Jukka Jylänki
04dbf71e71
Work around bug #1053 ( https://connect.microsoft.com/VisualStudio/feedback/details/2053175 ) by replacing the SSE1 specific _mm_ucomige_ss() with SSE2 specific _mm_cvtsi128_si32(_mm_castps_si128(c)) == -1. Given that URHO3D_SSE is targeting SSE2, this workaround has no drawbacks. Closes #1053 .
2015-11-24 15:22:59 +02:00
Yao Wei Tjong 姚伟忠
7b49e63dc5
Skip installing Emscripten data files when destination var not defined.
...
For Travis CI - Speed up the CI builds on Mac OSX VM by removing build test for 32-bit OSX build. All OSX since Lion are 64-bit only.
[ci only: Emscripten, OSX] [skip appveyor]
2015-11-23 22:36:05 +08:00
Lasse Öörni
eb9c04fcac
Make sure ScreenToWorldPoint() correctly returns points on a plane with the specified distance (Z).
2015-11-23 14:42:25 +02:00
Lasse Öörni
d13addbbd7
Fix Vegetation shadow shader for D3D11. Ensure LitSolid changes are ported to Vegetation shader. Put wind related parameters to a custom constant buffer on D3D11. Closes #1052 .
2015-11-23 13:49:00 +02:00
Yao Wei Tjong 姚伟忠
371a49afb0
Escape dollar sign in the custom commands. Pardon our dust.
...
[skip appveyor] [ci only: OSX] [ci package]
2015-11-23 13:43:35 +08:00