summaryrefslogtreecommitdiffhomepage
path: root/ext
AgeCommit message (Collapse)Author
2016-04-19Updating ruby.cTom Black
Improving some style conventions, add `flags` variable to `S2D_CreateWindow` in preparation for actual flags to be passed
2016-04-19Updating extconf.rbTom Black
- 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
2016-03-13Update simple2d usage to latest interfaceJulian Simioni
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.
2016-01-01Add `--no-brew` optionTom Black
Used to skip Homebrew on OS X, also some extconf cleanup
2015-12-29Update Simple 2D using Homebrew when installedTom Black
Also more extconf.rb cleanup
2015-12-28Fixing `S2D_CreateWindow` API callTom Black
Flags should be Uint32
2015-12-28Cleaning up extconf.rbTom Black
2015-12-25Updating to match Simple 2D API changesTom Black
2015-12-25Store frame rateTom Black
2015-11-13Cleaning up `extconf.rb`Tom Black
2015-11-13Adding controller callbackTom Black
2015-10-07Adding some comments to `ruby2d.c`Tom Black
2015-10-07Add Simple 2D to gem installationTom Black
2015-10-07Free image and text structsTom Black
2015-10-07Fixing window hangTom Black
Window and media subsystems were being closed too early after `show`, causing Ruby garbage collection to hang when freeing objects relying on those systems.
2015-10-04First!Tom Black