33 Commits

Author SHA1 Message Date
Niklp
21bbb75b5a
Add player_monoids support (#22)
- Remove deprecated depends.text & description.txt
- Add player_monoids support for sitting
- Add player_monoids to mod dependencies
2024-06-20 17:36:19 +02:00
sfan5
0e4339bceb Make movement check more liberal 2024-04-28 11:17:47 +02:00
sfan5
52ce4f7b94 Replace deprecated set_physics_override call 2024-04-28 11:07:37 +02:00
Niklp
71bff8a884
Move ts_furniture.fr.tr to locale directory 2024-03-15 23:24:01 +01:00
Lemente
5ad00b3f16
add fr.tr (#19) 2024-02-21 14:25:34 +01:00
Thomas--S
3888a1db42
Merge pull request #16 from Niklp09/ignore
ignore group 'tree'
2022-12-02 22:19:34 +01:00
Niklp
547f2667ed
ignore group 'tree' 2022-11-29 14:56:53 +01:00
Thomas--S
6cdb584c85 Dynamically use textures from base nodes 2021-05-17 13:50:34 +02:00
Thomas--S
3efb796721 Add kneeling bench 2021-03-20 11:56:41 +01:00
Thomas--S
d6a34f398f Fix undeclared variable warning 2020-10-06 19:13:13 +02:00
Thomas--S
bc1276b5eb Add chat message when sitting is not possible. 2020-03-07 14:00:15 +01:00
MoNTE48
7c3d86b807 Fix issue #3 2020-03-07 13:58:46 +01:00
MoNTE48
d19eecee77 Check for movement when trying to sit 2020-03-07 13:58:46 +01:00
MoNTE48
1154283899 Make globalstep optional, Cleanup code, fix Deprecated API
Cleanup [squash me]
2019-12-28 16:28:57 +01:00
h4ml3t
a9bfed6083 Added Italian translation 2019-12-28 09:53:42 +01:00
h4ml3t
35d981efb6 Removed doubled strings 2019-12-28 09:53:42 +01:00
bell07
d0b497a07f Do not register globalstep if cozy mod active (#8)
As reported in #4 the golbalstep is not necessary in case the cozy mod is installed together with ts_furniture because does the same.
2019-12-21 21:32:47 +01:00
Thomas--S
95d6e9ce74 Add support for localization.
Closes #7. (Alternative implementation)
2019-12-17 17:07:43 +01:00
Thomas--S
c26e87248e Use Minetest settings for ts_furniture.enable_sitting
Only register globalstep if sitting is enabled. Fixes #4.
2019-12-17 16:44:25 +01:00
Thomas--S
119a7f86dc Add support for ethereal 2019-05-11 18:36:56 +02:00
Thomas--S
8ee997f82c Change to MIT License 2019-05-10 21:33:57 +02:00
Thomas--S
e5c075f966 Fix player position 2019-05-10 21:16:20 +02:00
Jacob Gustafson
9bd7735430 Player model v3 poikilos patch 1 (#6)
Offset for minetest 0.5.0-dev

The player hovers above the chair by only about .1 at first, but after looking around the player settles back down to the correct position. I'm not sure how to fix this. If I change my line to pos.y = pos.y - 0.7 the position is correct at first, but later falls through (due to the -.1 shift mentioned earlier), so I thought floating then settling down is less noticeable. I could use help though.
2018-08-12 11:17:41 +02:00
Thomas--S
af4e4aa633 Change chair recipe
Avoids conflicts with homedecor
2017-03-10 21:06:00 +01:00
Thomas--S
7fddde79d5 Fix rightclick problems 2017-02-25 12:15:40 +01:00
Thomas--S
783ea46d21 Add Support for moretrees mod 2016-04-22 20:27:48 +02:00
Thomas--S
8308986f59 Add description.txt and mod.conf
Also changed screenshot file.
2016-04-16 12:15:37 +02:00
Thomas--S
1e02721d70 Add possibility to sit on chairs and benches
NOTE: This feature is still in development.
2016-04-12 20:50:01 +02:00
Thomas--S
f88a07ec19 Merge pull request #2 from Rui914/patch-1
Improved API
2016-04-01 15:08:38 +02:00
Rui914
34620f498c Improved API 2016-04-01 21:34:50 +09:00
Thomas--S
18e88f5a98 Added rubenwardy's suggestion 2016-03-27 16:44:32 +02:00
Thomas--S
bbf2274d46 Renamed function 2016-03-27 15:04:16 +02:00
Thomas--S
f14d9719b4 first commit 2016-03-26 19:38:17 +01:00