Skip to content

Tags: obe007/ebiten

Tags

v2.4.0-alpha

Toggle v2.4.0-alpha's commit message
update Oto to v2.2.0-alpha

v2.3.0-rc.1

Toggle v2.3.0-rc.1's commit message
update Oto to v2.1.0-rc.1

v2.3.0-alpha.7

Toggle v2.3.0-alpha.7's commit message
internal/processtest: bug fix: shadernomain is no longer a valid test

Updates hajimehoshi#2035

v2.2.6

Toggle v2.2.6's commit message
Revert "internal/devicescale: bug fix: glfw.Monitor.GetContentScale m…

…ight return 0"

This reverts commit ca6f4fc.

Reason: The bug hajimehoshi#2051 couldn't be reproduced and this fix was not needed

v2.3.0-alpha.6

Toggle v2.3.0-alpha.6's commit message
internal/graphicscommand: add panic at convertUniforms

v2.2.5

Toggle v2.2.5's commit message
internal/ui: bug fix: make the window resizable after the window is c…

…reated

Making the window resizable BEFORE the window is created doesn't
work correctly, especially when switching to enable resizing later.

Closes hajimehoshi#1987

v2.3.0-alpha.5

Toggle v2.3.0-alpha.5's commit message
internal/uidriver/mobile: bug fix: specify a shared AVAudioSession fo…

…r CHHapticEngine

Closes hajimehoshi#1976

v2.2.4

Toggle v2.2.4's commit message
Revert "internal/graphicsdriver/metal: Bug fix: Vsync didn't work on …

…macOS"

This reverts commit 1dd13ae.

Reason: This caused FPS drop on macOS 12.0.1

Updates hajimehoshi#1885
Closes hajimehoshi#1939

v2.3.0-alpha.4

Toggle v2.3.0-alpha.4's commit message
internal/graphicscommand: bug fix: overflow when len(vertices) > len(…

…indices)

Closes hajimehoshi#1913

v2.3.0-alpha.3

Toggle v2.3.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ebiten: Add VibrationOptions to specify intensity (hajimehoshi#1891)

Updates hajimehoshi#1452