Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Tags: onlyafly/ebiten

Tags

v2.4.0-alpha.11

Toggle v2.4.0-alpha.11's commit message
update Oto: bug fix: crash when the window was inactive and the audio…

… was suspended on Windows

Updates ebitengine/oto#179

v2.4.0-alpha.10

Toggle v2.4.0-alpha.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
do not require installing file2byteslice to update go generate'd file…

…s. (hajimehoshi#2221)

The tool is already referenced in go.mod, so it is trivial to just go run it -
that way, go generate can use it without the user explicitly installing it first.

v2.4.0-alpha.9

Toggle v2.4.0-alpha.9's commit message
internal/gamepad: improve resetting vibrations

v2.3.7

Toggle v2.3.7's commit message
internal/gamepad: bug fix: release IDirectInputDevice8W on disconnecting

Closes hajimehoshi#2205

v2.4.0-alpha.8

Toggle v2.4.0-alpha.8's commit message
ebitenutil: fix typo

Closes hajimehoshi#2194

v2.3.6

Toggle v2.3.6's commit message
internal/ui: better fix for initialMonitorByOS

Updates hajimehoshi#2179

v2.3.5

Toggle v2.3.5's commit message
internal/graphicsdriver/directx: bug fix: clear constant buffers at t…

…he end of DrawTriangles

Constant buffers should not be reset while a stencil buffer is used.

Closes hajimehoshi#2138

v2.4.0-alpha.7

Toggle v2.4.0-alpha.7's commit message
internal/graphicsdriver/metal: bug fix: the default driver must be in…

…itialized on the main thread

Closes hajimehoshi#2147

v2.4.0-alpha.6

Toggle v2.4.0-alpha.6's commit message
internal/graphicsdriver/directx: bug fix: disable fullscreen by Alt+E…

…nter

By default, DirectX 12 tries to make the window fullscreen by Alt+Enter.
This caused application crashes. Let's disable this feature.

Closes hajimehoshi#2123

v2.3.4

Toggle v2.3.4's commit message
Revert commits for Oto

This reverts these commits
* aef06f3.
* 77b67d0.

Reason: see hajimehoshi#2118 (comment)