Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: drupalio/ebiten

Tags

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

v2.2.3

Toggle v2.2.3's commit message
internal/uidriver/glfw: Bug fix: Rendering should be updated after re…

…storing from fullscreen

u.toChangeSize affects the result of u.updateSize. When the callback
for WindowSetSize is invoked, toChangeSize should be true.

In order to simplify the logic, we have to remove toChangeSize later.

Closes hajimehoshi#1884

v2.3.0-alpha.2

Toggle v2.3.0-alpha.2's commit message
internal/graphicsdriver/opengl: Avoid allocations by escaping to heap

v2.2.2

Toggle v2.2.2's commit message
internal/uidriver/glfw: Bug fix: Crashed a transparent button with th…

…e green button

Updates hajimehoshi#1822
Closes hajimehoshi#1857

v2.3.0-alpha.1

Toggle v2.3.0-alpha.1's commit message
internal/glfw: Add a new build tag `ebitenexternaldll` to requrie ext…

…ernal DLLs

Embedding a DLL file and extrating it on the fly can be problematic.
The application might be unexpectedly recognized as a virus by some
virus checkers.

To mitigate this issue, Ebiten adds a new build mode `ebitenexternaldll`
which prevents Ebiten from embedding DLL files. Instead, the application
will require DLL files for GLFW.

Closes hajimehoshi#1832

v2.2.1

Toggle v2.2.1's commit message
internal/uidriver/glfw: Wait for a FramebufferSize callback for the i…

…nitial temporary window

Updates hajimehoshi#1847

v2.2.0

Toggle v2.2.0's commit message
Update Oto to v2.1.0-alpha.2

v2.2.0-rc.2

Toggle v2.2.0-rc.2's commit message
Update Oto to v2.1.0-alpha.2

v2.3.0-alpha

Toggle v2.3.0-alpha's commit message
Update version to v2.3.0-alpha