Commit Graph

967 Commits

Author SHA1 Message Date
Hajime Hoshi
35b6286a8d doc: Fix README 2016-02-16 04:00:01 +09:00
Hajime Hoshi
10d191b8b1 blocks: Bug fix: only one operation for a piece is permitted 2016-02-16 03:59:49 +09:00
Hajime Hoshi
805b637a18 doc: Update descriptions 2016-02-16 03:05:19 +09:00
Hajime Hoshi
ef4828669c graphics: Bug fix: must skip rendering when 0 vertices are set 2016-02-16 02:45:56 +09:00
Hajime Hoshi
1e9fb05161 graphics: Move makeing vertices from drawTexture to textureQuads to avoid copying 2016-02-16 02:26:40 +09:00
Hajime Hoshi
6d2148f3ea graphics: Remove unneeded 'if' 2016-02-16 01:55:39 +09:00
Hajime Hoshi
f5b4179142 graphics: Avoid calling Len() too many times 2016-02-16 01:51:34 +09:00
Hajime Hoshi
537cfea8a4 graphics: Avoid using append 2016-02-16 01:49:27 +09:00
Hajime Hoshi
a7803efa9b doc: Add screenshots 2016-02-16 01:32:18 +09:00
Hajime Hoshi
687b1c1f1f doc: Crisp-edged screenshots 2016-02-16 01:27:43 +09:00
Hajime Hoshi
4bdf64a523 Swap import order 2016-02-16 01:13:04 +09:00
Hajime Hoshi
e6fbbc9ea9 doc: Add and remove examples 2016-02-16 00:52:51 +09:00
Hajime Hoshi
4c2048d77d doc: Add the release step memo (to me :-) 2016-02-16 00:48:42 +09:00
Hajime Hoshi
9ba60916fb doc: Use 'go generate' again 2016-02-16 00:35:28 +09:00
Hajime Hoshi
67f837ff18 Add comments 2016-02-15 23:08:10 +09:00
Hajime Hoshi
baaa8734b9 doc: Fix README 2016-02-15 11:35:45 +09:00
Hajime Hoshi
e9d1264061 doc: Bug fix: Don't specify http or https (#150) 2016-02-15 11:35:05 +09:00
Hajime Hoshi
22f16f0c23 audio: Add comment 2016-02-15 10:41:02 +09:00
Hajime Hoshi
b0d323918a doc: Add apps created with Ebiten 2016-02-14 16:18:04 +09:00
Hajime Hoshi
816c6469a2 doc: Update 2016-02-13 23:08:01 +09:00
Hajime Hoshi
5ec3180919 Delete JS and Map files 2016-02-13 23:07:32 +09:00
Hajime Hoshi
2d9fcf88ae Bug fix: example -> examples in doc 2016-02-13 23:02:54 +09:00
Hajime Hoshi
707c5d9657 New example: Sine Wave 2016-02-13 22:37:55 +09:00
Hajime Hoshi
5dbdb23b46 audio: Inifite stream in JS 2016-02-13 22:36:08 +09:00
Hajime Hoshi
797bd04b1f audio: Bug fix: newPlayer should return error in JS 2016-02-13 21:39:45 +09:00
Hajime Hoshi
72e0080f65 audio: Refactoring: Remove alSourceCache and add playerCache instead 2016-02-13 21:21:42 +09:00
Hajime Hoshi
16412aab30 audio: Bug fix: Reuse buffers properly 2016-02-13 20:43:27 +09:00
Hajime Hoshi
0f81a421b8 audio: Bug fix: sources were not reused properly 2016-02-13 06:44:49 +09:00
Hajime Hoshi
3638ac6ad8 audio: Bug fix: total num of buffers should be 8 for each source 2016-02-13 00:45:48 +09:00
Hajime Hoshi
49751eb954 audio: Bug fix: unqueue remaining buffers properly 2016-02-12 23:49:30 +09:00
Hajime Hoshi
68b84a90b6 audio: Bug fix: alGenBuffer accepts only positive number 2016-02-12 21:43:00 +09:00
Hajime Hoshi
b2724e8694 audio: Reuse al.Source objects (crash still happens on piano) 2016-02-12 21:39:48 +09:00
Hajime Hoshi
f0d7a811e1 audio: Enable to play inifinite stream 2016-02-12 16:35:09 +09:00
Hajime Hoshi
60371deb3b Update .travis.yml 2016-02-11 19:57:13 +09:00
Hajime Hoshi
6d3598c057 audio: Add Close method 2016-02-11 19:55:59 +09:00
Hajime Hoshi
1fec0d8203 audio: Refactoring 2016-02-11 18:43:11 +09:00
Hajime Hoshi
1e4f486174 audio: Move files from internal/audio to exp/audio 2016-02-11 17:22:02 +09:00
Hajime Hoshi
84d50f7714 audio: Remove Init 2016-02-11 17:16:34 +09:00
Hajime Hoshi
8e43d1047b audio: Use io.ReadSeeker instead of ReadSeekCloser 2016-02-11 17:07:28 +09:00
Hajime Hoshi
bca9b0d3f1 audio: Remove audioEnabled 2016-02-11 04:02:18 +09:00
Hajime Hoshi
5687d9d0ef go generate 2016-02-11 03:53:36 +09:00
Hajime Hoshi
7141114ab2 Add comment 2016-02-11 03:15:13 +09:00
Hajime Hoshi
0f6c18fb1b Rename example -> examples 2016-02-11 03:07:14 +09:00
Hajime Hoshi
10650d1c6e audio: Introduce audio.Player 2016-02-11 02:18:39 +09:00
Hajime Hoshi
d52118639d audio: Use IO as source 2016-02-11 02:09:06 +09:00
Hajime Hoshi
c6a431c9ab audio: add sampleRate arg to Queue: implementation turned to be simplified 2016-02-10 02:40:07 +09:00
Hajime Hoshi
e8895d8f35 audio: Use bigger buffer to reduce noise (#149) 2016-02-10 01:04:43 +09:00
Hajime Hoshi
14d28ea122 audio: Use AudioBuffer's duration 2016-02-10 01:04:15 +09:00
Hajime Hoshi
719e5ba6d2 audio: Remove audio.Tick 2016-02-10 00:09:23 +09:00
Hajime Hoshi
c5de32297f audio: Bug fix: isPlaying must consider two buffers in JS 2016-02-09 23:49:33 +09:00