summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Collapse)Author
2017-12-10Allow colors beyond 0.0..1.0 rangeTom Black
2017-12-02Use controller mappingsTom Black
2017-11-27Add iOS and tvOS supportTom Black
2017-06-12Set image width and height in constructorTom Black
2017-06-04Test for bad event typesTom Black
2017-06-04Add all controller events to testTom Black
2017-06-04Update controller test for new event structureTom Black
2017-06-03Check if font file existsTom Black
2017-06-03Use named arguments (#65)lstrzebinczyk
2017-05-31Implement #contains? for all renderableslstrzebinczyk
2017-05-20Remove trailing whitespace everywhereTom Black
It's what all the kids are doing
2017-05-20Check if audio file exists for `Sound` and `Music`Tom Black
2017-05-19introduce lineslstrzebinczyk
2017-05-18allow events unbindinglstrzebinczyk
2017-05-05another take on z-indexlstrzebinczyk
2017-04-28Opacity improvementsTom 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-28Add `File.exists?` to MRubyTom 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-13Add mouse events, introduce event structsTom Black
2017-04-02Implement Text#height and Text#widthlstrzebinczyk
2017-03-28implement Color#opacity=lstrzebinczyk
2017-03-27Text#text= will inspect it's inputlstrzebinczyk
2017-03-02Update controller testTom Black
2017-03-01Update input testsTom Black
Reflecting current API
2017-02-28Make pointer flash bigger in test cardTom Black
2017-02-22`extend` rather than `include` the DSLTom Black
So that DSL methods aren’t added to every `Object`
2017-02-17Improvements to test cardTom Black
Slow down FPS text drawing, flash mouse clicks, updates to match API
2017-02-17Add simple triangle testTom Black
2017-02-17Add sound and music classesTom Black
2017-02-16Improve hex color handlingTom Black
2016-12-24Move test media submodule to `test/` directoryTom Black
2016-12-24Merge all tests into `test/` directoryTom Black