| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-07 | Make gem install errors a little more useful | Tom Black | |
| 2018-01-02 | Autoload controller mappings file. | Andrew Havens | |
| 2017-12-12 | Bump version to 0.5.0v0.5.0 | Tom Black | |
| 2017-12-02 | Use controller mappings | Tom Black | |
| 2017-11-27 | Add iOS and tvOS support | 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 | Set image width and height in constructor | Tom Black | |
| 2017-06-05 | Bump version to 0.4.0v0.4.0 | Tom Black | |
| 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-19 | introduce lines | 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 | 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 | 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-27 | Text#text= will inspect it's input | lstrzebinczyk | |
| 2017-03-08 | Bump version to 0.3.0v0.3.0 | Tom Black | |
| And Simple 2D version to 0.5.1 | |||
| 2017-03-07 | Update to C11 standard for native extension | Tom Black | |
| 2017-03-02 | Update controller test | Tom Black | |
| 2017-02-28 | Opal extension updates | Tom Black | |
| Rename `$SELF` to `$R2D_WINDOW` for clarity and name spacing. Set background color. Use `get` DSL method to retrieve window attributes. Read and set viewport. | |||
| 2017-02-28 | Simplify native viewport logic | Tom Black | |
| 2017-02-17 | Update native extension | Tom Black | |
| Improvements for both MRuby and CRuby, support new features of Ruby 2D classes, performance enhancements. | |||
| 2017-02-17 | Update web native extension | Tom Black | |
| Extend Ruby 2D classes with native methods, add new API features | |||
| 2017-02-17 | Minor cleanup | Tom Black | |
| 2016-11-27 | Initial Opal Support | Tom Black | |
| 2016-11-27 | Initial MRuby support | Tom Black | |
| 2016-10-10 | Read `window->fps` as a double | Tom Black | |
| 2016-10-09 | Add `on_controller` input block | Tom Black | |
| Also add `which` to the controller callback | |||
| 2016-10-09 | Add `on_key_up` callback | Tom Black | |
| 2016-10-09 | Update extconf.rb | Tom Black | |
| Bump minimum Simple 2D version required, add install case for Windows / MinGW. | |||
| 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 | |||
