Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More comments | Erik Johnston | 2018-05-17 | 1 | -2/+2 |
| | |||||
* | Make insert_* functions internal and reorder funcs | Erik Johnston | 2018-05-17 | 1 | -109/+113 |
| | | | | | This makes it clearer what the public interface is vs what subclasses need to implement. | ||||
* | Improve documentation and comments | Erik Johnston | 2018-05-17 | 1 | -8/+43 |
| | |||||
* | Begin adding implementing room chunks | Erik Johnston | 2018-05-17 | 1 | -0/+298 |
This commit adds the necessary tables and columns, as well as an implementation of an online topological sorting algorithm to maintain an absolute ordering of the room chunks. |