summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-05-05another take on z-indexlstrzebinczyk
2017-04-28Store image width and height on creationTom Black
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-02Fixes for Windows / MinGWTom Black
2017-04-02Implement Text#height and Text#widthlstrzebinczyk
2017-04-01remove unneeded linelstrzebinczyk
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-08Fix gem badgeTom Black
2017-03-08Bump version to 0.3.0v0.3.0Tom Black
2017-03-08Update READMETom Black
2017-03-08Rakefile cleanupTom Black
2017-03-08Fix native app compilation with MRubyTom Black
2017-03-07Update to C11 standard for native extensionTom Black
2017-03-07Namespace interactive test tasksTom Black
2017-03-07Use a more cross-platform "open" commandTom Black
2017-03-07Use `require_relative` in gemspecTom Black
2017-03-02Update controller testTom Black
2017-03-01Small update to release instructionsTom Black
2017-03-01Update assets submoduleTom Black
2017-03-01Update input testsTom Black
2017-03-01Fix links in READMETom Black
2017-02-28Make pointer flash bigger in test cardTom Black
2017-02-28Update attribute accessors / readersTom Black
2017-02-28Opal extension updatesTom Black
2017-02-28Simplify native viewport logicTom Black
2017-02-22`extend` rather than `include` the DSLTom Black
2017-02-22Update READMETom Black
2017-02-17Bump license to 2017Tom Black
2017-02-17Update native extensionTom Black
2017-02-17Update web native extensionTom Black
2017-02-17Add new input events, fixes, and cleanup to window classTom Black
2017-02-17Improvements to test cardTom Black
2017-02-17Add simple triangle testTom Black
2017-02-17Make it easier to run native and web testsTom Black
2017-02-17Clean up `ruby2d` command, building native & web appsTom Black
2017-02-17Strip `require 'ruby2d'` from source filesTom 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