Demigiant
|
e3bf095de8
|
Added DOTween.KillAll overload which accepts ids or targets to keep out of the killing
|
2015-09-15 19:54:43 +02:00 |
|
Demigiant
|
599398b1ce
|
Fixed OnPlay not being called on Restart
|
2015-08-08 23:10:03 +02:00 |
|
Demigiant
|
13c933a4b8
|
Added optional "withCallbacks" parameter to Complete/DOComplete
|
2015-08-04 18:34:29 +02:00 |
|
Daniele Giardini
|
c6d84ccfda
|
Fixed tweens not working correctly if Fixed UpdateType was set as default from DOTween's Utility Panel
|
2015-06-09 20:10:27 +02:00 |
|
Daniele Giardini
|
bfe4a350a0
|
Added SmoothRewind/SmoothRewindAll/DOSmoothRewind control methods
|
2015-06-02 19:27:42 +02:00 |
|
Daniele Giardini
|
f73c8454a0
|
Added DOTween.useSmoothDeltaTime option, and relative setting in the Utility Panel Preferences
|
2015-05-30 19:38:21 +02:00 |
|
Daniele Giardini
|
b56c49e441
|
Fixed path orientation issue when rewinding
|
2015-05-27 13:01:57 +02:00 |
|
Daniele Giardini
|
2679dd4c25
|
- Added DOTween Utility Panel option to disable path gizmos
- Removed decimal implementation in Sequences
|
2015-05-17 22:49:11 +02:00 |
|
Daniele Giardini
|
d70e0055d4
|
Fixed IndexOutOfRangeException when creating many Tweeners and Sequences
|
2015-05-13 17:02:23 +02:00 |
|
Daniele Giardini
|
f9f8b96b01
|
Reverted back from using decimals when calculating Goto completed loops, since it could cause division by zero in rare cases
|
2015-05-09 12:55:10 +02:00 |
|
Daniele Giardini
|
a2dd1818c6
|
Fixed ChangeEnd/Start/Values not working correctly in hyper-compatible version
|
2015-05-08 10:58:41 +02:00 |
|
Daniele Giardini
|
dc57c44ab7
|
ChangeStart/End/Values now works correctly inside OnUpdate callbacks
|
2015-05-05 13:29:51 +02:00 |
|
Daniele Giardini
|
b01003f3e0
|
- Added playingOnly optional parameter to TweensById and TweensByTarget
- Added DemiLib pre-alpha (used by DOTween Pro)
|
2015-04-30 16:57:00 +02:00 |
|
Daniele Giardini
|
15400e5ba3
|
Fixed rare floating point imprecision error when calculating completed loops
|
2015-04-27 01:40:18 +02:00 |
|
Daniele Giardini
|
b5d1cc8853
|
Fixed issue with TweensById returning a NullReferenceException in some cases
|
2015-04-22 11:54:54 +02:00 |
|
Daniele Giardini
|
04e3b085fa
|
Fixed DOTween.TweensBytId not working correctly in some cases
|
2015-04-21 18:28:17 +02:00 |
|
Daniele Giardini
|
847813ac40
|
Implemented new hyper-compatibility mode (works on WP8.1) using faster wrappers instead of surrogates for Unity structs
|
2015-04-20 19:57:39 +02:00 |
|
Daniele Giardini
|
a5b9515df9
|
Implemented WP8.1 fix with new DOBlendableColor shortcuts
|
2015-04-20 16:56:52 +02:00 |
|
Daniele Giardini
|
c586aaa108
|
Added DOBlendableColor and DOBlendableFadeBy shortcuts
|
2015-04-16 21:44:25 +02:00 |
|
Daniele Giardini
|
9af3b701ea
|
Added QuaternionSurrogate to make QuaternionPlugin fully compatible with Win8.1
|
2015-04-15 19:18:04 +02:00 |
|
Daniele Giardini
|
6ecc10cb6f
|
Implemented QuaternionSurrogatePlugin that uses Vector3Surrogate and works on WP8.1
|
2015-04-15 12:47:55 +02:00 |
|
Daniele Giardini
|
b4648112eb
|
Implemented Color/Color32 surrogate that works on WP8.1
|
2015-04-15 12:29:56 +02:00 |
|
Daniele Giardini
|
3382ddb04e
|
Implemented Vector2/3/4Surrogate which works also on Win8.1
|
2015-04-15 02:01:51 +02:00 |
|
Daniele Giardini
|
eb74216d6a
|
Implementing Vector2/3/4 surrogates that don't break C# rules as Unity does, so they will work on WP8.1
|
2015-04-14 12:51:04 +02:00 |
|
Daniele Giardini
|
42e1ef8180
|
All chained settings now check for null tweens + Added HasProperty check to Material shortcuts that tween a specific property + Added Material.DOAlpha with specific-property parameter
|
2015-04-13 14:30:21 +02:00 |
|
Daniele Giardini
|
472044c705
|
Added additional option when choosing DOTween settings location (Demigiant folder)
|
2015-04-11 19:13:06 +02:00 |
|
Daniele Giardini
|
9be6d63fd6
|
DOTween Utility Panel > Implemented choice of Settings location
|
2015-04-11 13:28:08 +02:00 |
|
Daniele Giardini
|
85229fb5bf
|
Added DOTween.Play/Restart overloads to filter by tweens with BOTH the given target AND id
|
2015-04-05 20:00:33 +02:00 |
|
Daniele Giardini
|
5152a06e19
|
Implemented EaseFactory and EaseFactory.StopMotion by Andrei Stanescu (reydanro)
|
2015-04-04 19:49:21 +02:00 |
|
Daniele Giardini
|
59737f5dc7
|
- Added WP8.1 configuration while trying to solve WP8.1 issues with release builds (master and debug work)
- Ignoring HOPoolOperator
- Added GUIStyles used by editors
|
2015-04-04 13:50:15 +02:00 |
|
Daniele Giardini
|
ea7a7a7cfd
|
- Implemented support for long and ulong formats
- Fixed IsTweening returning TRUE if called inside a tween's OnComplete
|
2015-03-31 10:02:15 +02:00 |
|
Daniele Giardini
|
79c6148734
|
Fixed crash happening when the number of Sequences exceeded by far the number of Tweeners
|
2015-03-27 20:08:31 +01:00 |
|
Daniele Giardini
|
40dbd39b0e
|
- Added blendable rotate + scale shortcuts
- Fixed IntPlugin not being set for incremental loops when sequenced
|
2015-03-27 18:05:35 +01:00 |
|
Daniele Giardini
|
ec1756130a
|
- Fixed issues with looping tweens and super-tiny durations
- Allowed DOVirtual.DelayedCall to be set in a loop
|
2015-03-25 10:32:36 +01:00 |
|
Daniele Giardini
|
a7458f0445
|
Fixed rare but randomly happening IndexOutOfRange exception (finally, wohoo!)
|
2015-03-23 18:11:22 +01:00 |
|
Daniele Giardini
|
f6f53fbe4c
|
First GIT layout after moving away from Google Code
|
2015-03-18 19:30:48 +01:00 |
|