9/22/2015: ========== - created Changelog - fully documented world.h, world.cpp, entities.h and entities.cpp - fixed interpolation - made entities dynamically allocatable 9/23/2015: ========== - fully documented ui.h and ui.cpp - converted most world functions to only needing a Player pointer - added entity-world binding, so that only a single world draw()/detect() needs to be called per loop in main.cpp - added dialog boxes and a key binding to acknoledge them (make them disappear) - added a togglable debug overlay thing (F3) - added villages 9/24/2015: ========== - improved entity binding - added structures, villagers, and a basic villager AI 9/26/2015: ========== - added a base for indoor areas 9/28/2015: ========== - added dropping from platforms - added structure entering/exiting - improved world/entity handling - fixed NPC generation - added enumerators for entity types - improved NPC wandering 9/29/2015: ========== - made world handling work with interpolation - successfully ran game 200 entities - improved debug screen - added mouse interaction w/ NPCs 9/30/2015: ========== - improved left/right movement - added framework work NPC dialog n' stuff - added quest stuff between NPCs and player - began work on giving names to NPCs - began working on config file - created a bug file - added displaying of entity names on mouse hover - found more fonts 10/1/2015: ========== - player can now complete assigned requests