changelog.txt 3.4 KB

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