summaryrefslogtreecommitdiffhomepage
path: root/lib
AgeCommit message (Collapse)Author
2016-04-19Bump version to 0.2.1v0.2.1Tom Black
2016-04-19Fixing font file path and error checkingTom Black
2016-03-13remove require statement for pry in window.rbChris Aporta
2016-03-13refactor set method to return true or falseChris 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-01First beta release, v0.2.0v0.2.0Tom Black
2016-01-01Updating testsTom Black
FPS and mouse input
2015-12-26Add basic controller callbackTom Black
2015-12-26Add placeholders for new Text functionalityTom Black
- Changing text colors - Updating text content
2015-12-25Improve image error loggingTom Black
2015-12-25Add clearing window to DSLTom Black
2015-12-25Store frame rateTom Black
2015-11-13Extract string colors to class hashTom Black
Also validate them
2015-11-13Improved color validation and assignmentTom Black
2015-11-13Adding `remove` methods to visual objectsTom Black
2015-11-13Adding mouse button input, key input refiningTom Black
2015-11-13Making params optionalTom Black
2015-11-13Cleaner exceptionsTom Black
2015-11-13Adding controller callbackTom Black
2015-10-04First!Tom Black