| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-02-17 | Clean up exception class, move up in require order | Tom Black | |
| 2017-02-17 | Add an `add` method for drawable objects | Tom Black | |
| 2017-02-17 | Simplify color handling for text class | Tom Black | |
| 2017-02-17 | Improve color validation on shapes | Tom Black | |
| 2017-02-16 | Add color to image class | Tom Black | |
| 2017-02-16 | Improve hex color handling | Tom Black | |
| 2016-11-27 | `Window` updates | Tom Black | |
| 2016-11-27 | Add accessors for Opal | Tom Black | |
| 2016-11-27 | Opal fixes and other cleanup to `Color` | Tom Black | |
| 2016-11-27 | Remove things MRuby doesn't support | Tom Black | |
| - Keyword arguments - `defined?` - Regex - `File` | |||
| 2016-10-10 | Read `window->fps` as a double | Tom Black | |
| 2016-10-09 | Add "any" key option | Tom Black | |
| Where's the 'any' key? Whew! All this computer hacking is making me thirsty. | |||
| 2016-10-09 | Add `on_controller` input block | Tom Black | |
| Also add `which` to the controller callback | |||
| 2016-10-09 | Add `on_key` input block | Tom Black | |
| 2016-10-09 | Add `key_up` to window and DSL | Tom Black | |
| 2016-10-09 | Add sprites | Tom Black | |
| Also namespace `type_id` definitions | |||
| 2016-08-28 | Merge pull request #18 from mikeappell/change-text-dynamically | Tom Black | |
| Made Text objects changeable dynamically | |||
| 2016-08-28 | Made Text objects changeable dynamically | Michael 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 values | dwu185 | |
| 2016-07-18 | Reorder require statements | Tom Black | |
| 2016-07-18 | Clean up window attributes | Tom Black | |
| 2016-07-18 | Set viewport size | Tom Black | |
| 2016-07-18 | Set window flags | Tom Black | |
| 2016-07-18 | Set background color | Tom Black | |
| 2016-07-17 | Add `close` to DSL | Tom Black | |
| 2016-07-16 | Remove unneeded `Ruby2D::` namespacing | Tom Black | |
| 2016-04-26 | Merge pull request #15 from kamishettysreeja25/master | Tom Black | |
| Adds hex to RGB conversion algorithm, addresses the first task in #1 | |||
| 2016-04-25 | General tidying up | Tom Black | |
| 2016-04-21 | Fix failing DSL test | Tom Black | |
| `set` must be able set a single window attribute without making others nil | |||
| 2016-04-19 | Bump version to 0.2.1v0.2.1 | Tom Black | |
| 2016-04-19 | Fixing font file path and error checking | Tom Black | |
| 2016-04-10 | Implemented rgb hex to float conversion | kamishetty sreeja | |
| 2016-03-13 | remove require statement for pry in window.rb | Chris Aporta | |
| 2016-03-13 | refactor set method to return true or false | Chris Aporta | |
| in previous implementation, set method was returning either the value of @height or nil (as evaluated by final if statement). returning boolean to reflect either successful or unsuccessful assignment seems to match return patterns in other window methods (e.g. #add, #remove). | |||
| 2016-01-01 | First beta release, v0.2.0v0.2.0 | Tom Black | |
| 2016-01-01 | Updating tests | Tom Black | |
| FPS and mouse input | |||
| 2015-12-26 | Add basic controller callback | Tom Black | |
| 2015-12-26 | Add placeholders for new Text functionality | Tom Black | |
| - Changing text colors - Updating text content | |||
| 2015-12-25 | Improve image error logging | Tom Black | |
| 2015-12-25 | Add clearing window to DSL | Tom Black | |
| 2015-12-25 | Store frame rate | Tom Black | |
| 2015-11-13 | Extract string colors to class hash | Tom Black | |
| Also validate them | |||
| 2015-11-13 | Improved color validation and assignment | Tom Black | |
| 2015-11-13 | Adding `remove` methods to visual objects | Tom Black | |
| 2015-11-13 | Adding mouse button input, key input refining | Tom Black | |
| 2015-11-13 | Making params optional | Tom Black | |
| 2015-11-13 | Cleaner exceptions | Tom Black | |
| 2015-11-13 | Adding controller callback | Tom Black | |
| 2015-10-04 | First! | Tom Black | |
