Commit Graph

  • 0f903cd0b0 Revert "Adjust default key settings" Hybrid Dog 2017-09-12 09:55:16 +02:00
  • b5c7fbaa38 Reflect pickup sound gain in readme texmex 2017-09-11 14:51:02 +02:00
  • bf9931d6db Reflect pickup sound gain in readme texmex 2017-09-11 14:51:02 +02:00
  • 8543bad2aa Call on_punch to pick items (DS) Hybrid Dog 2017-09-11 14:44:31 +02:00
  • 739a62a6c6 Call on_punch to pick items (DS) Hybrid Dog 2017-09-11 14:44:31 +02:00
  • f811009c80 Don't override handle_node_drops in creative mode Hybrid Dog 2017-09-11 14:35:55 +02:00
  • 271a577881 Don't override handle_node_drops in creative mode Hybrid Dog 2017-09-11 14:35:55 +02:00
  • ac2da1689e Update item dropping code Hybrid Dog 2017-09-11 14:22:17 +02:00
  • 729397b6c9 Update item dropping code Hybrid Dog 2017-09-11 14:22:17 +02:00
  • 35786b597c Update mod load logging Hybrid Dog 2017-09-11 14:09:24 +02:00
  • 4912d3c828 Update mod load logging Hybrid Dog 2017-09-11 14:09:24 +02:00
  • 1e2287a672 Do not pick items if the player has no interact Hybrid Dog 2017-09-11 14:08:01 +02:00
  • 057966141a Do not pick items if the player has no interact Hybrid Dog 2017-09-11 14:08:01 +02:00
  • 06c1212d5b Lower pickup sound gain texmex 2017-09-11 13:09:11 +02:00
  • 78ef2a50f6 Lower pickup sound gain texmex 2017-09-11 13:09:11 +02:00
  • 253cc75c51 Higher update delay if no item was found Hybrid Dog 2017-09-08 21:26:08 +02:00
  • c4365cd4de Higher update delay if no item was found Hybrid Dog 2017-09-08 21:26:08 +02:00
  • 88df92b125 Fix key triggering disabling Hybrid Dog 2017-09-08 20:57:05 +02:00
  • bf0bb807fb Fix key triggering disabling Hybrid Dog 2017-09-08 20:57:05 +02:00
  • 6de1402ebc Remove damage setting test Hybrid Dog 2017-09-08 20:46:36 +02:00
  • 22763d3b06 Remove damage setting test Hybrid Dog 2017-09-08 20:46:36 +02:00
  • b06129c3a3 Fix redundant minetest.after invocations Hybrid Dog 2017-09-08 20:43:30 +02:00
  • 169d83840f Fix redundant minetest.after invocations Hybrid Dog 2017-09-08 20:43:30 +02:00
  • c86bc605bd Add item flight time setting, set it to 5 seconds by default Hybrid Dog 2017-09-08 20:42:28 +02:00
  • da2fb1df20 Add item flight time setting, set it to 5 seconds by default Hybrid Dog 2017-09-08 20:42:28 +02:00
  • c21158ffab Adjust default key settings Hybrid Dog 2017-09-08 20:38:20 +02:00
  • 3bc3a4bd25 Adjust default key settings Hybrid Dog 2017-09-08 20:38:20 +02:00
  • 9de8d39af6 Add keyinvert setting Hybrid Dog 2017-09-08 20:36:36 +02:00
  • 55e89d3710 Add keyinvert setting Hybrid Dog 2017-09-08 20:36:36 +02:00
  • f2e3338265 Add magnet_radius setting Hybrid Dog 2017-09-08 20:25:16 +02:00
  • 4b5e362395 Add magnet_radius setting Hybrid Dog 2017-09-08 20:25:16 +02:00
  • 31229760e8 Play the pickup sound positional to all players Hybrid Dog 2017-09-07 21:19:33 +02:00
  • bc5ef09e21 Play the pickup sound positional to all players Hybrid Dog 2017-09-07 21:19:33 +02:00
  • fced0590c6 Add code for zero velocity mode Hybrid Dog 2017-09-07 21:13:10 +02:00
  • bab3c733fa Add code for zero velocity mode Hybrid Dog 2017-09-07 21:13:10 +02:00
  • f91c73d2e3 Fix multiplayer support Hybrid Dog 2017-09-07 21:00:55 +02:00
  • 69a68cb247 Fix multiplayer support Hybrid Dog 2017-09-07 21:00:55 +02:00
  • 8c3a470690 Move item flight code Hybrid Dog 2017-09-07 20:57:02 +02:00
  • b56c1792de Move item flight code Hybrid Dog 2017-09-07 20:57:02 +02:00
  • ce059ad5ad Simplify velocity calculation Hybrid Dog 2017-09-07 20:44:08 +02:00
  • 544381bbfe Simplify velocity calculation Hybrid Dog 2017-09-07 20:44:08 +02:00
  • ac3386a402 Add item pickup age Hybrid Dog 2017-09-07 20:39:49 +02:00
  • 9f54694931 Add item pickup age Hybrid Dog 2017-09-07 20:39:49 +02:00
  • 0eace77417 Add item_drop. prefix to settings Hybrid Dog 2017-09-06 15:56:04 +02:00
  • fb2c076b92 Add item_drop. prefix to settings Hybrid Dog 2017-09-06 15:56:04 +02:00
  • bfcc14bb4b Use tabs for indentation Hybrid Dog 2017-09-06 15:51:34 +02:00
  • 46959e79d2 Use tabs for indentation Hybrid Dog 2017-09-06 15:51:34 +02:00
  • 04c441768f Use minetest.after instead of globalstep Hybrid Dog 2017-09-06 13:29:48 +02:00
  • e84433d41c Use minetest.after instead of globalstep Hybrid Dog 2017-09-06 13:29:48 +02:00
  • 31e8c9b0cc Load settings only if they are used Hybrid Dog 2017-09-06 13:27:21 +02:00
  • 884824989f Load settings only if they are used Hybrid Dog 2017-09-06 13:27:21 +02:00
  • a88fa5f1b7 Short code a bit Hybrid Dog 2017-09-02 11:08:15 +02:00
  • 962d0a3889 Short code a bit Hybrid Dog 2017-09-02 11:08:15 +02:00
  • ad4e83d243 Add description and conf file tacotexmex 2017-08-31 21:33:28 +02:00
  • 81d32527f3 Add description and conf file tacotexmex 2017-08-31 21:33:28 +02:00
  • 07eb65bb31 Create LICENSE texmex 2017-08-31 21:27:22 +02:00
  • 8a14503372 Create LICENSE texmex 2017-08-31 21:27:22 +02:00
  • c63a4ee2a3 New readme tacotexmex 2017-08-31 21:21:15 +02:00
  • a7b7c71d50 New readme tacotexmex 2017-08-31 21:21:15 +02:00
  • 5aed10c3e7 Code touch-up tacotexmex 2017-08-30 21:13:33 +02:00
  • 5a6f79a5d2 Code touch-up tacotexmex 2017-08-30 21:13:33 +02:00
  • dbd9538a78 Pickup radius, new keytypes, limited globalstep (#1) LouisCyfer 2017-08-03 22:32:36 +02:00
  • 363b56fc03 Pickup radius, new keytypes, limited globalstep (#1) LouisCyfer 2017-08-03 22:32:36 +02:00
  • 1091537584 Use ctrl var tacotexmex 2017-07-11 23:29:18 +02:00
  • 189fea5eff Use ctrl var tacotexmex 2017-07-11 23:29:18 +02:00
  • a7cdd68cc9 Fix var bug tacotexmex 2017-07-09 18:38:44 +02:00
  • 1f9ceb3eb3 Fix var bug tacotexmex 2017-07-09 18:38:44 +02:00
  • dbb43c2ed1 Proper global settingtypes tacotexmex 2017-07-09 17:33:22 +02:00
  • 6befa68ef8 Proper global settingtypes tacotexmex 2017-07-09 17:33:22 +02:00
  • 67025939e7 Remove remove_items, superseded by item_entity_ttl tacotexmex 2017-07-09 16:25:11 +02:00
  • d336a226cd Remove remove_items, superseded by item_entity_ttl tacotexmex 2017-07-09 16:25:11 +02:00
  • 7f38ae5261 Fix global settings bool fallbacks tacotexmex 2017-07-09 16:12:57 +02:00
  • 16210c79f7 Fix global settings bool fallbacks tacotexmex 2017-07-09 16:12:57 +02:00
  • a523b5a574 Add optional pickup key, either sneak, use or a+d key. Add settable sound gain. tacotexmex 2017-06-26 15:57:23 +02:00
  • 2c60ac7ab0 Add optional pickup key, either sneak, use or a+d key. Add settable sound gain. tacotexmex 2017-06-26 15:57:23 +02:00
  • 04f75caeb3 Add settings for pickups and drops tacotexmex 2017-06-26 15:24:56 +02:00
  • a666252f1c Add settings for pickups and drops tacotexmex 2017-06-26 15:24:56 +02:00
  • 2d42301d85 Replace deprecated calls tacotexmex 2017-06-26 15:15:48 +02:00
  • d9581ec795 Replace deprecated calls tacotexmex 2017-06-26 15:15:48 +02:00
  • a711c073ef Fix typo PilzAdam 2013-09-12 13:45:47 +02:00
  • 72e2a2b294 Add a hack to not collide with items all the time PilzAdam 2013-05-22 20:03:59 +02:00
  • d59ec60058 Set gain to 0.4 PilzAdam 2013-04-10 17:52:45 +03:00
  • d855a3dc00 Dont drop items in creative mode when player already has it PilzAdam 2013-03-10 18:02:57 +01:00
  • e0c61c2f77 Dont pick up items when dead PilzAdam 2013-03-10 17:58:04 +01:00
  • a41ddb6705 Log mod load if log_mod is set to true PilzAdam 2012-10-07 19:44:16 +02:00
  • 8b8a838882 Merge pull request #1 from cornernote/patch-1 PilzAdam 2012-10-06 09:14:06 -07:00
  • 12fdaab4cb Make it easier to drop items PilzAdam 2012-10-04 20:17:10 +02:00
  • 076ebbe0f4 fix server crash when player exits during loop cornernote 2012-10-04 12:22:44 +09:30
  • 2624ea4e73 Remove old soundfile PilzAdam 2012-09-17 19:16:47 +02:00
  • b0f798b1ef New sounds PilzAdam 2012-09-17 19:15:36 +02:00
  • f77e83e657 Make items (that are close to the player) dissapear after the time, that is specified by remove_items in minetest.conf PilzAdam 2012-09-14 17:00:20 +02:00
  • 56a1d32476 Make the code more robust PilzAdam 2012-09-09 17:04:27 +02:00
  • 4aa8cdfdb2 Dont use register_on_dignode anymore PilzAdam 2012-09-03 18:52:59 +02:00
  • e7ea85077f Update to latest Minetest changes PilzAdam 2012-09-03 15:55:01 +02:00
  • eb26f112a3 Add some comments for a future version of Minetest PilzAdam 2012-09-02 18:40:20 +02:00
  • b3f79c7cee Prevent items to fly over the whole map PilzAdam 2012-09-02 16:31:33 +02:00
  • 6f49a19fc2 Bugfix when droping many items PilzAdam 2012-09-02 16:12:39 +02:00
  • 155b646053 Update README to current changes PilzAdam 2012-09-02 16:02:36 +02:00
  • 2b0847eae6 Major code reorganisation PilzAdam 2012-09-02 15:57:42 +02:00
  • 065685eab1 Complete rewrite PilzAdam 2012-09-01 03:50:13 +02:00