Long overdue update!
Additions:
- Added contains function to the display modules.
- Added option to ROT.Map.Cellular to ensure all floor areas are connected.
- Recursive Shadow Casting via ROT.FOV.Recursive
- Added Brogue map generator with ROT.Map.Brogue and ROT.Map.BrogueRoom
- Support LOVE 0.10.0 with changes to the display modules.
Fixes:
- Issue in ROT.Precise.compute with validating a table index.
- Issue in the display modules clear function
- fixed ROT.DIR numbering for lua in FOV.Recursive, corrected method name (via nhartland)