aboutsummaryrefslogtreecommitdiff
path: root/readme.md
blob: aca57ca3d5099de7ddbad9b5b8005e4f227f31a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# TODO

- state snapshots (memento)
- send commands from GUI
- artist-artist collision behavior
- artist steps on tile behavior

stability issues:

- `BlueTileBehavior::update_neighbor` causes segfault pretty consistently when
  >15k artists exist
- The view very rarely reads artists that were just deleted by the museum
  worker thread (set to nullptr first (atomic), delete later)