summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Collapse)Author
2018-09-29Build for WebAssembly, first passbuild-wasmTom Black
2018-09-28Style, docs, and consistencyTom Black
2018-09-28Color enhancementsTom Black
New shortcuts for setting color values, like `.color.r/g/b/a` and simply `.r/g/b/a`; allow the British English spelling "colour"
2018-09-26Add ability to set the window iconTom Black
2018-09-26Allow text width to be a range in specTom Black
2018-09-26Documentation and style updatesTom Black
2018-09-20Add `Circle` classTom Black
2018-09-20Expose window attributes through class methodsTom Black
2018-09-12Add ability to rotate texturesTom Black
Includes images, sprites, and text.
2018-09-12Sprite enhancementsTom Black
Add ability to flip the sprite, run a block after an animation, properly change the width and height, and other fixes.
2018-05-06Update CITom Black
Also adds native and web build test
2018-05-06Sprite class redesignTom Black
See #33 for discussion
2018-01-02Check for valid file path to prevent segfault when file does not exist.Andrew Havens
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