HybridDog
62dbd6bc0d
Fix a legacy setting support
2019-01-05 13:26:29 +01:00
HybridDog
6b7ed8e7ca
Fix a legacy setting support
2019-01-05 13:26:29 +01:00
sys4-fr
2730deca16
Déplace le message de chargement du mod vers le journal "action"
2018-12-26 00:05:48 +01:00
HybridDog
02683056e5
Fix item magnet
...
There is no field named physical_state, so the item didn't lose the physical property, but it happily hopped towards me after I dropped it.
Disabling physical looked quite wrong, because the item flew through mountains. Instead, it gets zero acceleration now.
To avoid resetting the acceleration in the on_step function, it is overridden to disable acceleration and velocity changes during executing the original on_step.
Small code fix: Add underscores in set_velocity and set_acceleration
2018-10-03 17:58:58 +02:00
HybridDog
fc89b2d2b4
Fix item magnet
...
There is no field named physical_state, so the item didn't lose the physical property, but it happily hopped towards me after I dropped it.
Disabling physical looked quite wrong, because the item flew through mountains. Instead, it gets zero acceleration now.
To avoid resetting the acceleration in the on_step function, it is overridden to disable acceleration and velocity changes during executing the original on_step.
Small code fix: Add underscores in set_velocity and set_acceleration
2018-10-03 17:58:58 +02:00
HybridDog
1d2e42eaab
Fix crash when a node texture is a table
2018-08-12 10:33:55 +02:00
HybridDog
f5187108f1
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
HybridDog
902daba7cf
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
3c9c0e34e3
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
eaa44e2a36
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
a69bdd2275
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
tacotexmex
1b0bc8461c
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
texmex
b42a64cfa4
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
d51b468428
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
293fd77614
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
3e6a731cab
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
tacotexmex
760acbc593
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
texmex
d282d1ab0c
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
8e6b386fe3
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
tacotexmex
31bdc51b42
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
texmex
c688119069
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
tacotexmex
376439b214
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
49b7bb19ef
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
Hybrid Dog
4c66b76937
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
tacotexmex
29df36b2af
Typo
2017-09-15 18:40:11 +02:00
texmex
2577b99556
Update CONTRIBUTING.md
2017-09-15 16:25:53 +02:00
texmex
2aff58ee02
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
Hybrid Dog
92d68aa48a
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
7afe3723e4
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