| Age | Commit message (Collapse) | Author |
|
Improving some style conventions, add `flags` variable to
`S2D_CreateWindow` in preparation for actual flags to be passed
|
|
- Adding minimum required Simple 2D version
- Better control flow checking whether Homebrew and Simple 2D are
installed
- Added -std=c99 to CFLAGS for GCC
- Removed mingw case, since we’re not officially supporting Windows
(yet)
- General clean up
|
|
Commit [890aa1c](https://github.com/simple2d/simple2d/commit/890aa1cdeacccac97d6512019f02e43d9fb1943d)
in simple2d makes some backwards-incompatible interface changes. This
should bring ruby2d back up to date with them.
|
|
Used to skip Homebrew on OS X, also some extconf cleanup
|
|
Also more extconf.rb cleanup
|
|
Flags should be Uint32
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Window and media subsystems were being closed too early after `show`,
causing Ruby garbage collection to hang when freeing objects relying on
those systems.
|
|
|