Commit Graph

956 Commits

Author SHA1 Message Date
Hajime Hoshi
9b1aee1a21 example/mapeditor: Update 2015-02-08 01:40:58 +09:00
Hajime Hoshi
dee7b1a328 example/mapeditor: Add map tools (which doesn't work yet) 2015-02-07 03:21:22 +09:00
Hajime Hoshi
0c7716586a example/mapeditor: Bug fix: dragging on the map view shouldn't affect the tileset view 2015-02-05 11:02:48 +09:00
Hajime Hoshi
30aece193b example/mapeditor: Draw map 2015-02-05 02:21:29 +09:00
Hajime Hoshi
8303fefdb9 Add example/mapeditor (WIP) 2015-02-04 03:15:53 +09:00
Hajime Hoshi
3ff3866da1 example/platform: Modify jump height 2015-02-04 03:15:22 +09:00
Hajime Hoshi
16e5b3f37e ebitenutil: Modify error message on load resources (JS) 2015-02-02 02:58:09 +09:00
Hajime Hoshi
2132925b88 doc: Escape HTML comments properly 2015-02-02 02:34:01 +09:00
Hajime Hoshi
5f9eea5e6c Add input.go 2015-02-01 21:47:47 +09:00
Hajime Hoshi
b2c3a5bb73 Add example/platform (WIP) 2015-02-01 16:42:15 +09:00
Hajime Hoshi
c3eb4e98c3 example/sprites: Add UI to adjust the number of sprites (#87) 2015-01-30 00:00:17 +09:00
Hajime Hoshi
dac9623b97 Merge pull request #114 from jnjackins/master
Update example in doc.go
2015-01-29 15:57:23 +09:00
Jeremy Jackins
25665682ff Update example in doc.go
The function argument to ebiten.Run takes an *ebiten.Image,
and must return an error.
2015-01-29 15:40:53 +09:00
Hajime Hoshi
b474c34965 example/piano: Draw piano keys (#106) 2015-01-29 03:22:36 +09:00
Hajime Hoshi
706935d9b9 doc: Remove 'brew install glew' 2015-01-29 01:01:52 +09:00
Hajime Hoshi
2544d74ba0 Use go-gl/glow instead of go-gl/gl (#112) 2015-01-29 00:58:56 +09:00
Hajime Hoshi
d321dfe7fd Remove audio/internal.Start() 2015-01-27 23:00:41 +09:00
Hajime Hoshi
ea78b31414 Move internal/audio -> exp/audio/internal 2015-01-27 22:55:45 +09:00
Hajime Hoshi
3964944deb Move ui_*.go back to internal/ui again 2015-01-27 22:37:00 +09:00
Hajime Hoshi
a1aed91cf9 ui: Reset framebuffer-size-changed callback after calling (#70) 2015-01-27 01:26:30 +09:00
Hajime Hoshi
23b3f1afce Move some files of internal/ui to the root 2015-01-27 01:10:17 +09:00
Hajime Hoshi
ae450433db Move some files of internal to internal/graphics 2015-01-27 00:08:24 +09:00
Hajime Hoshi
e23b0758e5 Merge internal/graphics/internal/shaders into internal/graphics 2015-01-26 23:32:50 +09:00
Hajime Hoshi
346bc53d53 Move internal/opengl -> internal/graphics/internal/opengl 2015-01-26 23:27:28 +09:00
Hajime Hoshi
d7a95f3142 Don't use internal in example/keyboard/keyboard 2015-01-26 22:29:55 +09:00
Hajime Hoshi
714930eaf7 Rename example/internal -> example/common 2015-01-26 22:20:36 +09:00
Hajime Hoshi
2aa6ebb471 Move internal/assets -> ebitenutil/internal/assets 2015-01-26 22:09:47 +09:00
Hajime Hoshi
880ea55879 example/piano: Add KeyQ 2015-01-26 11:33:37 +09:00
Hajime Hoshi
17b7969764 audio: Reduce the buffer size (OpenAL) 2015-01-26 10:14:03 +09:00
Hajime Hoshi
6a0c5dfb03 audio: Change the number of buffers 2015-01-26 03:53:40 +09:00
Hajime Hoshi
205c6f1462 audio: Bug fix: Reduce delay for desktops 2015-01-26 01:58:32 +09:00
Hajime Hoshi
7692cf6a1b audio: Refactoring 2015-01-26 01:39:43 +09:00
Hajime Hoshi
9e7dfa2f16 audio: Bug fix: Multi source (or nodes) should be used to play multi sounds 2015-01-26 01:20:56 +09:00
Hajime Hoshi
2ea9ba8dcb Add example/piano 2015-01-26 00:09:14 +09:00
Hajime Hoshi
701de9f82b audio: Bug fix: half volume of any sound on GopherJS 2015-01-25 23:38:26 +09:00
Hajime Hoshi
d455233e32 doc: Release 1.1.0 2015-01-25 20:16:53 +09:00
Hajime Hoshi
e1336c2eba audio: Change API: accept []int16 instead of []float32 2015-01-25 19:17:53 +09:00
Hajime Hoshi
c2313c10c1 audio: Grace returning when audio is not available 2015-01-25 16:04:49 +09:00
Hajime Hoshi
1ff738e730 Bug fix: add libopenal1 to .travis.yml 2015-01-25 14:11:48 +09:00
Hajime Hoshi
d0f787b078 Bug fix: add libopenal-dev to .travis.yml 2015-01-25 14:07:16 +09:00
Hajime Hoshi
a53e0fe518 Add docs and readme 2015-01-25 02:07:39 +09:00
Hajime Hoshi
fe91d341ac audio: Implement for desktops with OpenAL (#104) 2015-01-25 01:51:51 +09:00
Hajime Hoshi
a8e3b2b619 audio: Start implementing with OpenAL (not finished yet) 2015-01-24 22:20:09 +09:00
Hajime Hoshi
2d5ac9e987 audio: Add comments, add IsPlaying 2015-01-24 21:46:35 +09:00
Hajime Hoshi
2c7430171d audio: Add comments 2015-01-24 15:48:48 +09:00
Hajime Hoshi
edda664ca8 audio: Refactoring 2015-01-24 14:53:42 +09:00
Hajime Hoshi
b57c675996 Remove internal.RGBA 2015-01-24 14:53:40 +09:00
Hajime Hoshi
28983e4e24 Add exp/doc.go 2015-01-24 14:53:37 +09:00
Hajime Hoshi
4d702f964f audio: CurrentBytes returns the time on inserting new sound chunk 2015-01-24 14:53:33 +09:00
Hajime Hoshi
8a5c6d132e Merge branch 'audio' 2015-01-23 23:05:15 +09:00