Deprecated
- `console_init_root` and `console_set_custom_font` have been replaced by the
modern API.
- All functions which handle SDL windows without a context are deprecated.
- All functions which modify a globally active tileset are deprecated.
- `tcod.map.Map` is deprecated, NumPy arrays should be passed to functions
directly instead of through this class.