[58:58][Q: If someone rewrites your code using OOP and it runs faster, what would you do?]
[59:24][Q: Why do you want to be able to outrun your familiar? Doesn't having to stop for him to catch up get annoying?]
[1:00:44][Q: Could you make the head bob up and down while following the player?]
[1:03:49][Q: Could you write Pong real fast, so I can see how to start?]
[1:04:03][Q: "Monstar" would be confused with "Mon*", a pointer to a Mon]
[1:04:19][Q: Are we going to eventually use a component-based entity system, instead of using an enum of entity types? If not, why?]
[1:05:50][Q: Would you think about doing some proportional integral derivative control for familiars to follow?]
[1:06:50][Q: I have a bad feeling about that switch on EntityType. Do you think it will probably go away as we get closer to the final architecture?]
[1:07:35][Q: Would collision be an XY-only thing, or would you take into account Z, as in jumping over another entity?]
[1:08:49][Q: I have a feeling your Low entities will be quite big if they have AI and stuff. Won't this be a problem for the huge world? Maybe it would have made sense if you had kept the tile data in chunks so you can deflate some entities just when needed]
[1:09:47][Q: The performance boost off the low / high shuffle: when will we see this come into play?]
[1:10:33][Q: Could we spawn a ton of these floating head things?]
[1:30:46][Q: How will the Z work exactly?]
[1:31:35][Q: Will there be a flock system for all the floating heads following the Hero?]
[1:31:43][Q: What kind of path finding will be implemented for High entities and how will they differ from faraway Low entities? And will Low entity NPCs who are always on the move really far away always resolve? It would be interesting to come across a very live world full of history, dead bodies, etc. due to constant AI acting, but would that be feasible?]
[1:32:19][Q: How easy would it be to chain multiple bobbly heads to follow each other?]
[1:35:25][Q: CameraTileY + OffsetY not OffsetX in AddFamiliar call]
[1:36:04][Q: I was very glad to hear that you deem classes to be basically garbage. I spent too much time with C# trying to learn object inter-jugglery between them]
[1:36:19][Q: About the chaining familiars, could each familiar check if the hero has a familiar already and, if it does, then try to follow the familiar instead?]