summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-09-26Print more informative log message on obj freeTom Black
2018-09-26Allow text width to be a range in specTom Black
2018-09-26Handle adding controller mappings through Window classTom Black
2018-09-26Documentation and style updatesTom Black
2018-09-20Update CITom Black
2018-09-20Add `Circle` classTom Black
2018-09-20Expose window attributes through class methodsTom Black
2018-09-12Update RSpec dev dependencyTom Black
2018-09-12Add ability to rotate texturesTom Black
2018-09-12CleanupTom Black
2018-09-12Update Simple 2D function nameTom Black
2018-09-12Sprite enhancementsTom Black
2018-05-06Enable setting and getting custom fps_capeiko
2018-05-06Update CITom Black
2018-05-06Remove `File.exists?` from mruby extTom Black
2018-05-06Fix native building of appsTom Black
2018-05-06Sprite class redesignTom Black
2018-02-25Serve built web apps for Rake testsTom Black
2018-01-29Bump version to 0.5.1v0.5.1Tom Black
2018-01-29Bump minimum S2D version to 0.9.0Tom Black
2018-01-29Try to add controller mappings only if file existsTom Black
2018-01-08Add appveyor.ymlTom Black
2018-01-07Bump Opal versionTom Black
2018-01-07Make gem install errors a little more usefulTom Black
2018-01-05Add DLL path for Simple 2DTom Black
2018-01-02Autoload controller mappings file.Andrew Havens
2018-01-02Check for valid file path to prevent segfault when file does not exist.Andrew Havens
2018-01-02Add ability to get width/height based on current frame of animation.Andrew Havens
2017-12-22Update Travis configTom Black
2017-12-14Fix typoAlex Popov
2017-12-12Bump version to 0.5.0v0.5.0Tom Black
2017-12-10Replace "MRI" with "int" in Rake tasksTom Black
2017-12-10Allow colors beyond 0.0..1.0 rangeTom Black
2017-12-10Update RSpec dev dependencyTom Black
2017-12-10Update Opal in assets submoduleTom Black
2017-12-02Use controller mappingsTom Black
2017-11-27Update Travis CI configTom Black
2017-11-27Add iOS and tvOS supportTom Black
2017-09-28Bump version to 0.4.2v0.4.2Tom Black
2017-09-18Update Simple 2D minimum version to 0.7.0Tom Black
2017-07-25Fixes for MRuby `main` functionTom Black
2017-06-25Dispatch rendering to rendered classes (#66)lstrzebinczyk
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