urho3d-travis-ci
|
a476f0c401
Travis CI: bump copyright to 2019.
|
7 rokov pred |
Neal_Nicdao
|
b1c3ce30ec
Added new EmitterTypes
|
7 rokov pred |
urho3d-travis-ci
|
70049ba582
Travis CI: bump copyright to 2018.
|
8 rokov pred |
Yao Wei Tjong 姚伟忠
|
c99c5fbf64
Clang-Tidy - modernize-use-equals-default.
|
8 rokov pred |
Yao Wei Tjong 姚伟忠
|
ca97fd9b9b
Clang-Tidy - modernize-use-auto.
|
8 rokov pred |
Lasse Öörni
|
5f0b5a6211
Fix ParticleEmitter finish event not working when emission is explicitly disabled with SetEmitting(false). Cleanup ParticleEmitter code. Closes #1854.
|
9 rokov pred |
urho3d-travis-ci
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 rokov pred |
Lasse Öörni
|
b9e8bf7ca0
Eliminate BillboardSet 16 bit index limitation and use large indices when necessary.
|
9 rokov pred |
Lasse Öörni
|
3fe5024cf7
Remove deprecated autoRemove bool from SoundSource. Replace with a more generic AutoRemoveMode enum which is now used by both SoundSource & ParticleEmitter.
|
9 rokov pred |
Lasse Öörni
|
f6d413aee4
Minor comment and code convention edits.
|
9 rokov pred |
Lasse Öörni
|
caf663eac3
Possibility for BillboardSet / ParticleEffect billboards to be fixed screen size. In this case the billboard size is measured in pixels.
|
9 rokov pred |
urho3d-travis-ci
|
c4f6f315ff
Travis CI: bump copyright to 2016.
|
10 rokov pred |
Lasse Öörni
|
f5cee983f1
Code convention minor edits. Expose the new enum value to Lua.
|
10 rokov pred |
Yusuf Umar
|
353c459e0d
Adding direction for particle/billboard. It can create pseudo 3d effect inspired by Unity stretched billboard. Can be used by using face camera option 'Rotate Along Direction'.
|
10 rokov pred |
Lasse Öörni
|
11856fd7be
Make sure to send the particle effect finish event in the main thread.
|
10 rokov pred |
Lasse Öörni
|
1840c749f0
Particle effect finish event. Closes #1058.
|
10 rokov pred |
Lasse Öörni
|
00410aabd8
Move ParticleEffect::GetEffect() into the .cpp implementation, as it uses shared pointer access.
|
10 rokov pred |
Lasse Öörni
|
9661f33f01
Fix uninitialized variables in ParticleEmitter. Closes #981.
|
10 rokov pred |
Ivan K
|
3959d569fa
MIXED_ACCESSOR_ATTRIBUTE -> URHO3D_MIXED_ACCESSOR_ATTRIBUTE
|
10 rokov pred |
Ivan K
|
212f419026
ACCESSOR_ATTRIBUTE -> URHO3D_ACCESSOR_ATTRIBUTE
|
10 rokov pred |
Ivan K
|
14b1669735
ENUM_ATTRIBUTE -> URHO3D_ENUM_ATTRIBUTE
|
10 rokov pred |
Ivan K
|
431e29d2cd
ATTRIBUTE -> URHO3D_ATTRIBUTE
|
10 rokov pred |
Ivan K
|
82b9a034a2
COPY_BASE_ATTRIBUTES -> URHO3D_COPY_BASE_ATTRIBUTES
|
10 rokov pred |
Ivan K
|
4bcbae61fe
HANDLER -> URHO3D_HANDLER
|
10 rokov pred |
Yao Wei Tjong 姚伟忠
|
fa77a456f8
Reformat Urho3D source files to get rid of the indents on empty lines.
|
10 rokov pred |
Lasse Öörni
|
52b739e2a4
Initial work to separate Component's association with its owner node and scene (OnNodeSet() and OnSceneSet()). This should allow components to work properly when moved from one scene to another, or when created initially outside a scene, and be removed from rendering & physics when removed from the scene, even if the node's refcount keeps it alive after the removal.
|
10 rokov pred |
Lasse Öörni
|
ddb9362ef4
Added possibility to new a ParticleEffect from Lua, and exposed missing functions. Fixed crash if ParticleEffect has no color frames. Closes #689.
|
10 rokov pred |
Lasse Öörni
|
bb2ebf7568
Bump copyright to 2015.
|
11 rokov pred |
Yao Wei Tjong 姚伟忠
|
f719e3a429
Remove explicit inclusion of precompiled header file.
|
11 rokov pred |
Lasse Öörni
|
bcf451bfe2
Prevent additive scale modification making particle scale negative. Closes #624.
|
11 rokov pred |