Skip to content

Commit be73505

Browse files
committed
#59 #115 #57 Added an errata chapter 57A, revamping the spatial indexing system and curing all manner of ills. I still have to apply it to the subsequent chapters.
1 parent e51588e commit be73505

89 files changed

Lines changed: 10782 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ members = [
6666
"chapter-55-backtrack",
6767
"chapter-56-caverns",
6868
"chapter-57-ai",
69+
"chapter-57a-spatial",
6970
"chapter-58-itemstats",
7071
"chapter-59-caverns2",
7172
"chapter-60-caverns3",

book/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
- [Backtracking](./chapter_55.md)
6060
- [Into the caverns](./chapter_56.md)
6161
- [Better AI](./chapter_57.md)
62+
- [Spatial Indexing Revisited](./chapter_57a.md)
6263
- [Item Stats and Vendors](./chapter_58.md)
6364
- [Deep caverns](./chapter_59.md)
6465
- [Cavern to Dwarf Fort](./chapter_60.md)

0 commit comments

Comments
 (0)