Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

veandco


Collective - Host: opensource - https://opencollective.com/veandco - Code: https://github.com/veandco

Update example code in README to note the difference of event type switch case between `master` and `v0.4.x`

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

github.com/veandco/go-sdl2 - 40fbe49ff9c62a19970ec4499243c02dbbad8ac2 authored 10 months ago by Lilis Iskandar <[email protected]>
Update README.md

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

github.com/veandco/go-sdl2 - 9e722e46bcd4b7e0a4f743956d8145460af95f34 authored 10 months ago by Lilis Iskandar <[email protected]>
sdl: updated TODO markings (#590)

github.com/veandco/go-sdl2 - 388934e43c791878f96d765bbb1a798a03ea5983 authored 10 months ago by Michelangelo Camaioni <[email protected]>
sdl: add missing HINT_VIDEODRIVER hint (#588)

github.com/veandco/go-sdl2 - 62457e668e20e75132ffc259709e2e6e380c7768 authored 12 months ago by Marek Kraus <[email protected]>
sdl/audio: fix AudioStream.Available() returning error instead of int

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

github.com/veandco/go-sdl2 - 3e3204db57d437c7d2541dcf24f9e4bbf2c9f200 authored 12 months ago by Lilis Iskandar <[email protected]>
Update test-build github workflow to use SDL2 2.28.0

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

github.com/veandco/go-sdl2 - 299f42467a5acf0deb11ead688f18f4389133904 authored about 1 year ago by Lilis Iskandar <[email protected]>
sdl: add bindings up to SDL2 2.0.28 and some previously missing ones as well

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

github.com/veandco/go-sdl2 - a46f527e7c24dead962414a7c5a6d168cbdd0787 authored about 1 year ago by Lilis Iskandar <[email protected]>
sdl/timer: add stub function for SDL_GetTicks64() when running on SDL2 version older than 2.0.18

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

github.com/veandco/go-sdl2 - 413c8988428a181ea93eb38ed68965433d0af5c8 authored about 1 year ago by Lilis Iskandar <[email protected]>
Review a calls to C.CString and pair them with C.free where necessary. (#583)

* Pair C.malloc with C.free instead of C.SDL_free.

AudioCVT.buf was allocated with C.malloc s...

github.com/veandco/go-sdl2 - 2d3a0a97f3876a320d690fd634022538cd562372 authored about 1 year ago by Jose Lopes <[email protected]>
sdl: replace SDL_free() with free() for variables that were created using C.CString()

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

github.com/veandco/go-sdl2 - 7ed18a04f4a7606c8d666c7d6ae48b57c0202726 authored about 1 year ago by Lilis Iskandar <[email protected]>
Update .go-sdl2-examples submodule

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

github.com/veandco/go-sdl2 - 51ffa7e0b19005932064817f4e6c555056c30c52 authored about 1 year ago by Lilis Iskandar <[email protected]>
examples: updated to remove pointer in event switch cases

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

github.com/veandco/go-sdl2-examples - 4b17b2bbcfdcfe11627958ea63e3eeacb41f1444 authored about 1 year ago by Lilis Iskandar <[email protected]>
Update README.md

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

github.com/veandco/go-sdl2 - d7e090824116d9649b0002586f7c202d2fadb418 authored about 1 year ago by Lilis Iskandar <[email protected]>
Align colors in SDL package to Go specification (#581)

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

* sdl/pixels: fix color models
...

github.com/veandco/go-sdl2 - 0880ba863a9db7487ea10e3573ad5c130fdd1ee9 authored about 1 year ago by Momchil Atanasov <[email protected]>
add some freebsd support but not complete yet for SDL2_mixer

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

github.com/veandco/sdl2-static-library-build-scripts - 24edbc458bd80684587b98718d7d2b5e11ca3220 authored over 1 year ago by Lilis Iskandar <[email protected]>
sdl/timer: add GetTicks64() and deprecated GetTicks()

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

github.com/veandco/go-sdl2 - 9405dd390eb0a6e9076b629debd80f7f4332b47c authored over 1 year ago by Lilis Iskandar <[email protected]>
BREAKING: sdl/render: change Texture.Update() to accept unsafe.Pointer instead of []byte for flexibility of input data type and it also matches native API

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

github.com/veandco/go-sdl2 - 3ee1d2ea8afed862756ae87d6c8d902a36aea612 authored over 1 year ago by Lilis Iskandar <[email protected]>
sdl: handle adaptive vsync (-1) in GLGetSwapInterval (#568)

github.com/veandco/go-sdl2 - 625a1e3aa4c02e8bd719b872df040bab9d11ec10 authored over 1 year ago by Lundis <[email protected]>
mix: avoid segfault race condition on HookMusicFinished (#567)

github.com/veandco/go-sdl2 - f5c830354cfc7a254b1cca41ac51ac74351f87ad authored over 1 year ago by Lundis <[email protected]>
sdl: Bugfix the button rework (#564)

* sdl: fixed type of MouseButtonEvent

* sdl: added Button.Mask() and ButtonMask.Has(Button)

github.com/veandco/go-sdl2 - ca807a94d8b3ecd7b8cf607adbc54f30aed62ce8 authored over 1 year ago by Lundis <[email protected]>
sdl/pixels: add comments to warn users against using sdl.Color.Uint32() for rendering purposes

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

github.com/veandco/go-sdl2 - f2721d8c70adeca1211ba1b135e031d3d4705a73 authored over 1 year ago by Lilis Iskandar <[email protected]>
Update example in README.md to have colour correctly generated for different environments

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

github.com/veandco/go-sdl2 - d156a8d76253c8a8e1c2350e9a0d42c734716e6f authored over 1 year ago by Lilis Iskandar <[email protected]>
ttf: Added missing rpcrt4 dependency for static linking on windows (#560)

github.com/veandco/go-sdl2 - 45a104a675bc3a3d4a872f8f93e4c4f059f1c7d5 authored over 1 year ago by Lundis <[email protected]>
Update Windows installation process in README.md

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

github.com/veandco/go-sdl2 - 99cc44abdaf4a8b3c9ed097bbc38205b2f3cb674 authored over 1 year ago by Lilis Iskandar <[email protected]>
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]>

github.com/veandco/go-sdl2 - 691b9ac8edabe571109a5e14faf517ac922fe424 authored over 1 year ago by Lilis Iskandar <[email protected]>
sdl: fix build error caused by dummy static library packages not being blank

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

github.com/veandco/go-sdl2 - a8580f5a99af7cf68326babd6c5be475157813ea authored almost 2 years ago by Lilis Iskandar <[email protected]>
Add workaround for including static libraries when running go mod vendor

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

github.com/veandco/go-sdl2 - 9515279986a1fc8d043e301522c565a0b8b56480 authored almost 2 years ago by Lilis Iskandar <[email protected]>
examples/shaped-window: update go.mod dependency to use go-sdl2 v0.4.31

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

github.com/veandco/go-sdl2-examples - ec18b7ebf0656aeb5330384561d6dffa9a77037d authored almost 2 years ago by Lilis Iskandar <[email protected]>
examples: add shaped-window example

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

github.com/veandco/go-sdl2-examples - 7120350bf71b36baf3d1b4ae7f35b8f28efac7c2 authored almost 2 years ago by Lilis Iskandar <[email protected]>
sdl: added binds to SDL_shape.h (#554)

github.com/veandco/go-sdl2 - 56f802bbc90a63d8a3853a68913b6a7e60e544ec authored almost 2 years ago by TooManySugar <[email protected]>
ttf: binded TTF_FontFaceStyleName in sdl_ttf.go (#553)

Binded TTF_FontFaceStyleName to FaceStyleName() on the Font struct.
Note: TTF_FontFaceStyleName...

github.com/veandco/go-sdl2 - d92a98e6f58de86cd0a09742f1d6a32403cca0fe authored almost 2 years ago by SimpleClips <[email protected]>
Bump keycloak-core from 20.0.0 to 20.0.3

Bumps [keycloak-core](https://github.com/keycloak/keycloak) from 20.0.0 to 20.0.3.
- [Release no...

github.com/veandco/keycloak-api-key-provider-example - 4088748925d80dcab6cf5e7574e7b82457d8401f authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DequeueAudio and AudioStream.Get should return (n int, err error) (#550)

* sdl: fixed DequeueAudio return values

* sdl/audio: fixed AudioStream.Get return values

*...

github.com/veandco/go-sdl2 - e9259e78f9a317bd856280fef716d91011933f1f authored almost 2 years ago by Maj.Fault <[email protected]>
examples: add render-geometry example

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

github.com/veandco/go-sdl2-examples - 9f8a6a76d8f7216d3e8033edc3715bccbd7e58cc authored about 2 years ago by Lilis Iskandar <[email protected]>
refactor: RenderGeometryRaw to use exactly same API (#546)

github.com/veandco/go-sdl2 - 301cbcaab986809842e2761ddf8bf0e56418a7f3 authored about 2 years ago by Fadhil Mandaga <[email protected]>
updates, specifically for linux_mipsle

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

github.com/veandco/sdl2-static-library-build-scripts - 2e901b7faab52547b0f3b85b594b408a2704fca0 authored about 2 years ago by Lilis Iskandar <[email protected]>
add missing static libraries for linux_mipsle and update its link commands

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

github.com/veandco/go-sdl2 - d093ebe4e7cd4258582fc69bb041cedf269a175d authored about 2 years ago by Lilis Iskandar <[email protected]>
add initial support for linux_mipsle static compilation

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

github.com/veandco/go-sdl2 - bd57d9a010cdcc3cfbfd2df9b1f0c5a8958847e5 authored about 2 years ago by Lilis Iskandar <[email protected]>
Update issue templates

github.com/veandco/go-sdl2 - 408ac46089e41cf5467aa59b0c3b0657e2c837b6 authored about 2 years ago by veeableful <[email protected]>
Bump keycloak-core from 17.0.1 to 20.0.0

Bumps [keycloak-core](https://github.com/keycloak/keycloak) from 17.0.1 to 20.0.0.
- [Release no...

github.com/veandco/keycloak-api-key-provider-example - 327039e33760786ea7efff80d14037f28d70ce48 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
many updates to scripts including darwin/arm64 support and more dependencylibrary build scripts

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

github.com/veandco/sdl2-static-library-build-scripts - 455c9eeccaf5bdd470e32c3c7742cb25e02766d4 authored about 2 years ago by Lilis Iskandar <[email protected]>
fix common-darwin_amd64.sh in Github Actions

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

github.com/veandco/sdl2-static-library-build-scripts - e833830536e95e40d1781a4b5f67e7ede6479753 authored about 2 years ago by Lilis Iskandar <[email protected]>
disable mmx for SDL2_gfx on non-x86 linux platforms

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

github.com/veandco/sdl2-static-library-build-scripts - 6c876a5effae979f8f0879ca98579a167f938dac authored about 2 years ago by Lilis Iskandar <[email protected]>
use relative path to osxcross instead of absolute path

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

github.com/veandco/sdl2-static-library-build-scripts - e8ccb5ac1737cf2a08b5dfe5f4459de9ac5d7903 authored about 2 years ago by Lilis Iskandar <[email protected]>
split setup and build steps in Github Actions

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

github.com/veandco/sdl2-static-library-build-scripts - 975f9787366c10a239502e031d04ad20121fbab6 authored about 2 years ago by Lilis Iskandar <[email protected]>
install automake during setup

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

github.com/veandco/sdl2-static-library-build-scripts - 678de276e2775994f6bc7190bb164b5c423dd74c authored about 2 years ago by Lilis Iskandar <[email protected]>
automatically press enter when building osx toolchains

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

github.com/veandco/sdl2-static-library-build-scripts - 067f59fcb7407d33e5874b5079d75661b39b94a1 authored about 2 years ago by Lilis Iskandar <[email protected]>
add Github Actions for CI/CD

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

github.com/veandco/sdl2-static-library-build-scripts - 5ea63662cec373b1177b698e168f2edd0d7ed91a authored about 2 years ago by Lilis Iskandar <[email protected]>
Update README.md

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

github.com/veandco/go-sdl2 - 1cc5f3cf35451b753c5838cb3760d2126b3d315e authored about 2 years ago by Lilis Iskandar <[email protected]>
Rework buttons (#532)

* Updating functions to take the enum type

* Reworking mouse buttons and button masks

Co-a...

github.com/veandco/go-sdl2 - f9adad4192b0c820e5723196f581fca217059c07 authored about 2 years ago by Allen Ray <[email protected]>
Merge pull request #2 from dusk125/strip

Adding strip command for each of the output libraries

github.com/veandco/sdl2-static-library-build-scripts - c7ea727fa90ed2487212f4ccf45fb5d4298b4298 authored about 2 years ago by veeableful <[email protected]>
Updating static libraries to match version in build script (20.0.20) (#538)

Co-authored-by: Allen Ray <[email protected]>

github.com/veandco/go-sdl2 - 3686d24ef7b457afa656e14b2d90d2b0c6920f01 authored about 2 years ago by Allen Ray <[email protected]>
Adding strip command for each of the output libraries

github.com/veandco/sdl2-static-library-build-scripts - bd60918e6883e3824e272996666177bd93f6713d authored about 2 years ago by Allen Ray <[email protected]>
sdl/hints: fix a couple of backward-compatibility hints defined for SDL2 version

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

github.com/veandco/go-sdl2 - 3c4862273074f2dacd8c2ca4fee6f171c4af914a authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/guid: use C.size_t for SDL_malloc for cross-platform compatibility

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

github.com/veandco/go-sdl2 - 0186475fe4897efda2922769f629cdf7ded7f677 authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/events: add GetText() method back for TextEditingEvent and TextInputEvent

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

github.com/veandco/go-sdl2 - 0696db96700f2b88e38b50c7976482bf7aacc0d8 authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/events: fix SDL_JoystickPowerLevel backup definition

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

github.com/veandco/go-sdl2 - a5014232b68f282a5a73f3b0e1a11f93aaec37de authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/guid: fix SDL_GUID not defined when using SDL2 older than 2.24.0

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

github.com/veandco/go-sdl2 - 3624de6c831db3f27b8fad7e0a77dec9ae5c5f8b authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/events: fix SDL_JoyBatteryEvent not defined when using SDL2 older than 2.24.0

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

github.com/veandco/go-sdl2 - 28145e5fd9536f603083ab18931f091b20c2a594 authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl: initial support for SDL2 2.24.0

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

github.com/veandco/go-sdl2 - 253cca45719b63a5ac6d95716f3dd9649fb07876 authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl: provide backward-compatiblity to some structs and function when not using latest SDL2

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

github.com/veandco/go-sdl2 - 7625d405adcfeb30b37c1d0628481dfdd95bd27b authored over 2 years ago by Lilis Iskandar <[email protected]>
.github/workflows: update test-build.yml to run on pull requests too

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

github.com/veandco/go-sdl2 - 494603bc5b772e84af53fea214efbb17c920b50d authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/log: add typedef for SDL_LogCategory when using SDL2 <= 2.0.10

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

github.com/veandco/go-sdl2 - 8545478f891a116af584d54ee44d7949bad3ada9 authored over 2 years ago by Lilis Iskandar <[email protected]>
Remove c-wrapping of Events (#531)

* Updating functions to take the enum type

* Remove c-wrapping of Events
Start of addressing...

github.com/veandco/go-sdl2 - 1aaca478b312bea92192d243d7f2c19a1369fc14 authored over 2 years ago by Allen Ray <[email protected]>
.github/workflows: remove SDL2_gfx test build as the download link has expired certificate

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

github.com/veandco/go-sdl2 - e839227e7b90fbd9b0d1da3e3cfa967e891c5370 authored over 2 years ago by Lilis Iskandar <[email protected]>
Update requirements in README

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

github.com/veandco/go-sdl2 - 25e76c38fddd1e3da59f88e6ecafd0b193eea95e authored over 2 years ago by Lilis Iskandar <[email protected]>
Updating functions to take the enum type (#528)

Co-authored-by: Allen Ray <[email protected]>

github.com/veandco/go-sdl2 - 0fb7f6aec71824dcb999144b48c3c585c052f0c7 authored over 2 years ago by Allen Ray <[email protected]>
Add Renderer.IsClipEnabled for SDL_RenderIsClipEnabled (#529)

Co-authored-by: Allen Ray <[email protected]>

github.com/veandco/go-sdl2 - 294e3cd9e6d16079cc816406cfcabcbff78972a8 authored over 2 years ago by Allen Ray <[email protected]>
Update README.md

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

github.com/veandco/go-sdl2 - d3e85586f0cd27f0db0dc3db1a2a708570d13ccb authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/gamecontroller: fix duplicate declaration of SDL_SensorType

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

github.com/veandco/go-sdl2 - 0a1c48d0d435c4152d73a8e3f5e6cbdcd007115c authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/keyboard: fix build failing on SDL older than 2.0.22

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

github.com/veandco/go-sdl2 - 92f9fba990483fac0924f54a1bd63613b8b466e9 authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/events: fix typo of SDL_TEXTEDITING_EXT

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

github.com/veandco/go-sdl2 - 90f9bdf6d90f53caa745ff5647726582be87e8cc authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/hints: add missing hint constants for SDL 2.0.22

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

github.com/veandco/go-sdl2 - ca0f994b21359a38080bc53d86790090ac3445d1 authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/gamecontroller: define SDL_SensorType enum to fix build on older SDL2 such as version 2.0.8

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

github.com/veandco/go-sdl2 - 030c171f2f6950f54aae8c3415392697cc1891a9 authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl: fix SensorType constants (#524)

This commit fixes the sdl.SensorType constants. Previously, they we're
all equal to -1.

github.com/veandco/go-sdl2 - 7b30548622fdca9d00dcc19d88a0689a0483627b authored over 2 years ago by Charlie Vieth <[email protected]>
Set up Github Actions matrix for older SDL2 versions

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

github.com/veandco/go-sdl2 - 249556cae32db3dc07681fc7bbae4bb5530ea366 authored over 2 years ago by Lilis Iskandar <[email protected]>
Update status badge link from Travis CI to Github Actions

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

github.com/veandco/go-sdl2 - db23f462d25f9bb813171eff82a4da30e1a6c819 authored over 2 years ago by Lilis Iskandar <[email protected]>
Remove .travis.yml

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

github.com/veandco/go-sdl2 - 508ff3a71e7cb70c5b17fa2c6d82e3e99441fdcd authored over 2 years ago by Lilis Iskandar <[email protected]>
Update status badge in README.md

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

github.com/veandco/go-sdl2 - 58a23e79e040605133f320b729f6fbdc18b25b55 authored over 2 years ago by Lilis Iskandar <[email protected]>
Set up Github Actions as alternative to Travis CI

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

github.com/veandco/go-sdl2 - 989e6a2d4acb5c5a288879a0bb860140c78a2a60 authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl: add support for SDL2 2.0.22

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

github.com/veandco/go-sdl2 - 8876723d62c5cb28733b08a9443b45a9ea0956be authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/events: tidy up #ifdef checks

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

github.com/veandco/go-sdl2 - d1a5d44135e37bf2ed3e94f7a6d49a697066092b authored over 2 years ago by Lilis Iskandar <[email protected]>
render: group #pragma message warnings

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

github.com/veandco/go-sdl2 - 52789e38227cccfc054e4d5650059160720502f1 authored over 2 years ago by Lilis Iskandar <[email protected]>
fix surface.Set() for pixel formats that have 8-bit channels

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

github.com/veandco/go-sdl2 - dbebcb7e32a9262ab291160eed8bb359d4554550 authored over 2 years ago by Lilis Iskandar <[email protected]>
enable printing of PixelFormat constants by creating their String() method using go generate

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

github.com/veandco/go-sdl2 - fc95e973befecb18ad03f81b05d52d60ad8c75df authored over 2 years ago by Lilis Iskandar <[email protected]>
run go generate in Travis CI

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

github.com/veandco/go-sdl2 - d7a02b96dafc1bbc10e28c0539871feec9901fdc authored over 2 years ago by Lilis Iskandar <[email protected]>
Fix my panic on (*Surface).Set() (#520)

Your color models return the color.Color implementation of type they are converting to. This con...

github.com/veandco/go-sdl2 - 1002ad773acadca60d61a7228fbb9fbe85cba963 authored over 2 years ago by neputevshina <[email protected]>
update README.md

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

github.com/veandco/go-sdl2 - cc2213f00e0a17dd86a80e83e9e393b5af1de0d3 authored over 2 years ago by Lilis Iskandar <[email protected]>
update OSX SDK download links to use self-hosted object storage instance

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

github.com/veandco/sdl2-static-library-build-scripts - 75572e25bd3c9b6c9d98188bb4eeddff70aa84fa authored over 2 years ago by Lilis Iskandar <[email protected]>
Bump keycloak-core from 13.0.0 to 17.0.1

Bumps [keycloak-core](https://github.com/keycloak/keycloak) from 13.0.0 to 17.0.1.
- [Release no...

github.com/veandco/keycloak-api-key-provider-example - 4eb94b3129df29cd6174170164df8533746d6b44 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix common-darwin_amd64.sh

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

github.com/veandco/sdl2-static-library-build-scripts - a1e085cd5fbfd7d3f31c5598833fa601c6ca01da authored over 2 years ago by Lilis Iskandar <[email protected]>
fix build.sh

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

github.com/veandco/sdl2-static-library-build-scripts - 1647e58999f05be530de7f226618a498faff2f01 authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/render: allow nil indices parameter in Renderer.RenderGeometry()

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

github.com/veandco/go-sdl2 - e2d8a19aa6da95b1bc9e9befc7762e1966fafc70 authored over 2 years ago by Lilis Iskandar <[email protected]>
sdl/surface.go: Fix incorrect pixel color reading for RGB888 in Surface.At (#515)

* sdl: fixed incorrect color when getting at surface coord

* Replace switch statement with Ge...

github.com/veandco/go-sdl2 - d887ff1d65283d4d2a49fa83e31f5d0b7494d62d authored over 2 years ago by TJ Mazeika <[email protected]>
update scripts to be more generic

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

github.com/veandco/sdl2-static-library-build-scripts - cc22dfe70462941900d7702806212bb2ee1a175c authored over 2 years ago by Lilis Iskandar <[email protected]>
Prevent system_linux.go from compiling for android (#512)

* Prevent system_linux.go from compiling for android

The problem is described here https://gr...

github.com/veandco/go-sdl2 - 352c481b896426ea597f2e263c32e53f5abc2bbf authored almost 3 years ago by Lundis <[email protected]>
Added missing #endif to system_android.go (#511)

Since it does not compile currently:

../../../../go/pkg/mod/github.com/veandco/[email protected]/...

github.com/veandco/go-sdl2 - 588e25a37664aa16823ffc459162d35c847ac0bb authored almost 3 years ago by Lundis <[email protected]>
sdl/render: Fix naked return value assignments in `RenderWindowToLogical` and `RenderLogicalToWindow` (#508)

* sdl/render: fix the return assignments in `RenderWindowToLogical`

* sdl/render: fix the ret...

github.com/veandco/go-sdl2 - f3096ef31f925f9bde6e8ed9d17760dacb222e4f authored almost 3 years ago by Jake Lucas <[email protected]>
Bump hibernate-core from 5.4.8.Final to 5.4.24.Final

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.8.Final to 5.4.24.Fi...

github.com/veandco/keycloak-api-key-provider-example - d6bc6646cd904aafd62de3ed5eb90f1878d8e803 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update Travis CI to use SDL2_ttf 2.0.18

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

github.com/veandco/go-sdl2 - cbd8277c0645376846d671cac790eede53137210 authored almost 3 years ago by Lilis Iskandar <[email protected]>