Commit Graph

89 Commits

Author SHA1 Message Date
HybridDog 1d2e42eaab Fix crash when a node texture is a table 2018-08-12 10:33:55 +02:00
HybridDog 0112f1f9ec Tidy up pickup_particle code 2018-08-12 10:33:49 +02:00
tacotexmex 5f3e6e6b1b Merge branch 'master' of https://github.com/minetest-mods/item_drop 2018-06-23 18:39:36 +02:00
tacotexmex 13be42cd39 Reflect particle feature setting in readme 2018-06-23 18:39:29 +02:00
tacotexmex e2d370a17a Reflect particle feature setting in readme 2018-06-23 18:39:17 +02:00
tacotexmex 50b976748d Add WCILA code origin and license 2018-06-23 10:15:40 +02:00
texmex 1901524074 Merge pull request #14 from minetest-mods/dev
Bug fixes
2018-06-23 10:13:55 +02:00
tacotexmex 608b5dfe6e Simplify inventorycube code (again) 2018-06-23 10:09:02 +02:00
tacotexmex 1e5718cbac Fix settings bug 2018-06-23 10:02:04 +02:00
tacotexmex c57d3c1514 Fix crash on no drops (@HybridDog) 2018-06-23 10:01:40 +02:00
tacotexmex cce81f6fe9 Fix settings bug 2018-06-18 20:54:59 +02:00
texmex 88897d9049 Merge pull request #13 from minetest-mods/pickerparticle
Pickup particle feature
2018-06-18 10:31:33 +02:00
tacotexmex b6b1a8e95b Complete pickup particle feature 2018-06-18 10:18:06 +02:00
tacotexmex 08ba364510 Look for legacy setting names 2018-06-17 09:27:43 +02:00
texmex b576e882a7 Merge pull request #11 from minetest-mods/rewrite
Rewrite
2018-06-17 07:41:43 +02:00
tacotexmex 15968a0240 Update readme 2018-06-17 07:35:06 +02:00
Hybrid Dog f1fcc478a1 Rename the key press test function 2017-09-16 13:18:20 +02:00
Hybrid Dog 3d88b7b5c6 Disable item pickup age if the player has to hold a key for taking items 2017-09-16 12:59:28 +02:00
tacotexmex 70068fd307 Typo 2017-09-15 18:40:11 +02:00
texmex 2577b99556 Update CONTRIBUTING.md 2017-09-15 16:25:53 +02:00
Hybrid Dog d5b28e01b0 Fix missing division for dropped item velocity calculation 2017-09-15 10:27:28 +02:00
texmex 41e93d3bf6 Merge pull request #6 from minetest-mods/no_pop
Always collect items one by one
2017-09-12 13:15:19 +02:00
texmex 124e3588e5 Merge pull request #7 from minetest-mods/readmeup
Update README
2017-09-12 13:14:58 +02:00
texmex 464fce9a87 Create CONTRIBUTING.md 2017-09-12 13:12:23 +02:00
Hybrid Dog cbd717b549 Update README 2017-09-12 10:49:57 +02:00
Hybrid Dog 609d441ef4 Always collect items one by one 2017-09-12 10:13:49 +02:00
Hybrid Dog 3a9a985cfc Revert "Adjust default key settings"
This reverts commit 3bc3a4bd25.
2017-09-12 09:55:16 +02:00
texmex b5c7fbaa38 Reflect pickup sound gain in readme 2017-09-11 14:51:02 +02:00
Hybrid Dog 8543bad2aa Call on_punch to pick items (DS) 2017-09-11 14:44:31 +02:00
Hybrid Dog f811009c80 Don't override handle_node_drops in creative mode 2017-09-11 14:35:55 +02:00
Hybrid Dog ac2da1689e Update item dropping code 2017-09-11 14:22:17 +02:00
Hybrid Dog 35786b597c Update mod load logging
There's no official setting called log_mods
2017-09-11 14:09:24 +02:00
Hybrid Dog 1e2287a672 Do not pick items if the player has no interact 2017-09-11 14:08:01 +02:00
texmex 06c1212d5b Lower pickup sound gain 2017-09-11 13:09:11 +02:00
Hybrid Dog 253cc75c51 Higher update delay if no item was found
avoid loud pop noise (in zero velocity mode)
2017-09-08 21:26:08 +02:00
Hybrid Dog 88df92b125 Fix key triggering disabling 2017-09-08 20:57:05 +02:00
Hybrid Dog 6de1402ebc Remove damage setting test 2017-09-08 20:46:36 +02:00
Hybrid Dog b06129c3a3 Fix redundant minetest.after invocations 2017-09-08 20:43:30 +02:00
Hybrid Dog c86bc605bd Add item flight time setting, set it to 5 seconds by default 2017-09-08 20:42:28 +02:00
Hybrid Dog c21158ffab Adjust default key settings 2017-09-08 20:38:20 +02:00
Hybrid Dog 9de8d39af6 Add keyinvert setting 2017-09-08 20:36:36 +02:00
Hybrid Dog f2e3338265 Add magnet_radius setting 2017-09-08 20:32:48 +02:00
Hybrid Dog 31229760e8 Play the pickup sound positional to all players 2017-09-07 21:22:23 +02:00
Hybrid Dog fced0590c6 Add code for zero velocity mode 2017-09-07 21:13:10 +02:00
Hybrid Dog f91c73d2e3 Fix multiplayer support 2017-09-07 21:00:55 +02:00
Hybrid Dog 8c3a470690 Move item flight code 2017-09-07 20:57:02 +02:00
Hybrid Dog ce059ad5ad Simplify velocity calculation 2017-09-07 20:44:08 +02:00
Hybrid Dog ac3386a402 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 bfcc14bb4b Use tabs for indentation 2017-09-06 15:51:34 +02:00