summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-12-24Move test media submodule to `test/` directoryTom Black
2016-12-24Merge all tests into `test/` directoryTom Black
2016-11-27Update testcard to work across platformsTom Black
2016-11-27Clean up gemspecTom Black
2016-11-27Update Rakefile to run native and web testsTom Black
Also other cosmetic fixes
2016-11-27Add initial ability to build for native and webTom Black
Supporting MRuby and Opal
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-27Initial Opal SupportTom Black
2016-11-27Remove things MRuby doesn't supportTom Black
- Keyword arguments - `defined?` - Regex - `File`
2016-11-27Initial MRuby supportTom Black
2016-10-31Add `build` directory to .gitignoreTom Black
2016-10-30Add assets submoduleTom Black
2016-10-30Remove assetsTom Black
2016-10-10Update tests to reflect current APITom Black
2016-10-10Read `window->fps` as a doubleTom Black
2016-10-09Add "any" key optionTom Black
Where's the 'any' key? Whew! All this computer hacking is making me thirsty.
2016-10-09Add `on_controller` input blockTom Black
Also add `which` to the controller callback
2016-10-09Add `on_key` input blockTom Black
2016-10-09Add `key_up` to window and DSLTom Black
2016-10-09Update RakefileTom Black
`run_test` now only runs the test (not build or run spec); now separate tasks for uninstall, build, install.
2016-10-09Add `on_key_up` callbackTom Black
2016-10-09Update extconf.rbTom Black
Bump minimum Simple 2D version required, add install case for Windows / MinGW.
2016-10-09Add spritesTom Black
Also namespace `type_id` definitions
2016-08-28Merge pull request #18 from mikeappell/change-text-dynamicallyTom Black
Made Text objects changeable dynamically
2016-08-28Merge pull request #17 from dwu185/RGBhexValueTom Black
#1 Allow colors to be created with RGB hex values
2016-08-28unix tests editeddwu185
2016-08-28Made Text objects changeable dynamicallyMichael Appell
Modified text.rb so that the text= method modifies the instance variable Modified ruby2d.c so that before rendering Text objects, it sets their value to whatever their @text variable is Modified textcard.rb to demonstrate that Text objects can be dynamically changed
2016-08-28#1 Allow colors to be created with RGB hex valuesdwu185
2016-08-28Update `on_controller` parametersTom Black
2016-07-23Use latest version of Simple 2DTom Black
2016-07-20Update READMETom Black
Add more badges, clean up some language.
2016-07-18Update Travis to use OS X 10.11Tom Black
2016-07-18Clean up license formattingTom Black
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-07-16Merge remote-tracking branch 'origin/master'Tom Black