changelog.txt 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. 2.1.5
  2. -----
  3. - Fixed armor not being updated correct due armor mod changes
  4. 2.1.4
  5. -----
  6. - Fixed unhandled exception in hud.swap_statbar()
  7. 2.1.3
  8. -----
  9. - Added hud.swap_statbar() and fix wrong behavior of previous workaround
  10. - Fixed missing background of some statbars in multiplayer
  11. 2.1.2
  12. -----
  13. - Fixed crash caused by animated nodes (reported by Krock)
  14. - Fixed "freezing" of empty slots (reported by kilbith)
  15. 2.1.1
  16. -----
  17. - Added itemcounting/wearout info
  18. - Added support for hud scaling
  19. - Fixed typo causing endless updating
  20. - Fixed image scaling of some textures (like glass)
  21. - Improved ItemWheel image
  22. 2.1
  23. ---
  24. - Added "ItemWheel" (experimental)
  25. - Fixed disapperaring hunger bar (reported by poet-nohit)
  26. 2.0.1
  27. -----
  28. - Fix disappearing hotbar (reported by poet-nohit)
  29. - Fix unused global var
  30. - Added one more check to catch probably incorrect players
  31. 2.0
  32. ---
  33. - Complete rewrite
  34. - Moved hunger into seperate mod
  35. - Added API
  36. - Switched License to LGPL 2.1
  37. ===== ===== =====
  38. ----- 0-1.x -----
  39. ===== ===== =====
  40. 1.4.1
  41. -----
  42. - ###
  43. 1.4
  44. ---
  45. - New hunger mechanics/added experimental player-action based hunger
  46. - Better crosshair texture, switched to "new" default hand
  47. - Added support for farming redo mod, kpgmobs and jkmod
  48. 1.3.3
  49. -----
  50. - Prevent crash with armor mod and missing player
  51. - Add support for ethereal mod (by TenPlus1)
  52. 1.3.2
  53. -----
  54. - Fix dependecies (by Chris Beelby)
  55. - Add support for creatures mod
  56. - Add optional healing for food (by TenPlus1)
  57. 1.3.1
  58. -----
  59. - Add compatibility for statbar scaling
  60. - Fix typo in depends.txt
  61. - Lower maintimer tick
  62. 1.3
  63. ---
  64. - New way hunger is saved (all old files in world dirctory can get deleted [e.g. hud_BlockMen_hunger])
  65. - Fixed healing (not while drowning, fix after death)
  66. - Add support for mods: seaplants[sea] and mobfcooking (by Xanthin)
  67. - Tweaked hand image
  68. - Player can die caus of starving now
  69. 1.2
  70. ---
  71. - Send statbar values only to client when changed
  72. - Hide armor bar if not wearing armor
  73. - More reliable food overrides (by CiaranG)
  74. - Support for bushes_classic foods (plantlife modpack) (by CiaranG)
  75. - Add support for mushroom mod food/poison (by CiaranG)
  76. - Add support for mods: fruit and mush45
  77. - New images for hotbar, smaller armor icons
  78. 1.1
  79. ---
  80. - added support for stu's 3darmor mod
  81. - restructured and cleaned up code
  82. - added support for poisen food (damages player, but does not kill)
  83. 1.0
  84. ---
  85. - hunger is reset after death
  86. - health and hunger bar is shown correct on all screen resolutions now
  87. - switched to changed native hotbar image support
  88. - fixed revival of player when drown
  89. - hunger bar is not shown anymore if hunger is disabled
  90. - hunger can be disabled by minetest.conf ("hud_hunger_enable = false")
  91. 0.5 Beta
  92. ----------
  93. - removed the fancy borders of hud inventory bar and moved to new native support
  94. - moved crosshair to native support too
  95. 0.4 Beta
  96. ----------
  97. - enabled drowning
  98. 0.3 Beta
  99. ----------
  100. - added fancy borders of hud inventory bar (only for screenheight <= 800)
  101. 0.2.3 Beta
  102. ----------
  103. - added support for food of glooptest and bushes (commit by CheeseKeg)
  104. 0.2.2 Beta
  105. ----------
  106. - added support for food of animalmaterials (mobf modpack),fishing
  107. 0.2.1 Beta
  108. ----------
  109. - tweaked override of food
  110. - added support for food of dwares, moretrees and simple mobs
  111. 0.2 Beta
  112. --------
  113. - added support of custom config files
  114. - you can eat max. 50% more than before (although it isnt shown in hunger bar)
  115. - you get healed with 8 breads and more (in hunger bar) now
  116. - a bread (from farming) == 2 breads in hunger bar