going-rogue/erynrl
Eryn Wells 85928a938d Some geometry updates
- Add Point.numpy_index to simplify converting Points to indexes
- Update the doc string of Point.direction_to_adjacent_point
- Add a Rect.__contains__ implementation for another Rect
- Refactor the contains implementations above into helper methods
2023-03-05 13:35:25 -08:00
..
actions Add a bunch of doc strings and header comments to files 2023-02-15 08:25:40 -08:00
interface Add a bunch of doc strings and header comments to files 2023-02-15 08:25:40 -08:00
map Clean up RoomGenerator.Configuration 2023-03-04 11:08:11 -08:00
__init__.py
__main__.py Add doc string for Configuration attributes 2023-03-05 10:49:02 -08:00
ai.py Refactor Action into Action and ActionWithActor 2023-02-12 16:34:37 -08:00
components.py
configuration.py Add doc string for Configuration attributes 2023-03-05 10:49:02 -08:00
engine.py Move field of view updates to Map.update_field_of_view 2023-02-19 18:37:14 -08:00
events.py Implement viewport tracking for the MapWindow 2023-02-12 19:47:27 -08:00
geometry.py Some geometry updates 2023-03-05 13:35:25 -08:00
items.py A couple fixes in items.py 2023-02-18 22:57:37 -08:00
log.py Clean up log module documentation 2023-02-20 17:11:55 -08:00
messages.py
monsters.py
object.py Clean up the doc comment on Entity 2023-03-04 11:07:32 -08:00