| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-20 | Expose window attributes through class methods | Tom Black | |
| 2018-09-12 | Update RSpec dev dependency | Tom Black | |
| 2018-09-12 | Add ability to rotate textures | Tom Black | |
| Includes images, sprites, and text. | |||
| 2018-09-12 | Cleanup | Tom Black | |
| Reordering and removing unused code | |||
| 2018-09-12 | Update Simple 2D function name | Tom Black | |
| 2018-09-12 | Sprite enhancements | Tom Black | |
| Add ability to flip the sprite, run a block after an animation, properly change the width and height, and other fixes. | |||
| 2018-05-06 | Enable setting and getting custom fps_cap | eiko | |
| 2018-05-06 | Update CI | Tom Black | |
| Also adds native and web build test | |||
| 2018-05-06 | Remove `File.exists?` from mruby ext | Tom Black | |
| `mruby-io` is now in default gembox, no need add this anymore | |||
| 2018-05-06 | Fix native building of apps | Tom Black | |
| 2018-05-06 | Sprite class redesign | Tom Black | |
| See #33 for discussion | |||
| 2018-02-25 | Serve built web apps for Rake tests | Tom Black | |
| DOM security restrictions will block assets otherwise | |||
| 2018-01-29 | Bump version to 0.5.1v0.5.1 | Tom Black | |
| 2018-01-29 | Bump minimum S2D version to 0.9.0 | Tom Black | |
| 2018-01-29 | Try to add controller mappings only if file exists | Tom Black | |
| 2018-01-08 | Add appveyor.yml | Tom Black | |
| 2018-01-07 | Bump Opal version | Tom Black | |
| 2018-01-07 | Make gem install errors a little more useful | Tom Black | |
| 2018-01-05 | Add DLL path for Simple 2D | Tom Black | |
| 2018-01-02 | Autoload controller mappings file. | Andrew Havens | |
| 2018-01-02 | Check for valid file path to prevent segfault when file does not exist. | Andrew Havens | |
| 2018-01-02 | Add ability to get width/height based on current frame of animation. | Andrew Havens | |
| 2017-12-22 | Update Travis config | Tom Black | |
| 2017-12-14 | Fix typo | Alex Popov | |
| 2017-12-12 | Bump version to 0.5.0v0.5.0 | Tom Black | |
| 2017-12-10 | Replace "MRI" with "int" in Rake tasks | Tom Black | |
| 2017-12-10 | Allow colors beyond 0.0..1.0 range | Tom Black | |
| 2017-12-10 | Update RSpec dev dependency | Tom Black | |
| 2017-12-10 | Update Opal in assets submodule | Tom Black | |
| 2017-12-02 | Use controller mappings | Tom Black | |
| 2017-11-27 | Update Travis CI config | Tom Black | |
| 2017-11-27 | Add iOS and tvOS support | Tom Black | |
| 2017-09-28 | Bump version to 0.4.2v0.4.2 | Tom Black | |
| 2017-09-18 | Update Simple 2D minimum version to 0.7.0 | Tom Black | |
| 2017-07-25 | Fixes for MRuby `main` function | Tom Black | |
| 2017-06-25 | Dispatch rendering to rendered classes (#66) | lstrzebinczyk | |
| 2017-06-12 | Bump version to 0.4.1v0.4.1 | Tom Black | |
| 2017-06-12 | Set image width and height in constructor | Tom Black | |
| 2017-06-06 | fix image z-index on initialization | Alex Dovzhanyn | |
| 2017-06-05 | Bump version to 0.4.0v0.4.0 | Tom Black | |
| 2017-06-05 | README fixes | Tom Black | |
| 2017-06-04 | Test for bad event types | Tom Black | |
| 2017-06-04 | Add all controller events to test | Tom Black | |
| 2017-06-04 | Update controller test for new event structure | Tom Black | |
| 2017-06-04 | Update assets submodule | Tom Black | |
| Bumps Simple2D.js to 0.2.0 | |||
| 2017-06-03 | Check if font file exists | Tom Black | |
| 2017-06-03 | Use named arguments (#65) | lstrzebinczyk | |
| 2017-05-31 | Implement #contains? for all renderables | lstrzebinczyk | |
| 2017-05-20 | Remove trailing whitespace everywhere | Tom Black | |
| It's what all the kids are doing | |||
| 2017-05-20 | Call extensions explicitly | Tom Black | |
| No more are extension methods magically added to Ruby classes. Now, classes must explicitly call web and native extensions using methods with the naming convention `ext_<class>_<method>`. | |||
