Commit Graph

210 Commits

Author SHA1 Message Date
Hybrid Dog 9f54694931 Add item pickup age 2017-09-07 20:39:49 +02:00
Hybrid Dog 0eace77417 Add item_drop. prefix to settings 2017-09-06 15:56:04 +02:00
Hybrid Dog fb2c076b92 Add item_drop. prefix to settings 2017-09-06 15:56:04 +02:00
Hybrid Dog bfcc14bb4b Use tabs for indentation 2017-09-06 15:51:34 +02:00
Hybrid Dog 46959e79d2 Use tabs for indentation 2017-09-06 15:51:34 +02:00
Hybrid Dog 04c441768f Use minetest.after instead of globalstep 2017-09-06 13:29:48 +02:00
Hybrid Dog e84433d41c Use minetest.after instead of globalstep 2017-09-06 13:29:48 +02:00
Hybrid Dog 31e8c9b0cc Load settings only if they are used 2017-09-06 13:27:21 +02:00
Hybrid Dog 884824989f Load settings only if they are used 2017-09-06 13:27:21 +02:00
Hybrid Dog a88fa5f1b7 Short code a bit 2017-09-02 23:58:29 +02:00
Hybrid Dog 962d0a3889 Short code a bit 2017-09-02 23:58:29 +02:00
tacotexmex ad4e83d243 Add description and conf file 2017-08-31 21:33:28 +02:00
tacotexmex 81d32527f3 Add description and conf file 2017-08-31 21:33:28 +02:00
texmex 07eb65bb31 Create LICENSE 2017-08-31 21:27:22 +02:00
texmex 8a14503372 Create LICENSE 2017-08-31 21:27:22 +02:00
tacotexmex c63a4ee2a3 New readme 2017-08-31 21:21:15 +02:00
tacotexmex a7b7c71d50 New readme 2017-08-31 21:21:15 +02:00
tacotexmex 5aed10c3e7 Code touch-up 2017-08-30 21:13:33 +02:00
tacotexmex 5a6f79a5d2 Code touch-up 2017-08-30 21:13:33 +02:00
LouisCyfer dbd9538a78 Pickup radius, new keytypes, limited globalstep (#1)
Thank you @LouisCyfer 🌮 🎉
2017-08-03 22:42:53 +02:00
LouisCyfer 363b56fc03 Pickup radius, new keytypes, limited globalstep (#1)
Thank you @LouisCyfer 🌮 🎉
2017-08-03 22:42:53 +02:00
tacotexmex 1091537584 Use ctrl var 2017-07-11 23:29:18 +02:00
tacotexmex 189fea5eff Use ctrl var 2017-07-11 23:29:18 +02:00
tacotexmex a7cdd68cc9 Fix var bug 2017-07-09 18:38:44 +02:00
tacotexmex 1f9ceb3eb3 Fix var bug 2017-07-09 18:38:44 +02:00
tacotexmex dbb43c2ed1 Proper global settingtypes 2017-07-09 17:33:22 +02:00
tacotexmex 6befa68ef8 Proper global settingtypes 2017-07-09 17:33:22 +02:00
tacotexmex 67025939e7 Remove remove_items, superseded by item_entity_ttl 2017-07-09 16:25:11 +02:00
tacotexmex d336a226cd Remove remove_items, superseded by item_entity_ttl 2017-07-09 16:25:11 +02:00
tacotexmex 7f38ae5261 Fix global settings bool fallbacks 2017-07-09 16:12:57 +02:00
tacotexmex 16210c79f7 Fix global settings bool fallbacks 2017-07-09 16:12:57 +02:00
tacotexmex a523b5a574 Add optional pickup key, either sneak, use or a+d key. Add settable sound gain. 2017-06-26 15:57:23 +02:00
tacotexmex 2c60ac7ab0 Add optional pickup key, either sneak, use or a+d key. Add settable sound gain. 2017-06-26 15:57:23 +02:00
tacotexmex 04f75caeb3 Add settings for pickups and drops 2017-06-26 15:24:56 +02:00
tacotexmex a666252f1c Add settings for pickups and drops 2017-06-26 15:24:56 +02:00
tacotexmex 2d42301d85 Replace deprecated calls 2017-06-26 15:15:48 +02:00
tacotexmex d9581ec795 Replace deprecated calls 2017-06-26 15:15:48 +02:00
PilzAdam a711c073ef Fix typo 2013-09-12 13:45:47 +02:00
PilzAdam 72e2a2b294 Add a hack to not collide with items all the time 2013-05-22 20:03:59 +02:00
PilzAdam d59ec60058 Set gain to 0.4 2013-04-10 17:52:45 +03:00
PilzAdam d855a3dc00 Dont drop items in creative mode when player already has it 2013-03-10 18:02:57 +01:00
PilzAdam e0c61c2f77 Dont pick up items when dead 2013-03-10 17:58:04 +01:00
PilzAdam a41ddb6705 Log mod load if log_mod is set to true 2012-10-07 19:44:16 +02:00
PilzAdam 8b8a838882 Merge pull request #1 from cornernote/patch-1
fix server crash when player exits during loop
2012-10-06 09:14:06 -07:00
PilzAdam 12fdaab4cb Make it easier to drop items 2012-10-04 20:17:10 +02:00
cornernote 076ebbe0f4 fix server crash when player exits during loop 2012-10-04 12:22:44 +09:30
PilzAdam 2624ea4e73 Remove old soundfile 2012-09-17 19:16:47 +02:00
PilzAdam b0f798b1ef New sounds 2012-09-17 19:15:36 +02:00
PilzAdam f77e83e657 Make items (that are close to the player) dissapear after the time, that is specified by remove_items in minetest.conf 2012-09-14 17:00:20 +02:00
PilzAdam 56a1d32476 Make the code more robust 2012-09-09 17:04:27 +02:00