summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-06-12Bump version to 0.4.1v0.4.1Tom Black
2017-06-12Set image width and height in constructorTom Black
2017-06-06fix image z-index on initializationAlex Dovzhanyn
2017-06-05Bump version to 0.4.0v0.4.0Tom Black
2017-06-05README fixesTom 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-04Update assets submoduleTom 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
2017-05-20Call extensions explicitlyTom Black
2017-05-20Check if audio file exists for `Sound` and `Music`Tom Black
2017-05-19Add z-index to `Line` classTom Black
2017-05-19Update assets submoduleTom Black
2017-05-19introduce lineslstrzebinczyk
2017-05-18allow events unbindinglstrzebinczyk
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