Skip to content

Tags: valantonini/go-sdl2

Tags

v0.4.38

Toggle v0.4.38's commit message

Verified

This commit was signed with the committer’s verified signature.
Backport commit 62457e6 sdl: add missing HINT_VIDEODRIVER hint (veand…

…co#588)

Signed-off-by: Lilis Iskandar <[email protected]>

v0.4.37

Toggle v0.4.37's commit message

Verified

This commit was signed with the committer’s verified signature.
sdl/audio: fix AudioStream.Available() returning error instead of int

Signed-off-by: Lilis Iskandar <[email protected]>

v0.4.36

Toggle v0.4.36's commit message

Verified

This commit was signed with the committer’s verified signature.
Align colors in SDL package to Go specification (veandco#581)

* sdl/surface: handle colors correctly in Surface.Set method

* sdl/pixels: fix color models

* sdl/surface: handle RGBA correctly in Surface.At method

* sdl/pixels: make sdl.Color be of type color.NRGBA

* sdl/struct_test: fix compilation issue in sdl package

* sdl/pixels: improve binary upscale/downscale precision

v0.4.35

Toggle v0.4.35's commit message

Verified

This commit was signed with the committer’s verified signature.
sdl: handle adaptive vsync (-1) in GLGetSwapInterval (veandco#568)

v0.4.34

Toggle v0.4.34's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix `go get -u` failing when GONOPROXY or GONOSUMDB is set

This is done by renaming .go-sdl2-libs to _libs.

Signed-off-by: Lilis Iskandar <[email protected]>

v0.4.33

Toggle v0.4.33's commit message

Verified

This commit was signed with the committer’s verified signature.
Update README.md with instructions on building static executable for …

…macOS M1 inside a Linux container

Signed-off-by: Lilis Iskandar <[email protected]>

v0.4.32

Toggle v0.4.32's commit message

Verified

This commit was signed with the committer’s verified signature.
Update static compilation LDFLAGS for darwin/arm64

Signed-off-by: Lilis Iskandar <[email protected]>

v0.4.31

Toggle v0.4.31's commit message

Verified

This commit was signed with the committer’s verified signature.
Update .go-sdl2-examples submodule

Signed-off-by: Lilis Iskandar <[email protected]>

v0.4.30

Toggle v0.4.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add SDL_RenderIsClipEnabled (veandco#551)

v0.4.29

Toggle v0.4.29's commit message

Verified

This commit was signed with the committer’s verified signature.
DequeueAudio and AudioStream.Get should return (n int, err error) (ve…

…andco#550)

* sdl: fixed DequeueAudio return values

* sdl/audio: fixed AudioStream.Get return values

* sdl/audio: added missing int cast to DequeueAudio return value