Hajime Hoshi
|
85279e8422
|
image: Remove image.DrawFilledRect (#142)
|
2016-02-06 17:45:08 +09:00 |
|
Hajime Hoshi
|
714930eaf7
|
Rename example/internal -> example/common
|
2015-01-26 22:20:36 +09:00 |
|
Hajime Hoshi
|
d2d32d3956
|
example/blocks: Use gamepad
|
2015-01-20 10:36:21 +09:00 |
|
Hajime Hoshi
|
a5e335819d
|
Add example/internal and move font rendering into it
|
2015-01-18 14:31:21 +09:00 |
|
Hajime Hoshi
|
0bd0a4dbc2
|
Rename image.FillRect -> DrawFilledRect (FillRect is confusing with Fill)
|
2015-01-18 04:19:38 +09:00 |
|
Hajime Hoshi
|
c892f84816
|
example/blocks: Use FillRect (imageEmpty is no longer needed)
|
2015-01-18 00:05:15 +09:00 |
|
Hajime Hoshi
|
243208b849
|
Rename programColorMatrix -> programFragmentShader
|
2015-01-12 18:34:02 +09:00 |
|
Hajime Hoshi
|
5f0bc87402
|
Implement rotating left (blocks)
|
2015-01-08 00:50:02 +09:00 |
|
Hajime Hoshi
|
bc26690b14
|
Add genkey.go
|
2015-01-07 03:05:59 +09:00 |
|
Hajime Hoshi
|
7b47e37d34
|
Spped up blocks (#59)
|
2015-01-05 22:02:56 +09:00 |
|
Hajime Hoshi
|
8145561219
|
Use new style methods of matrices (ColorM)
|
2015-01-05 10:31:48 +09:00 |
|
Hajime Hoshi
|
4226354e4a
|
Use new style methods of matrices
|
2015-01-05 10:30:33 +09:00 |
|
Hajime Hoshi
|
f697501531
|
Use ImageParts
|
2015-01-05 10:08:00 +09:00 |
|
Hajime Hoshi
|
cdc29210db
|
Introduce ImageParts
|
2015-01-05 09:32:27 +09:00 |
|
Hajime Hoshi
|
9bec0cf1c6
|
Speed up: avoid allocating
|
2015-01-03 23:42:37 +09:00 |
|
Hajime Hoshi
|
ea98fefc4f
|
Refactoring: matrix initialization
|
2015-01-03 22:54:01 +09:00 |
|
Hajime Hoshi
|
2eea1afcd1
|
Optimize ColorM and GeoM
|
2015-01-03 18:35:44 +09:00 |
|
Hajime Hoshi
|
1117862d19
|
Avoid copying for performance
|
2015-01-03 14:23:31 +09:00 |
|
Hajime Hoshi
|
e9527df0f5
|
Remove calling runtime.LockOSThread (now blocks can be built with gopherjs)
|
2015-01-02 15:37:36 +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
|
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
|
89a3297e74
|
Further optimization for RecordScreenAsGIF
|
2014-12-28 04:10:47 +09:00 |
|
Hajime Hoshi
|
325e05259a
|
Introduce ImagePart again
|
2014-12-27 17:37:31 +09:00 |
|
Hajime Hoshi
|
7849a68cd0
|
Remove DrawImageAt
|
2014-12-26 23:01:47 +09:00 |
|
Hajime Hoshi
|
ffab448d40
|
Rename ColorGeometry -> ColorM, GeometryMatrix -> GeoM (#27)
|
2014-12-26 22:50:25 +09:00 |
|
Hajime Hoshi
|
ec6dc4b7ec
|
Use value-type values for some of DrawImageOption's members
|
2014-12-26 11:29:44 +09:00 |
|
Hajime Hoshi
|
843b0d8621
|
Remove the struct DrawImageAt; Add a method (*Image).DrawImageAt
|
2014-12-26 03:46:25 +09:00 |
|
Hajime Hoshi
|
cdc84567ca
|
Rename At -> DrawImageAt
|
2014-12-26 03:00:40 +09:00 |
|
Hajime Hoshi
|
f2fbd991d2
|
Rename ImageDrawOptions -> DrawImageOptions (#43)
|
2014-12-26 01:39:48 +09:00 |
|
Hajime Hoshi
|
90665944b9
|
Rename ImageDrawOption -> ImageDrawOptions
|
2014-12-24 23:38:04 +09:00 |
|
Hajime Hoshi
|
494d07387d
|
Remove DrawImage.+ function (#41)
|
2014-12-24 23:17:58 +09:00 |
|
Hajime Hoshi
|
b39df50979
|
Introduce ImageDrawOption
|
2014-12-24 22:46:00 +09:00 |
|
Hajime Hoshi
|
373371d1b2
|
Change license comments style to use magic comments (magic comments like +build should be placed before a general comment)
|
2014-12-24 11:04:10 +09:00 |
|
Hajime Hoshi
|
6cb8dac860
|
Add DrawImage* functions (#40)
|
2014-12-24 03:05:45 +09:00 |
|
Hajime Hoshi
|
604c0d095f
|
Remove ImagePart
|
2014-12-24 02:04:56 +09:00 |
|
Hajime Hoshi
|
84f2e8aad2
|
Remove ebiten.Rect (#37)
|
2014-12-24 01:15:16 +09:00 |
|
Hajime Hoshi
|
0f8ac49055
|
Unify RenderTarget and Image into Image (#34)
|
2014-12-22 11:10:08 +09:00 |
|
Hajime Hoshi
|
99434fa9d3
|
Bug fix: Consider color.Color.RGBA returns alpha-premultiplied values
|
2014-12-22 01:05:21 +09:00 |
|
Hajime Hoshi
|
d34c94aa09
|
examples: Rename texture -> image
|
2014-12-21 03:08:01 +09:00 |
|
Hajime Hoshi
|
3a9a7fed87
|
Rename Texture -> Image (#29)
|
2014-12-21 02:55:15 +09:00 |
|