aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog
blob: 2d138e4ac61e626d851bf53ae557d044b1ed7aad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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