Commit Graph

931 Commits

Author SHA1 Message Date
Hajime Hoshi
5cfefaf1a2 graphics: Refactoring: remove ui goroutines 2016-02-20 04:08:06 +09:00
Hajime Hoshi
1062902872 graphics: Add libgles2-mesa-dev to .travis.yml 2016-02-20 01:59:22 +09:00
Hajime Hoshi
269d94b145 graphics: Add worker consumer 2016-02-19 11:43:16 +09:00
Hajime Hoshi
93450b1664 graphics: Compiled (but can't run yet) 2016-02-19 03:06:23 +09:00
Hajime Hoshi
5c61284c84 graphics: Refactoring: Remove an unsed argument 'signed' 2016-02-18 03:01:41 +09:00
Hajime Hoshi
fc9f537445 doc: Add comment about git push -f 2016-02-17 03:11:32 +09:00
Hajime Hoshi
1afdc12713 Update version to 1.3.0-alpha 2016-02-17 01:37:28 +09:00
Hajime Hoshi
eb4cc4d599 doc: Fix the release date of 1.2.0-rc1 2016-02-17 01:34:30 +09:00
Hajime Hoshi
d99ddab6f8 graphics: Reduce calling TextureQuad.Len() 2016-02-17 00:45:19 +09:00
Hajime Hoshi
169d57936c graphics: Speed improvement by returning single value 2016-02-17 00:21:39 +09:00
Hajime Hoshi
7ab04167d7 keyboard: Bug fix: Image.DrawLine no longer exists 2016-02-16 23:24:17 +09:00
Hajime Hoshi
278948a770 graphics: Bug fix: comment 2016-02-16 04:46:28 +09:00
Hajime Hoshi
9660efc5bd blocks: Adjust flushing colors 2016-02-16 04:31:20 +09:00
Hajime Hoshi
5fcf20678a graphics: Add comment 2016-02-16 04:11:59 +09:00
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