aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-11-09 08:47:39 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-11-09 08:47:39 -0500
commitb0f7e8d2caa72ab1fe93fa58dbfa841750d96037 (patch)
treea72cfd9752944a4c8628527e9dc5a62ae31e7e3e /Changelog
parent9748d6306db7aa66128baeeca4c2a27b0efa1d87 (diff)
draw/handle all layers
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index b286376..dba1ecf 100644
--- a/Changelog
+++ b/Changelog
@@ -257,3 +257,12 @@
- created 'storyboard' for first few player areas
- improved flashlight
- made some minor improvements to world appearance
+
+11/9/2015:
+==========
+
+ - gave world's their own entity/mob/npc/build arrays
+ - cleaned up for loops (switched most to `for(auto :)`
+ - added drawing/handling of entities on all layers at all times
+ - removed building entering/exiting
+ - andy broke SDL cuz he's bad