blob: 0e6d0a84944699059b0d9b462d3082dc1727ed7f (
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
|
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
|