-
Notifications
You must be signed in to change notification settings - Fork 20
/
changelog.txt
144 lines (107 loc) · 3.87 KB
/
changelog.txt
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
16-20/05/2020-v0.1.1-------------------------------------
- Complete code structure overhaul
- Code split up into various files
- Semicolons now used cause they just look better
- Code has been spaced out so that you can actually read it
- Menu sysetm partially redesigned to be more efficient and modular
- Experimental lighting vastly improved in quality and performance due to working multithreading (Still requires a beefy PC and a small resolution cause pygame is CPU shit, ideal resolution is 800x600)
- More dynamic particles
- Added title messages
- Consistent gameplay across different hardware/fps with delta time
- Removed console
- Added large world size (Long load times)
- Lots of settings can now be toggled in game (Look in controls.txt for info)
- Smooth camera improved to ease out as well
- Grass growth
- Added generated structure: Mine Shaft
- Added block/item/light source: Lamp
- Added block/item: Spike
- Added block/item: Pot
- Added common item prefix: Quick AF
03/10/2018-v0.1.0-------------------------------------
- Added item: wooden door
- Added item: chest
- Added item: crafting table
- Added (very) experimental lighting
- Various improvements
01-02/05/2018-v0.0.7----------------------------------
- Added a main menu
- Added UI for world creation, world selection, player creation, player selection etc
29-30/04/2018-v0.0.6----------------------------------
- Added prompts
- Added health bar
- Improved pickaxe functionality (can swing easier)
- Improved/fixed enemy spawns (used to fly through world as they were spawned incorrectly)
- Fixed spellings
24-28/04/2018-v0.0.5----------------------------------
- Complete UI rework
- Added skippable splashscreen and option to turn it off
- Moved quit button into the bottom right (when in inventory)
- Updated block functions, blocks have to be destroyed with a pickaxe now
- Several new config options
- Added inventory
- Added physics items
- Added ranged weapon: Musket
- Added item: musket ball
- Added item: Copper Coin
- Added item: Silver Coin
- Added item: Gold Coin
- Added item: Platinum Coin
- Added Tool/item: Copper Pickaxe
22-23/04/2018-v0.0.4----------------------------------
- Added projectiles
- Improved 'hotbar' and item descriptions
- Added simple player creation saving
- Improved text readability and quality
- Enemy hover text
- Item tier colours
- Added config option: FANCYTEXT
- Added item/ranged weapon: Wooden Bow
- Added item/ammo/projectile: Wooden Arrow
13-14/04/2018-v0.0.3---------------------------------
- Item prefixes
- Item descriptions
- Weapon animations
- Damage numbers
- Death messages
- Added melee weapon: Wooden Sword
- Added melee weapon: Copper Sword
- Added melee weapon: GOD SLAYER
- Added enemy: Blue Slime
- Added enemy: Green Slime
- Added enemy: Red Slime
- Added enemy: Purple Slime
- Added enemy: Yellow Slime
09-12/04/2018-v0.0.2---------------------------------
- World saving improved (now saves spawn point and other details in a .dat file)
- Fixed clipping through platforms when falling quickly
- Added world: Tutorial world
- Music volume controls
- HP and hotbar UI
- Added various config options
08/04/2018-v0.0.2---------------------------------
- Added trees
- World saving improved (menu)
- Added walls
- Added biome: Woodland
- Added biome: Snow
- Added biome: Desert
- Added block: sand
- Added block: sandstone
- Added block: tree trunk
- Added block: leaves
- Added block: snow leaves
02/04/2018-v0.0.1---------------------------------
- Simple world generation
- World saving
- Added block: Wood
- Added block: Grass
28-29/03/2018-v0.0.1------------------------------
- Block mask system
- Block merging
- Background parallax
- Player animation and hair randomization
- Added block: Stone
- Added block: Dirt
- Added block: Ice
- Added block: Snow