• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Action/H07-Apr-2017-291203

Bitmap/H07-Apr-2017-359228

BrowserFont/H07-Apr-2017-224167

Button/H07-Apr-2017-1,093877

FillStyle/H07-Apr-2017-2,1731,459

Filter/H07-Apr-2017-1,173939

Font/H07-Apr-2017-13,05912,663

Gradient/H07-Apr-2017-1,5231,263

LineStyle/H07-Apr-2017-553448

Media/H03-May-2022-2117

Morph/H07-Apr-2017-815629

Movie/H07-Apr-2017-14,1919,400

MovieClip/H07-Apr-2017-398298

PrebuiltClip/H07-Apr-2017-200147

Shape/H07-Apr-2017-747508

Sound/H07-Apr-2017-584428

SoundStream/H07-Apr-2017-5,5023,715

Text/H07-Apr-2017-1,3051,100

TextField/H07-Apr-2017-10,33010,219

Video/H07-Apr-2017-36,70028,322

actionscript/H07-Apr-2017-3,0342,613

.gitignoreH A D07-Apr-201721 32

Makefile.amH A D07-Apr-2017316 2926

Makefile.incH A D07-Apr-20172.2 KiB8356

READMEH A D07-Apr-2017816 1916

TODOH A D07-Apr-2017601 2215

dotests.plH A D07-Apr-20176.4 KiB278207

find_misdistributedH A D07-Apr-2017224 118

find_missingH A D07-Apr-2017426 1916

run_test.cH A D07-Apr-2017968 5040

run_test.hH A D07-Apr-201755 21

README

1To add a new test:
2
3	0: let your test name be "testXX"
4	1: write the testXX.c
5	3: create a .ref with 'listswf testXX.swf > testXX.ref' (TIP: "make refs" should do that)
6	4a: IMPORTANT: verify that the output is *correct*
7	4b: Run 'make gen' to create binding versions
8	5a: add testXX.c and testXX.ref to CVS; add outputfile (.swf) and binaries to .cvsignore and add .cvsignore to CVS
9	5b: add testXX-cxx.C, testXX.php, testXX.pl, testXX.py, testXX.tcl to cvs
10	6: add testXX to the TestList file
11	7a: add testXX.ref and TestList to the EXTRA_DIST variable in Makefile.am
12	7b: add testXX-cxx.C, testXX.php, testXX.pl, testXX.py, testXX.tcl to EXTRA_DIST
13	8: run ./autogen.sh && configure
14	9: run 'make check' to test the test :)
15	10: commit
16
17also take a look at:
18http://www.libming.org/moin.cgi/HowToAddNewInterface
19