Disable treespawning on mapgen
[minetest_hades.git] / mods / hud / changelog.txt
blobb823dd1ad90444921b8cf98ed643fae63bfc2f9f
1 0.2 Beta
2 --------
3 - added support of custom config files
4 - you can eat max. 50% more than before (although it isnt shown in hunger bar)
5 - you get healed with 8 breads and more (in hunger bar) now
6 - a bread (from farming) == 2 breads in hunger bar
8 0.2.1 Beta
9 ----------
10 - tweaked override of food
11 - added support for food of dwares, moretrees and simple mobs
13 0.2.2 Beta
14 ----------
15 - added support for food of animalmaterials (mobf modpack),fishing
17 0.2.3 Beta
18 ----------
19 - added support for food of glooptest and bushes (commit by CheeseKeg)
21 0.3 Beta
22 ----------
23 - added fancy borders of hud inventory bar (only for screenheight <= 800)
25 0.4 Beta
26 ----------
27 - enabled drowning
29 0.5 Beta
30 ----------
31 - removed the fancy borders of hud inventory bar and moved to new native support
32 - moved crosshair to native support too
34 1.0
35 ---
36 - hunger is reset after death
37 - health and hunger bar is shown correct on all screen resolutions now
38 - switched to changed native hotbar image support
39 - fixed revival of player when drown
40 - hunger bar is not shown anymore if hunger is disabled
41 - hunger can be disabled by minetest.conf ("hud_hunger_enable = false")
43 1.1
44 ---
45 - added support for stu's 3darmor mod
46 - restructured and cleaned up code
47 - added support for poisen food (damages player, but does not kill)
49 1.2
50 ---
51 - Send statbar values only to client when changed
52 - Hide armor bar if not wearing armor
53 - More reliable food overrides (by CiaranG)
54 - Support for bushes_classic foods (plantlife modpack) (by CiaranG)
55 - Add support for mushroom mod food/poison (by CiaranG)
56 - Add support for mods: fruit and mush45
57 - New images for hotbar, smaller armor icons
59 1.3
60 ---
61 - New way hunger is saved (all old files in world dirctory can get deleted [e.g. hud_BlockMen_hunger])
62 - Fixed healing (not while drowning, fix after death)
63 - Add support for mods: seaplants[sea] and mobfcooking (by Xanthin)
64 - Tweaked hand image
65 - Player can die caus of starving now