summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2016-01-01First beta release, v0.2.0v0.2.0Tom Black
2016-01-01Updating testsTom Black
FPS and mouse input
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-28Install gem verbosely to catch problemsTom Black
2015-12-28Cleaning up extconf.rbTom Black
2015-12-26Add basic controller callbackTom Black
2015-12-26Add placeholders for new Text functionalityTom Black
- Changing text colors - Updating text content
2015-12-25Improve image error loggingTom Black
2015-12-25Clarify running tests in READMETom Black
2015-12-25Add clearing window to DSLTom Black
2015-12-25Updating to match Simple 2D API changesTom Black
2015-12-25Updating .gemspecTom Black
2015-12-25Store frame rateTom Black
2015-11-13Extract string colors to class hashTom Black
Also validate them
2015-11-13Improved color validation and assignmentTom Black
2015-11-13Adding `remove` methods to visual objectsTom Black
2015-11-13Adding mouse button input, key input refiningTom Black
2015-11-13Making params optionalTom Black
2015-11-13Cleaner exceptionsTom Black
2015-11-13Cleaning up `extconf.rb`Tom Black
2015-11-13Use `Ruby2D::VERSION` when building gemTom Black
2015-11-13Adding controller callbackTom Black
2015-11-13Updating interactive testsTom Black
2015-11-13Adding RSpec and some testsTom Black
2015-11-12Moving examples to separate repoTom 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-04Adding READMETom Black
2015-10-04Add test media submoduleTom Black
2015-10-04First!Tom Black