| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-10-09 | Add sprites | Tom Black | |
| Also namespace `type_id` definitions | |||
| 2016-08-28 | Merge pull request #18 from mikeappell/change-text-dynamically | Tom Black | |
| Made Text objects changeable dynamically | |||
| 2016-08-28 | Made Text objects changeable dynamically | Michael Appell | |
| Modified text.rb so that the text= method modifies the instance variable Modified ruby2d.c so that before rendering Text objects, it sets their value to whatever their @text variable is Modified textcard.rb to demonstrate that Text objects can be dynamically changed | |||
| 2016-08-28 | Update `on_controller` parameters | Tom Black | |
| 2016-07-23 | Use latest version of Simple 2D | Tom Black | |
| 2016-07-18 | Clean up window attributes | Tom Black | |
| 2016-07-18 | Set viewport size | Tom Black | |
| 2016-07-18 | Set window flags | Tom Black | |
| 2016-07-18 | Set background color | Tom Black | |
| 2016-07-17 | Add `close` to DSL | Tom Black | |
| 2016-07-16 | Make funcs and vars static, where possible | Tom Black | |
| 2016-04-25 | General tidying up | Tom Black | |
| 2016-04-21 | Use S2D_FreeWindow instead of S2D_Close | Tom Black | |
| Simple 2D’s `S2D_Close` now just exits the window loop, doesn’t actually free anything | |||
| 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 | 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 | 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 `--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 | Cleaning up extconf.rb | Tom Black | |
| 2015-12-25 | Updating to match Simple 2D API changes | Tom Black | |
| 2015-12-25 | Store frame rate | Tom Black | |
| 2015-11-13 | Cleaning up `extconf.rb` | Tom Black | |
| 2015-11-13 | Adding controller callback | 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 | First! | Tom Black | |
