Hajime Hoshi
|
7ab04167d7
|
keyboard: Bug fix: Image.DrawLine no longer exists
|
2016-02-16 23:24:17 +09:00 |
|
Hajime Hoshi
|
bca600a093
|
Update for the latest GopherJS (use *js.Object instead of js.Object)
|
2015-03-01 01:26:16 +09:00 |
|
Hajime Hoshi
|
16e5b3f37e
|
ebitenutil: Modify error message on load resources (JS)
|
2015-02-02 02:58:09 +09:00 |
|
Hajime Hoshi
|
2aa6ebb471
|
Move internal/assets -> ebitenutil/internal/assets
|
2015-01-26 22:09:47 +09:00 |
|
Hajime Hoshi
|
f8c0fff6a7
|
example: Bug fix: the path from runtime.Caller is not useful on JavaScript (#99)
|
2015-01-19 22:09:08 +09:00 |
|
Hajime Hoshi
|
15c7341816
|
Replace .on* = func -> addEventListener = func
|
2015-01-10 15:51:07 +09:00 |
|
Hajime Hoshi
|
0ab90197a3
|
Implement IsMouseButtonPressed / CursorPosition in JS (#53)
|
2015-01-06 23:41:03 +09:00 |
|
Hajime Hoshi
|
f697501531
|
Use ImageParts
|
2015-01-05 10:08:00 +09:00 |
|
Hajime Hoshi
|
ab2b884c49
|
Bug fix: responseType must be set after opening
|
2015-01-03 18:40:01 +09:00 |
|
Hajime Hoshi
|
bd4434c62c
|
Add loadimage_js.go
|
2015-01-02 16:48:07 +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
|
22035e79fe
|
Reduce panics (#16)
|
2014-12-29 00:21:40 +09:00 |
|
Hajime Hoshi
|
189445a472
|
Reduce image size
|
2014-12-28 15:26:12 +09:00 |
|
Hajime Hoshi
|
89a3297e74
|
Further optimization for RecordScreenAsGIF
|
2014-12-28 04:10:47 +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
|
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
|
494d07387d
|
Remove DrawImage.+ function (#41)
|
2014-12-24 23:17:58 +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
|
ddd43370bc
|
Add RecordScreenAsGIF (#23)
|
2014-12-24 00:08:22 +09:00 |
|
Hajime Hoshi
|
cd9efd3932
|
Implement image.Image at ebiten.Image (#35)
|
2014-12-23 01:27:11 +09:00 |
|
Hajime Hoshi
|
43988399ee
|
Bug fix: ColorMatrix should treat straight alpha
|
2014-12-22 23:08:13 +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
|
d774c19581
|
Rename NewTextureFromFile -> NewImageFromFile
|
2014-12-21 02:59:00 +09:00 |
|
Hajime Hoshi
|
3a9a7fed87
|
Rename Texture -> Image (#29)
|
2014-12-21 02:55:15 +09:00 |
|
Hajime Hoshi
|
6a2cfab839
|
Rename TexturePart -> ImagePart
|
2014-12-21 02:42:55 +09:00 |
|
Hajime Hoshi
|
40c763724f
|
Rename NewTexture -> NewImage
|
2014-12-21 02:29:04 +09:00 |
|
Hajime Hoshi
|
ee61db3478
|
Rename DrawTexture -> DrawImage
|
2014-12-21 02:24:57 +09:00 |
|
Hajime Hoshi
|
991adb7449
|
Change RenderTexture to interface
|
2014-12-21 00:36:27 +09:00 |
|
Hajime Hoshi
|
01e0d42451
|
Remove GraphicsContext; Add rendering methods to RenderTarget (#26)
|
2014-12-20 23:24:15 +09:00 |
|
Hajime Hoshi
|
49bcf8bb32
|
Remove Drawer; Add GraphicsContext.DrawTexture
|
2014-12-18 22:24:27 +09:00 |
|
Hajime Hoshi
|
c8007a6252
|
Change TexturePart int -> float64
|
2014-12-18 20:48:36 +09:00 |
|
Hajime Hoshi
|
9c18aef725
|
Change TexturePart
|
2014-12-18 20:04:40 +09:00 |
|
Hajime Hoshi
|
bac4317fc5
|
Replace RenderTargetID with RenderTarget
|
2014-12-17 22:04:33 +09:00 |
|
Hajime Hoshi
|
eb11831585
|
Replace TextureID with Texture
|
2014-12-17 21:50:58 +09:00 |
|
Hajime Hoshi
|
33cb234ae1
|
Bug fix: Creating a render target before running
|
2014-12-17 20:21:27 +09:00 |
|
Hajime Hoshi
|
ebdee00dd2
|
Simplify API: Make loading textures enable before running a game (#24)
|
2014-12-17 20:03:26 +09:00 |
|
Hajime Hoshi
|
6eaec92a4e
|
Change ColorMatrix's methods to functions
|
2014-12-15 02:04:33 +09:00 |
|
Hajime Hoshi
|
2c67a71a53
|
Change GeometryMatrix's methods to functions
|
2014-12-15 01:58:52 +09:00 |
|
Hajime Hoshi
|
d0c0dea2be
|
Remove GameContext
|
2014-12-14 17:28:19 +09:00 |
|