Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
BIN
Src/resources/data/freeform/xml/about/BarcodeFont.ttf
Normal file
BIN
Src/resources/data/freeform/xml/about/BarcodeFont.ttf
Normal file
Binary file not shown.
26
Src/resources/data/freeform/xml/about/BarcodeFont.txt
Normal file
26
Src/resources/data/freeform/xml/about/BarcodeFont.txt
Normal file
|
@ -0,0 +1,26 @@
|
|||
Hallo, hier ist mal wieder eine dieser unsaeglichen Liesmich-Dateien.
|
||||
Wenn Dir aber der Font gefällt, habe ich eine kleine Bitte:
|
||||
Falls Du ihn auf Deiner Web-Site benutzt, setze doch bitte einen Link zu meiner Seite
|
||||
www.anke-art.de
|
||||
Auf meiner Homepage findest Du auf der linken Seite oben mein Logo, das Du gerne als
|
||||
Linksymbol herunterkopieren kannst.
|
||||
Wenn Du keinen Link setzen möchtest, Du aber trotzdem meine Schrift(en) verwendest,
|
||||
bitte ich um einen Verrechnungsscheck mit dem Betrag, der Dir die Schrift wert ist, an:
|
||||
Anke Arnold
|
||||
Fabrikstrasse 62
|
||||
73240 Wendlingen
|
||||
Deutschland
|
||||
|
||||
Vielen Dank!
|
||||
___________
|
||||
Hi! This is another annoying readme-file. But if you like my font, I'm asking you to
|
||||
put a link to my page www.anke-art.de on YOUR page. On my homepage you can find a little
|
||||
logo in the upper left corner which you can copy as a link.
|
||||
If you don't want to link to my page, but still want to use my font(s) nevertheless,
|
||||
please send any amount in US-Dollars (which you think the font is worth) to:
|
||||
Anke Arnold
|
||||
Fabrikstrasse 62
|
||||
73240 Wendlingen
|
||||
Germany
|
||||
|
||||
Thank you sooo much!
|
146
Src/resources/data/freeform/xml/about/about.m
Normal file
146
Src/resources/data/freeform/xml/about/about.m
Normal file
|
@ -0,0 +1,146 @@
|
|||
#include <lib/std.mi>
|
||||
|
||||
Global Text section2;
|
||||
Global Text section1;
|
||||
Global Text codername2;
|
||||
Global Text codername1;
|
||||
Global Timer Timer6;
|
||||
Global Int count = 0;
|
||||
Global Int Int8;
|
||||
Global Int Int9;
|
||||
Global Int Int10;
|
||||
Global Int Int11;
|
||||
Global Layer llamaanim;
|
||||
Global Double smidge;
|
||||
|
||||
System.onScriptLoaded()
|
||||
{
|
||||
Group sg = System.getScriptGroup();
|
||||
llamaanim = sg.findObject(( "logo"));
|
||||
llamaanim.fx_setBgFx(0);
|
||||
llamaanim.fx_setWrap(1);
|
||||
llamaanim.fx_setBilinear(1);
|
||||
llamaanim.fx_setAlphaMode(0);
|
||||
llamaanim.fx_setGridSize(1, 1);
|
||||
llamaanim.fx_setRect(0);
|
||||
llamaanim.fx_setClear(1);
|
||||
llamaanim.fx_setLocalized(1);
|
||||
llamaanim.fx_setRealtime(1);
|
||||
llamaanim.fx_setSpeed(50);
|
||||
llamaanim.fx_setEnabled(1);
|
||||
section2 = sg.findObject(( "txth1"));
|
||||
section1 = sg.findObject(( "txth2"));
|
||||
codername2 = sg.findObject(( "txtm1"));
|
||||
codername1 = sg.findObject(( "txtm2"));
|
||||
Int9 = section1.getGuiX();
|
||||
Int8 = section1.getGuiW();
|
||||
Int10 = section1.getGuiW();
|
||||
Int11 = section1.getGuiH();
|
||||
Timer6 = ( new Timer);
|
||||
Timer6.setDelay(3000);
|
||||
Timer6.start();
|
||||
}
|
||||
|
||||
System.onScriptUnloading()
|
||||
{
|
||||
delete Timer6;
|
||||
}
|
||||
|
||||
Timer6.onTimer()
|
||||
{
|
||||
String section;
|
||||
GuiObject GuiObject61;
|
||||
GuiObject GuiObject59;
|
||||
String codername;
|
||||
GuiObject GuiObject60;
|
||||
GuiObject GuiObject62;
|
||||
|
||||
if(( count == 0)) {
|
||||
section1.setXmlParam(( "x"), System.integerToString(( - Int8)));
|
||||
}
|
||||
count ++;
|
||||
if(( count == 1)) {
|
||||
section = ( "Main Development");
|
||||
codername = ( "Ben Allison");
|
||||
}
|
||||
if(( count == 2)) {
|
||||
section = ( "Development");
|
||||
codername = ( "Martin Poehlmann");
|
||||
}
|
||||
if(( count == 3)) {
|
||||
section = ( "Product Management");
|
||||
codername = ( "Matt Callaway");
|
||||
}
|
||||
if(( count == 4)) {
|
||||
section = ( "Engineering Management");
|
||||
codername = ( "Ben London");
|
||||
}
|
||||
if(( count == 5)) {
|
||||
section = ( "Bento Skin");
|
||||
codername = ( "Martin Poehlmann, Taber Buhl");
|
||||
}
|
||||
if(( count == 6)) {
|
||||
section = ( "Modern Skin");
|
||||
codername = ( "Sven Kistner");
|
||||
}
|
||||
if(( count == 7)) {
|
||||
section = ( "Documentation");
|
||||
codername = ( "Ghislain Lacroix");
|
||||
}
|
||||
if(( count == 8)) {
|
||||
section = ( "Former Architecture Development");
|
||||
codername = ( "B Underwood, F Gastellu");
|
||||
}
|
||||
if(( count == 9)) {
|
||||
section = ( "Former Development");
|
||||
codername = ( "C Thibault, J Frankel, M Gerard");
|
||||
}
|
||||
if(( count == 10)) {
|
||||
count = 0;
|
||||
section = ( "Powered by");
|
||||
codername = ( "Nullsoft Wasabi");
|
||||
}
|
||||
GuiObject59 = Null;
|
||||
GuiObject60 = Null;
|
||||
GuiObject61 = Null;
|
||||
GuiObject62 = Null;
|
||||
|
||||
if(( System.frac(( count / 2)) != 0)) {
|
||||
GuiObject59 = section2;
|
||||
GuiObject60 = section1;
|
||||
GuiObject61 = codername2;
|
||||
GuiObject62 = codername1;
|
||||
section1.setText(section);
|
||||
codername1.setText(codername);
|
||||
} else {
|
||||
GuiObject59 = section1;
|
||||
GuiObject60 = section2;
|
||||
GuiObject61 = codername1;
|
||||
GuiObject62 = codername2;
|
||||
section2.setText(section);
|
||||
codername2.setText(codername);
|
||||
}
|
||||
|
||||
GuiObject60.setTargetX(Int9);
|
||||
GuiObject59.setTargetX(( - Int8));
|
||||
GuiObject62.setTargetA(255);
|
||||
GuiObject61.setTargetA(0);
|
||||
GuiObject62.setTargetSpeed(2);
|
||||
GuiObject61.setTargetSpeed(2);
|
||||
GuiObject60.setTargetSpeed(2);
|
||||
GuiObject59.setTargetSpeed(2);
|
||||
GuiObject62.gotoTarget();
|
||||
GuiObject61.gotoTarget();
|
||||
GuiObject60.gotoTarget();
|
||||
GuiObject59.gotoTarget();
|
||||
}
|
||||
|
||||
llamaanim.fx_onGetPixelR(double r, double d, double x, double y)
|
||||
{
|
||||
return ( r + ( System.cos(smidge) * ( 0.5)));
|
||||
}
|
||||
|
||||
llamaanim.fx_onFrame()
|
||||
{
|
||||
smidge = ( smidge + ( 0.100000001490116));
|
||||
}
|
BIN
Src/resources/data/freeform/xml/about/about.maki
Normal file
BIN
Src/resources/data/freeform/xml/about/about.maki
Normal file
Binary file not shown.
54
Src/resources/data/freeform/xml/about/about.xml
Normal file
54
Src/resources/data/freeform/xml/about/about.xml
Normal file
|
@ -0,0 +1,54 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<WinampAbstractionLayer version="1.3">
|
||||
<elements>
|
||||
<bitmap id="wasabi.gen_ff.about.wasabilogo" file="wasabi.png"/>
|
||||
<bitmap id="wasabi.gen_ff.about.title" file="title.png"/>
|
||||
<truetypefont id="wasabi.gen_ff.about.font" file="BarcodeFont.ttf" allowmapping="0"/>
|
||||
</elements>
|
||||
|
||||
<groupdef id="wasabi.gen_ff.about" w="320" h="200" rectrgn="1">
|
||||
<rect fitparent="1" color="255,255,255" filled="1" />
|
||||
<layer
|
||||
id="logo"
|
||||
image="wasabi.gen_ff.about.wasabilogo"
|
||||
x="-106" relatx="1" y="-10"
|
||||
/>
|
||||
<layer
|
||||
id="title"
|
||||
image="wasabi.gen_ff.about.title"
|
||||
x="16" y="-95" relaty="1"
|
||||
/>
|
||||
<text
|
||||
id="txth1"
|
||||
x="22" y="10" italic="1" w="260" h="16"
|
||||
default="Powered by :"
|
||||
font="Arial" fontsize="18" color="0,0,0" alpha="255"
|
||||
/>
|
||||
<text
|
||||
id="txth2"
|
||||
x="22" y="10" italic="1" w="260" h="16"
|
||||
default=""
|
||||
font="Arial" fontsize="18" color="0,0,0" alpha="255"
|
||||
/>
|
||||
<text
|
||||
id="txtm1"
|
||||
x="7" y="30" w="-120" relatw="1" align="center"
|
||||
default="Nullsoft Wasabi"
|
||||
font="wasabi.gen_ff.about.font" fontsize="72" color="0,0,0" alpha="255"
|
||||
/>
|
||||
<text
|
||||
id="txtm2"
|
||||
x="7" y="30" w="-120" relatw="1" align="center"
|
||||
default="" alpha="0"
|
||||
font="wasabi.gen_ff.about.font" fontsize="72" color="0,0,0"
|
||||
/>
|
||||
<text
|
||||
id="version"
|
||||
x="16" y="-34" w="0" relatw="1" relaty="1"
|
||||
default=""
|
||||
font="Arial" fontsize="16" color="0,0,0" alpha="255"
|
||||
/>
|
||||
<guiobject fitparent="1" />
|
||||
<script file="about.maki"/>
|
||||
</groupdef>
|
||||
</WinampAbstractionLayer>
|
BIN
Src/resources/data/freeform/xml/about/title.png
Normal file
BIN
Src/resources/data/freeform/xml/about/title.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
BIN
Src/resources/data/freeform/xml/about/wasabi.png
Normal file
BIN
Src/resources/data/freeform/xml/about/wasabi.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue