Commit Graph

2685 Commits

Author SHA1 Message Date
Hajime Hoshi
796b1794af vorbis: Bug fix: Length returned wrong result with monoral source (#570) 2018-03-30 23:32:48 +09:00
Hajime Hoshi
d9dc241c7d vorbis: Bug fix: Read was not responsible with Close (#569) 2018-03-27 12:11:16 +09:00
Hajime Hoshi
d405f3a40d Revert "Bug fix: stop examples tests"
This reverts commit c9dbc08222.
2018-03-21 21:31:54 +09:00
Hajime Hoshi
d68d5a7d45 Revert "examples/2048: Bug fix: Tests didn't work"
This reverts commit a81da49b59.
2018-03-21 21:25:17 +09:00
Hajime Hoshi
c9dbc08222 Bug fix: stop examples tests 2018-03-21 21:21:41 +09:00
Hajime Hoshi
0b67f6103f Update version to 1.6.2 2018-03-21 14:25:23 +09:00
Hajime Hoshi
a81da49b59 examples/2048: Bug fix: Tests didn't work 2018-03-14 03:14:44 +09:00
Hajime Hoshi
fbcda8d5a6 graphics: Compile error file on image_test.go 2018-03-11 04:18:41 +09:00
Hajime Hoshi
066a346831 graphics: Bug fix: wrong texels were used (#546) 2018-03-11 04:17:02 +09:00
Hajime Hoshi
ca71058924 Update version to 1.6.1 2018-03-11 03:26:37 +09:00
Hajime Hoshi
a9a1fba7e7 graphics: Bug fix: (*Image).At must return color.RGBA type value 2018-03-03 18:52:49 +09:00
Hajime Hoshi
680656e6e9 graphics: Bug fix: Don't delete buffers on browsers (#526) 2018-03-02 01:09:24 +09:00
Hajime Hoshi
31ff4b4535 ui: Bug fix: exit update function once when the context is lost (#526) 2018-03-02 01:06:58 +09:00
Hajime Hoshi
3da287c8fd Update to Go 1.10 2018-02-27 12:23:19 +09:00
Hajime Hoshi
3f5fba34da affine: Bug fix: ColorM.Apply was wrong when alpha is 0 2018-02-27 12:18:11 +09:00
Hajime Hoshi
e96d2295bf ui: Bug fix: userInterface.fullscreen() must be called from the main thread 2018-02-24 18:11:06 +09:00
Hajime Hoshi
83e6bf38bd ui: Bug fix: return is needed for Edge case
Fixes #507
2018-02-21 21:53:57 +09:00
Hajime Hoshi
ddb818f150 examples/blocks: Bug fix: alpha should not be translated 2018-02-12 18:45:28 +09:00
Hajime Hoshi
55bea606ec examples/block: Remove deprecated API ColorM.Add 2018-02-12 18:43:03 +09:00
Hajime Hoshi
d7f75ce590 affine: Remove ebiten.Monochrome usages 2018-02-12 18:29:56 +09:00
Hajime Hoshi
e462c7e916 Update version to 1.6.0 2018-02-03 23:43:04 +09:00
Hajime Hoshi
24d7487fc7 graphics: Bug fix: TestImageTooManyFill didin't pass on some machines (reland)
Fixes #492
2018-02-03 23:03:18 +09:00
Hajime Hoshi
f1bb0f1a70 gofmt 2018-02-03 20:41:06 +09:00
Hajime Hoshi
9ece27e7e8 Revert "graphics: Bug fix: TestImageTooManyFill didin't pass on some machines"
This reverts commit 7cb7b7b4ff.
2018-02-03 20:39:33 +09:00
Hajime Hoshi
7cb7b7b4ff graphics: Bug fix: TestImageTooManyFill didin't pass on some machines
Fixes #492
2018-02-03 20:36:16 +09:00
Hajime Hoshi
331e46a6ce graphics: Improve TestImageTooManyFill 2018-02-03 20:35:32 +09:00
Hajime Hoshi
a99c632cb7 graphics: Add TestImageSize1 2018-02-03 17:20:07 +09:00
Hajime Hoshi
e1640f5ae0 graphics: Allow errors in TestImageLinear (#492) 2018-02-03 17:01:19 +09:00
Hajime Hoshi
595e654123 graphics: Bug fix: pixels read from GPU might include errors (#492) 2018-02-03 16:43:42 +09:00
Hajime Hoshi
65b71ad79d restorabel: uint8 -> byte 2018-02-03 16:36:43 +09:00
Hajime Hoshi
2014822f12 graphics: Fix TestImage4096 2018-02-03 15:39:17 +09:00
Hajime Hoshi
fe140c2caf graphics: Add TestImage4096 2018-02-03 03:52:47 +09:00
Hajime Hoshi
4bbb4b0445 graphics: Remove unneeded comments (#491) 2018-02-03 03:32:03 +09:00
Hajime Hoshi
52350c1b1b graphics: Bug fix: TestImageEdge failed on MacBook Pro (#491) 2018-02-03 03:30:09 +09:00
Hajime Hoshi
b385a63856 graphics: Fix comments 2018-02-03 02:44:16 +09:00
Hajime Hoshi
06853be1a5 graphics: Remove error checks from image_test.go 2018-02-03 02:33:43 +09:00
Hajime Hoshi
95b7e8078b gofmt 2018-02-03 02:14:26 +09:00
Hajime Hoshi
beaa060ce3 graphics: Adjust texel values that can be exactly on the edges of the source rect (#491) 2018-02-03 02:07:46 +09:00
Hajime Hoshi
b9c115eb92 docs: Add comment to IsRunningSlowly (again) 2018-02-03 00:57:10 +09:00
Hajime Hoshi
35bbee9307 docs: Add comment to IsRunningSlowly 2018-02-03 00:55:38 +09:00
Hajime Hoshi
92f4388dfd docs: Update the copy 2018-02-02 22:40:41 +09:00
Hajime Hoshi
8b2ed6cddd ui: Update GraphicsContext every frame (#490) 2018-02-02 02:08:03 +09:00
Hajime Hoshi
484d9797a3 docs: Add examples 2018-02-01 04:34:38 +09:00
Hajime Hoshi
6abaf41440 examples/airship: Refactoring 2018-01-31 02:20:35 +09:00
Hajime Hoshi
444e5bab84 docs: Add example groups 2018-01-31 01:18:33 +09:00
Hajime Hoshi
d139b8ad6e examples/ui: Refactoring 2018-01-31 00:49:49 +09:00
Hajime Hoshi
a2225abcf9 examples/ui: Use event-handler way 2018-01-31 00:45:42 +09:00
Hajime Hoshi
8a26841a88 examples: Add comments 2018-01-31 00:25:01 +09:00
Hajime Hoshi
94f5f35423 examples/sprites: Refactoring 2018-01-30 04:19:16 +09:00
Hajime Hoshi
d754733845 examples/sinewave: Refactoring 2018-01-30 04:12:58 +09:00