Commit Graph

  • 39c1fcfe2f Various settings, now only use minetest.conf instead of hudbars.conf Wuzzy 2015-05-20 17:42:38 +0200
  • 9752ddedf6 Typo fixes Wuzzy 2015-05-20 16:06:46 +0200
  • fb2cf988de Bar length is now rounded towards nearest integer Wuzzy 2015-05-20 00:23:21 +0200
  • 390c24c193 Update changelog Wuzzy 2015-05-20 00:15:47 +0200
  • 9db2fcba34 Update API.md on icons Wuzzy 2015-05-20 00:02:40 +0200
  • 2a35745ec9 Fix stupid bug (setting_getbool instead of setting_get) Wuzzy 2015-05-19 23:42:07 +0200
  • 8d2321d647 Fix typo Wuzzy 2015-05-19 23:39:26 +0200
  • 9d76643388 Fix reverting to default setting value not working Wuzzy 2015-05-19 23:38:13 +0200
  • 4ac3b25539 Add alternative statbar display modes Wuzzy 2015-05-19 23:35:47 +0200
  • 897d40e47b Rename display_mode to alignment_pattern Wuzzy 2015-05-19 22:35:24 +0200
  • b68af069a4 Add preliminary display mode setting Wuzzy 2015-05-19 22:28:55 +0200
  • fc66c4f0a5 Code cleanup Wuzzy 2015-05-19 21:49:25 +0200
  • f2efdea814 Add HUD bar sorting feature Wuzzy 2015-05-19 21:40:54 +0200
  • 012623b235 Update changelog and release 1.1.0 Wuzzy 2015-03-23 18:37:56 +0100
  • 015e23c6f2 Add setting to configure breath bar auto-hiding Wuzzy 2015-03-23 18:35:19 +0100
  • 2691a4e320 Increment version and update changelog Wuzzy 2015-03-04 04:41:00 +0100
  • e5d1e21a41 Adjust default HUD bars position for MT 0.4.12 Wuzzy 2015-03-04 04:40:07 +0100
  • c5654808ca Version 1.0.2 Wuzzy 2015-02-23 01:41:17 +0100
  • cfe8b3a60b Remove pointless delays and useless code Wuzzy 2015-02-23 01:39:48 +0100
  • 25b59646c2 Fix HUD elements disappearing for reconnectors Wuzzy 2015-02-23 01:34:13 +0100
  • 5c5b516834 Set version to 1.0.1 Wuzzy 2015-02-21 17:24:01 +0100
  • ef30c34609 Fix race condition-like bug playertest Wuzzy 2015-02-14 09:49:13 +0100
  • 4ebc24f2ed Add workaround for bad initial breath value Wuzzy 2015-02-12 22:15:19 +0100
  • 05b9c3b882 Declare release 1.0.0 1.0.0 Wuzzy 2015-02-12 21:58:34 +0100
  • 0a5b735a89 Update changelog Wuzzy 2015-02-12 21:55:32 +0100
  • 457edba35e Copy-editing of README.txt Wuzzy 2015-02-12 21:52:07 +0100
  • 7cd27de925 Final fixes to API documentation Wuzzy 2015-02-12 21:51:01 +0100
  • 0ac416ad49 Fix add_all Wuzzy 2015-02-12 19:50:23 +0100
  • 377f194884 Move start_hidden to init_hudbar, rename start_hidden in register function to default_start_hidden Wuzzy 2015-02-12 18:46:05 +0100
  • 98bc7a0bb5 Update changelog Wuzzy 2015-02-12 05:59:27 +0100
  • 1912c5fb57 Increment minor version number Wuzzy 2015-02-12 05:51:09 +0100
  • 1fb539e7d8 Minor refactoring Wuzzy 2015-02-12 05:49:30 +0100
  • 197fc56145 Refactor settings Wuzzy 2015-02-12 05:22:08 +0100
  • 65c8702e64 Fix bad initial breath value of 11 Wuzzy 2015-02-12 05:07:00 +0100
  • b0eabd3c7a Add basic error reporting for bad value/max combinations Wuzzy 2015-02-12 05:04:02 +0100
  • 357229450c Only affect health- and breathbar in hide_buildin Wuzzy 2015-02-12 04:40:30 +0100
  • ea9a303e48 Do not register health/breath bar if damage is off Wuzzy 2015-02-12 04:39:15 +0100
  • eb4e72c5a4 Add new function: hb.get_hudbar_state Wuzzy 2015-02-12 04:26:39 +0100
  • c2e2a377e6 Mention the keywords “health” and “breath” Wuzzy 2015-02-12 03:31:27 +0100
  • 1d4af7e0ee Harden code against missing icon Wuzzy 2015-02-12 03:18:58 +0100
  • 8c17e9373b Fix start_hidden parameter Wuzzy 2015-02-12 03:15:00 +0100
  • 20a13045f7 Make breath and health use API instead Wuzzy 2015-02-12 03:00:58 +0100
  • 7912e6b4ec Rename “start_hide” to “start_hidden” Wuzzy 2015-02-11 20:55:22 +0100
  • 4b1c38fdcf Fix documentation on hb.register_hudbar Wuzzy 2015-02-11 20:54:13 +0100
  • 6ff02d4db8 Update documentation about internal stuff about changing and hiding Wuzzy 2015-02-11 20:47:29 +0100
  • 1016828877 Optimize hb.change_hudbar to change hud_change less times Wuzzy 2015-02-11 20:40:19 +0100
  • 8cdd144d15 Update changelog Wuzzy 2015-02-09 23:47:46 +0100
  • 7ac9dad551 Remove .gitignore and .gitignore Wuzzy 2015-02-09 23:43:46 +0100
  • 652da11a1f hud.conf → hudbars.conf Wuzzy 2015-02-09 23:42:56 +0100
  • 041e76692b Rename main table from “hud” to “hb” Wuzzy 2015-02-09 23:41:52 +0100
  • b36645816f Copy-editing in API.md Wuzzy 2015-02-09 23:20:41 +0100
  • 79997659d9 Allow hud.change_hudbar to change only one or no value of both Wuzzy 2015-02-09 23:13:33 +0100
  • 28551721f4 Update API documentation and bump minor version Wuzzy 2015-02-09 22:57:26 +0100
  • 71f15d3763 Add proper function to initialize HUD bar Wuzzy 2015-02-09 22:51:35 +0100
  • 55dc460d42 Use identifier instead of table in API functions Wuzzy 2015-02-09 22:45:08 +0100
  • 7d509adf5e Bump minor version number Wuzzy 2015-02-07 23:48:14 +0100
  • 2691cc2300 Update changelog Wuzzy 2015-02-07 23:43:28 +0100
  • 6cda5dfd4a Add initial API documentation Wuzzy 2015-02-07 23:42:42 +0100
  • 75999872aa Update changelog, add comment about SemVer Wuzzy 2015-02-05 01:38:46 +0100
  • fdc13e92bd Change color of breath bar Wuzzy 2015-02-05 01:35:38 +0100
  • 1c4a408d9b Update README Wuzzy 2015-02-05 01:35:20 +0100
  • 023902341f Fix division by zero in hud.value_to_barlength Wuzzy 2015-02-04 21:45:27 +0100
  • 6e1b5be68d Add forgotten 0/0 corner cases Wuzzy 2015-02-04 21:39:52 +0100
  • e6e8f2d688 Hide bar background when max == 0 Wuzzy 2015-02-04 21:28:20 +0100
  • 017b304396 Allow freely chosen texture names for custom bars Wuzzy 2015-02-04 20:36:27 +0100
  • d67a97011b Fix bug preventing change of custom HUD bars Wuzzy 2015-02-04 18:42:40 +0100
  • 563db9cb4c Set hudstate and hudids directly in add_all Wuzzy 2015-02-04 18:14:44 +0100
  • f046592824 Move custom hudbars down by 1 iff damage disabled Wuzzy 2015-02-04 18:00:02 +0100
  • 895028086c Align custom hudbars properly Wuzzy 2015-02-04 17:26:43 +0100
  • df9c660e09 Add hide and unhide functions for bars Wuzzy 2015-02-04 16:16:48 +0100
  • 018087b60a Add API functions to add and modify custom bars Wuzzy 2015-02-04 14:52:48 +0100
  • 13058ae1b4 Hide breath bar when breath == 11 Wuzzy 2015-02-04 04:53:29 +0100
  • c8d8df7777 Align health and breath bars Wuzzy 2015-02-04 04:32:11 +0100
  • 1a89bda932 Add icons to bars Wuzzy 2015-02-04 04:10:11 +0100
  • 4776027d18 Add text to bars Wuzzy 2015-02-04 04:01:56 +0100
  • 2e40e311a0 Add simple background image for the bars Wuzzy 2015-02-04 03:23:06 +0100
  • 5f3d4b70c6 Remove hotbar support Wuzzy 2015-02-04 02:25:47 +0100
  • f6d660d40f Use max. 160 pixel wide bars to represent stats Wuzzy 2015-02-04 02:18:22 +0100
  • c198284de9 Don't set breath for respawners Wuzzy 2015-02-04 01:53:05 +0100
  • 860d0b38fd Remove armor and hunger Wuzzy 2015-02-04 01:24:27 +0100
  • 8a9d81303c Change mod name to “hudbars” in source code ... at least partially Wuzzy 2015-02-04 01:14:47 +0100
  • 2a2db9ab9c Change name of mod to “HUD bars” [hudbars] Wuzzy 2015-02-04 01:10:20 +0100
  • 169e4d44bf Added support for animals modpack (cooking) Nathan Salapat 2014-10-11 11:31:53 -0500
  • 06207b44cd Remove debug output, push to 1.4 BlockMen 2014-10-03 08:59:25 +0200
  • ef78a05d51 Add support for requested mods BlockMen 2014-10-03 08:46:57 +0200
  • 442a66e12f Better crosshair texture, use default hand BlockMen 2014-10-03 08:13:58 +0200
  • 26d3f38a9a Add experimental exhaustion to control hunger (based on player actions) BlockMen 2014-10-03 08:12:55 +0200
  • 36a1b23490 Add support for ethereal and push to 1.3.3 BlockMen 2014-08-16 13:24:41 +0200
  • 078c621ace Prevent crash by missing armor values BlockMen 2014-08-15 18:25:42 +0200
  • 6a06106316 Push to 1.3.2 BlockMen 2014-08-05 05:27:30 +0200
  • aaf234298f Add optional healing for items tenplus1 2014-08-05 05:01:24 +0200
  • bce8036dd4 Add support for creatures BlockMen 2014-08-05 04:49:05 +0200
  • 0f83ef9543 Require base farming mod to be loaded Chris Beelby 2014-07-04 00:39:07 -0400
  • 28754289b7 Compatibility update (scaling statbars) BlockMen 2014-05-13 18:59:08 +0200
  • 45eebf79c9 Fix new main timer BlockMen 2014-04-14 11:16:58 +0200
  • 43b09253d9 Die by starving, push to 1.3 BlockMen 2014-04-14 11:01:47 +0200
  • 2da67c5fa1 Fix breath, lower update rate BlockMen 2014-04-14 06:51:28 +0200
  • 9fb42bd469 Abuse inv for hunger, no heal while drowning BlockMen 2014-04-14 06:02:42 +0200
  • d47b065d68 Sort supported mods alphabetically (+food mod) BlockMen 2014-04-10 19:30:45 +0200
  • 5377e03ae0 Fix typo, more food support Xanthin 2014-04-06 01:39:56 +0200