| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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>`. | |||
| 2017-05-20 | Check if audio file exists for `Sound` and `Music` | Tom Black | |
| 2017-05-19 | Add z-index to `Line` class | Tom Black | |
| 2017-05-19 | Update assets submodule | Tom Black | |
| 2017-05-19 | introduce lines | lstrzebinczyk | |
| 2017-05-18 | allow events unbinding | lstrzebinczyk | |
| 2017-05-05 | another take on z-index | lstrzebinczyk | |
| 2017-04-28 | Store image width and height on creation | Tom Black | |
| Since images are loaded asynchronously on the web and the width and height might have already been set by the user, set them only if they are nil. | |||
| 2017-04-28 | Opacity improvements | Tom Black | |
| Adds opacity attribute reader for `Ruby2D::Color` and `Ruby2D::Color::Set`. Adds `opacity/=` method to renderable objects, a shortcut for `obj.color.opacity/=`. | |||
| 2017-04-28 | Add `File.exists?` to MRuby | Tom Black | |
| This also enables file checking to the `Image` class for MRI and MRuby (on the web, a “failed to load resource” already appears). Also, all exceptions will now be printed in MRuby, yay! | |||
| 2017-04-13 | Add mouse events, introduce event structs | Tom Black | |
| 2017-04-02 | introduce Ruby2D::Renderable | lstrzebinczyk | |
| 2017-04-02 | Fixes for Windows / MinGW | Tom Black | |
| In Rakefile, can’t use semicolons to separate commands, using “&&” instead; for the web, use `start` command to open browser. In `extconf.rb`, use `bash` explicitly when calling `simple2d` with flags; make experience consistent with Linux. | |||
| 2017-04-02 | Implement Text#height and Text#width | lstrzebinczyk | |
| 2017-04-01 | remove unneeded line | lstrzebinczyk | |
| 2017-03-28 | implement Color#opacity= | lstrzebinczyk | |
| 2017-03-27 | Text#text= will inspect it's input | lstrzebinczyk | |
| 2017-03-14 | `Array#slice!` not defined in MRuby, use `delete_at` instead | Tom Black | |
| 2017-03-08 | Fix gem badge | Tom Black | |
| 2017-03-08 | Bump version to 0.3.0v0.3.0 | Tom Black | |
| And Simple 2D version to 0.5.1 | |||
| 2017-03-08 | Update README | Tom Black | |
| 2017-03-08 | Rakefile cleanup | Tom Black | |
| 2017-03-08 | Fix native app compilation with MRuby | Tom Black | |
| Also print clearer error when MRuby does not exist. | |||
| 2017-03-07 | Update to C11 standard for native extension | Tom Black | |
| 2017-03-07 | Namespace interactive test tasks | Tom Black | |
| 2017-03-07 | Use a more cross-platform "open" command | Tom Black | |
| 2017-03-07 | Use `require_relative` in gemspec | Tom Black | |
| 2017-03-02 | Update controller test | Tom Black | |
