root/as3/BetweenAS3


コピー検出時の動作:

凡例:

追加
更新
コピーまたは移動
Rev Chgset コミット日時 コミッタ ログメッセージ
(edit) @3010 [3010] 2009/08/11 22:30:15 yossy BetweenAS3(ba): Fixed physical tween.
(edit) @3009 [3009] 2009/08/11 03:20:09 yossy BetweenAS3(ba): Added physical easing support.
(edit) @3008 [3008] 2009/08/11 01:44:49 yossy BetweenAS3(ba): Added ASDoc for methods in BetweenAS3 class.
(edit) @3007 [3007] 2009/08/10 20:53:37 yossy Added shortcuts for BetweenAS3.tween and BetweenAS3.bezier.
(edit) @3006 [3006] 2009/08/10 19:44:07 yossy BetweenAS3(ba): Added CHANGES note.
(edit) @3005 [3005] 2009/08/10 19:40:53 yossy BetweenAS3(ba): Replaced action tweens to the new codes.
(edit) @3004 [3004] 2009/08/10 18:55:24 yossy BetweenAS3(ba): Added CHANGES notes.
(edit) @3003 [3003] 2009/08/10 18:37:08 yossy BetweenAS3(ba): Fixed type hinting in BetweenAS3 class.
(edit) @3002 [3002] 2009/08/10 18:06:25 yossy BetweenAS3(ba): Removed unused tests.
(edit) @3001 [3001] 2009/08/10 18:03:35 yossy BetweenAS3(ba): Moved tween decorators to decorators package.
(edit) @3000 [3000] 2009/08/10 17:42:40 yossy BetweenAS3(ba): Fixed parameter of ParallelTween? and SerialTween? for …
(edit) @2999 [2999] 2009/08/10 17:40:08 yossy BetweenAS3(ba): Fixed UpdaterFactoryTest?.
(edit) @2998 [2998] 2009/08/08 16:00:43 yossy BetweenAS3(ba): Added Bezier tween.
(edit) @2997 [2997] 2009/08/08 15:10:41 yossy BetweenAS3(ba): Fixed type hints.
(edit) @2996 [2996] 2009/08/08 04:26:03 yossy BetweenAS3(ba): Rewrote BetweenAS3 facade class for new architecture.
(edit) @2995 [2995] 2009/08/08 03:41:10 yossy BetweenAS3(ba): Deleted unused classes.
(edit) @2994 [2994] 2009/08/08 03:37:05 yossy BetweenAS3(ba): Refactored ObjectTween? related codes and create IUpdater.
(edit) @2731 [2731] 2009/05/27 01:52:14 yossy BetweenAS3(ba): Replaced a SingleTweenTargetBuilder? to …
(edit) @2730 [2730] 2009/05/27 01:17:10 yossy BetweenAS3(ba): Moved a ClassRegistry?.
(edit) @2717 [2717] 2009/05/26 02:16:38 yossy BetweenAS3(ba): Replaced object tweens to the new code.
(edit) @2712 [2712] 2009/05/25 01:31:04 yossy BetweenAS3(ba): Fixed an easing test.
(edit) @2711 [2711] 2009/05/25 01:02:53 yossy BetweenAS3(ba): Replaced group tweens to the new code.
(edit) @2710 [2710] 2009/05/25 01:00:52 yossy BetweenAS3(ba): Reverted time calculation.
(edit) @2705 [2705] 2009/05/23 23:56:59 yossy BetweenAS3(ba): Replaced basically tweens to the new code.
(edit) @2696 [2696] 2009/05/22 22:16:42 yossy BetweenAS3(ba): Added a missing IEasing import.
(edit) @2695 [2695] 2009/05/22 22:12:51 yossy BetweenAS3(ba): Refactored easing.
(edit) @2694 [2694] 2009/05/22 22:02:29 yossy BetweenAS3(ba): Renamed BetweenEvent? to TweenEvent?.
(edit) @2693 [2693] 2009/05/22 21:57:05 yossy BetweenAS3: Moved declarations in IObjectTween.
(edit) @2692 [2692] 2009/05/22 21:53:14 yossy BetweenAS3: Refactored tickers.
(edit) @2688 [2688] 2009/05/22 19:08:45 yossy BetweenAS3(ba): Fixed interfaces related a tween.
(edit) @2687 [2687] 2009/05/22 18:03:02 yossy BetweenAS3: Created a branch for a big reform.
(edit) @2645 [2645] 2009/05/15 02:23:14 yossy BetweenAS3: Fixed ColorTransform? tween can't be worked. (fixed #99)
(edit) @2644 [2644] 2009/05/15 02:02:49 yossy BetweenAS3: Fixed incompletely clone.
(edit) @2619 [2619] 2009/05/10 23:00:31 yossy BetweenAS3: Fixed a sample.
(edit) @2618 [2618] 2009/05/10 22:56:41 yossy BetweenAS3: Moved a delay setting to the BetweenAS3.delay method for more …
(edit) @2617 [2617] 2009/05/10 21:08:54 yossy BetweenAS3: Changed the timing of calculating tween parameters to the …
(edit) @2616 [2616] 2009/05/10 14:10:15 yossy BetweenAS3: Added a changelog file.
(edit) @2613 [2613] 2009/05/09 15:16:17 yossy BetweenAS3: Added license and build documentation files.
(edit) @2612 [2612] 2009/05/09 15:13:45 yossy BetweenAS3: Created a tag 'alpha-r2505'. This is for the Wonderfl.
(edit) @2611 [2611] 2009/05/09 15:00:31 yossy BetweenAS3: Changed a version name in the build.properties.
(edit) @2600 [2600] 2009/05/09 00:44:29 yossy BetweenAS3: Fixed a issue that ClassRegistry? returns wrong class.
(edit) @2520 [2520] 2009/04/22 01:11:14 yossy BetweenAS3: Added ANT build configuration files to build SWC file.
(edit) @2505 [2505] 2009/04/21 03:17:09 yossy BetweenAS3: BetweenAS3.func's param parameter isn't required default.
(edit) @2504 [2504] 2009/04/21 02:54:37 yossy BetweenAS3: Added BetweenAS3.func (Beta).
(edit) @2475 [2475] 2009/04/17 00:49:37 yossy BetweenAS3: Added an extra tween "AddChild?".
(edit) @2474 [2474] 2009/04/17 00:31:37 yossy BetweenAS3: Added an IActionTweenTarget interface.
(edit) @2473 [2473] 2009/04/16 23:56:05 yossy BetweenAS3: Added an extra tween "RemoveFromParent?".
(edit) @2472 [2472] 2009/04/16 22:05:52 yossy BetweenAS3: Updated the "Particles" experiment for more faster.
(edit) @2471 [2471] 2009/04/16 21:59:49 yossy BetweenAS3: Added an experiment "Particles".
(edit) @2470 [2470] 2009/04/16 21:11:51 yossy BetweenAS3: Added a PointTweenTarget?.
(edit) @2469 [2469] 2009/04/16 20:26:28 yossy BetweenAS3: Added a stopOnComplete property to ITween.
(edit) @2468 [2468] 2009/04/16 18:45:46 yossy BetweenAS3: Added all basic easings. Please check and test them!!
(edit) @2467 [2467] 2009/04/16 18:44:37 yossy BetweenAS3: Updated an as3proj file.
(edit) @2317 [2317] 2009/03/02 22:40:10 yossy BetweenAS3: フィルタのトゥイーンのサンプル追加
(edit) @2316 [2316] 2009/03/02 22:39:38 yossy BetweenAS3: apply 後の値がおかしかったのを修正
(edit) @2315 [2315] 2009/03/02 22:38:50 yossy BetweenAS3: to 値のみの指定だったときエラー出るの修正
(edit) @2314 [2314] 2009/03/02 22:12:46 yossy BetweenAS3: オブジェクトのトゥイーン実装 (60 tests)
(edit) @2313 [2313] 2009/03/02 21:22:09 yossy BetweenAS3: フィルター系のゲッターとセッター実装 (59 tests)
(edit) @2302 [2302] 2009/02/20 02:12:07 yossy BetweenAS3: タイポ修正 s/proeprty/property/
(edit) @2301 [2301] 2009/02/19 19:05:09 yossy BetweenAS3: apply 追加
(edit) @2300 [2300] 2009/02/19 18:52:06 yossy BetweenAS3: SlicedTweenTarget? 追加 (55 tests)
(edit) @2299 [2299] 2009/02/19 18:30:25 yossy BetweenAS3: scale 追加
(edit) @2298 [2298] 2009/02/19 18:13:33 yossy BetweenAS3: ScaledTweenTarget? 追加 (54 tests)
(edit) @2293 [2293] 2009/02/18 02:50:14 yossy BetweenAS3: repeat などのサンプル
(edit) @2292 [2292] 2009/02/18 02:49:40 yossy BetweenAS3: SerialTweenTarget? の逆方向時の処理がおかしかったので修正
(edit) @2291 [2291] 2009/02/18 02:23:45 yossy BetweenAS3: RepeatedTweenTarget? 追加
(edit) @2290 [2290] 2009/02/18 01:47:18 yossy BetweenAS3: reverse 追加
(edit) @2289 [2289] 2009/02/18 01:15:56 yossy BetweenAS3: イージング Cubic 追加
(edit) @2288 [2288] 2009/02/17 23:53:34 yossy BetweenAS3: ClassRegistry? を最適化
(edit) @2287 [2287] 2009/02/17 22:46:05 yossy BetweenAS3: ParallelTweenTarget?SerialTweenTarget? 追加 (48 tests)
(edit) @2286 [2286] 2009/02/17 19:07:20 yossy BetweenAS3: 高速化のつもり
(edit) @2285 [2285] 2009/02/17 17:56:38 yossy BetweenAS3: 内部プロパティの単位を秒に変更
(edit) @2284 [2284] 2009/02/17 01:28:01 yossy BetweenAS3: パラメータ指定のインターフェイスを変えてみた。
(edit) @2283 [2283] 2009/02/17 01:03:04 yossy BetweenAS3: ITween に AS2 的ハンドラを追加
(edit) @2282 [2282] 2009/02/17 00:36:55 yossy BetweenAS3: StandardSingleTweenTargetFactory?ClassRegistry? の高速化
(edit) @2281 [2281] 2009/02/16 22:45:44 yossy BetweenAS3: EnterFrameTicker? の update 処理中に addTickerListener …
(edit) @2280 [2280] 2009/02/16 22:15:57 yossy BetweenAS3: ObjectCache? 修正 (45 tests)
(edit) @2279 [2279] 2009/02/16 21:44:05 yossy BetweenAS3: ClassRegistry? の上書き登録のテスト追加 (44 tests)
(edit) @2278 [2278] 2009/02/16 21:39:01 yossy BetweenAS3: DisplayObjectTweenTarget? 追加 (43 tests)
(edit) @2277 [2277] 2009/02/16 20:17:42 yossy BetweenAS3: イージング Exponential 追加
(edit) @2276 [2276] 2009/02/16 18:33:32 yossy BetweenAS3: StandardTween? ちゃんと実装 (35 tests)
(edit) @2273 [2273] 2009/02/16 05:04:42 yossy BetweenAS3: tween メソッド超暫定実装。とりあえず単純なトゥイーンは動くようになった。
(edit) @2272 [2272] 2009/02/16 04:58:49 yossy BetweenAS3: イージング設定忘れてたので追加
(edit) @2271 [2271] 2009/02/16 04:41:54 yossy BetweenAS3: StandardTween? 一部だけ実装 (32 tests)
(edit) @2270 [2270] 2009/02/16 03:50:20 yossy BetweenAS3: StandardSingleTweenTargetFactory? 実装。ただしまだ基本部分のみ。 (28 tests)
(edit) @2268 [2268] 2009/02/16 01:10:12 yossy BetweenAS3: ClassRegistry? 実装 (22 tests)
(edit) @2247 [2247] 2009/02/13 00:22:20 yossy BetweenAS3: リンクリストのためのオブジェクトを毎回生成するのはどうかなと思ったので止めた (15 tests)
(edit) @2245 [2245] 2009/02/12 01:10:08 yossy BetweenAS3: EnterFrameTicker? (高速版) 実装
(edit) @2244 [2244] 2009/02/11 21:50:25 yossy BetweenAS3: ObjectTweenTarget? 実装 (14 tests)
(edit) @2243 [2243] 2009/02/11 20:19:56 yossy BetweenAS3: とりあえずリニアなイージング (1 test)
(edit) @2242 [2242] 2009/02/11 18:00:04 yossy BetweenAS3: 主要インターフェイスなど
(edit) @2239 [2239] 2009/02/10 23:06:03 yossy BetweenAS3: ライセンス文など仕込み
(edit) @2238 [2238] 2009/02/10 19:16:36 yossy BetweenAS3: バージョン管理的に FP9 は FP10 からコピーしたほうが良いと思った
(edit) @2237 [2237] 2009/02/10 19:15:33 yossy BetweenAS3: 一旦 fp9 フォルダ削除
(edit) @2232 [2232] 2009/02/10 02:06:17 yossy そろそろはじめますよ的な感じで、とりあえずレイアウトだけインポート。
(add) @2114 [2114] 2009/01/01 00:32:17 yossy 新年初コミット。まだディレクトリ (建設予定地) だけ。
Note: リビジョンログについてのヘルプは TracRevisionLog を参照して下さい。