From 144d3d5f39cb2cc9088fade10c6aefb9f79c9665 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 24 Sep 2015 17:52:07 -0400 Subject: good stuff --- Changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Changelog (limited to 'Changelog') diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..a781c55 --- /dev/null +++ b/Changelog @@ -0,0 +1,17 @@ +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 -- cgit v1.2.3