aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-11-20 08:50:57 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-11-20 08:50:57 -0500
commit6be7b11513cdedc17358da314c6e5a5630be00c1 (patch)
tree67ecbdfb7f2f31c87707959404cced383fb3a0b6 /Changelog
parent5598e4d1f52224f2d075dc318868e284b2f20a78 (diff)
background draw re-do
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog14
1 files changed, 14 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 0fe9386..50e8f44 100644
--- a/Changelog
+++ b/Changelog
@@ -311,3 +311,17 @@
- converted layered background items to tiles
- fixed ortho in small spaces
- began formalizing item system
+
+11/19/2015:
+===========
+
+ - texture loaded tracks loaded textures to prevent re-loading (frees resources)
+ - continued work on things finished the following day (11/20) :)
+
+11/20/2015:
+===========
+
+ - began working on inventory UI
+ - moved background drawing to World class
+ - re-did the item system
+ - actually tiled background images to save space