Commit Graph

  • 8bebf6324e
    Fix error when picking up a node with deprecated tile definition (#40) master HybridDog 2022-10-06 18:36:50 +0200
  • 31488cda6a Do not crash when picking up a node with deprecated tile definition #40 HybridDog 2022-09-24 17:24:35 +0200
  • d19d00d690
    Mark pickup sound as ephemeral sfan5 2021-09-02 23:42:56 +0200
  • 1545f82cb7
    Fix error for 'nil' player in minetest.handle_node_drops (#36) HybridDog 2020-09-27 19:15:57 +0200
  • 34634c9960 Do not crash if the player argument in minetest.handle_node_drops is nil #36 HybridDog 2020-09-18 17:54:30 +0200
  • de38b20fa6
    Add GitHub workflow and LuaCheck (#34) David Leal 2020-05-25 13:42:09 -0500
  • 3afc8aec8a
    Improve README.md #34 Panquesito7 2020-05-25 13:27:00 -0500
  • cb5984628d
    Fix LuaCheck warnings Panquesito7 2020-05-25 13:22:24 -0500
  • df220bef35
    Add GitHub workflow and LuaCheck Panquesito7 2020-05-25 13:21:47 -0500
  • f015cc1631 Ignore players which are outside the map HybridDog 2020-05-17 21:12:57 +0200
  • 72f4225058 Support the moveresult parameter of on_step HybridDog 2020-05-08 11:54:31 +0200
  • 7cb8086a25
    Get player inventory before looping (#30) Loïc Blot 2020-04-15 20:21:48 +0200
  • 59211b0921
    Update init.lua #30 Loïc Blot 2020-04-15 18:22:19 +0200
  • 931788bc9f
    Check for player inventory before looping Loïc Blot 2020-04-15 16:38:49 +0200
  • 8ef6ba3c0f Do not drop items when a Node Breaker digs a node HybridDog 2019-09-04 18:30:49 +0200
  • 1c9e452edb Do not drop items when a Node Breaker digs a node #28 HybridDog 2019-09-04 18:30:49 +0200
  • 49fb82d4e9 Pitch one sound instead of using multiple ones #26 soundpitch tacotexmex 2019-07-09 01:16:48 +0200
  • 682a345495 Handle item drops more carefully HybridDog 2019-07-01 15:37:04 +0200
  • 5611b4d639 Handle item drops more carefully HybridDog 2019-07-01 15:37:04 +0200
  • 871be4048e Replace another deprecated function texmex 2019-06-15 13:26:24 +0200
  • 26d0532cbd
    Replace another deprecated function texmex 2019-06-15 13:26:24 +0200
  • 95e89b1c94 Merge pull request #24 from Panquesito7/master texmex 2019-06-15 02:51:01 +0200
  • becdfd113a
    Merge pull request #24 from Panquesito7/master texmex 2019-06-15 02:51:01 +0200
  • faf6d9236d Replace deprecated functions with newer ones Panquesito7 2019-06-14 17:47:21 -0500
  • 934ebff45a
    Replace deprecated functions with newer ones #24 Panquesito7 2019-06-14 17:47:21 -0500
  • c943cf2042 Enable pickup_keyinvert by default HybridDog 2019-06-04 16:44:46 +0200
  • 5069afa834 Enable pickup_keyinvert by default HybridDog 2019-06-04 16:44:46 +0200
  • 666ff41136 Allow disabling the pickup key HybridDog 2019-05-29 20:44:40 +0200
  • 70b3386322 Allow disabling the pickup key HybridDog 2019-05-29 20:44:40 +0200
  • 1157ec15df Update description.txt texmex 2019-05-27 09:21:59 +0200
  • 1e9e73e978
    Update description.txt texmex 2019-05-27 09:21:59 +0200
  • 765bb0a405 Update mod.conf texmex 2019-05-27 09:21:28 +0200
  • f7d62113ff
    Update mod.conf texmex 2019-05-27 09:21:28 +0200
  • aef629f5b3 Fix crash due to a missing function HybridDog 2019-05-26 14:13:54 +0200
  • 3a9a506011 Fix crash due to a missing function HybridDog 2019-05-26 14:13:54 +0200
  • 6637bbb813 Fix missing ore drops HybridDog 2019-05-16 11:36:15 +0200
  • 427117d786 Fix missing ore drops HybridDog 2019-05-16 11:36:15 +0200
  • f8b60b0b05 Update readme tacotexmex 2019-02-13 02:54:58 +0100
  • 532a3cb0d0 Update readme tacotexmex 2019-02-13 02:54:58 +0100
  • 0aa32c1fed Remove unneeded variable assertion, fix #20 texmex 2019-02-12 13:25:34 +0100
  • 56d2eeda5c
    Remove unneeded variable assertion, fix #20 texmex 2019-02-12 13:25:34 +0100
  • 4c0a23855a Add a screenshot tacotexmex 2019-02-12 05:37:14 +0100
  • c52ff0ea55 Add a screenshot tacotexmex 2019-02-12 05:37:14 +0100
  • 0cee07b9d5 Add setting for disabling manual item pickups by mouse tacotexmex 2019-02-12 01:12:59 +0100
  • 8e89c148be Add setting for disabling manual item pickups by mouse tacotexmex 2019-02-12 01:12:59 +0100
  • 97158f7fac Ignore items where picking failed HybridDog 2019-02-05 19:29:40 +0100
  • 726b5f4872 Ignore items where picking failed HybridDog 2019-02-05 19:29:40 +0100
  • dd01ddf5ff Fix crash when trying to spawn an unknown item HybridDog 2019-02-01 17:55:12 +0100
  • 8e1878d101 Fix crash when trying to spawn an unknown item HybridDog 2019-02-01 17:55:12 +0100
  • d3687f027a Add three functions which can be used by other mods HybridDog 2019-01-05 13:54:12 +0100
  • f6b8bcd7a7 Add three functions which can be used by other mods HybridDog 2019-01-05 13:54:12 +0100
  • 62dbd6bc0d Fix a legacy setting support HybridDog 2019-01-05 13:26:29 +0100
  • 6b7ed8e7ca Fix a legacy setting support HybridDog 2019-01-05 13:26:29 +0100
  • 17b176b33a Registerable event added: on_pick_up. #18 Quentin Bazin 2018-12-11 04:01:02 +0100
  • 02683056e5 Fix item magnet HybridDog 2018-10-03 17:07:25 +0200
  • fc89b2d2b4 Fix item magnet HybridDog 2018-10-03 17:07:25 +0200
  • 1d2e42eaab Fix crash when a node texture is a table HybridDog 2018-08-06 13:27:10 +0200
  • f5187108f1 Fix crash when a node texture is a table HybridDog 2018-08-06 13:27:10 +0200
  • 0112f1f9ec Tidy up pickup_particle code HybridDog 2018-08-06 13:21:54 +0200
  • 902daba7cf Tidy up pickup_particle code HybridDog 2018-08-06 13:21:54 +0200
  • 5f3e6e6b1b Merge branch 'master' of https://github.com/minetest-mods/item_drop tacotexmex 2018-06-23 18:39:36 +0200
  • 3c9c0e34e3 Merge branch 'master' of https://github.com/minetest-mods/item_drop tacotexmex 2018-06-23 18:39:36 +0200
  • 13be42cd39 Reflect particle feature setting in readme tacotexmex 2018-06-23 18:39:17 +0200
  • eaa44e2a36 Reflect particle feature setting in readme tacotexmex 2018-06-23 18:39:17 +0200
  • e2d370a17a Reflect particle feature setting in readme tacotexmex 2018-06-23 18:39:17 +0200
  • a69bdd2275 Reflect particle feature setting in readme tacotexmex 2018-06-23 18:39:17 +0200
  • 50b976748d Add WCILA code origin and license tacotexmex 2018-06-23 10:15:40 +0200
  • 1b0bc8461c Add WCILA code origin and license tacotexmex 2018-06-23 10:15:40 +0200
  • 1901524074 Merge pull request #14 from minetest-mods/dev texmex 2018-06-23 10:13:55 +0200
  • b42a64cfa4
    Merge pull request #14 from minetest-mods/dev texmex 2018-06-23 10:13:55 +0200
  • 608b5dfe6e Simplify inventorycube code (again) tacotexmex 2018-06-23 10:09:02 +0200
  • d51b468428 Simplify inventorycube code (again) #14 dev tacotexmex 2018-06-23 10:09:02 +0200
  • 1e5718cbac Fix settings bug tacotexmex 2018-06-23 10:02:04 +0200
  • 293fd77614 Fix settings bug tacotexmex 2018-06-23 10:02:04 +0200
  • c57d3c1514 Fix crash on no drops (@HybridDog) tacotexmex 2018-06-23 10:01:40 +0200
  • 3e6a731cab Fix crash on no drops (@HybridDog) tacotexmex 2018-06-23 10:01:40 +0200
  • cce81f6fe9 Fix settings bug tacotexmex 2018-06-18 20:54:59 +0200
  • 760acbc593 Fix settings bug tacotexmex 2018-06-18 20:54:59 +0200
  • 88897d9049 Merge pull request #13 from minetest-mods/pickerparticle texmex 2018-06-18 10:31:33 +0200
  • d282d1ab0c
    Merge pull request #13 from minetest-mods/pickerparticle texmex 2018-06-18 10:31:33 +0200
  • b6b1a8e95b Complete pickup particle feature tacotexmex 2018-06-18 10:18:06 +0200
  • 8e6b386fe3 Complete pickup particle feature #13 pickerparticle tacotexmex 2018-06-18 10:18:06 +0200
  • 08ba364510 Look for legacy setting names tacotexmex 2018-06-17 09:27:43 +0200
  • 31bdc51b42 Look for legacy setting names tacotexmex 2018-06-17 09:27:43 +0200
  • b576e882a7 Merge pull request #11 from minetest-mods/rewrite texmex 2018-06-17 07:41:43 +0200
  • c688119069
    Merge pull request #11 from minetest-mods/rewrite texmex 2018-06-17 07:41:43 +0200
  • 15968a0240 Update readme tacotexmex 2018-06-17 07:35:06 +0200
  • 376439b214 Update readme #11 tacotexmex 2018-06-17 07:35:06 +0200
  • f1fcc478a1 Rename the key press test function Hybrid Dog 2017-09-16 13:18:20 +0200
  • 49b7bb19ef Rename the key press test function Hybrid Dog 2017-09-16 13:18:20 +0200
  • 3d88b7b5c6 Disable item pickup age if the player has to hold a key for taking items Hybrid Dog 2017-09-16 12:57:21 +0200
  • 4c66b76937 Disable item pickup age if the player has to hold a key for taking items Hybrid Dog 2017-09-16 12:57:21 +0200
  • 70068fd307 Typo tacotexmex 2017-09-15 18:40:11 +0200
  • 29df36b2af Typo tacotexmex 2017-09-15 18:40:11 +0200
  • 2577b99556 Update CONTRIBUTING.md texmex 2017-09-15 16:25:53 +0200
  • 2aff58ee02 Update CONTRIBUTING.md texmex 2017-09-15 16:25:53 +0200
  • d5b28e01b0 Fix missing division for dropped item velocity calculation Hybrid Dog 2017-09-15 10:27:28 +0200
  • 92d68aa48a Fix missing division for dropped item velocity calculation Hybrid Dog 2017-09-15 10:27:28 +0200
  • 41e93d3bf6 Merge pull request #6 from minetest-mods/no_pop texmex 2017-09-12 13:15:19 +0200
  • 7afe3723e4 Merge pull request #6 from minetest-mods/no_pop texmex 2017-09-12 13:15:19 +0200