author | Joe Wreschnig <joe.wreschnig@gmail.com> | |
Thu, 4 Sep 2014 19:48:29 +0000 (21:48 +0200) | ||
committer | Joe Wreschnig <joe.wreschnig@gmail.com> | |
Thu, 4 Sep 2014 19:48:29 +0000 (21:48 +0200) | ||
commit | d2962105772fbdc548118bd65cd5bb4934e66085 | |
tree | 6226210967709f49f252bffcd74c5d3e3dc948dd | tree |
.gitattributes | [new file with mode: 0644] | blob |
.gitignore | [new file with mode: 0644] | blob |
.projectile | [new file with mode: 0644] | blob |
Makefile | [new file with mode: 0644] | blob |
README.md | [new file with mode: 0644] | blob |
rules/git.mk | [new file with mode: 0644] | blob |
rules/icons.mk | [new file with mode: 0644] | blob |
rules/javascript.mk | [new file with mode: 0644] | blob |
rules/node-webkit.mk | [new file with mode: 0644] | blob |
rules/pngcrush.mk | [new file with mode: 0644] | blob |
rules/programs.mk | [new file with mode: 0644] | blob |
src/data/images/.gitignore | [new file with mode: 0644] | blob |
src/data/images/book.xcf.gz | [new file with mode: 0644] | blob |
src/data/images/circle-inner.png | [new file with mode: 0644] | blob |
src/data/images/circle-outer-ee.png | [new file with mode: 0644] | blob |
src/data/images/circle-outer.png | [new file with mode: 0644] | blob |
src/data/images/circle-rim.png | [new file with mode: 0644] | blob |
src/data/images/circle.xcf.gz | [new file with mode: 0644] | blob |
src/data/images/hand.png | [new file with mode: 0644] | blob |
src/data/images/icons.iconset/icon_128x128.png | [new file with mode: 0644] | blob |
src/data/images/icons.iconset/icon_128x128@2x.png | [new file with mode: 0644] | blob |
src/data/images/icons.iconset/icon_16x16.png | [new file with mode: 0644] | blob |
src/data/images/icons.iconset/icon_256x256.png | [new file with mode: 0644] | blob |
src/data/images/icons.iconset/icon_32x32.png | [new file with mode: 0644] | blob |
src/data/images/icons.iconset/icon_32x32@2x.png | [new file with mode: 0644] | blob |
src/data/images/icons.iconset/icon_64x64.png | [new file with mode: 0644] | blob |
src/data/images/icons.iconset/icon_64x64@2x.png | [new file with mode: 0644] | blob |
src/data/images/sigils.png | [new file with mode: 0644] | blob |
src/data/license.txt | [new file with mode: 0644] | blob |
src/data/shaders/noise.glsl | [new file with mode: 0644] | blob |
src/data/shaders/noisyblocks.frag | [new file with mode: 0644] | blob |
src/data/shaders/noisyquads.vert | [new file with mode: 0644] | blob |
src/data/sound/book-appear.wav | [new file with mode: 0644] | blob |
src/data/sound/book-dismiss.wav | [new file with mode: 0644] | blob |
src/data/sound/click-1.wav | [new file with mode: 0644] | blob |
src/data/sound/click-2.wav | [new file with mode: 0644] | blob |
src/data/sound/clicking.wav | [new file with mode: 0644] | blob |
src/data/sound/page-turn-1.wav | [new file with mode: 0644] | blob |
src/data/sound/page-turn-2.wav | [new file with mode: 0644] | blob |
src/data/sound/page-turn-3.wav | [new file with mode: 0644] | blob |
src/data/sound/regear.wav | [new file with mode: 0644] | blob |
src/data/sound/slam.wav | [new file with mode: 0644] | blob |
src/data/sound/switch.wav | [new file with mode: 0644] | blob |
src/data/sound/tick.wav | [new file with mode: 0644] | blob |
src/data/sound/tock.wav | [new file with mode: 0644] | blob |
src/data/sound/winding.wav | [new file with mode: 0644] | blob |
src/ext/FiraMono-Bold.woff | [new file with mode: 0644] | blob |
src/ext/FiraMono-Regular.woff | [new file with mode: 0644] | blob |
src/ext/FiraSans-Bold.woff | [new file with mode: 0644] | blob |
src/ext/FiraSans-BoldItalic.woff | [new file with mode: 0644] | blob |
src/ext/FiraSans-Italic.woff | [new file with mode: 0644] | blob |
src/ext/FiraSans-Regular.woff | [new file with mode: 0644] | blob |
src/ext/FiraSans-UltraLight.woff | [new file with mode: 0644] | blob |
src/ext/FiraSans-UltraLightItalic.woff | [new file with mode: 0644] | blob |
src/ext/font-awesome.woff | [new file with mode: 0644] | blob |
src/ext/gamepad.js | [new file with mode: 0644] | blob |
src/ext/gl-matrix.js | [new file with mode: 0644] | blob |
src/ext/hammer.js | [new file with mode: 0644] | blob |
src/ext/string-lerp.js | [new file with mode: 0644] | blob |
src/index.html | [new file with mode: 0644] | blob |
src/pwl6.css | [new file with mode: 0644] | blob |
src/pwl6.js | [new file with mode: 0644] | blob |
src/yuu/audio.js | [new file with mode: 0644] | blob |
src/yuu/ce.js | [new file with mode: 0644] | blob |
src/yuu/core.js | [new file with mode: 0644] | blob |
src/yuu/data/license.txt | [new file with mode: 0644] | blob |
src/yuu/data/shaders/color.frag | [new file with mode: 0644] | blob |
src/yuu/data/shaders/default.frag | [new file with mode: 0644] | blob |
src/yuu/data/shaders/default.vert | [new file with mode: 0644] | blob |
src/yuu/data/yuu.css | [new file with mode: 0644] | blob |
src/yuu/director.js | [new file with mode: 0644] | blob |
src/yuu/gfx.js | [new file with mode: 0644] | blob |
src/yuu/input.js | [new file with mode: 0644] | blob |
src/yuu/pre.js | [new file with mode: 0644] | blob |
src/yuu/rdr.js | [new file with mode: 0644] | blob |
src/yuu/storage.js | [new file with mode: 0644] | blob |
src/yuu/yT.js | [new file with mode: 0644] | blob |
src/yuu/yf.js | [new file with mode: 0644] | blob |
test/jshint.config | [new file with mode: 0644] | blob |
test/spec/yuu/core.js | [new file with mode: 0644] | blob |
test/spec/yuu/input.js | [new file with mode: 0644] | blob |
test/spec/yuu/storage.js | [new file with mode: 0644] | blob |
test/spec/yuu/yT.js | [new file with mode: 0644] | blob |
test/spec/yuu/yf.js | [new file with mode: 0644] | blob |
tools/LICENSE.rcedit | [new file with mode: 0644] | blob |
tools/composer/composer.js | [new file with mode: 0644] | blob |
tools/composer/index.html | [new file with mode: 0644] | blob |
tools/generate-appcache | [new file with mode: 0755] | blob |
tools/generate-nw | [new file with mode: 0755] | blob |
tools/generate-osx-app | [new file with mode: 0755] | blob |
tools/nw-linux-wrapper | [new file with mode: 0755] | blob |
tools/rcedit.exe | [new file with mode: 0644] | blob |