Commit Graph

1007 Commits

Author SHA1 Message Date
Hajime Hoshi
c94f94cc17 example: Fix URL guide 2016-02-08 01:52:25 +09:00
Hajime Hoshi
debbc19c82 audio: Remove start func 2016-02-08 01:40:27 +09:00
Hajime Hoshi
ddd6e2b732 audio: Fix comment 2016-02-08 00:51:25 +09:00
Hajime Hoshi
60c4990555 audio: Change audio.SampleRate to be a const 2016-02-08 00:48:43 +09:00
Hajime Hoshi
b63911e6f7 audio: Remove audio.Play 2016-02-08 00:45:02 +09:00
Hajime Hoshi
0b62a9af74 audio: Use golang.org/x/mobile/exp/audio/al 2016-02-07 23:37:16 +09:00
Hajime Hoshi
9ec37fbf19 doc: Update changelog 2016-02-07 17:48:52 +09:00
Hajime Hoshi
2f4a46d1f5 Go back 2014: License year should be creation year 2016-02-07 17:36:32 +09:00
Hajime Hoshi
a83286accb audio: Move files from exp/audio/inner to internal/audio 2016-02-07 16:03:41 +09:00
Hajime Hoshi
b33d5c5393 doc: Update license year in a new file 2016-02-07 06:09:19 +09:00
Hajime Hoshi
251c840023 doc: Add apps created with Ebiten (#138) 2016-02-07 06:03:38 +09:00
Hajime Hoshi
0806329e9e doc: Bug fix: Copy example/images 2016-02-07 05:50:41 +09:00
Hajime Hoshi
b6f6cfa866 doc: Add server.go 2016-02-07 05:29:10 +09:00
Hajime Hoshi
c54b5c4b06 image: Introduce programContext (#144) 2016-02-07 05:13:54 +09:00
Hajime Hoshi
eb9379c3a6 image: Bug fix: isDisposed misimplementation 2016-02-07 03:20:52 +09:00
Hajime Hoshi
d2bce0b9c1 image: Remove duplicated impl 2016-02-07 02:39:52 +09:00
Hajime Hoshi
84361878de image: Add TestImageDispose 2016-02-07 02:37:43 +09:00
Hajime Hoshi
27f1a865aa image: Use SetFinalizer for images (#67) 2016-02-07 02:24:35 +09:00
Hajime Hoshi
e8c2e5f3d6 image: Add image.Dipose and image.IsDisposed 2016-02-07 01:27:55 +09:00
Hajime Hoshi
d1ff3701a6 image: Deprecate RotateHue 2016-02-06 23:56:02 +09:00
Hajime Hoshi
2a935f645d image: Deprecate ScaleGeo, TranslateGeo and RotateGeo 2016-02-06 23:44:07 +09:00
Hajime Hoshi
439c8a62d3 image: Deprecate ScaleColor and TranslateColor 2016-02-06 21:49:11 +09:00
Hajime Hoshi
c90811c554 image: Remove Rects and Lines 2016-02-06 21:03:26 +09:00
Hajime Hoshi
38552f8d9d image: Remove drawing lines and rects (#142) 2016-02-06 17:57:20 +09:00
Hajime Hoshi
1e738f6a10 image: Remove image.DrawLines (#142) 2016-02-06 17:52:05 +09:00
Hajime Hoshi
07d64da098 image: Remove image.DrawLine (#142) 2016-02-06 17:49:26 +09:00
Hajime Hoshi
5c8df39496 image: Remove image.DrawFilledRects (#142) 2016-02-06 17:47:02 +09:00
Hajime Hoshi
b5ed0e3d6d image: Remove image.DrawRect (#142) 2016-02-06 17:46:05 +09:00
Hajime Hoshi
85279e8422 image: Remove image.DrawFilledRect (#142) 2016-02-06 17:45:08 +09:00
Hajime Hoshi
580effba8e image: Remove image.DrawRects (#142) 2016-02-06 17:20:10 +09:00
Hajime Hoshi
e8b125df1e Give up testing on Travis CI 2016-02-06 16:47:25 +09:00
Hajime Hoshi
ccf7b0c159 Revert an unreasonable change at 633ee409 2016-02-06 15:54:29 +09:00
Hajime Hoshi
9178b488a1 test: Give up using headless-js (#141) 2016-02-06 15:35:21 +09:00
Hajime Hoshi
0abe40790b test: Refactoring 2016-02-06 15:34:56 +09:00
Hajime Hoshi
fb9f133389 graphics: Better error messages for framebuffer creation 2016-02-06 03:48:15 +09:00
Hajime Hoshi
8d4ca8f8a9 Update gen.go to use creation year 2016-02-05 23:31:35 +09:00
Hajime Hoshi
bb8a94ad09 Rename files 2016-02-05 23:20:41 +09:00
Hajime Hoshi
6125e92cf7 Found that license year should be the creation year 2016-02-05 23:16:22 +09:00
Hajime Hoshi
2cc3f3cc03 Happy New Year 2016-02-05 23:14:00 +09:00
Hajime Hoshi
7f43ca2eb7 .travis.yml: Skip gopherjs test 2016-01-20 03:43:13 +09:00
Hajime Hoshi
9a3c6bd8c4 js: Update callers for headless-gl API 2016-01-20 01:18:53 +09:00
Hajime Hoshi
5de37691ee Merge branch 'master' of https://github.com/hajimehoshi/ebiten 2016-01-20 01:01:00 +09:00
Hajime Hoshi
01dd1472bb .travis.yml: Remove libglfw3 2016-01-20 00:59:43 +09:00
Hajime Hoshi
13537817cc Merge pull request #134 from DrJosh9000/patch-2
Check was missing from context_js
2016-01-20 00:55:04 +09:00
Hajime Hoshi
0cd9615970 .travis.yml: Remove unneeded dependencies 2016-01-20 00:49:26 +09:00
Hajime Hoshi
750ecf277d .travis.yml: Use 'addons' 2016-01-19 23:21:00 +09:00
Hajime Hoshi
20295edbb3 Remove add-apt-repository from .travis.yml 2016-01-19 23:09:06 +09:00
Hajime Hoshi
3c3dd1a7ed Update .travis.yml to use Go 1.5 2016-01-19 22:32:32 +09:00
Josh Deprez
bbeb103383 Check was missing from context_js
Run calls Check whether or not gopherjs is used, and it was not implemented here.
2016-01-18 21:27:55 +11:00
Hajime Hoshi
7611ea82da Merge pull request #133 from DrJosh9000/patch-1
openal.GetError no longer exists, use Err instead.
2016-01-06 16:55:22 +09:00