├── Info.plist ├── OSX ├── DinkSmallwoodHD.dmg ├── Info.plist ├── RTDink.xcodeproj │ └── project.pbxproj └── readme.txt ├── RTDink.xcodeproj └── project.pbxproj ├── android ├── AndroidManifest.xml └── jni │ ├── Android.mk │ └── Application.mk ├── app_info_setup.bat ├── bin ├── dink_html5 │ ├── dink.dat │ ├── dink.ini │ ├── dmod.diz │ ├── graphics │ │ ├── animals │ │ │ ├── duck │ │ │ │ ├── death │ │ │ │ │ └── dir.ff │ │ │ │ └── dir.ff │ │ │ ├── fish │ │ │ │ ├── fish1 │ │ │ │ │ └── dir.ff │ │ │ │ ├── fish2 │ │ │ │ │ └── dir.ff │ │ │ │ └── flop │ │ │ │ │ └── dir.ff │ │ │ └── pig │ │ │ │ └── dir.ff │ │ ├── bonuses │ │ │ ├── barrels │ │ │ │ └── dir.ff │ │ │ ├── bottles │ │ │ │ └── dir.ff │ │ │ ├── chest │ │ │ │ └── dir.ff │ │ │ ├── coins │ │ │ │ └── dir.ff │ │ │ └── heart │ │ │ │ └── dir.ff │ │ ├── dink │ │ │ ├── bow │ │ │ │ ├── hit │ │ │ │ │ └── dir.ff │ │ │ │ ├── idle │ │ │ │ │ └── dir.ff │ │ │ │ └── walk │ │ │ │ │ └── dir.ff │ │ │ ├── crawl │ │ │ │ └── dir.ff │ │ │ ├── die │ │ │ │ └── dir.ff │ │ │ ├── fall │ │ │ │ ├── ds-f2-01.bmp │ │ │ │ ├── ds-f2-02.bmp │ │ │ │ ├── ds-f2-03.bmp │ │ │ │ ├── ds-f2-04.bmp │ │ │ │ ├── ds-f2-05.bmp │ │ │ │ ├── ds-f2-06.bmp │ │ │ │ ├── ds-f2-07.bmp │ │ │ │ ├── ds-f2-08.bmp │ │ │ │ ├── ds-f4-01.bmp │ │ │ │ ├── ds-f4-02.bmp │ │ │ │ ├── ds-f4-03.bmp │ │ │ │ ├── ds-f4-04.bmp │ │ │ │ ├── ds-f4-05.bmp │ │ │ │ ├── ds-f4-06.bmp │ │ │ │ ├── ds-f4-07.bmp │ │ │ │ ├── ds-f4-08.bmp │ │ │ │ ├── ds-f6-01.bmp │ │ │ │ ├── ds-f6-02.bmp │ │ │ │ ├── ds-f6-03.bmp │ │ │ │ ├── ds-f6-04.bmp │ │ │ │ ├── ds-f6-05.bmp │ │ │ │ ├── ds-f6-06.bmp │ │ │ │ ├── ds-f6-07.bmp │ │ │ │ ├── ds-f6-08.bmp │ │ │ │ ├── ds-f8-01.bmp │ │ │ │ ├── ds-f8-02.bmp │ │ │ │ ├── ds-f8-03.bmp │ │ │ │ ├── ds-f8-04.bmp │ │ │ │ ├── ds-f8-05.bmp │ │ │ │ ├── ds-f8-06.bmp │ │ │ │ ├── ds-f8-07.bmp │ │ │ │ └── ds-f8-08.bmp │ │ │ ├── hit │ │ │ │ ├── magic │ │ │ │ │ └── dir.ff │ │ │ │ └── normal │ │ │ │ │ └── dir.ff │ │ │ ├── idle │ │ │ │ └── dir.ff │ │ │ ├── morph │ │ │ │ ├── dinkm-01.bmp │ │ │ │ ├── dinkm-02.bmp │ │ │ │ ├── dinkm-03.bmp │ │ │ │ ├── dinkm-04.bmp │ │ │ │ ├── dinkm-05.bmp │ │ │ │ ├── dinkm-06.bmp │ │ │ │ ├── dinkm-07.bmp │ │ │ │ ├── dinkm-08.bmp │ │ │ │ ├── dinkm-09.bmp │ │ │ │ ├── dinkm-10.bmp │ │ │ │ ├── dinkm-11.bmp │ │ │ │ └── dinkm-12.bmp │ │ │ ├── push │ │ │ │ └── dir.ff │ │ │ ├── seed │ │ │ │ └── dir.ff │ │ │ ├── sword │ │ │ │ ├── hit │ │ │ │ │ └── dir.ff │ │ │ │ ├── idle │ │ │ │ │ └── dir.ff │ │ │ │ └── walk │ │ │ │ │ └── dir.ff │ │ │ └── walk │ │ │ │ └── dir.ff │ │ ├── effects │ │ │ ├── arrow │ │ │ │ └── dir.ff │ │ │ ├── atomic │ │ │ │ └── dir.ff │ │ │ ├── axe │ │ │ │ └── dir.ff │ │ │ ├── boom │ │ │ │ └── dir.ff │ │ │ ├── circles │ │ │ │ └── dir.ff │ │ │ ├── comets │ │ │ │ ├── sm-comt1 │ │ │ │ │ └── dir.ff │ │ │ │ └── sm-comt2 │ │ │ │ │ └── dir.ff │ │ │ ├── fire │ │ │ │ └── dir.ff │ │ │ ├── hammer │ │ │ │ └── dir.ff │ │ │ ├── magic │ │ │ │ └── dir.ff │ │ │ ├── seed │ │ │ │ └── dir.ff │ │ │ ├── shadows │ │ │ │ └── dir.ff │ │ │ ├── shiny │ │ │ │ ├── blue │ │ │ │ │ ├── shiny-01.BMP │ │ │ │ │ ├── shiny-02.BMP │ │ │ │ │ ├── shiny-03.BMP │ │ │ │ │ ├── shiny-04.BMP │ │ │ │ │ ├── shiny-05.BMP │ │ │ │ │ └── shiny-06.BMP │ │ │ │ ├── dir.ff │ │ │ │ ├── green │ │ │ │ │ ├── shiny-01.BMP │ │ │ │ │ ├── shiny-02.BMP │ │ │ │ │ ├── shiny-03.BMP │ │ │ │ │ ├── shiny-04.BMP │ │ │ │ │ ├── shiny-05.BMP │ │ │ │ │ └── shiny-06.BMP │ │ │ │ ├── purple │ │ │ │ │ ├── shiny-01.BMP │ │ │ │ │ ├── shiny-02.BMP │ │ │ │ │ ├── shiny-03.BMP │ │ │ │ │ ├── shiny-04.BMP │ │ │ │ │ ├── shiny-05.BMP │ │ │ │ │ └── shiny-06.BMP │ │ │ │ ├── red │ │ │ │ │ ├── shiny-01.BMP │ │ │ │ │ ├── shiny-02.BMP │ │ │ │ │ ├── shiny-03.BMP │ │ │ │ │ ├── shiny-04.BMP │ │ │ │ │ ├── shiny-05.BMP │ │ │ │ │ └── shiny-06.BMP │ │ │ │ └── yellow │ │ │ │ │ ├── shiny-01.BMP │ │ │ │ │ ├── shiny-02.BMP │ │ │ │ │ ├── shiny-03.BMP │ │ │ │ │ ├── shiny-04.BMP │ │ │ │ │ ├── shiny-05.BMP │ │ │ │ │ └── shiny-06.BMP │ │ │ ├── sparks │ │ │ │ └── dir.ff │ │ │ ├── splash │ │ │ │ └── dir.ff │ │ │ ├── splode │ │ │ │ └── dir.ff │ │ │ ├── spurt │ │ │ │ └── dir.ff │ │ │ └── stars │ │ │ │ └── dir.ff │ │ ├── foes │ │ │ ├── bonca │ │ │ │ ├── attack │ │ │ │ │ └── dir.ff │ │ │ │ ├── death │ │ │ │ │ └── dir.ff │ │ │ │ ├── gray │ │ │ │ │ ├── attack │ │ │ │ │ │ └── dir.ff │ │ │ │ │ └── walk │ │ │ │ │ │ └── dir.ff │ │ │ │ ├── magic │ │ │ │ │ ├── f03m2-01.bmp │ │ │ │ │ ├── f03m2-02.bmp │ │ │ │ │ ├── f03m2-03.bmp │ │ │ │ │ ├── f03m2-04.bmp │ │ │ │ │ └── f03m2-05.bmp │ │ │ │ ├── purple │ │ │ │ │ ├── attack │ │ │ │ │ │ └── dir.ff │ │ │ │ │ └── walk │ │ │ │ │ │ └── dir.ff │ │ │ │ └── walk │ │ │ │ │ └── dir.ff │ │ │ ├── dragon │ │ │ │ └── dir.ff │ │ │ ├── goblin │ │ │ │ ├── hammer │ │ │ │ │ ├── attack │ │ │ │ │ │ └── dir.ff │ │ │ │ │ └── walk │ │ │ │ │ │ └── dir.ff │ │ │ │ ├── horns │ │ │ │ │ ├── attack │ │ │ │ │ │ └── dir.ff │ │ │ │ │ ├── attack2 │ │ │ │ │ │ └── dir.ff │ │ │ │ │ └── walk │ │ │ │ │ │ └── dir.ff │ │ │ │ └── soldier │ │ │ │ │ ├── attack │ │ │ │ │ └── dir.ff │ │ │ │ │ └── walk │ │ │ │ │ └── dir.ff │ │ │ ├── pill │ │ │ │ └── dir.ff │ │ │ ├── puddle │ │ │ │ ├── blue │ │ │ │ │ ├── death │ │ │ │ │ │ └── dir.ff │ │ │ │ │ └── walk │ │ │ │ │ │ └── dir.ff │ │ │ │ ├── green │ │ │ │ │ ├── death │ │ │ │ │ │ └── dir.ff │ │ │ │ │ └── walk │ │ │ │ │ │ └── dir.ff │ │ │ │ └── red │ │ │ │ │ ├── death │ │ │ │ │ └── dir.ff │ │ │ │ │ └── walk │ │ │ │ │ └── dir.ff │ │ │ ├── slayers │ │ │ │ ├── attack │ │ │ │ │ └── dir.ff │ │ │ │ └── walk │ │ │ │ │ └── dir.ff │ │ │ ├── spike │ │ │ │ ├── idle │ │ │ │ │ ├── f07i1-01.bmp │ │ │ │ │ ├── f07i1-02.bmp │ │ │ │ │ ├── f07i1-03.bmp │ │ │ │ │ ├── f07i1-04.bmp │ │ │ │ │ ├── f07i1-05.bmp │ │ │ │ │ ├── f07i1-06.bmp │ │ │ │ │ ├── f07i1-07.bmp │ │ │ │ │ ├── f07i1-08.bmp │ │ │ │ │ ├── f07i3-01.bmp │ │ │ │ │ ├── f07i3-02.bmp │ │ │ │ │ ├── f07i3-03.bmp │ │ │ │ │ ├── f07i3-04.bmp │ │ │ │ │ ├── f07i3-05.bmp │ │ │ │ │ ├── f07i3-06.bmp │ │ │ │ │ ├── f07i3-07.bmp │ │ │ │ │ └── f07i3-08.bmp │ │ │ │ └── walk │ │ │ │ │ └── dir.ff │ │ │ └── stonegnt │ │ │ │ ├── attack │ │ │ │ └── dir.ff │ │ │ │ └── walk │ │ │ │ └── dir.ff │ │ ├── inner │ │ │ └── dir.ff │ │ ├── inside │ │ │ ├── details │ │ │ │ └── dir.ff │ │ │ ├── innwalls │ │ │ │ ├── door │ │ │ │ │ └── dir.ff │ │ │ │ ├── floor │ │ │ │ │ └── fl-wood.bmp │ │ │ │ └── walls │ │ │ │ │ └── dir.ff │ │ │ ├── stairs │ │ │ │ └── dir.ff │ │ │ └── stnwalls │ │ │ │ ├── dir.ff │ │ │ │ └── snake │ │ │ │ └── dir.ff │ │ ├── inter │ │ │ ├── arrow │ │ │ │ ├── arowl-01.bmp │ │ │ │ ├── arowl-02.bmp │ │ │ │ ├── arowl-03.bmp │ │ │ │ ├── arowl-04.bmp │ │ │ │ ├── arowl-05.bmp │ │ │ │ ├── arowl-06.bmp │ │ │ │ ├── arowl-07.bmp │ │ │ │ ├── arowl-08.bmp │ │ │ │ ├── arowr-01.bmp │ │ │ │ ├── arowr-02.bmp │ │ │ │ ├── arowr-03.bmp │ │ │ │ ├── arowr-04.bmp │ │ │ │ ├── arowr-05.bmp │ │ │ │ ├── arowr-06.bmp │ │ │ │ ├── arowr-07.bmp │ │ │ │ └── arowr-08.bmp │ │ │ ├── health │ │ │ │ └── dir.ff │ │ │ ├── level# │ │ │ │ ├── ln-01.bmp │ │ │ │ ├── ln-02.bmp │ │ │ │ ├── ln-03.bmp │ │ │ │ ├── ln-04.bmp │ │ │ │ ├── ln-05.bmp │ │ │ │ ├── ln-06.bmp │ │ │ │ ├── ln-07.bmp │ │ │ │ ├── ln-08.bmp │ │ │ │ ├── ln-09.bmp │ │ │ │ └── ln-10.bmp │ │ │ ├── menu │ │ │ │ └── dir.ff │ │ │ ├── numbers │ │ │ │ └── dir.ff │ │ │ ├── save │ │ │ │ └── dir.ff │ │ │ ├── status │ │ │ │ └── dir.ff │ │ │ └── text-box │ │ │ │ └── dir.ff │ │ ├── items │ │ │ ├── bomb │ │ │ │ └── dir.ff │ │ │ ├── boxes │ │ │ │ └── dir.ff │ │ │ ├── cup │ │ │ │ └── dir.ff │ │ │ ├── food │ │ │ │ └── dir.ff │ │ │ ├── grain │ │ │ │ └── dir.ff │ │ │ ├── paper │ │ │ │ └── dir.ff │ │ │ ├── tomb │ │ │ │ └── dir.ff │ │ │ └── tools │ │ │ │ └── dir.ff │ │ ├── lands │ │ │ ├── details │ │ │ │ └── dir.ff │ │ │ ├── fence │ │ │ │ └── dir.ff │ │ │ ├── firemoun │ │ │ │ └── dir.ff │ │ │ ├── garden │ │ │ │ └── dir.ff │ │ │ ├── grass │ │ │ │ └── dir.ff │ │ │ ├── rocks │ │ │ │ └── dir.ff │ │ │ ├── shrubs │ │ │ │ └── dir.ff │ │ │ └── trees │ │ │ │ ├── dir.ff │ │ │ │ └── treefire │ │ │ │ └── dir.ff │ │ ├── people │ │ │ ├── boatman │ │ │ │ └── dir.ff │ │ │ ├── fairy │ │ │ │ └── dir.ff │ │ │ ├── girl │ │ │ │ └── dir.ff │ │ │ ├── gnome │ │ │ │ ├── blue │ │ │ │ │ └── dir.ff │ │ │ │ ├── green │ │ │ │ │ └── dir.ff │ │ │ │ └── purple │ │ │ │ │ └── dir.ff │ │ │ ├── knight │ │ │ │ ├── blue │ │ │ │ │ ├── attack │ │ │ │ │ │ └── dir.ff │ │ │ │ │ └── dir.ff │ │ │ │ ├── gold │ │ │ │ │ ├── attack │ │ │ │ │ │ └── dir.ff │ │ │ │ │ └── dir.ff │ │ │ │ ├── red │ │ │ │ │ ├── attack │ │ │ │ │ │ └── dir.ff │ │ │ │ │ └── dir.ff │ │ │ │ └── silver │ │ │ │ │ ├── attack │ │ │ │ │ └── dir.ff │ │ │ │ │ └── dir.ff │ │ │ ├── maiden │ │ │ │ ├── blue │ │ │ │ │ └── dir.ff │ │ │ │ ├── brown │ │ │ │ │ └── dir.ff │ │ │ │ └── red │ │ │ │ │ └── dir.ff │ │ │ ├── merchant │ │ │ │ ├── blue │ │ │ │ │ └── dir.ff │ │ │ │ ├── dir.ff │ │ │ │ ├── green │ │ │ │ │ └── dir.ff │ │ │ │ └── purple │ │ │ │ │ └── dir.ff │ │ │ ├── mom │ │ │ │ ├── brown │ │ │ │ │ └── dir.ff │ │ │ │ └── dir.ff │ │ │ ├── oldman │ │ │ │ └── dir.ff │ │ │ ├── peasant2 │ │ │ │ └── dir.ff │ │ │ └── soldier │ │ │ │ └── dir.ff │ │ ├── startme │ │ │ ├── options │ │ │ │ └── dir.ff │ │ │ └── vstart │ │ │ │ └── dir.ff │ │ └── struct │ │ │ ├── bridge │ │ │ └── dir.ff │ │ │ ├── building │ │ │ └── dir.ff │ │ │ ├── cabin │ │ │ └── dir.ff │ │ │ ├── castle │ │ │ └── dir.ff │ │ │ ├── cataplt │ │ │ └── dir.ff │ │ │ ├── church │ │ │ └── dir.ff │ │ │ ├── details │ │ │ ├── damage │ │ │ │ └── dir.ff │ │ │ └── door │ │ │ │ └── dir.ff │ │ │ ├── home │ │ │ └── dir.ff │ │ │ ├── island │ │ │ └── dir.ff │ │ │ ├── landmark │ │ │ └── dir.ff │ │ │ ├── outinn │ │ │ └── dir.ff │ │ │ ├── stone │ │ │ └── mdink │ │ │ │ └── dir.ff │ │ │ └── teleport │ │ │ └── dir.ff │ ├── hard.dat │ ├── map.dat │ ├── midi │ │ └── TimGM6mbTiny.dls │ ├── preview.bmp │ ├── sound │ │ ├── 1.mid │ │ ├── 10.mid │ │ ├── 100.mid │ │ ├── 1003.mid │ │ ├── 101.mid │ │ ├── 102.mid │ │ ├── 103.mid │ │ ├── 104.mid │ │ ├── 105.mid │ │ ├── 106.mid │ │ ├── 107.mid │ │ ├── 11.mid │ │ ├── 12.mid │ │ ├── 13.mid │ │ ├── 16.mid │ │ ├── 18.mid │ │ ├── 2.mid │ │ ├── 3.mp3 │ │ ├── 4.mid │ │ ├── 5.mid │ │ ├── 6.mid │ │ ├── 7.mid │ │ ├── 9.mid │ │ ├── arrow.wav │ │ ├── attack1.wav │ │ ├── axe.wav │ │ ├── battle.mid │ │ ├── bhit.wav │ │ ├── bird1.wav │ │ ├── bird2.wav │ │ ├── blank.mp3 │ │ ├── blank.wav │ │ ├── bow1.wav │ │ ├── bullythe.mid │ │ ├── burn.wav │ │ ├── caveent.wav │ │ ├── caveexpl.mid │ │ ├── click.wav │ │ ├── dance.mid │ │ ├── denube.mid │ │ ├── drag1.wav │ │ ├── drag2.wav │ │ ├── escape.wav │ │ ├── fire.wav │ │ ├── flyby.wav │ │ ├── gold.wav │ │ ├── grunt1.wav │ │ ├── grunt2.wav │ │ ├── high1.wav │ │ ├── high2.wav │ │ ├── hurt1.wav │ │ ├── hurt2.wav │ │ ├── insper.mid │ │ ├── intro.wav │ │ ├── knock.wav │ │ ├── level.wav │ │ ├── lively.mid │ │ ├── love.mid │ │ ├── lovin.mid │ │ ├── neighbor.mid │ │ ├── nono.wav │ │ ├── ocean1.wav │ │ ├── open.wav │ │ ├── picker.wav │ │ ├── pig1.wav │ │ ├── pig2.wav │ │ ├── pig3.wav │ │ ├── pig4.wav │ │ ├── pop.wav │ │ ├── punch.wav │ │ ├── quack.wav │ │ ├── save.wav │ │ ├── secret.wav │ │ ├── sel1.wav │ │ ├── sel2.wav │ │ ├── sel3.wav │ │ ├── select.wav │ │ ├── snarl1.wav │ │ ├── snarl2.wav │ │ ├── snarl3.wav │ │ ├── spell1.wav │ │ ├── splash.aif │ │ ├── splash.wav │ │ ├── squish.wav │ │ ├── stairs.wav │ │ ├── steps.wav │ │ ├── swing.wav │ │ ├── sword1.wav │ │ ├── sword2.wav │ │ ├── sword2_item.wav │ │ ├── wanderer.mid │ │ └── wscream.wav │ ├── story │ │ ├── 1gold.d │ │ ├── apotion.d │ │ ├── bar-dp.d │ │ ├── bar-e.d │ │ ├── bar-f1.d │ │ ├── bar-gh.d │ │ ├── bar-m.d │ │ ├── bar-sh.d │ │ ├── bar-sp.d │ │ ├── box1-e.d │ │ ├── box2-e.d │ │ ├── box2-sp.d │ │ ├── bpotion.d │ │ ├── button6.d │ │ ├── ch1-ap.d │ │ ├── ch1-g.d │ │ ├── ch1-gh.d │ │ ├── ch1-mp.d │ │ ├── ch1-pap.d │ │ ├── ch1-sp.d │ │ ├── ch2-500.d │ │ ├── ch2-ap.d │ │ ├── ch2-gh.d │ │ ├── ch2-sfb.d │ │ ├── ch3-ap.d │ │ ├── ch3-h.d │ │ ├── dam-a1.d │ │ ├── dam-bom.d │ │ ├── dam-bom2.d │ │ ├── dam-bomn.d │ │ ├── dam-fire.d │ │ ├── dam-ice.d │ │ ├── dam-icee.d │ │ ├── dam-sfb.d │ │ ├── ddie5.d │ │ ├── die.d │ │ ├── die5.d │ │ ├── dinfo.d │ │ ├── duck.d │ │ ├── emake.d │ │ ├── en-bonc.d │ │ ├── en-bonc1.d │ │ ├── en-boncd.d │ │ ├── en-bong.d │ │ ├── en-drag.d │ │ ├── en-gh.d │ │ ├── en-gmog.d │ │ ├── en-gs.d │ │ ├── en-pbon.d │ │ ├── en-pill.d │ │ ├── en-pill1.d │ │ ├── en-pill2.d │ │ ├── en-pillf.d │ │ ├── en-slay.d │ │ ├── en-slim.d │ │ ├── en-slimb.d │ │ ├── en-slimg.d │ │ ├── en-stg.d │ │ ├── escape.d │ │ ├── findduck.d │ │ ├── fire.d │ │ ├── fish1.d │ │ ├── get-fb.d │ │ ├── get-sfb.d │ │ ├── gheart.d │ │ ├── gold200.d │ │ ├── gold500.d │ │ ├── heart.d │ │ ├── item-axe.d │ │ ├── item-b1.d │ │ ├── item-b2.d │ │ ├── item-b3.d │ │ ├── item-bom.d │ │ ├── item-bt.d │ │ ├── item-eli.d │ │ ├── item-fb.d │ │ ├── item-fst.d │ │ ├── item-ice.d │ │ ├── item-nut.d │ │ ├── item-p1.d │ │ ├── item-pig.d │ │ ├── item-sfb.d │ │ ├── item-sw1.d │ │ ├── item-sw2.d │ │ ├── item-sw3.d │ │ ├── king.d │ │ ├── lgold.d │ │ ├── lraise.d │ │ ├── mag-star.d │ │ ├── main.d │ │ ├── make.d │ │ ├── mgold.d │ │ ├── newgame.d │ │ ├── papgold.d │ │ ├── pdie.d │ │ ├── poster.d │ │ ├── ppotion.d │ │ ├── rpotion.d │ │ ├── s1-blove.d │ │ ├── s1-bls.d │ │ ├── s1-boat.d │ │ ├── s1-boot.d │ │ ├── s1-booth.d │ │ ├── s1-brg.d │ │ ├── s1-brg2.d │ │ ├── s1-bul.d │ │ ├── s1-cave.d │ │ ├── s1-cavem.d │ │ ├── s1-caves.d │ │ ├── s1-duck.d │ │ ├── s1-eltr.d │ │ ├── s1-farm.d │ │ ├── s1-farm2.d │ │ ├── s1-farms.d │ │ ├── s1-fmons.d │ │ ├── s1-fount.d │ │ ├── s1-gate.d │ │ ├── s1-gg.d │ │ ├── s1-h1-1.d │ │ ├── s1-h1-2.d │ │ ├── s1-h1-3.d │ │ ├── s1-h1-4.d │ │ ├── s1-h1-m.d │ │ ├── s1-h1-o.d │ │ ├── s1-h1-s.d │ │ ├── s1-h2-1.d │ │ ├── s1-h2-2.d │ │ ├── s1-h2-3.d │ │ ├── s1-h2-dk.d │ │ ├── s1-h2-o.d │ │ ├── s1-h2-s.d │ │ ├── s1-h3-1.d │ │ ├── s1-h3-2.d │ │ ├── s1-h3-3.d │ │ ├── s1-h3-4.d │ │ ├── s1-h3-5.d │ │ ├── s1-h3-6.d │ │ ├── s1-h3-7.d │ │ ├── s1-h3-8.d │ │ ├── s1-h3-9.d │ │ ├── s1-h3-l.d │ │ ├── s1-h3-of.d │ │ ├── s1-h3-s.d │ │ ├── s1-hole.d │ │ ├── s1-hole3.d │ │ ├── s1-hsign.d │ │ ├── s1-lg.d │ │ ├── s1-ltr.d │ │ ├── s1-magic.d │ │ ├── s1-mh-f.d │ │ ├── s1-mh-m.d │ │ ├── s1-mh-o.d │ │ ├── s1-mh-s.d │ │ ├── s1-nopas.d │ │ ├── s1-ntree.d │ │ ├── s1-nut.d │ │ ├── s1-oldd.d │ │ ├── s1-rand.d │ │ ├── s1-rob.d │ │ ├── s1-rob2.d │ │ ├── s1-roc.d │ │ ├── s1-sack.d │ │ ├── s1-sign2.d │ │ ├── s1-slim.d │ │ ├── s1-ss2.d │ │ ├── s1-vic.d │ │ ├── s1-vil.d │ │ ├── s1-vil2.d │ │ ├── s1-wand.d │ │ ├── s1-wand2.d │ │ ├── s1-wiz.d │ │ ├── s2-aunt.d │ │ ├── s2-auntp.d │ │ ├── s2-bar.d │ │ ├── s2-ca-g.d │ │ ├── s2-ca-o.d │ │ ├── s2-cave.d │ │ ├── s2-cave2.d │ │ ├── s2-cbon.d │ │ ├── s2-cg1.d │ │ ├── s2-cg2.d │ │ ├── s2-cg3.d │ │ ├── s2-cg4.d │ │ ├── s2-cg5.d │ │ ├── s2-cgirl.d │ │ ├── s2-cman.d │ │ ├── s2-crime.d │ │ ├── s2-crock.d │ │ ├── s2-cslay.d │ │ ├── s2-culg.d │ │ ├── s2-cult.d │ │ ├── s2-dams.d │ │ ├── s2-ds.d │ │ ├── s2-fgate.d │ │ ├── s2-fight.d │ │ ├── s2-h1-s.d │ │ ├── s2-h2-s.d │ │ ├── s2-healp.d │ │ ├── s2-idol.d │ │ ├── s2-jack.d │ │ ├── s2-man1.d │ │ ├── s2-man2.d │ │ ├── s2-mdoor.d │ │ ├── s2-mh-m.d │ │ ├── s2-mybed.d │ │ ├── s2-na1.d │ │ ├── s2-na2.d │ │ ├── s2-nad.d │ │ ├── s2-nadp.d │ │ ├── s2-out.d │ │ ├── s2-qgirl.d │ │ ├── s2-rand.d │ │ ├── s2-ryan2.d │ │ ├── s2-ryan3.d │ │ ├── s2-ryant.d │ │ ├── s2-sale.d │ │ ├── s2-sale2.d │ │ ├── s2-sec1.d │ │ ├── s2-sec2.d │ │ ├── s2-sec3.d │ │ ├── s2-sign3.d │ │ ├── s2-signe.d │ │ ├── s2-sk.d │ │ ├── s2-stat.d │ │ ├── s2-t1s.d │ │ ├── s2-t2s.d │ │ ├── s2-table.d │ │ ├── s2-tdoor.d │ │ ├── s2-tds.d │ │ ├── s2-wand.d │ │ ├── s2-want.d │ │ ├── s2-well1.d │ │ ├── s2-wench.d │ │ ├── s3-1st.d │ │ ├── s3-bh.d │ │ ├── s3-block.d │ │ ├── s3-bowl.d │ │ ├── s3-camp.d │ │ ├── s3-camps.d │ │ ├── s3-ch1.d │ │ ├── s3-chick.d │ │ ├── s3-dorks.d │ │ ├── s3-fount.d │ │ ├── s3-freak.d │ │ ├── s3-gh.d │ │ ├── s3-gob.d │ │ ├── s3-gob2.d │ │ ├── s3-gobg.d │ │ ├── s3-gobs.d │ │ ├── s3-gs.d │ │ ├── s3-gsign.d │ │ ├── s3-h1.d │ │ ├── s3-larry.d │ │ ├── s3-loser.d │ │ ├── s3-mayor.d │ │ ├── s3-mdoor.d │ │ ├── s3-mog.d │ │ ├── s3-peeps.d │ │ ├── s3-rock.d │ │ ├── s3-sec1.d │ │ ├── s3-sign1.d │ │ ├── s3-sign2.d │ │ ├── s3-sign3.d │ │ ├── s3-sign6.d │ │ ├── s3-sign7.d │ │ ├── s3-st1.d │ │ ├── s3-st1o.d │ │ ├── s3-st1p.d │ │ ├── s3-st2.d │ │ ├── s3-st2p.d │ │ ├── s3-st3.d │ │ ├── s3-tc.d │ │ ├── s4-1st.d │ │ ├── s4-dg.d │ │ ├── s4-dgs.d │ │ ├── s4-dsign.d │ │ ├── s4-duck.d │ │ ├── s4-ducks.d │ │ ├── s4-end.d │ │ ├── s4-gs.d │ │ ├── s4-h1.d │ │ ├── s4-h1p.d │ │ ├── s4-h2.d │ │ ├── s4-h2p1.d │ │ ├── s4-h2p2.d │ │ ├── s4-h2p3.d │ │ ├── s4-healp.d │ │ ├── s4-md2.d │ │ ├── s4-md3.d │ │ ├── s4-mdoor.d │ │ ├── s4-not.d │ │ ├── s4-rock.d │ │ ├── s4-sec1.d │ │ ├── s4-sign1.d │ │ ├── s4-sign2.d │ │ ├── s4-sign3.d │ │ ├── s4-st1.d │ │ ├── s4-st1p.d │ │ ├── s4-st2.d │ │ ├── s4-st2p.d │ │ ├── s4-st3.d │ │ ├── s4-st3p.d │ │ ├── s4-stat.d │ │ ├── s4-tree.d │ │ ├── s5-base.d │ │ ├── s5-end.d │ │ ├── s5-fd.d │ │ ├── s5-fguy.d │ │ ├── s5-fmom.d │ │ ├── s5-guy.d │ │ ├── s5-heals.d │ │ ├── s5-jops.d │ │ ├── s5-mom.d │ │ ├── s5-sec1.d │ │ ├── s5-sign1.d │ │ ├── s5-st1.d │ │ ├── s5-st1p.d │ │ ├── s6-chur.d │ │ ├── s6-fount.d │ │ ├── s6-g1.d │ │ ├── s6-g2.d │ │ ├── s6-hole.d │ │ ├── s6-hole2.d │ │ ├── s6-holes.d │ │ ├── s6-sign1.d │ │ ├── s6-sign5.d │ │ ├── s6-st1.d │ │ ├── s6-st1p.d │ │ ├── s6-vend.d │ │ ├── s6-warp.d │ │ ├── s7-boat.d │ │ ├── s7-bong.d │ │ ├── s7-boss.d │ │ ├── s7-dgirl.d │ │ ├── s7-dink.d │ │ ├── s7-drag.d │ │ ├── s7-duck.d │ │ ├── s7-girl.d │ │ ├── s7-hell.d │ │ ├── s7-mil.d │ │ ├── s7-mom.d │ │ ├── s7-pill.d │ │ ├── s7-slay.d │ │ ├── s7-slimb.d │ │ ├── s7-warp.d │ │ ├── s8-da.d │ │ ├── s8-dish.d │ │ ├── s8-duck.d │ │ ├── s8-duck2.d │ │ ├── s8-duck3.d │ │ ├── s8-duck4.d │ │ ├── s8-guy.d │ │ ├── s8-sign.d │ │ ├── s8-well.d │ │ ├── savebot.d │ │ ├── savetop.d │ │ ├── sc-drag.d │ │ ├── sc-end.d │ │ ├── sc-ent.d │ │ ├── sc-lock.d │ │ ├── sc-pill.d │ │ ├── sc-slay.d │ │ ├── sc-wiz.d │ │ ├── sfood.d │ │ ├── sgold.d │ │ ├── sheart.d │ │ ├── shrink.d │ │ ├── soundoff.d │ │ ├── sparkle.d │ │ ├── spice.d │ │ ├── start-1.d │ │ ├── start-2.d │ │ ├── start-3.d │ │ ├── start-4.d │ │ ├── start.d │ │ ├── thes.d │ │ ├── thorn.d │ │ ├── treeduck.d │ │ ├── water.d │ │ └── xlgold.d │ └── tiles │ │ ├── cd.bmp │ │ ├── map1.bmp │ │ ├── palette.bmp │ │ ├── s01.bmp │ │ ├── s02.bmp │ │ ├── s03.bmp │ │ ├── s04.bmp │ │ ├── s05.bmp │ │ ├── s06.bmp │ │ ├── s07.bmp │ │ ├── s08.bmp │ │ ├── s09.bmp │ │ ├── s10.bmp │ │ ├── s11.bmp │ │ ├── s12.bmp │ │ ├── s13.bmp │ │ ├── splash.bmp │ │ ├── ts01.bmp │ │ ├── ts02.bmp │ │ ├── ts03.bmp │ │ ├── ts04.bmp │ │ ├── ts05.bmp │ │ ├── ts06.bmp │ │ ├── ts07.bmp │ │ ├── ts08.bmp │ │ ├── ts09.bmp │ │ ├── ts10.bmp │ │ ├── ts11.bmp │ │ ├── ts12.bmp │ │ ├── ts13.bmp │ │ ├── ts14.bmp │ │ ├── ts15.bmp │ │ ├── ts16.bmp │ │ ├── ts17.bmp │ │ ├── ts18.bmp │ │ ├── ts19.bmp │ │ ├── ts20.bmp │ │ ├── ts21.bmp │ │ ├── ts22.bmp │ │ ├── ts23.bmp │ │ ├── ts24.bmp │ │ ├── ts25.bmp │ │ ├── ts26.bmp │ │ ├── ts27.bmp │ │ ├── ts28.bmp │ │ ├── ts29.bmp │ │ ├── ts30.bmp │ │ ├── ts31.bmp │ │ ├── ts32.bmp │ │ ├── ts33.bmp │ │ ├── ts34.bmp │ │ ├── ts35.bmp │ │ ├── ts36.bmp │ │ ├── ts37.bmp │ │ ├── ts38.bmp │ │ ├── ts39.bmp │ │ ├── ts40.bmp │ │ └── ts41.bmp ├── zlib1.dll └── zlibwapi.dll ├── dinkhd_license.txt ├── dxsdk └── Lib │ ├── x64 │ └── dxguid.lib │ └── x86 │ └── dxguid.lib ├── html5 ├── BuildAndRunLocally.bat ├── BuildAndUpload.bat ├── RunHTTPServerFromThisDir.bat ├── UploadToWebsite.bat └── build_release.bat ├── media ├── LowerCase.bat ├── audio │ ├── blank.mp3 │ ├── blank.wav │ ├── buzzer2.wav │ ├── click.wav │ ├── door_shut_seth.wav │ ├── pause_close.wav │ ├── pause_open.wav │ ├── quick_load.wav │ ├── quick_save.wav │ ├── speedup_end.wav │ ├── speedup_start.wav │ ├── tip_end.wav │ └── tip_start.wav ├── delete_all_rttex_files.bat ├── exclude.txt ├── game_exclude.txt ├── interface │ ├── akiko.png │ ├── akiko.rttex │ ├── android │ │ ├── quicktip_dmod.png │ │ └── quicktip_dmod.rttex │ ├── center_ball.png │ ├── center_ball.rttex │ ├── checkbox.png │ ├── checkbox.rttex │ ├── dink_ad.png │ ├── dink_ad.rttex │ ├── ds_ad.png │ ├── ds_ad.rttex │ ├── fling_ad.png │ ├── fling_ad.rttex │ ├── font_big.bmfc │ ├── font_big.fnt │ ├── font_big.rtfont │ ├── font_big.txt │ ├── font_big_00.png │ ├── font_bigx2.bmfc │ ├── font_bigx2.fnt │ ├── font_bigx2.rtfont │ ├── font_bigx2.txt │ ├── font_bigx2_00.png │ ├── font_normal.bmfc │ ├── font_normal.fnt │ ├── font_normal.rtfont │ ├── font_normal.txt │ ├── font_normal_00.png │ ├── font_normalx2.bmfc │ ├── font_normalx2.fnt │ ├── font_normalx2.rtfont │ ├── font_normalx2.txt │ ├── font_normalx2_00.png │ ├── generic │ │ ├── quicktip_dmod.png │ │ └── quicktip_dmod.rttex │ ├── ipad │ │ ├── arrows.png │ │ ├── arrows.rttex │ │ ├── bg_stone_overlay.png │ │ ├── bg_stone_overlay.rttex │ │ ├── bkgd_anim_fire.png │ │ ├── bkgd_anim_fire.rttex │ │ ├── bkgd_stone.png │ │ ├── bkgd_stone.rttex │ │ ├── logo_dink.png │ │ ├── logo_dink.rttex │ │ ├── logo_rtsoft.png │ │ ├── logo_rtsoft.rttex │ │ ├── main_but_about.png │ │ ├── main_but_about.rttex │ │ ├── main_but_addon10.png │ │ ├── main_but_addon10.rttex │ │ ├── main_but_continue.png │ │ ├── main_but_continue.rttex │ │ ├── main_but_load.png │ │ ├── main_but_load.rttex │ │ ├── main_but_new.png │ │ ├── main_but_new.rttex │ │ ├── main_but_options.png │ │ └── main_but_options.rttex │ ├── iphone │ │ ├── arrows.png │ │ ├── arrows.rttex │ │ ├── bg_stone_overlay.png │ │ ├── bg_stone_overlay.rttex │ │ ├── bkgd_anim_fire.png │ │ ├── bkgd_anim_fire.rttex │ │ ├── bkgd_stone.png │ │ ├── bkgd_stone.rttex │ │ ├── browse_dmod_bar.png │ │ ├── browse_dmod_bar.rttex │ │ ├── browse_install.png │ │ ├── browse_install.rttex │ │ ├── button_arrow_back.png │ │ ├── button_arrow_back.rttex │ │ ├── button_arrow_down.png │ │ ├── button_arrow_down.rttex │ │ ├── button_arrow_up.png │ │ ├── button_arrow_up.rttex │ │ ├── button_examine.png │ │ ├── button_examine.rttex │ │ ├── button_inventory.png │ │ ├── button_inventory.rttex │ │ ├── button_item_base.png │ │ ├── button_item_base.rttex │ │ ├── button_item_no.png │ │ ├── button_item_no.rttex │ │ ├── button_magic_base.png │ │ ├── button_magic_base.rttex │ │ ├── button_magic_no.png │ │ ├── button_magic_no.rttex │ │ ├── button_quickload.png │ │ ├── button_quickload.rttex │ │ ├── button_quicksave.png │ │ ├── button_quicksave.rttex │ │ ├── dmod_bar.png │ │ ├── dmod_bar.rttex │ │ ├── dmod_bg.png │ │ ├── dmod_bg.rttex │ │ ├── dmod_delete_button.png │ │ ├── dmod_delete_button.rttex │ │ ├── dmod_info_button.png │ │ ├── dmod_info_button.rttex │ │ ├── logo_dink.png │ │ ├── logo_dink.rttex │ │ ├── logo_rtsoft.png │ │ ├── logo_rtsoft.rttex │ │ ├── main_but_about.png │ │ ├── main_but_about.rttex │ │ ├── main_but_addon10.png │ │ ├── main_but_addon10.rttex │ │ ├── main_but_continue.png │ │ ├── main_but_continue.rttex │ │ ├── main_but_load.png │ │ ├── main_but_load.rttex │ │ ├── main_but_new.png │ │ ├── main_but_new.rttex │ │ ├── main_but_options.png │ │ ├── main_but_options.rttex │ │ ├── pause_icon.png │ │ ├── pause_icon.rttex │ │ ├── pop_up.png │ │ ├── pop_up.rttex │ │ ├── pop_up_button.png │ │ ├── pop_up_button.rttex │ │ ├── quicktip_dmod.png │ │ ├── quicktip_dmod.rttex │ │ ├── quicktip_feeding.png │ │ ├── quicktip_feeding.rttex │ │ ├── quicktip_saving.png │ │ ├── quicktip_saving.rttex │ │ ├── speed_up_button.png │ │ └── speed_up_button.rttex │ ├── iphone4 │ │ ├── arrows.png │ │ ├── arrows.rttex │ │ ├── bg_stone_overlay.png │ │ ├── bg_stone_overlay.rttex │ │ ├── bkgd_anim_fire.png │ │ ├── bkgd_anim_fire.rttex │ │ ├── bkgd_stone.png │ │ ├── bkgd_stone.rttex │ │ ├── button_quickload.png │ │ ├── button_quickload.rttex │ │ ├── logo_dink.png │ │ ├── logo_dink.rttex │ │ ├── logo_rtsoft.png │ │ ├── logo_rtsoft.rttex │ │ ├── main_but_about.png │ │ ├── main_but_about.rttex │ │ ├── main_but_addon10.png │ │ ├── main_but_addon10.rttex │ │ ├── main_but_continue.png │ │ ├── main_but_continue.rttex │ │ ├── main_but_load.png │ │ ├── main_but_load.rttex │ │ ├── main_but_new.png │ │ ├── main_but_new.rttex │ │ ├── main_but_options.png │ │ └── main_but_options.rttex │ ├── large │ │ ├── browse_dmod_bar.png │ │ ├── browse_dmod_bar.rttex │ │ ├── browse_install.png │ │ ├── browse_install.rttex │ │ ├── button_arrow_back.png │ │ ├── button_arrow_back.rttex │ │ ├── button_arrow_down.png │ │ ├── button_arrow_down.rttex │ │ ├── button_arrow_up.png │ │ ├── button_arrow_up.rttex │ │ ├── button_examine.png │ │ ├── button_examine.rttex │ │ ├── button_inventory.png │ │ ├── button_inventory.rttex │ │ ├── button_item_base.png │ │ ├── button_item_base.rttex │ │ ├── button_item_no.png │ │ ├── button_item_no.rttex │ │ ├── button_magic_base.png │ │ ├── button_magic_base.rttex │ │ ├── button_magic_no.png │ │ ├── button_magic_no.rttex │ │ ├── button_quickload.png │ │ ├── button_quickload.rttex │ │ ├── button_quicksave.png │ │ ├── button_quicksave.rttex │ │ ├── dmod_bar.png │ │ ├── dmod_bar.rttex │ │ ├── dmod_delete_button.png │ │ ├── dmod_delete_button.rttex │ │ ├── dmod_info_button.png │ │ ├── dmod_info_button.rttex │ │ ├── pause_icon.png │ │ ├── pause_icon.rttex │ │ ├── pop_up.png │ │ ├── pop_up.rttex │ │ ├── pop_up_button.png │ │ ├── pop_up_button.rttex │ │ ├── quicktip_dmod.png │ │ ├── quicktip_dmod.rttex │ │ ├── quicktip_feeding.png │ │ ├── quicktip_feeding.rttex │ │ ├── quicktip_saving.png │ │ ├── quicktip_saving.rttex │ │ ├── speed_up_button.png │ │ └── speed_up_button.rttex │ ├── mindwall_ad.png │ ├── mindwall_ad.rttex │ ├── osx │ │ ├── quicktip_dmod.png │ │ └── quicktip_dmod.rttex │ ├── particle │ │ ├── cflight.png │ │ ├── cflight.rttex │ │ ├── circle.png │ │ ├── circle.rttex │ │ ├── explosion.png │ │ ├── explosion.rttex │ │ ├── light16p.png │ │ ├── light16p.rttex │ │ ├── pointer.png │ │ ├── pointer.rttex │ │ ├── sketch.png │ │ ├── sketch.rttex │ │ ├── small.png │ │ ├── small.rttex │ │ ├── star.png │ │ └── star.rttex │ ├── rtsoft_logo.png │ ├── rtsoft_logo.rttex │ ├── scroll_bar_caps.png │ ├── scroll_bar_caps.rttex │ ├── seth.png │ ├── seth.rttex │ ├── sixtybeat_ad.png │ ├── sixtybeat_ad.rttex │ ├── slider_button.png │ ├── slider_button.rttex │ ├── turn_arrows.png │ ├── turn_arrows.rttex │ └── win │ │ ├── quicktip_dmod.png │ │ ├── quicktip_dmod.rttex │ │ ├── quicktip_feeding.png │ │ ├── quicktip_feeding.rttex │ │ ├── quicktip_saving.png │ │ └── quicktip_saving.rttex └── update_media.bat ├── programmer_readme.txt ├── script ├── BuildAndPackageWindows.bat ├── BuildAndPackageWindowsBeta.bat ├── BuildAndroidAndUploadBeta.bat ├── FTPToSiteWin.bat ├── UploadOSX_DMG.bat ├── UploadWindowsVersion.bat ├── UploadWindowsVersionAsBeta.bat └── win_installer │ ├── dink.ico │ ├── dink.nsi │ └── readme.txt ├── source ├── App.cpp ├── App.h ├── Component │ ├── ActionButtonComponent.cpp │ ├── ActionButtonComponent.h │ ├── CursorComponent.cpp │ ├── CursorComponent.h │ ├── DragControlComponent.cpp │ ├── DragControlComponent.h │ ├── FPSControlComponent.cpp │ ├── FPSControlComponent.h │ ├── InventoryComponent.cpp │ └── InventoryComponent.h ├── GUI │ ├── AboutMenu.cpp │ ├── AboutMenu.h │ ├── BrowseMenu.cpp │ ├── BrowseMenu.h │ ├── DMODInstallMenu.cpp │ ├── DMODInstallMenu.h │ ├── DMODMenu.cpp │ ├── DMODMenu.h │ ├── DebugMenu.cpp │ ├── DebugMenu.h │ ├── EnterURLMenu.cpp │ ├── EnterURLMenu.h │ ├── ExpiredMenu.cpp │ ├── ExpiredMenu.h │ ├── GameMenu.cpp │ ├── GameMenu.h │ ├── LoadMenu.cpp │ ├── LoadMenu.h │ ├── LogMenu.cpp │ ├── LogMenu.h │ ├── MainMenu.cpp │ ├── MainMenu.h │ ├── OptionsMenu.cpp │ ├── OptionsMenu.h │ ├── ParticleTestMenu.cpp │ ├── ParticleTestMenu.h │ ├── PauseMenu.cpp │ ├── PauseMenu.h │ ├── PopUpMenu.cpp │ ├── PopUpMenu.h │ ├── QuickTipMenu.cpp │ ├── QuickTipMenu.h │ ├── ReadTextMenu.cpp │ └── ReadTextMenu.h ├── StackWalker │ ├── StackUtils.cpp │ ├── StackUtils.h │ ├── StackWalker.cpp │ └── StackWalker.h ├── dink │ ├── FFReader.cpp │ ├── FFReader.h │ ├── ScriptAccelerator.cpp │ ├── ScriptAccelerator.h │ ├── dink.cpp │ ├── dink.h │ ├── dinkvar.h │ ├── misc_util.cpp │ ├── misc_util.h │ ├── resource.h │ └── update_frame.cpp ├── video_gl.cpp └── video_gl.h └── windows_vs2017 ├── iPhoneRTDink.sln ├── resource.h ├── winRTDink.aps ├── winRTDink.rc ├── winRTDink.vcproj ├── winRTDink.vcxproj ├── winRTDink.vcxproj.filters └── winRTDink.vcxproj.user /OSX/DinkSmallwoodHD.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/OSX/DinkSmallwoodHD.dmg -------------------------------------------------------------------------------- /bin/dink_html5/dink.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/dink.dat -------------------------------------------------------------------------------- /bin/dink_html5/dmod.diz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/dmod.diz -------------------------------------------------------------------------------- /bin/dink_html5/graphics/animals/pig/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/animals/pig/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/dink/crawl/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/dink/crawl/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/dink/die/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/dink/die/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/dink/idle/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/dink/idle/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/dink/push/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/dink/push/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/dink/seed/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/dink/seed/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/dink/walk/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/dink/walk/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/effects/axe/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/effects/axe/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/foes/dragon/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/foes/dragon/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/foes/pill/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/foes/pill/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/inner/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/inner/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/inter/menu/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/inter/menu/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/inter/save/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/inter/save/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/items/bomb/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/items/bomb/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/items/boxes/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/items/boxes/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/items/cup/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/items/cup/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/items/food/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/items/food/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/items/grain/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/items/grain/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/items/paper/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/items/paper/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/items/tomb/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/items/tomb/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/items/tools/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/items/tools/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/lands/fence/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/lands/fence/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/lands/grass/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/lands/grass/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/lands/rocks/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/lands/rocks/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/lands/trees/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/lands/trees/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/people/girl/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/people/girl/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/people/mom/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/people/mom/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/graphics/struct/home/dir.ff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/graphics/struct/home/dir.ff -------------------------------------------------------------------------------- /bin/dink_html5/hard.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/hard.dat -------------------------------------------------------------------------------- /bin/dink_html5/map.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/map.dat -------------------------------------------------------------------------------- /bin/dink_html5/midi/TimGM6mbTiny.dls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/midi/TimGM6mbTiny.dls -------------------------------------------------------------------------------- /bin/dink_html5/preview.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/preview.bmp -------------------------------------------------------------------------------- /bin/dink_html5/sound/1.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/1.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/10.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/10.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/100.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/100.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/1003.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/1003.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/101.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/101.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/102.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/102.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/103.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/103.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/104.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/104.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/105.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/105.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/106.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/106.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/107.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/107.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/11.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/11.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/12.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/12.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/13.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/13.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/16.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/16.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/18.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/18.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/2.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/2.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/3.mp3 -------------------------------------------------------------------------------- /bin/dink_html5/sound/4.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/4.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/5.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/5.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/6.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/6.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/7.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/7.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/9.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/9.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/arrow.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/arrow.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/attack1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/attack1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/axe.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/axe.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/battle.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/battle.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/bhit.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/bhit.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/bird1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/bird1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/bird2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/bird2.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/blank.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/blank.mp3 -------------------------------------------------------------------------------- /bin/dink_html5/sound/blank.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/blank.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/bow1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/bow1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/bullythe.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/bullythe.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/burn.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/burn.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/caveent.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/caveent.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/caveexpl.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/caveexpl.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/click.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/click.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/dance.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/dance.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/denube.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/denube.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/drag1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/drag1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/drag2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/drag2.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/escape.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/escape.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/fire.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/fire.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/flyby.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/flyby.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/gold.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/gold.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/grunt1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/grunt1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/grunt2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/grunt2.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/high1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/high1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/high2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/high2.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/hurt1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/hurt1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/hurt2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/hurt2.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/insper.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/insper.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/intro.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/intro.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/knock.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/knock.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/level.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/level.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/lively.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/lively.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/love.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/love.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/lovin.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/lovin.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/neighbor.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/neighbor.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/nono.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/nono.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/ocean1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/ocean1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/open.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/open.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/picker.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/picker.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/pig1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/pig1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/pig2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/pig2.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/pig3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/pig3.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/pig4.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/pig4.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/pop.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/pop.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/punch.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/punch.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/quack.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/quack.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/save.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/save.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/secret.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/secret.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/sel1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/sel1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/sel2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/sel2.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/sel3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/sel3.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/select.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/select.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/snarl1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/snarl1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/snarl2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/snarl2.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/snarl3.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/snarl3.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/spell1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/spell1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/splash.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/splash.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/squish.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/squish.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/stairs.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/stairs.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/steps.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/steps.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/swing.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/swing.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/sword1.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/sword1.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/sword2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/sword2.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/sword2_item.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/sword2_item.wav -------------------------------------------------------------------------------- /bin/dink_html5/sound/wanderer.mid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/wanderer.mid -------------------------------------------------------------------------------- /bin/dink_html5/sound/wscream.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/sound/wscream.wav -------------------------------------------------------------------------------- /bin/dink_html5/story/1gold.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/1gold.d -------------------------------------------------------------------------------- /bin/dink_html5/story/apotion.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/apotion.d -------------------------------------------------------------------------------- /bin/dink_html5/story/bar-dp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/bar-dp.d -------------------------------------------------------------------------------- /bin/dink_html5/story/bar-e.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/bar-e.d -------------------------------------------------------------------------------- /bin/dink_html5/story/bar-f1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/bar-f1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/bar-gh.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/bar-gh.d -------------------------------------------------------------------------------- /bin/dink_html5/story/bar-m.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/bar-m.d -------------------------------------------------------------------------------- /bin/dink_html5/story/bar-sh.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/bar-sh.d -------------------------------------------------------------------------------- /bin/dink_html5/story/bar-sp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/bar-sp.d -------------------------------------------------------------------------------- /bin/dink_html5/story/box1-e.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/box1-e.d -------------------------------------------------------------------------------- /bin/dink_html5/story/box2-e.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/box2-e.d -------------------------------------------------------------------------------- /bin/dink_html5/story/box2-sp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/box2-sp.d -------------------------------------------------------------------------------- /bin/dink_html5/story/bpotion.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/bpotion.d -------------------------------------------------------------------------------- /bin/dink_html5/story/button6.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/button6.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ch1-ap.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ch1-ap.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ch1-g.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ch1-g.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ch1-gh.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ch1-gh.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ch1-mp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ch1-mp.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ch1-pap.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ch1-pap.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ch1-sp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ch1-sp.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ch2-500.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ch2-500.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ch2-ap.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ch2-ap.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ch2-gh.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ch2-gh.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ch2-sfb.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ch2-sfb.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ch3-ap.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ch3-ap.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ch3-h.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ch3-h.d -------------------------------------------------------------------------------- /bin/dink_html5/story/dam-a1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/dam-a1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/dam-bom.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/dam-bom.d -------------------------------------------------------------------------------- /bin/dink_html5/story/dam-bom2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/dam-bom2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/dam-bomn.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/dam-bomn.d -------------------------------------------------------------------------------- /bin/dink_html5/story/dam-fire.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/dam-fire.d -------------------------------------------------------------------------------- /bin/dink_html5/story/dam-ice.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/dam-ice.d -------------------------------------------------------------------------------- /bin/dink_html5/story/dam-icee.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/dam-icee.d -------------------------------------------------------------------------------- /bin/dink_html5/story/dam-sfb.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/dam-sfb.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ddie5.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ddie5.d -------------------------------------------------------------------------------- /bin/dink_html5/story/die.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/die.d -------------------------------------------------------------------------------- /bin/dink_html5/story/die5.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/die5.d -------------------------------------------------------------------------------- /bin/dink_html5/story/dinfo.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/dinfo.d -------------------------------------------------------------------------------- /bin/dink_html5/story/duck.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/duck.d -------------------------------------------------------------------------------- /bin/dink_html5/story/emake.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/emake.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-bonc.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-bonc.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-bonc1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-bonc1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-boncd.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-boncd.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-bong.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-bong.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-drag.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-drag.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-gh.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-gh.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-gmog.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-gmog.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-gs.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-gs.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-pbon.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-pbon.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-pill.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-pill.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-pill1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-pill1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-pill2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-pill2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-pillf.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-pillf.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-slay.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-slay.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-slim.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-slim.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-slimb.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-slimb.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-slimg.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-slimg.d -------------------------------------------------------------------------------- /bin/dink_html5/story/en-stg.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/en-stg.d -------------------------------------------------------------------------------- /bin/dink_html5/story/escape.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/escape.d -------------------------------------------------------------------------------- /bin/dink_html5/story/findduck.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/findduck.d -------------------------------------------------------------------------------- /bin/dink_html5/story/fire.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/fire.d -------------------------------------------------------------------------------- /bin/dink_html5/story/fish1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/fish1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/get-fb.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/get-fb.d -------------------------------------------------------------------------------- /bin/dink_html5/story/get-sfb.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/get-sfb.d -------------------------------------------------------------------------------- /bin/dink_html5/story/gheart.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/gheart.d -------------------------------------------------------------------------------- /bin/dink_html5/story/gold200.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/gold200.d -------------------------------------------------------------------------------- /bin/dink_html5/story/gold500.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/gold500.d -------------------------------------------------------------------------------- /bin/dink_html5/story/heart.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/heart.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-axe.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-axe.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-b1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-b1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-b2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-b2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-b3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-b3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-bom.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-bom.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-bt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-bt.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-eli.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-eli.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-fb.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-fb.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-fst.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-fst.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-ice.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-ice.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-nut.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-nut.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-p1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-p1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-pig.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-pig.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-sfb.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-sfb.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-sw1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-sw1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-sw2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-sw2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/item-sw3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/item-sw3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/king.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/king.d -------------------------------------------------------------------------------- /bin/dink_html5/story/lgold.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/lgold.d -------------------------------------------------------------------------------- /bin/dink_html5/story/lraise.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/lraise.d -------------------------------------------------------------------------------- /bin/dink_html5/story/mag-star.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/mag-star.d -------------------------------------------------------------------------------- /bin/dink_html5/story/main.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/main.d -------------------------------------------------------------------------------- /bin/dink_html5/story/make.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/make.d -------------------------------------------------------------------------------- /bin/dink_html5/story/mgold.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/mgold.d -------------------------------------------------------------------------------- /bin/dink_html5/story/newgame.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/newgame.d -------------------------------------------------------------------------------- /bin/dink_html5/story/papgold.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/papgold.d -------------------------------------------------------------------------------- /bin/dink_html5/story/pdie.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/pdie.d -------------------------------------------------------------------------------- /bin/dink_html5/story/poster.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/poster.d -------------------------------------------------------------------------------- /bin/dink_html5/story/ppotion.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/ppotion.d -------------------------------------------------------------------------------- /bin/dink_html5/story/rpotion.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/rpotion.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-blove.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-blove.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-bls.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-bls.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-boat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-boat.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-boot.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-boot.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-booth.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-booth.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-brg.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-brg.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-brg2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-brg2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-bul.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-bul.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-cave.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-cave.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-cavem.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-cavem.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-caves.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-caves.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-duck.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-duck.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-eltr.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-eltr.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-farm.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-farm.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-farm2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-farm2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-farms.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-farms.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-fmons.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-fmons.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-fount.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-fount.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-gate.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-gate.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-gg.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-gg.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h1-1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h1-1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h1-2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h1-2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h1-3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h1-3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h1-4.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h1-4.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h1-m.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h1-m.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h1-o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h1-o.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h1-s.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h1-s.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h2-1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h2-1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h2-2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h2-2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h2-3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h2-3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h2-dk.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h2-dk.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h2-o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h2-o.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h2-s.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h2-s.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h3-1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h3-1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h3-2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h3-2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h3-3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h3-3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h3-4.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h3-4.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h3-5.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h3-5.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h3-6.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h3-6.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h3-7.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h3-7.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h3-8.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h3-8.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h3-9.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h3-9.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h3-l.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h3-l.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h3-of.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h3-of.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-h3-s.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-h3-s.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-hole.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-hole.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-hole3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-hole3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-hsign.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-hsign.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-lg.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-lg.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-ltr.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-ltr.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-magic.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-magic.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-mh-f.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-mh-f.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-mh-m.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-mh-m.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-mh-o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-mh-o.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-mh-s.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-mh-s.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-nopas.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-nopas.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-ntree.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-ntree.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-nut.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-nut.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-oldd.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-oldd.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-rand.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-rand.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-rob.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-rob.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-rob2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-rob2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-roc.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-roc.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-sack.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-sack.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-sign2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-sign2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-slim.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-slim.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-ss2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-ss2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-vic.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-vic.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-vil.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-vil.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-vil2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-vil2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-wand.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-wand.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-wand2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-wand2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s1-wiz.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s1-wiz.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-aunt.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-aunt.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-auntp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-auntp.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-bar.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-bar.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-ca-g.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-ca-g.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-ca-o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-ca-o.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-cave.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-cave.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-cave2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-cave2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-cbon.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-cbon.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-cg1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-cg1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-cg2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-cg2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-cg3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-cg3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-cg4.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-cg4.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-cg5.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-cg5.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-cgirl.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-cgirl.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-cman.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-cman.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-crime.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-crime.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-crock.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-crock.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-cslay.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-cslay.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-culg.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-culg.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-cult.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-cult.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-dams.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-dams.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-ds.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-ds.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-fgate.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-fgate.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-fight.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-fight.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-h1-s.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-h1-s.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-h2-s.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-h2-s.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-healp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-healp.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-idol.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-idol.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-jack.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-jack.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-man1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-man1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-man2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-man2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-mdoor.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-mdoor.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-mh-m.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-mh-m.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-mybed.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-mybed.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-na1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-na1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-na2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-na2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-nad.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-nad.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-nadp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-nadp.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-out.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-out.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-qgirl.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-qgirl.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-rand.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-rand.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-ryan2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-ryan2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-ryan3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-ryan3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-ryant.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-ryant.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-sale.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-sale.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-sale2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-sale2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-sec1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-sec1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-sec2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-sec2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-sec3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-sec3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-sign3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-sign3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-signe.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-signe.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-sk.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-sk.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-stat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-stat.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-t1s.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-t1s.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-t2s.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-t2s.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-table.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-table.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-tdoor.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-tdoor.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-tds.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-tds.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-wand.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-wand.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-want.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-want.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-well1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-well1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s2-wench.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s2-wench.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-1st.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-1st.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-bh.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-bh.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-block.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-block.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-bowl.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-bowl.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-camp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-camp.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-camps.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-camps.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-ch1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-ch1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-chick.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-chick.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-dorks.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-dorks.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-fount.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-fount.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-freak.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-freak.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-gh.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-gh.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-gob.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-gob.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-gob2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-gob2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-gobg.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-gobg.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-gobs.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-gobs.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-gs.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-gs.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-gsign.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-gsign.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-h1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-h1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-larry.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-larry.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-loser.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-loser.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-mayor.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-mayor.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-mdoor.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-mdoor.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-mog.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-mog.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-peeps.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-peeps.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-rock.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-rock.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-sec1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-sec1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-sign1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-sign1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-sign2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-sign2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-sign3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-sign3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-sign6.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-sign6.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-sign7.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-sign7.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-st1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-st1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-st1o.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-st1o.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-st1p.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-st1p.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-st2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-st2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-st2p.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-st2p.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-st3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-st3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s3-tc.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s3-tc.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-1st.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-1st.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-dg.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-dg.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-dgs.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-dgs.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-dsign.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-dsign.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-duck.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-duck.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-ducks.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-ducks.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-end.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-end.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-gs.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-gs.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-h1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-h1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-h1p.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-h1p.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-h2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-h2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-h2p1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-h2p1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-h2p2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-h2p2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-h2p3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-h2p3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-healp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-healp.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-md2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-md2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-md3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-md3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-mdoor.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-mdoor.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-not.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-not.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-rock.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-rock.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-sec1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-sec1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-sign1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-sign1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-sign2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-sign2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-sign3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-sign3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-st1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-st1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-st1p.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-st1p.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-st2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-st2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-st2p.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-st2p.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-st3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-st3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-st3p.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-st3p.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-stat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-stat.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s4-tree.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s4-tree.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-base.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-base.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-end.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-end.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-fd.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-fd.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-fguy.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-fguy.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-fmom.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-fmom.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-guy.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-guy.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-heals.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-heals.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-jops.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-jops.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-mom.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-mom.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-sec1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-sec1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-sign1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-sign1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-st1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-st1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s5-st1p.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s5-st1p.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-chur.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-chur.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-fount.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-fount.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-g1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-g1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-g2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-g2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-hole.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-hole.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-hole2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-hole2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-holes.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-holes.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-sign1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-sign1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-sign5.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-sign5.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-st1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-st1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-st1p.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-st1p.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-vend.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-vend.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s6-warp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s6-warp.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-boat.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-boat.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-bong.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-bong.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-boss.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-boss.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-dgirl.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-dgirl.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-dink.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-dink.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-drag.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-drag.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-duck.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-duck.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-girl.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-girl.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-hell.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-hell.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-mil.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-mil.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-mom.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-mom.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-pill.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-pill.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-slay.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-slay.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-slimb.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-slimb.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s7-warp.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s7-warp.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s8-da.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s8-da.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s8-dish.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s8-dish.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s8-duck.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s8-duck.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s8-duck2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s8-duck2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s8-duck3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s8-duck3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s8-duck4.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s8-duck4.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s8-guy.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s8-guy.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s8-sign.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s8-sign.d -------------------------------------------------------------------------------- /bin/dink_html5/story/s8-well.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/s8-well.d -------------------------------------------------------------------------------- /bin/dink_html5/story/savebot.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/savebot.d -------------------------------------------------------------------------------- /bin/dink_html5/story/savetop.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/savetop.d -------------------------------------------------------------------------------- /bin/dink_html5/story/sc-drag.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/sc-drag.d -------------------------------------------------------------------------------- /bin/dink_html5/story/sc-end.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/sc-end.d -------------------------------------------------------------------------------- /bin/dink_html5/story/sc-ent.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/sc-ent.d -------------------------------------------------------------------------------- /bin/dink_html5/story/sc-lock.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/sc-lock.d -------------------------------------------------------------------------------- /bin/dink_html5/story/sc-pill.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/sc-pill.d -------------------------------------------------------------------------------- /bin/dink_html5/story/sc-slay.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/sc-slay.d -------------------------------------------------------------------------------- /bin/dink_html5/story/sc-wiz.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/sc-wiz.d -------------------------------------------------------------------------------- /bin/dink_html5/story/sfood.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/sfood.d -------------------------------------------------------------------------------- /bin/dink_html5/story/sgold.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/sgold.d -------------------------------------------------------------------------------- /bin/dink_html5/story/sheart.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/sheart.d -------------------------------------------------------------------------------- /bin/dink_html5/story/shrink.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/shrink.d -------------------------------------------------------------------------------- /bin/dink_html5/story/soundoff.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/soundoff.d -------------------------------------------------------------------------------- /bin/dink_html5/story/sparkle.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/sparkle.d -------------------------------------------------------------------------------- /bin/dink_html5/story/spice.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/spice.d -------------------------------------------------------------------------------- /bin/dink_html5/story/start-1.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/start-1.d -------------------------------------------------------------------------------- /bin/dink_html5/story/start-2.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/start-2.d -------------------------------------------------------------------------------- /bin/dink_html5/story/start-3.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/start-3.d -------------------------------------------------------------------------------- /bin/dink_html5/story/start-4.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/start-4.d -------------------------------------------------------------------------------- /bin/dink_html5/story/start.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/start.d -------------------------------------------------------------------------------- /bin/dink_html5/story/thes.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/thes.d -------------------------------------------------------------------------------- /bin/dink_html5/story/thorn.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/thorn.d -------------------------------------------------------------------------------- /bin/dink_html5/story/treeduck.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/treeduck.d -------------------------------------------------------------------------------- /bin/dink_html5/story/water.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/water.d -------------------------------------------------------------------------------- /bin/dink_html5/story/xlgold.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/story/xlgold.d -------------------------------------------------------------------------------- /bin/dink_html5/tiles/cd.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/cd.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/map1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/map1.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/palette.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/palette.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s01.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s02.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s02.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s03.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s03.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s04.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s04.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s05.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s05.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s06.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s06.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s07.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s07.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s08.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s08.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s09.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s09.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s10.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s10.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s11.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s11.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s12.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s12.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/s13.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/s13.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/splash.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/splash.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts01.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts01.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts02.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts02.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts03.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts03.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts04.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts04.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts05.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts05.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts06.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts06.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts07.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts07.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts08.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts08.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts09.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts09.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts10.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts10.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts11.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts11.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts12.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts12.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts13.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts13.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts14.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts14.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts15.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts15.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts16.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts16.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts17.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts17.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts18.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts18.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts19.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts19.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts20.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts20.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts21.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts21.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts22.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts22.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts23.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts23.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts24.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts24.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts25.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts25.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts26.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts26.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts27.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts27.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts28.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts28.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts29.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts29.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts30.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts30.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts31.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts31.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts32.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts32.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts33.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts33.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts34.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts34.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts35.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts35.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts36.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts36.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts37.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts37.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts38.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts38.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts39.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts39.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts40.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts40.bmp -------------------------------------------------------------------------------- /bin/dink_html5/tiles/ts41.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/dink_html5/tiles/ts41.bmp -------------------------------------------------------------------------------- /bin/zlib1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/zlib1.dll -------------------------------------------------------------------------------- /bin/zlibwapi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/bin/zlibwapi.dll -------------------------------------------------------------------------------- /dxsdk/Lib/x64/dxguid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/dxsdk/Lib/x64/dxguid.lib -------------------------------------------------------------------------------- /dxsdk/Lib/x86/dxguid.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/dxsdk/Lib/x86/dxguid.lib -------------------------------------------------------------------------------- /html5/BuildAndRunLocally.bat: -------------------------------------------------------------------------------- 1 | call ../app_info_setup.bat 2 | call build_release.bat nopause 3 | call RunHTTPServerFromThisDir.bat -------------------------------------------------------------------------------- /html5/BuildAndUpload.bat: -------------------------------------------------------------------------------- 1 | call build_release.bat nopause 2 | call UploadToWebsite.bat 3 | pause -------------------------------------------------------------------------------- /media/audio/blank.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/blank.mp3 -------------------------------------------------------------------------------- /media/audio/blank.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/blank.wav -------------------------------------------------------------------------------- /media/audio/buzzer2.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/buzzer2.wav -------------------------------------------------------------------------------- /media/audio/click.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/click.wav -------------------------------------------------------------------------------- /media/audio/door_shut_seth.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/door_shut_seth.wav -------------------------------------------------------------------------------- /media/audio/pause_close.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/pause_close.wav -------------------------------------------------------------------------------- /media/audio/pause_open.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/pause_open.wav -------------------------------------------------------------------------------- /media/audio/quick_load.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/quick_load.wav -------------------------------------------------------------------------------- /media/audio/quick_save.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/quick_save.wav -------------------------------------------------------------------------------- /media/audio/speedup_end.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/speedup_end.wav -------------------------------------------------------------------------------- /media/audio/speedup_start.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/speedup_start.wav -------------------------------------------------------------------------------- /media/audio/tip_end.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/tip_end.wav -------------------------------------------------------------------------------- /media/audio/tip_start.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/audio/tip_start.wav -------------------------------------------------------------------------------- /media/delete_all_rttex_files.bat: -------------------------------------------------------------------------------- 1 | REM Delete all existing packed textures 2 | for /r %%f in (*.rttex) do del %%f -------------------------------------------------------------------------------- /media/exclude.txt: -------------------------------------------------------------------------------- 1 | .bmp 2 | .bak 3 | .max 4 | .obj 5 | .x 6 | .txt 7 | .svn 8 | .psd 9 | .png 10 | .fbx 11 | .tmp 12 | .fnt 13 | .bmfc 14 | 15 | 16 | -------------------------------------------------------------------------------- /media/game_exclude.txt: -------------------------------------------------------------------------------- 1 | .bak 2 | .max 3 | .txt 4 | .svn 5 | .fbx 6 | .tmp 7 | .fnt 8 | .bmfc 9 | .jpg 10 | .png 11 | .tga 12 | 13 | 14 | -------------------------------------------------------------------------------- /media/interface/akiko.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/akiko.png -------------------------------------------------------------------------------- /media/interface/akiko.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/akiko.rttex -------------------------------------------------------------------------------- /media/interface/android/quicktip_dmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/android/quicktip_dmod.png -------------------------------------------------------------------------------- /media/interface/center_ball.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/center_ball.png -------------------------------------------------------------------------------- /media/interface/center_ball.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/center_ball.rttex -------------------------------------------------------------------------------- /media/interface/checkbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/checkbox.png -------------------------------------------------------------------------------- /media/interface/checkbox.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/checkbox.rttex -------------------------------------------------------------------------------- /media/interface/dink_ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/dink_ad.png -------------------------------------------------------------------------------- /media/interface/dink_ad.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/dink_ad.rttex -------------------------------------------------------------------------------- /media/interface/ds_ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ds_ad.png -------------------------------------------------------------------------------- /media/interface/ds_ad.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ds_ad.rttex -------------------------------------------------------------------------------- /media/interface/fling_ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/fling_ad.png -------------------------------------------------------------------------------- /media/interface/fling_ad.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/fling_ad.rttex -------------------------------------------------------------------------------- /media/interface/font_big.rtfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/font_big.rtfont -------------------------------------------------------------------------------- /media/interface/font_big_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/font_big_00.png -------------------------------------------------------------------------------- /media/interface/font_bigx2.rtfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/font_bigx2.rtfont -------------------------------------------------------------------------------- /media/interface/font_bigx2_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/font_bigx2_00.png -------------------------------------------------------------------------------- /media/interface/font_normal.rtfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/font_normal.rtfont -------------------------------------------------------------------------------- /media/interface/font_normal_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/font_normal_00.png -------------------------------------------------------------------------------- /media/interface/font_normalx2.rtfont: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/font_normalx2.rtfont -------------------------------------------------------------------------------- /media/interface/font_normalx2_00.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/font_normalx2_00.png -------------------------------------------------------------------------------- /media/interface/generic/quicktip_dmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/generic/quicktip_dmod.png -------------------------------------------------------------------------------- /media/interface/ipad/arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/arrows.png -------------------------------------------------------------------------------- /media/interface/ipad/arrows.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/arrows.rttex -------------------------------------------------------------------------------- /media/interface/ipad/bg_stone_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/bg_stone_overlay.png -------------------------------------------------------------------------------- /media/interface/ipad/bkgd_anim_fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/bkgd_anim_fire.png -------------------------------------------------------------------------------- /media/interface/ipad/bkgd_anim_fire.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/bkgd_anim_fire.rttex -------------------------------------------------------------------------------- /media/interface/ipad/bkgd_stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/bkgd_stone.png -------------------------------------------------------------------------------- /media/interface/ipad/bkgd_stone.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/bkgd_stone.rttex -------------------------------------------------------------------------------- /media/interface/ipad/logo_dink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/logo_dink.png -------------------------------------------------------------------------------- /media/interface/ipad/logo_dink.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/logo_dink.rttex -------------------------------------------------------------------------------- /media/interface/ipad/logo_rtsoft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/logo_rtsoft.png -------------------------------------------------------------------------------- /media/interface/ipad/logo_rtsoft.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/logo_rtsoft.rttex -------------------------------------------------------------------------------- /media/interface/ipad/main_but_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/main_but_about.png -------------------------------------------------------------------------------- /media/interface/ipad/main_but_about.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/main_but_about.rttex -------------------------------------------------------------------------------- /media/interface/ipad/main_but_addon10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/main_but_addon10.png -------------------------------------------------------------------------------- /media/interface/ipad/main_but_continue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/main_but_continue.png -------------------------------------------------------------------------------- /media/interface/ipad/main_but_load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/main_but_load.png -------------------------------------------------------------------------------- /media/interface/ipad/main_but_load.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/main_but_load.rttex -------------------------------------------------------------------------------- /media/interface/ipad/main_but_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/main_but_new.png -------------------------------------------------------------------------------- /media/interface/ipad/main_but_new.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/main_but_new.rttex -------------------------------------------------------------------------------- /media/interface/ipad/main_but_options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/ipad/main_but_options.png -------------------------------------------------------------------------------- /media/interface/iphone/arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/arrows.png -------------------------------------------------------------------------------- /media/interface/iphone/arrows.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/arrows.rttex -------------------------------------------------------------------------------- /media/interface/iphone/bkgd_anim_fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/bkgd_anim_fire.png -------------------------------------------------------------------------------- /media/interface/iphone/bkgd_stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/bkgd_stone.png -------------------------------------------------------------------------------- /media/interface/iphone/bkgd_stone.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/bkgd_stone.rttex -------------------------------------------------------------------------------- /media/interface/iphone/browse_dmod_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/browse_dmod_bar.png -------------------------------------------------------------------------------- /media/interface/iphone/browse_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/browse_install.png -------------------------------------------------------------------------------- /media/interface/iphone/button_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/button_arrow_up.png -------------------------------------------------------------------------------- /media/interface/iphone/button_examine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/button_examine.png -------------------------------------------------------------------------------- /media/interface/iphone/button_item_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/button_item_no.png -------------------------------------------------------------------------------- /media/interface/iphone/button_magic_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/button_magic_no.png -------------------------------------------------------------------------------- /media/interface/iphone/dmod_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/dmod_bar.png -------------------------------------------------------------------------------- /media/interface/iphone/dmod_bar.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/dmod_bar.rttex -------------------------------------------------------------------------------- /media/interface/iphone/dmod_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/dmod_bg.png -------------------------------------------------------------------------------- /media/interface/iphone/dmod_bg.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/dmod_bg.rttex -------------------------------------------------------------------------------- /media/interface/iphone/logo_dink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/logo_dink.png -------------------------------------------------------------------------------- /media/interface/iphone/logo_dink.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/logo_dink.rttex -------------------------------------------------------------------------------- /media/interface/iphone/logo_rtsoft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/logo_rtsoft.png -------------------------------------------------------------------------------- /media/interface/iphone/logo_rtsoft.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/logo_rtsoft.rttex -------------------------------------------------------------------------------- /media/interface/iphone/main_but_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/main_but_about.png -------------------------------------------------------------------------------- /media/interface/iphone/main_but_load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/main_but_load.png -------------------------------------------------------------------------------- /media/interface/iphone/main_but_load.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/main_but_load.rttex -------------------------------------------------------------------------------- /media/interface/iphone/main_but_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/main_but_new.png -------------------------------------------------------------------------------- /media/interface/iphone/main_but_new.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/main_but_new.rttex -------------------------------------------------------------------------------- /media/interface/iphone/pause_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/pause_icon.png -------------------------------------------------------------------------------- /media/interface/iphone/pause_icon.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/pause_icon.rttex -------------------------------------------------------------------------------- /media/interface/iphone/pop_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/pop_up.png -------------------------------------------------------------------------------- /media/interface/iphone/pop_up.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/pop_up.rttex -------------------------------------------------------------------------------- /media/interface/iphone/pop_up_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/pop_up_button.png -------------------------------------------------------------------------------- /media/interface/iphone/pop_up_button.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/pop_up_button.rttex -------------------------------------------------------------------------------- /media/interface/iphone/quicktip_dmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/quicktip_dmod.png -------------------------------------------------------------------------------- /media/interface/iphone/quicktip_dmod.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/quicktip_dmod.rttex -------------------------------------------------------------------------------- /media/interface/iphone/quicktip_saving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/quicktip_saving.png -------------------------------------------------------------------------------- /media/interface/iphone/speed_up_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone/speed_up_button.png -------------------------------------------------------------------------------- /media/interface/iphone4/arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/arrows.png -------------------------------------------------------------------------------- /media/interface/iphone4/arrows.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/arrows.rttex -------------------------------------------------------------------------------- /media/interface/iphone4/bkgd_anim_fire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/bkgd_anim_fire.png -------------------------------------------------------------------------------- /media/interface/iphone4/bkgd_stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/bkgd_stone.png -------------------------------------------------------------------------------- /media/interface/iphone4/bkgd_stone.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/bkgd_stone.rttex -------------------------------------------------------------------------------- /media/interface/iphone4/logo_dink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/logo_dink.png -------------------------------------------------------------------------------- /media/interface/iphone4/logo_dink.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/logo_dink.rttex -------------------------------------------------------------------------------- /media/interface/iphone4/logo_rtsoft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/logo_rtsoft.png -------------------------------------------------------------------------------- /media/interface/iphone4/logo_rtsoft.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/logo_rtsoft.rttex -------------------------------------------------------------------------------- /media/interface/iphone4/main_but_about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/main_but_about.png -------------------------------------------------------------------------------- /media/interface/iphone4/main_but_load.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/main_but_load.png -------------------------------------------------------------------------------- /media/interface/iphone4/main_but_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/main_but_new.png -------------------------------------------------------------------------------- /media/interface/iphone4/main_but_new.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/iphone4/main_but_new.rttex -------------------------------------------------------------------------------- /media/interface/large/browse_dmod_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/browse_dmod_bar.png -------------------------------------------------------------------------------- /media/interface/large/browse_install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/browse_install.png -------------------------------------------------------------------------------- /media/interface/large/browse_install.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/browse_install.rttex -------------------------------------------------------------------------------- /media/interface/large/button_arrow_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/button_arrow_up.png -------------------------------------------------------------------------------- /media/interface/large/button_examine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/button_examine.png -------------------------------------------------------------------------------- /media/interface/large/button_examine.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/button_examine.rttex -------------------------------------------------------------------------------- /media/interface/large/button_inventory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/button_inventory.png -------------------------------------------------------------------------------- /media/interface/large/button_item_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/button_item_base.png -------------------------------------------------------------------------------- /media/interface/large/button_item_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/button_item_no.png -------------------------------------------------------------------------------- /media/interface/large/button_item_no.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/button_item_no.rttex -------------------------------------------------------------------------------- /media/interface/large/button_magic_no.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/button_magic_no.png -------------------------------------------------------------------------------- /media/interface/large/button_quickload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/button_quickload.png -------------------------------------------------------------------------------- /media/interface/large/button_quicksave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/button_quicksave.png -------------------------------------------------------------------------------- /media/interface/large/dmod_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/dmod_bar.png -------------------------------------------------------------------------------- /media/interface/large/dmod_bar.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/dmod_bar.rttex -------------------------------------------------------------------------------- /media/interface/large/dmod_info_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/dmod_info_button.png -------------------------------------------------------------------------------- /media/interface/large/pause_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/pause_icon.png -------------------------------------------------------------------------------- /media/interface/large/pause_icon.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/pause_icon.rttex -------------------------------------------------------------------------------- /media/interface/large/pop_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/pop_up.png -------------------------------------------------------------------------------- /media/interface/large/pop_up.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/pop_up.rttex -------------------------------------------------------------------------------- /media/interface/large/pop_up_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/pop_up_button.png -------------------------------------------------------------------------------- /media/interface/large/pop_up_button.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/pop_up_button.rttex -------------------------------------------------------------------------------- /media/interface/large/quicktip_dmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/quicktip_dmod.png -------------------------------------------------------------------------------- /media/interface/large/quicktip_dmod.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/quicktip_dmod.rttex -------------------------------------------------------------------------------- /media/interface/large/quicktip_feeding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/quicktip_feeding.png -------------------------------------------------------------------------------- /media/interface/large/quicktip_saving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/quicktip_saving.png -------------------------------------------------------------------------------- /media/interface/large/speed_up_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/large/speed_up_button.png -------------------------------------------------------------------------------- /media/interface/mindwall_ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/mindwall_ad.png -------------------------------------------------------------------------------- /media/interface/mindwall_ad.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/mindwall_ad.rttex -------------------------------------------------------------------------------- /media/interface/osx/quicktip_dmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/osx/quicktip_dmod.png -------------------------------------------------------------------------------- /media/interface/osx/quicktip_dmod.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/osx/quicktip_dmod.rttex -------------------------------------------------------------------------------- /media/interface/particle/cflight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/cflight.png -------------------------------------------------------------------------------- /media/interface/particle/cflight.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/cflight.rttex -------------------------------------------------------------------------------- /media/interface/particle/circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/circle.png -------------------------------------------------------------------------------- /media/interface/particle/circle.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/circle.rttex -------------------------------------------------------------------------------- /media/interface/particle/explosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/explosion.png -------------------------------------------------------------------------------- /media/interface/particle/explosion.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/explosion.rttex -------------------------------------------------------------------------------- /media/interface/particle/light16p.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/light16p.png -------------------------------------------------------------------------------- /media/interface/particle/light16p.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/light16p.rttex -------------------------------------------------------------------------------- /media/interface/particle/pointer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/pointer.png -------------------------------------------------------------------------------- /media/interface/particle/pointer.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/pointer.rttex -------------------------------------------------------------------------------- /media/interface/particle/sketch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/sketch.png -------------------------------------------------------------------------------- /media/interface/particle/sketch.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/sketch.rttex -------------------------------------------------------------------------------- /media/interface/particle/small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/small.png -------------------------------------------------------------------------------- /media/interface/particle/small.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/small.rttex -------------------------------------------------------------------------------- /media/interface/particle/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/star.png -------------------------------------------------------------------------------- /media/interface/particle/star.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/particle/star.rttex -------------------------------------------------------------------------------- /media/interface/rtsoft_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/rtsoft_logo.png -------------------------------------------------------------------------------- /media/interface/rtsoft_logo.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/rtsoft_logo.rttex -------------------------------------------------------------------------------- /media/interface/scroll_bar_caps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/scroll_bar_caps.png -------------------------------------------------------------------------------- /media/interface/scroll_bar_caps.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/scroll_bar_caps.rttex -------------------------------------------------------------------------------- /media/interface/seth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/seth.png -------------------------------------------------------------------------------- /media/interface/seth.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/seth.rttex -------------------------------------------------------------------------------- /media/interface/sixtybeat_ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/sixtybeat_ad.png -------------------------------------------------------------------------------- /media/interface/sixtybeat_ad.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/sixtybeat_ad.rttex -------------------------------------------------------------------------------- /media/interface/slider_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/slider_button.png -------------------------------------------------------------------------------- /media/interface/slider_button.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/slider_button.rttex -------------------------------------------------------------------------------- /media/interface/turn_arrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/turn_arrows.png -------------------------------------------------------------------------------- /media/interface/turn_arrows.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/turn_arrows.rttex -------------------------------------------------------------------------------- /media/interface/win/quicktip_dmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/win/quicktip_dmod.png -------------------------------------------------------------------------------- /media/interface/win/quicktip_dmod.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/win/quicktip_dmod.rttex -------------------------------------------------------------------------------- /media/interface/win/quicktip_feeding.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/win/quicktip_feeding.png -------------------------------------------------------------------------------- /media/interface/win/quicktip_feeding.rttex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/win/quicktip_feeding.rttex -------------------------------------------------------------------------------- /media/interface/win/quicktip_saving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/media/interface/win/quicktip_saving.png -------------------------------------------------------------------------------- /script/win_installer/dink.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/script/win_installer/dink.ico -------------------------------------------------------------------------------- /source/GUI/OptionsMenu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/source/GUI/OptionsMenu.cpp -------------------------------------------------------------------------------- /source/StackWalker/StackUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/source/StackWalker/StackUtils.cpp -------------------------------------------------------------------------------- /source/StackWalker/StackUtils.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | #include 3 | #include "StackWalker.h" 4 | 5 | void InitUnhandledExceptionFilter(); -------------------------------------------------------------------------------- /source/StackWalker/StackWalker.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/source/StackWalker/StackWalker.cpp -------------------------------------------------------------------------------- /source/dink/dinkvar.h: -------------------------------------------------------------------------------- 1 | 2 | #ifndef __DINKVAR 3 | #define __DINKVAR 4 | 5 | 6 | #endif 7 | 8 | 9 | -------------------------------------------------------------------------------- /source/dink/update_frame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/source/dink/update_frame.cpp -------------------------------------------------------------------------------- /windows_vs2017/winRTDink.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/svn2github/DinkSmallwoodHD/9a0bf31613c250fd91ade0f818df9945389c1998/windows_vs2017/winRTDink.aps --------------------------------------------------------------------------------