blob: a699b0d1b904cda22beabc2c4a38a495a114d62f (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
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
9/28/2015:
==========
- added dropping from platforms
- added structure entering/exiting
- improved world/entity handling
- fixed NPC generation
- added enumerators for entity types
- improved NPC wandering
9/29/2015:
==========
- made world handling work with interpolation
- successfully ran game 200 entities
- improved debug screen
- added mouse interaction w/ NPCs
9/30/2015:
==========
- improved left/right movement
- added framework work NPC dialog n' stuff
- added quest stuff between NPCs and player
- began work on giving names to NPCs
- began working on config file
|