summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Collapse)Author
2018-10-24Bump version to 0.7.0v0.7.0Tom Black
2018-10-24Implements volume control to Music (#123)Heitor Carvalho
2018-10-16Move `String#colorize` to a separate file to requireTom Black
2018-10-11Sprite `play` method now takes opts hashTom Black
2018-10-09Fix Linux font directoryTom Black
2018-10-08Reorganize Image, Sprite, and Text argsTom Black
Start with the required argument first as positional, followed by optional ones as keyword arguments Co-Authored-By: Andrew Havens <[email protected]>
2018-10-05Remove old font path code in Text classTom Black
2018-10-05Bump version to 0.6.1v0.6.1Tom Black
2018-10-04Text will use default fontlstrzebinczyk
2018-09-28Bump version to 0.6.0v0.6.0Tom 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-27Add documentation to `Sprite` classTom Black
2018-09-26Add ability to set the window iconTom Black
2018-09-26Handle adding controller mappings through Window classTom 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-12CleanupTom Black
Reordering and removing unused code
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-06Enable setting and getting custom fps_capeiko
2018-05-06Fix native building of appsTom Black
2018-05-06Sprite class redesignTom Black
See #33 for discussion
2018-01-29Bump version to 0.5.1v0.5.1Tom Black
2018-01-08Add appveyor.ymlTom 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-12Bump version to 0.5.0v0.5.0Tom Black
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-09-28Bump version to 0.4.2v0.4.2Tom 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-04Test for bad event typesTom 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-20Call extensions explicitlyTom Black
No more are extension methods magically added to Ruby classes. Now, classes must explicitly call web and native extensions using methods with the naming convention `ext_<class>_<method>`.
2017-05-20Check if audio file exists for `Sound` and `Music`Tom Black
2017-05-19Add z-index to `Line` classTom Black
2017-05-19introduce lineslstrzebinczyk
2017-05-18allow events unbindinglstrzebinczyk