Commit Graph

752 Commits

Author SHA1 Message Date
Hajime Hoshi
b77181e37a Remove returning values of Add/Concat 2014-12-29 19:04:18 +09:00
Hajime Hoshi
2d667a399c Bug fix: blocks/main.go 2014-12-29 18:52:56 +09:00
Hajime Hoshi
1e6f51ed23 Add blocks example to index.html 2014-12-29 18:43:35 +09:00
Hajime Hoshi
1c4a652a6d blocks: Change font color 2014-12-29 18:33:57 +09:00
Hajime Hoshi
bb1d168154 blocks: Show background image; Go back to title after gameover 2014-12-29 18:30:36 +09:00
Hajime Hoshi
083dafa627 blocks: Flushing blocks 2014-12-29 17:44:06 +09:00
Hajime Hoshi
9288c9dcc9 blocks: Gameover 2014-12-29 16:41:58 +09:00
Hajime Hoshi
b02bce4876 Add score, level, lines 2014-12-29 16:12:26 +09:00
Hajime Hoshi
0346e81161 blocks: Introduce level and gravity 2014-12-29 15:24:20 +09:00
Hajime Hoshi
bb0dfcfc3e blocks: Show next 2014-12-29 14:27:43 +09:00
Hajime Hoshi
f0277727d1 Refactoring 2014-12-29 13:39:35 +09:00
Hajime Hoshi
47214fb572 Improve animation GIF color 2014-12-29 01:57:39 +09:00
Hajime Hoshi
2810161cdb Remove ebiten.rgba 2014-12-29 01:45:18 +09:00
Hajime Hoshi
a5b4b605dd Replace panic with log.Fatal 2014-12-29 01:09:38 +09:00
Hajime Hoshi
83d129e674 Remove blocks.Images 2014-12-29 01:07:34 +09:00
Hajime Hoshi
0a2a76be3b Remove imagePaths and renderTargetSizes; Initialize images in init() 2014-12-29 01:04:43 +09:00
Hajime Hoshi
22035e79fe Reduce panics (#16) 2014-12-29 00:21:40 +09:00
Hajime Hoshi
d8ffa6388a Add travis status 2014-12-28 22:27:07 +09:00
Hajime Hoshi
1ea7bbc83a Update .travis.yml to pass tests 2014-12-28 22:25:19 +09:00
Hajime Hoshi
03069b987c Update .travis.yml (install should not be overridden) 2014-12-28 21:23:49 +09:00
Hajime Hoshi
d34f7a8dfe Update .travis.yml to instal GLEW, GLFW 2014-12-28 21:20:56 +09:00
Hajime Hoshi
307d4ada77 Add .travis.yml (experimental) 2014-12-28 21:11:34 +09:00
Hajime Hoshi
be5785c1cf Remove parseMarkdown 2014-12-28 19:16:29 +09:00
Hajime Hoshi
2737b29867 Bug fix: titles of examples 2014-12-28 18:52:16 +09:00
Hajime Hoshi
907b31a641 Add <title> 2014-12-28 17:14:56 +09:00
Hajime Hoshi
018a46621b Update index.html 2014-12-28 17:12:17 +09:00
Hajime Hoshi
1f19cc3506 Fix doc 2014-12-28 17:11:24 +09:00
Hajime Hoshi
d88261ae37 Bug fix: path to favicon 2014-12-28 16:59:04 +09:00
Hajime Hoshi
fff7d9f21c Add favicon.png 2014-12-28 16:54:13 +09:00
Hajime Hoshi
7ab96a28cb Update comments 2014-12-28 15:46:40 +09:00
Hajime Hoshi
b2055e3719 Modify styles 2014-12-28 15:37:51 +09:00
Hajime Hoshi
189445a472 Reduce image size 2014-12-28 15:26:12 +09:00
Hajime Hoshi
7c25a4edea Add example 'hue' 2014-12-28 15:09:40 +09:00
Hajime Hoshi
161b3d1316 Simplify rotate/main.go 2014-12-28 14:40:20 +09:00
Hajime Hoshi
a653ba9258 Update documents 2014-12-28 06:18:23 +09:00
Hajime Hoshi
89a3297e74 Further optimization for RecordScreenAsGIF 2014-12-28 04:10:47 +09:00
Hajime Hoshi
4b78ae3d36 Bug fix: add sleeping to avoid busy loop 2014-12-28 04:01:23 +09:00
Hajime Hoshi
ed777b7e94 Speed up: RecordScreenAsGIF 2014-12-28 03:54:07 +09:00
Hajime Hoshi
4bf4b0c264 Add example for RecordScreenAsGIF 2014-12-28 00:52:24 +09:00
Hajime Hoshi
6f5d106b37 Add _docs 2014-12-28 00:26:33 +09:00
Hajime Hoshi
ccd8fcac3d Fix comments 2014-12-27 23:29:56 +09:00
Hajime Hoshi
abc2621b4c Modify readme.md (v1.0.0-alpha) 2014-12-27 23:27:37 +09:00
Hajime Hoshi
d17369000c Compress font.png 2014-12-27 23:19:22 +09:00
Hajime Hoshi
7dd9368ad7 Compress text.png 2014-12-27 23:09:52 +09:00
Hajime Hoshi
f17b5faea3 Add doc.go 2014-12-27 18:18:44 +09:00
Hajime Hoshi
4a07c6f0df Refactoring: gl bug fix 2014-12-27 17:58:39 +09:00
Hajime Hoshi
325e05259a Introduce ImagePart again 2014-12-27 17:37:31 +09:00
Hajime Hoshi
bf46451933 Rename files 2014-12-27 17:15:16 +09:00
Hajime Hoshi
969554b10b Refactoring: define identity matrix variable 2014-12-27 17:11:05 +09:00
Hajime Hoshi
7849a68cd0 Remove DrawImageAt 2014-12-26 23:01:47 +09:00