| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-19 | Bump version to 0.2.1v0.2.1 | Tom Black | |
| 2016-04-19 | Adding much needed clarity to README | Tom Black | |
| 2016-04-19 | Fixing font file path and error checking | Tom Black | |
| 2016-04-19 | Updating testcard | Tom Black | |
| Use Square to test some color strings, fixing image alignment, changing text calls | |||
| 2016-04-19 | Updating ruby.c | Tom Black | |
| Improving some style conventions, add `flags` variable to `S2D_CreateWindow` in preparation for actual flags to be passed | |||
| 2016-04-19 | Remove date from gemspec | Tom Black | |
| Since who cares when this gem was created | |||
| 2016-04-19 | Improving Rakefile | Tom Black | |
| Added useful helper classes and methods, prettier output, other :lipstick: | |||
| 2016-04-19 | Updating extconf.rb | Tom 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-13 | Merge pull request #13 from caporta/set-method-refactor | Tom Black | |
| Set method refactor | |||
| 2016-03-13 | Merge pull request #12 from orangejulius/update_interface | Tom Black | |
| Update simple2d usage to latest interface | |||
| 2016-03-13 | remove require statement for pry in window.rb | Chris Aporta | |
| 2016-03-13 | remove binding whoops | Chris Aporta | |
| 2016-03-13 | refactor set method to return true or false | Chris Aporta | |
| in previous implementation, set method was returning either the value of @height or nil (as evaluated by final if statement). returning boolean to reflect either successful or unsuccessful assignment seems to match return patterns in other window methods (e.g. #add, #remove). | |||
| 2016-03-13 | Update simple2d usage to latest interface | Julian 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-01 | Add license | Tom Black | |
| 2016-01-01 | First beta release, v0.2.0v0.2.0 | Tom Black | |
| 2016-01-01 | Updating tests | Tom Black | |
| FPS and mouse input | |||
| 2016-01-01 | Add `--no-brew` option | Tom Black | |
| Used to skip Homebrew on OS X, also some extconf cleanup | |||
| 2015-12-29 | Update Simple 2D using Homebrew when installed | Tom Black | |
| Also more extconf.rb cleanup | |||
| 2015-12-28 | Fixing `S2D_CreateWindow` API call | Tom Black | |
| Flags should be Uint32 | |||
| 2015-12-28 | Install gem verbosely to catch problems | Tom Black | |
| 2015-12-28 | Cleaning up extconf.rb | Tom Black | |
| 2015-12-26 | Add basic controller callback | Tom Black | |
| 2015-12-26 | Add placeholders for new Text functionality | Tom Black | |
| - Changing text colors - Updating text content | |||
| 2015-12-25 | Improve image error logging | Tom Black | |
| 2015-12-25 | Clarify running tests in README | Tom Black | |
| 2015-12-25 | Add clearing window to DSL | Tom Black | |
| 2015-12-25 | Updating to match Simple 2D API changes | Tom Black | |
| 2015-12-25 | Updating .gemspec | Tom Black | |
| 2015-12-25 | Store frame rate | Tom Black | |
| 2015-11-13 | Extract string colors to class hash | Tom Black | |
| Also validate them | |||
| 2015-11-13 | Improved color validation and assignment | Tom Black | |
| 2015-11-13 | Adding `remove` methods to visual objects | Tom Black | |
| 2015-11-13 | Adding mouse button input, key input refining | Tom Black | |
| 2015-11-13 | Making params optional | Tom Black | |
| 2015-11-13 | Cleaner exceptions | Tom Black | |
| 2015-11-13 | Cleaning up `extconf.rb` | Tom Black | |
| 2015-11-13 | Use `Ruby2D::VERSION` when building gem | Tom Black | |
| 2015-11-13 | Adding controller callback | Tom Black | |
| 2015-11-13 | Updating interactive tests | Tom Black | |
| 2015-11-13 | Adding RSpec and some tests | Tom Black | |
| 2015-11-12 | Moving examples to separate repo | Tom Black | |
| 2015-10-07 | Adding some comments to `ruby2d.c` | Tom Black | |
| 2015-10-07 | Add Simple 2D to gem installation | Tom Black | |
| 2015-10-07 | Free image and text structs | Tom Black | |
| 2015-10-07 | Fixing window hang | Tom 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-04 | Adding README | Tom Black | |
| 2015-10-04 | Add test media submodule | Tom Black | |
| 2015-10-04 | First! | Tom Black | |
