Commit Graph

  • 92a1e0cddb
    Add LuaCheck and GitHub workflow (#32) master David Leal 2023-01-15 07:17:54 -06:00
  • f566d0ff26 Use inventory_image for nodes without tiles for particles SmallJoker 2021-02-18 19:05:12 +01:00
  • 1fe580a210
    Don't drain hunger for players with fast privilege (#29) auouymous 2020-10-16 10:53:15 -07:00
  • 899d246832 Fix sprinting for players with the fast and fly privileges. auouymous 2020-09-10 04:27:51 -06:00
  • c3e00a68ba Fix typo. orbea 2020-04-15 07:56:01 -07:00
  • 7d08d859b1 Only drain stamina when moving. orbea 2020-04-14 19:23:06 -07:00
  • b5867bdaa1 Increase stamina heal rate when standing and not taking any actions. orbea 2020-04-01 15:32:11 -07:00
  • 7dd27f01dd Don't replenish stamina when jumping. orbea 2020-04-01 15:13:55 -07:00
  • 5be91db7bc Add sprint_stamina_heal. orbea 2020-04-01 14:57:36 -07:00
  • 19b4e25017 Fix typo in autohide setting, default to true again tuedel 2019-10-24 15:59:38 +02:00
  • 49ff1d033f update README sfan5 2019-10-17 17:36:23 +02:00
  • 84a2243d12 more improvements sfan5 2019-10-17 17:00:35 +02:00
  • 49305c18d3 refactor sfan5 2019-10-17 16:43:56 +02:00
  • 0893fd8bec move some vars out of metadata sfan5 2019-10-17 16:17:44 +02:00
  • ef07773f1d re-do settings sfan5 2019-10-17 16:09:23 +02:00
  • 97e9e9024a remove unused key configurability sfan5 2019-10-17 16:01:38 +02:00
  • 4cf32dd3f4 Fixed sprinting in water and stamina regen with multiple players (#15) ClockGen 2019-08-30 13:01:07 +03:00
  • 0be579de1e Use "mod.conf" for optional dependencies and description (#16) Panquesito7 2019-08-28 12:44:28 -05:00
  • d45b439a5a Fix bug not checking for hudbars properly tacotexmex 2019-04-13 21:07:23 +02:00
  • 775a7d33ff Merge pull request #14 from minetest-mods/5.0.0 texmex 2019-04-13 14:03:40 +02:00
  • 05712baabf Add support for playerphysics tacotexmex 2019-02-23 05:16:24 +01:00
  • 13cc9d522a Add support for new hunger_ng API tacotexmex 2019-02-10 09:26:50 +01:00
  • b2e8c08265 Replace deprecated player attributes with player meta tacotexmex 2019-02-10 09:26:31 +01:00
  • e698f06066 Don't starve in creative to prevent crash tacotexmex 2018-11-03 10:18:59 +01:00
  • f5d61f4a5b Add starve_limit setting tacotexmex 2018-11-03 10:12:09 +01:00
  • 4539d965ed fix occasional crash possibly due to unknown node Jacob Gustafson 2018-03-26 11:49:11 -04:00
  • 577e1a330b Delimit player attribute to mod namespace tacotexmex 2018-02-25 22:18:35 +01:00
  • e42e12df3e Lower the hunger limit tacotexmex 2018-02-25 22:15:56 +01:00
  • 08ee8028f1 hunger_ng support tacotexmex 2018-02-25 22:15:18 +01:00
  • 7ff4f434c0 Fix stupid autohide bugs tacotexmex 2018-02-23 13:23:47 +01:00
  • 0aa19f99c5 Optimize mod check tacotexmex 2018-02-19 21:09:37 +01:00
  • d3254916c2 Spaces instead of tabs tacotexmex 2017-08-24 08:21:20 +02:00
  • 678f005149 Merge pull request #3 from AntumMT/settings texmex 2017-08-24 08:18:14 +02:00
  • 5074cb981c Merge branch 'master' into settings texmex 2017-08-24 08:17:28 +02:00
  • 34b9470ea1 Merge pull request #2 from AntumMT/fixes texmex 2017-08-24 08:16:01 +02:00
  • 483db5601a Merge pull request #1 from AntumMT/icon_change texmex 2017-08-24 08:03:54 +02:00
  • e48bcbd411 Fix multiplayer bug, supposedly tacotexmex 2017-08-24 08:01:33 +02:00
  • 192f73e71a Add setting 'hudbars_autohide_stamina' to disable hiding stamina Jordan Irwin 2017-08-12 07:57:21 -07:00
  • 92c22ef76d Fix undeclared global variable 'player' warning Jordan Irwin 2017-08-12 07:38:28 -07:00
  • d0fe2a33a2 Change stamina icon textures: Jordan Irwin 2017-08-12 07:18:18 -07:00
  • fd5df30755 Fix settings bugs tacotexmex 2017-08-07 22:55:14 +02:00
  • 647f431653 Stop sprinting immediately when running out of stamina or food tacotexmex 2017-08-07 22:38:44 +02:00
  • b76fe25725 Make mod no crash without hbhunger. tacotexmex 2017-08-06 17:45:43 +02:00
  • d9cea8a5f8 License to LGPL2.1 tacotexmex 2017-08-03 23:30:23 +02:00
  • 3061a53652 Readme clarification tacotexmex 2017-07-24 21:42:33 +02:00
  • 0bc2bc6919 Drain air while sprinting under water tacotexmex 2017-07-24 21:36:47 +02:00
  • 09a068aee8 Readme fix tacotexmex 2017-07-12 18:50:17 +02:00
  • 52c30b2629 Bug causing monoids not to be used removed tacotexmex 2017-07-12 18:45:05 +02:00
  • 130b3cdd65 Create LICENSE texmex 2017-07-12 11:12:40 +02:00
  • 42fa7addbb Do not run monoids call unnecessarily tacotexmex 2017-07-12 11:10:08 +02:00
  • 2294ddb62d Readme forum thread tacotexmex 2017-07-12 01:28:15 +02:00
  • 30f6253d55 Readme typos tacotexmex 2017-07-12 01:14:41 +02:00
  • c03ede9327 Background icon tacotexmex 2017-07-12 01:08:51 +02:00
  • 183608546f Initial commit tacotexmex 2017-07-12 01:07:32 +02:00