Hajime Hoshi
|
0bec1e65fa
ebiten: add RunGameOptions.SkipTaskbar
|
1 year ago |
Hajime Hoshi
|
3024e07ecc
ebiten: add RunGameOptions.ScreenTransparent
|
1 year ago |
Hajime Hoshi
|
d31b0189a2
ebiten: add RunGameOptions.InitUnfocused
|
1 year ago |
Hajime Hoshi
|
bb68ebfcad
ebiten: add RunGameWithOptions to specify graphics library
|
1 year ago |
Hajime Hoshi
|
032f55d19a
ebiten: update comments
|
1 year ago |
Hajime Hoshi
|
f4b12462e6
ebiten: rename FloatLayouter -> LayoutFer
|
2 years ago |
Hajime Hoshi
|
8567c3c654
ebiten: add FloatLayouter
|
2 years ago |
Hajime Hoshi
|
ac6843639d
ebiten: undeprecate SetVsyncEnabled / IsVsyncEnabled
|
2 years ago |
Hajime Hoshi
|
599571c7a7
ebiten: add geoM argument to DrawFinalScreen
|
2 years ago |
Hajime Hoshi
|
30cc36b1ba
ebiten: add FinalScreenDrawer
|
2 years ago |
Hajime Hoshi
|
f15536e8de
ebiten: refactoring: remove imageDumperGame
|
2 years ago |
Hajime Hoshi
|
4bd3a9ef8f
internal/ui: refactoring: move the screen rendering logic to ebiten package
|
2 years ago |
Terra Brown
|
de35a5a6f1
ebiten: add `Termination` for a regular termination (#2272)
|
2 years ago |
Hajime Hoshi
|
de20b855b9
ebiten: add comments about termination
|
2 years ago |
Hajime Hoshi
|
10d50b885f
ebiten: fix typo
|
2 years ago |
Hajime Hoshi
|
ca8c36499d
ebiten: recommend errors.Is instead of comparing the returned value directly
|
2 years ago |
Hajime Hoshi
|
0f52381580
ebiten: rename TPS functions
|
2 years ago |
Hajime Hoshi
|
e05df6a778
internal/ui: refactoring
|
2 years ago |
Hajime Hoshi
|
08e54ae1a6
internal/ui: rename the TPS functions
|
2 years ago |
Hajime Hoshi
|
7b8ae76f26
ebiten: update comment about ScreenSizeInFullscreen for browsers
|
2 years ago |
Hajime Hoshi
|
c379873a1f
rename Ebiten -> Ebitengine
|
2 years ago |
Hajime Hoshi
|
2fc691f661
internal/clock: rename CurrentFPS/TPS -> ActualFPS/TPS
|
2 years ago |
Hajime Hoshi
|
06df5bc29d
ebiten: update the comments of the Game interface
|
2 years ago |
divVerent
|
ea35296be7
ebiten: provide `SetScreenFilterEnabled`, a way to disable the default screen filter (#1997)
|
2 years ago |
Hajime Hoshi
|
fcd4453e4f
ebiten: remove RunOnMainThread
|
2 years ago |
Hajime Hoshi
|
ce3f83958e
internal/graphicscommand: rename RunOnMainThread -> RunOnRenderingThread
|
2 years ago |
Hajime Hoshi
|
0529fa955e
ebiten: refactoring: remove the global variable theGameForUI
|
2 years ago |
Hajime Hoshi
|
82b9f7dc56
ebiten: refactoring: remove setScreenClearedEveryFrame
|
2 years ago |
Hajime Hoshi
|
0c1c40995c
internal/ui: rename types and members: uiContext -> gameForUI
|
2 years ago |
Hajime Hoshi
|
2609d73a1a
internal/ui: refactoring: move some logics to internal/ui
|
2 years ago |