summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Expand)Author
2017-05-05another take on z-indexlstrzebinczyk
2017-04-28Opacity improvementsTom Black
2017-04-28Add `File.exists?` to MRubyTom Black
2017-04-13Add mouse events, introduce event structsTom Black
2017-04-02introduce Ruby2D::Renderablelstrzebinczyk
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-14`Array#slice!` not defined in MRuby, use `delete_at` insteadTom Black
2017-03-08Bump version to 0.3.0v0.3.0Tom Black
2017-03-02Update controller testTom Black
2017-02-28Update attribute accessors / readersTom Black
2017-02-22`extend` rather than `include` the DSLTom Black
2017-02-17Add new input events, fixes, and cleanup to window classTom Black
2017-02-17Add `init` method for native extension initializationTom Black
2017-02-17Expose sprite attributes for native extensionsTom Black
2017-02-17Clean up text classTom Black
2017-02-17Minor cleanupTom Black
2017-02-17Add sound and music classesTom Black
2017-02-17Clean up exception class, move up in require orderTom Black
2017-02-17Add an `add` method for drawable objectsTom Black
2017-02-17Simplify color handling for text classTom Black
2017-02-17Improve color validation on shapesTom Black
2017-02-16Add color to image classTom Black
2017-02-16Improve hex color handlingTom Black
2016-11-27`Window` updatesTom Black
2016-11-27Add accessors for OpalTom Black
2016-11-27Opal fixes and other cleanup to `Color`Tom Black
2016-11-27Remove things MRuby doesn't supportTom Black
2016-10-10Read `window->fps` as a doubleTom Black
2016-10-09Add "any" key optionTom Black
2016-10-09Add `on_controller` input blockTom Black
2016-10-09Add `on_key` input blockTom Black
2016-10-09Add `key_up` to window and DSLTom Black
2016-10-09Add spritesTom Black
2016-08-28Merge pull request #18 from mikeappell/change-text-dynamicallyTom Black
2016-08-28Made Text objects changeable dynamicallyMichael Appell
2016-08-28#1 Allow colors to be created with RGB hex valuesdwu185
2016-07-18Reorder require statementsTom Black
2016-07-18Clean up window attributesTom Black
2016-07-18Set viewport sizeTom Black
2016-07-18Set window flagsTom Black
2016-07-18Set background colorTom Black
2016-07-17Add `close` to DSLTom Black
2016-07-16Remove unneeded `Ruby2D::` namespacingTom Black
2016-04-26Merge pull request #15 from kamishettysreeja25/masterTom Black
2016-04-25General tidying upTom Black
2016-04-21Fix failing DSL testTom Black
2016-04-19Bump version to 0.2.1v0.2.1Tom Black
2016-04-19Fixing font file path and error checkingTom Black