Hajime Hoshi
|
a30f075896
|
cmd/ebitenmobile: use setPreserveEGLContextOnPause(true)
setPreserveEGLContextOnPause(true) suppresses context losts, and
basically we will no longer need our restoring logic.
Updates #805
|
2024-01-08 20:13:13 +09:00 |
|
Hajime Hoshi
|
5de9c5da61
|
mobile/ebitenmobileview: refactoring: reduce dependency on the package devicescale
|
2023-09-24 02:47:25 +09:00 |
|
Hajime Hoshi
|
a3ff5f283b
|
cmd/ebitenmobile: bug fix: accessing a view property caused deadlock on iOS
This change delays the initialization of the view until viewDidLoad is
called AND mobile.SetGame is called.
Closes #2768
|
2023-09-21 19:18:01 +09:00 |
|
Hajime Hoshi
|
bb68ebfcad
|
ebiten: add RunGameWithOptions to specify graphics library
This also adds mobile.SetGameWithOptions.
Updates #2378
|
2022-12-09 21:27:31 +09:00 |
|
Artem Yadelskyi
|
5b53cef59e
|
all: remove old // +build comments (#2431)
Closes #2325
|
2022-11-03 12:55:14 +09:00 |
|
Hajime Hoshi
|
149736c3cf
|
internal/uidriver/*: integrate the packages into internal/ui
Updates #1983
|
2022-02-06 17:23:04 +09:00 |
|
Hajime Hoshi
|
12350e2fee
|
Fix build tags for Go 1.17
|
2021-08-17 12:27:19 +09:00 |
|
Hajime Hoshi
|
1706d9436a
|
ebiten: Add FPSModeType, FPSMode, SetFPSMode, and ScheduleFrame
This change adds these APIs:
* type FPSModeType
* func FPSMode
* func SetFPSMode
* func ScheduleFrame
and deprecates these APIs:
* func SetVsyncEnabled
* func IsVsyncEnabled
Closes #1556
|
2021-07-24 16:09:13 +09:00 |
|
Hajime Hoshi
|
58843b68f9
|
internal/hooks: Enable to return error at suspend/resume audio
|
2021-05-04 23:09:01 +09:00 |
|
Hajime Hoshi
|
2e6e1ed39d
|
mobile/ebitenmobileview: Add DeviceScale and use it at EbitenView
Closes #1482
|
2021-04-11 02:30:39 +09:00 |
|
Hajime Hoshi
|
bf515bb594
|
Update version to v2.0.0-alpha
|
2020-10-04 04:30:40 +09:00 |
|
Hajime Hoshi
|
91aa6a0f3a
|
mobile/ebitenmobileview: Remove mutex usages
|
2020-08-29 00:18:42 +09:00 |
|
Hajime Hoshi
|
71e65fa1b7
|
cmd/ebitenmobile: Use an explict way to detect context lost on Android
Fixes #1176
|
2020-08-15 01:39:08 +09:00 |
|
Hajime Hoshi
|
d59aea1db1
|
driver: Remove the return value from RunWithoutMainLoop
|
2020-02-11 23:56:53 +09:00 |
|
Hajime Hoshi
|
aef4b4ba53
|
uidriver/mobile: Refactoring: Give a default outside size
|
2020-02-11 23:29:52 +09:00 |
|
Hajime Hoshi
|
d0fce2a2db
|
mobile/ebitenmobileview: Refactoring
|
2020-02-11 22:43:00 +09:00 |
|