Hajime Hoshi
a2b97be266
Update go-mp3 version
2020-06-09 22:27:20 +09:00
Hajime Hoshi
fd5c34cbc3
Update dependencies
2020-05-26 20:23:19 +09:00
Hajime Hoshi
050b788843
Remove go2dotnet from go.mod
2020-05-17 14:28:01 +09:00
Hajime Hoshi
d8b34b136a
Add cmd/ebitenmonogame
...
Fixes #1144
2020-04-24 20:48:01 +09:00
Hajime Hoshi
7ac6b0bfa3
Update dependencies
2020-03-31 03:32:38 +09:00
Hajime Hoshi
c166fe8eea
Update GLFW to v3.3.2
...
Fixes #1086
2020-02-23 03:10:38 +09:00
Hajime Hoshi
a208a026f6
uidriver/mobile: Implement keyboard key inputs for gomobile-build
...
Updates #237
2020-02-22 23:57:16 +09:00
Hajime Hoshi
59431e1cad
graphicsdriver/opengl: Leave comments why we don't use PBO on Android
...
Unfotunately, PBO might slow Android applications expecially when
coming back from context lost. Ebiten sends a lot of draw calls to
replace pixels in such case.
Until we find a good solution, let's not use PBO on Android.
Fixes #988
2020-01-19 17:02:34 +09:00
Hajime Hoshi
dc5392a73c
Update Oto version to v0.5.4
2019-12-26 18:01:59 +09:00
Hajime Hoshi
85cbc7e56b
Enable to compile Ebiten on js/wasm with Go 1.14
...
Fixes #1024
2019-12-19 00:45:53 +09:00
Hajime Hoshi
995ba3afcf
glfw: Update GLFW 3.3
2019-11-26 11:21:07 +09:00
Hajime Hoshi
a040aae83b
glfw: Update to GLFW 3.3
...
Fixes #1000
2019-11-26 01:19:20 +09:00
Hajime Hoshi
f028610006
Update GLFW repository version
2019-11-25 22:23:55 +09:00
Hajime Hoshi
cfc66efcfb
Update Oto to v0.5.3
2019-11-17 13:11:46 +09:00
Hajime Hoshi
3aef0e3405
audio: Bug fix: Delay on macOS/iOS
...
Updates #975
2019-11-10 20:26:07 +09:00
Hajime Hoshi
d2ff834cdb
Update Oto version to 0.5.2
2019-11-03 00:08:44 +09:00
Hajime Hoshi
93792a6386
Update dependencies
2019-10-27 03:06:09 +09:00
Hajime Hoshi
3112619f00
Update Oto version to 0.5.1
2019-10-27 03:00:36 +09:00
Hajime Hoshi
be449ea430
Bug fix: Remove replace from go.mod
2019-10-22 14:36:09 +09:00
Hajime Hoshi
2f7ccf17f5
docs: Fix comments
2019-10-22 04:15:15 +09:00
Hajime Hoshi
016a9a6923
Update Oto version for more efficent memory usage
...
Updates #828
2019-10-20 17:00:45 +09:00
Hajime Hoshi
230616a23b
Use the latest Oto to use Web Worklet
...
Fixes #828
2019-10-20 05:37:32 +09:00
Hajime Hoshi
045c743021
Update Oto version to v0.5.0
2019-09-23 01:07:26 +09:00
Hajime Hoshi
272923da65
Revert gomobile version
...
The latest version includes an issue: golang/go#33937
2019-09-02 03:00:17 +09:00
Hajime Hoshi
56f45d77bd
Update dependencies
2019-09-02 02:57:19 +09:00
Hajime Hoshi
9ba113861c
Add ebitenmobile command
...
This works only for iOS so far. I'll implement Java version soon.
Updates #863
2019-08-18 03:03:01 +09:00
Hajime Hoshi
7b91f3025c
Update Oto version
2019-07-27 17:31:30 -07:00
Hajime Hoshi
052697e305
Update dependencies
2019-07-15 13:16:57 +09:00
Hajime Hoshi
9e8b23f7dc
Update bitmapfont version to v1.2.0
2019-07-14 18:09:09 +09:00
Hajime Hoshi
dfe3116ac8
Update Oto version
2019-07-11 22:27:22 +09:00
Hajime Hoshi
4a02f88ae3
Update Oto version to 0.3.5
2019-06-27 01:08:05 +09:00
Hajime Hoshi
ab61a2d23c
Update Oto version
2019-06-17 03:01:00 +09:00
Hajime Hoshi
7efe4758bd
Update Oto version to master for Go 1.13 (tip)
...
Updates #878
2019-06-15 01:15:27 +09:00
Hajime Hoshi
a5c260b4b5
Update flock to v0.7.1
2019-06-13 09:44:03 +09:00
Hajime Hoshi
8044b7405a
go mod tidy (and go test)
2019-06-13 09:35:44 +09:00
Hajime Hoshi
b2c6ddf7f6
Update go-mp3 version
2019-05-24 03:24:54 +09:00
Hajime Hoshi
ada9a4ab49
Update GLFW version
2019-05-22 03:17:33 +09:00
Hajime Hoshi
5c85c1466a
Update Oto version
2019-05-08 00:04:24 +09:00
Hajime Hoshi
f984f5ada9
Force to use Go 1.12 or later
...
As syscall/js has incompatible change between Go 1.11 and Go 1.12,
it is safe to force to use Go 1.12.
2019-05-01 17:43:38 +09:00
Hajime Hoshi
1b7be0055a
Update go.mod
...
github.com/gohperjs/gopherjs is not longer needed in go.mod since
`syscall/js` is now used.
2019-05-01 17:38:38 +09:00
Hajime Hoshi
10fb5e33be
Replace GopherWasm with syscall/js
...
Fixes #857
2019-05-01 17:28:00 +09:00
Hajime Hoshi
ab84184b4f
Update Oto version
2019-04-30 21:13:22 +09:00
Hajime Hoshi
5ebf474376
Update Oto version
...
Fixes #856
2019-04-30 19:57:02 +09:00
Hajime Hoshi
c112c31e7e
audio: Reimplement audio by using multiple oto.Player
2019-04-30 18:20:52 +09:00
Hajime Hoshi
dea7118733
Update Oto version
2019-04-09 19:41:41 -04:00
Hajime Hoshi
b796582d14
Update go-mp3 version to v0.2.0
2019-04-07 18:39:17 -04:00
Hajime Hoshi
ba033ddf20
Update Oto version
...
This is a temporary fix for #836 .
After relasing Oto v0.3.3, update go.mod again and cherry-pick
this onto 1.9 branch.
2019-04-02 23:29:58 +09:00
Hajime Hoshi
200c3b80a9
Update Oto version
2019-04-01 00:48:59 +09:00
Hajime Hoshi
29e8599fd6
Update go-mp3 version
2019-03-29 00:24:23 +09:00
Hajime Hoshi
873e91ddac
Update Oto version to 0.3.1
2019-03-04 00:06:54 +09:00