| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
