OSDN Git Service

flapp/flapp.git
11 years agoroot movieClip の control, action, render を呼び出す処理
Yoshihiro Yamazaki [Sun, 25 Nov 2012 15:56:55 +0000 (00:56 +0900)]
root movieClip の control, action, render を呼び出す処理

11 years agoPlaceObject(code:4) 対応
Yoshihiro Yamazaki [Fri, 23 Nov 2012 18:01:14 +0000 (03:01 +0900)]
PlaceObject(code:4) 対応

11 years agohasAlpha対応
Yoshihiro Yamazaki [Fri, 23 Nov 2012 18:00:17 +0000 (03:00 +0900)]
hasAlpha対応

11 years ago- displayList
Yoshihiro Yamazaki [Fri, 23 Nov 2012 17:59:30 +0000 (02:59 +0900)]
- displayList
- toralFrames
- frameLoaded => framesLoaded

11 years agodict => characters (property name)
Yoshihiro Yamazaki [Fri, 23 Nov 2012 17:57:43 +0000 (02:57 +0900)]
dict => characters (property name)

11 years ago- ArrayToStringメソッド追加
Yoshihiro Yamazaki [Fri, 23 Nov 2012 16:46:56 +0000 (01:46 +0900)]
- ArrayToStringメソッド追加
- FlappUTF8 を FlappString に改名

11 years agotransY に誤って transX を入れて返していたので修正
Yoshihiro Yamazaki [Fri, 23 Nov 2012 16:40:06 +0000 (01:40 +0900)]
transY に誤って transX を入れて返していたので修正

11 years agoarray の要素追加メソッド誤りを修正 append => push
Yoshihiro Yamazaki [Fri, 23 Nov 2012 16:25:28 +0000 (01:25 +0900)]
array の要素追加メソッド誤りを修正 append => push

11 years agotag を movieClip や Dictionary に放り込む処理を追加
Yoshihiro Yamazaki [Fri, 23 Nov 2012 16:24:54 +0000 (01:24 +0900)]
tag を movieClip や Dictionary に放り込む処理を追加

11 years agotag 変数の初期化
Yoshihiro Yamazaki [Fri, 23 Nov 2012 16:22:59 +0000 (01:22 +0900)]
tag 変数の初期化

11 years agoadd メソッドの実装
Yoshihiro Yamazaki [Fri, 23 Nov 2012 16:15:53 +0000 (01:15 +0900)]
add メソッドの実装

11 years agotoJpeg, toPng メソッドを static 扱いに
Yoshihiro Yamazaki [Fri, 23 Nov 2012 16:15:23 +0000 (01:15 +0900)]
toJpeg, toPng メソッドを static 扱いに

11 years agoUTF8 文字列が取得されるまでダミー文字列を入れてみた
Yoshihiro Yamazaki [Fri, 23 Nov 2012 15:10:17 +0000 (00:10 +0900)]
UTF8 文字列が取得されるまでダミー文字列を入れてみた

11 years agoactionrecord に actionrecordend を含む事にした
Yoshihiro Yamazaki [Fri, 23 Nov 2012 12:54:52 +0000 (21:54 +0900)]
actionrecord に actionrecordend を含む事にした

11 years agoSJIS MBfunctions implement
Yoshihiro Yamazaki [Fri, 23 Nov 2012 04:55:11 +0000 (13:55 +0900)]
SJIS MBfunctions implement

11 years ago- SJISArrayToString implementation. (not tested yet)
Yoshihiro Yamazaki [Fri, 23 Nov 2012 04:20:20 +0000 (13:20 +0900)]
- SJISArrayToString implementation. (not tested yet)
- sjis function mock

11 years agofor (i => for (var i
Yoshihiro Yamazaki [Thu, 22 Nov 2012 19:35:33 +0000 (04:35 +0900)]
for (i => for (var i

11 years ago- new FlappSWFTag.load(...)
Yoshihiro Yamazaki [Thu, 22 Nov 2012 19:24:44 +0000 (04:24 +0900)]
- new FlappSWFTag.load(...)
- set 0 to setPos 2nd argument

11 years agotag parser for saitama.swf
Yoshihiro Yamazaki [Thu, 22 Nov 2012 19:22:58 +0000 (04:22 +0900)]
tag parser for saitama.swf
- definebitsjpeg, doaction, jpegtables, placeobject, setbackgroundcolor, showframe

11 years agomatrix and cxform parser
Yoshihiro Yamazaki [Thu, 22 Nov 2012 19:22:39 +0000 (04:22 +0900)]
matrix and cxform parser

11 years agodelete unused argument
Yoshihiro Yamazaki [Thu, 22 Nov 2012 19:22:07 +0000 (04:22 +0900)]
delete unused argument

11 years agotag parser
Yoshihiro Yamazaki [Wed, 21 Nov 2012 17:36:11 +0000 (02:36 +0900)]
tag parser

11 years agoheader structure load data complete.
Yoshihiro Yamazaki [Wed, 21 Nov 2012 17:35:21 +0000 (02:35 +0900)]
header structure load data complete.

11 years agoconsole.log => debug at head of functions.
Yoshihiro Yamazaki [Wed, 21 Nov 2012 17:34:53 +0000 (02:34 +0900)]
console.log => debug at head of functions.

11 years agoswf rectangle structure loading from bitstream.
Yoshihiro Yamazaki [Wed, 21 Nov 2012 17:34:19 +0000 (02:34 +0900)]
swf rectangle structure loading from bitstream.

11 years agoconsole.debug at head of functions
Yoshihiro Yamazaki [Wed, 21 Nov 2012 17:12:12 +0000 (02:12 +0900)]
console.debug at head of functions

11 years agoconsole.log at head of functions.
Yoshihiro Yamazaki [Wed, 21 Nov 2012 17:11:53 +0000 (02:11 +0900)]
console.log at head of functions.

11 years agobyte alignment at head of byte unit access function
Yoshihiro Yamazaki [Wed, 21 Nov 2012 17:11:11 +0000 (02:11 +0900)]
byte alignment at head of byte unit access function

11 years agomv sjis.js to utf8.js
Yoshihiro Yamazaki [Mon, 19 Nov 2012 15:58:17 +0000 (00:58 +0900)]
mv sjis.js to utf8.js

11 years agoadd function, control, action, render. but empty
Yoshihiro Yamazaki [Mon, 19 Nov 2012 15:57:38 +0000 (00:57 +0900)]
add function, control, action, render. but empty

11 years agosub function
Yoshihiro Yamazaki [Mon, 19 Nov 2012 15:57:25 +0000 (00:57 +0900)]
sub function

11 years agoadd canvas.
Yoshihiro Yamazaki [Sun, 18 Nov 2012 17:14:25 +0000 (02:14 +0900)]
add canvas.

11 years agotick function (mock)
Yoshihiro Yamazaki [Sun, 18 Nov 2012 17:14:07 +0000 (02:14 +0900)]
tick function (mock)

11 years agosig and version
Yoshihiro Yamazaki [Sun, 18 Nov 2012 17:13:29 +0000 (02:13 +0900)]
sig and version

11 years agotick play
Yoshihiro Yamazaki [Sun, 18 Nov 2012 17:13:13 +0000 (02:13 +0900)]
tick play

11 years agoprogressive download core function
Yoshihiro Yamazaki [Sun, 18 Nov 2012 17:12:50 +0000 (02:12 +0900)]
progressive download core function

11 years agoprototype set.
Yoshihiro Yamazaki [Sun, 18 Nov 2012 17:12:25 +0000 (02:12 +0900)]
prototype set.

11 years agoget canvas 2d context
Yoshihiro Yamazaki [Sun, 18 Nov 2012 17:12:03 +0000 (02:12 +0900)]
get canvas 2d context

11 years ago- add getBytePos
Yoshihiro Yamazaki [Sun, 18 Nov 2012 17:11:32 +0000 (02:11 +0900)]
- add getBytePos
- add strN, str, but not runnable.

11 years agochange canvas to this.canvas.
Yoshihiro Yamazaki [Sat, 17 Nov 2012 17:48:09 +0000 (02:48 +0900)]
change canvas to this.canvas.

11 years agoadd controlTag methods.
Yoshihiro Yamazaki [Sat, 17 Nov 2012 17:45:56 +0000 (02:45 +0900)]
add controlTag methods.

11 years ago- get Canvas 2D Context
Yoshihiro Yamazaki [Sat, 17 Nov 2012 17:45:06 +0000 (02:45 +0900)]
- get Canvas 2D Context
- refine ticks call

11 years agoadd fromURL function. It use XHR
Yoshihiro Yamazaki [Sat, 17 Nov 2012 17:44:15 +0000 (02:44 +0900)]
add fromURL function. It use XHR

11 years agomany functions added
Yoshihiro Yamazaki [Sat, 17 Nov 2012 17:43:33 +0000 (02:43 +0900)]
many functions added

11 years ago- rename Header.js to header.js
Yoshihiro Yamazaki [Sat, 17 Nov 2012 17:42:51 +0000 (02:42 +0900)]
- rename Header.js to header.js
- add swf/tag.js

11 years agochange title, and h1
Yoshihiro Yamazaki [Sat, 17 Nov 2012 11:18:26 +0000 (20:18 +0900)]
change title, and h1

11 years agoindex.html for unittest
Yoshihiro Yamazaki [Sat, 17 Nov 2012 11:14:45 +0000 (20:14 +0900)]
index.html for unittest

11 years agoIBit test
Yoshihiro Yamazaki [Sat, 17 Nov 2012 11:11:31 +0000 (20:11 +0900)]
IBit test

11 years agoempty bin directory for flapp.js
Yoshihiro Yamazaki [Sat, 17 Nov 2012 10:55:55 +0000 (19:55 +0900)]
empty bin directory for flapp.js

11 years agoX
Yoshihiro Yamazaki [Sat, 17 Nov 2012 08:54:10 +0000 (17:54 +0900)]
X

11 years agoXnow, no document, yet.
Yoshihiro Yamazaki [Sat, 17 Nov 2012 06:47:05 +0000 (15:47 +0900)]
Xnow, no document, yet.