Added - added the noise toolkit - added the field of view toolkit - added customizable bitmap font size
1.1.0
- KeyEvent.keyname is now KeyEvent.key - MouseButtonEvent.button now behaves like KeyEvent.keyname does. - event.App class added. - Drawing methods no longer have a default for the character parameter. - KeyEvent.ctrl is now KeyEvent.control
1.0.8
- No longer works in Python 2.5 but now works in 3.x and has been partly tested. - Many bug fixes.
1.0.5
- Got rid of setuptools dependency, this will make it much more compatible with Python 3.x - Fixed a typo with the MacOS library import.
1.0.4
- All constant colors (C\_\*) have been removed, they may be put back in later. - Made some type assertion failures show the value they received to help in general debugging. Still working on it. - Added MacOS and 64-bit Linux support.
1.0.1
Added - added C/C++ samples
Changed - `TCODConsole::waitForKeyPress` now has a bool parameter indicating if we flush the keyboard buffer before waiting.
Fixed - fixed a color bug when drawing text using the grey color (196,196,196) - fixed wrong key codes returned by wait/checkForKeyPress on some keyboard layouts