diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-09 08:47:39 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-09 08:47:39 -0500 |
commit | b0f7e8d2caa72ab1fe93fa58dbfa841750d96037 (patch) | |
tree | a72cfd9752944a4c8628527e9dc5a62ae31e7e3e /Changelog | |
parent | 9748d6306db7aa66128baeeca4c2a27b0efa1d87 (diff) |
draw/handle all layers
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |