Commit Graph

37 Commits

Author SHA1 Message Date
Vanessa Ezekowitz f09481c3f0 switch over all punch-operated objects
to use on_rightclick instead, for consistency with other parts of minetest,
minetest_game, etc.
2017-02-20 18:30:59 -05:00
Diego Martínez dc7b60c11f Split I18N stuff into its own submod. 2017-01-29 21:51:07 -03:00
Vanessa Ezekowitz 73545c89af Use texture colorization where possible
Uses "color = <foo>" in the tile image def instead
of compositing with ^[colorize or ^[brighten.  Saves RAM.
2017-01-25 04:22:28 -05:00
Diego Martínez 0d3da0c328 Use new intllib API. 2017-01-25 00:09:18 -03:00
Diego Martínez 1ea19fd12f Activate faucets for locked cabinets too. 2017-01-07 04:51:20 -03:00
Auke Kok 138e078f1b Whitespace damage fixes.
This is cleaned up by `cleanfile` (from the linux kernel tree
tool set).
2016-12-31 12:33:46 -08:00
Tim 337dc05e70 Always return the ItemStack for on_rightclick to comply with the API. 2016-07-31 13:07:21 +02:00
Tim 628c37e29e replace several explicit nodebox definitions with the function-version 2015-08-19 15:49:32 +02:00
kilbith e374b83bc0 Disallow partially or entirely some items to rotate with the screwdriver 2015-05-14 12:41:11 +02:00
kilbith 3c891aa24e Add adequate sound for faucet/tap 2015-05-11 10:35:22 +02:00
Vanessa Ezekowitz e010bdeb27 pass outlet position to particle handler as a table rather than separate vars 2015-05-10 22:34:30 -04:00
Vanessa Ezekowitz b5433d8c39 don't use string.find() where == will do. 2015-05-10 22:30:53 -04:00
Vanessa Ezekowitz 9c9e525cd7 make bathroom taps use the new particles code
also make shower tray turn off taps above it, if any
minor tweak to particles function to add Y velocity
added more detailed collision boxes to the sinks to accommodate particles
2015-05-10 22:10:26 -04:00
Vanessa Ezekowitz 12f5ac9d02 abstract the particle spawner start/stop functions 2015-05-10 21:03:50 -04:00
Vanessa Ezekowitz d6cdff41aa phase out the generic red, green, white and neutral metals
generic black metal is used for all of these now, colorized.
also, added a bit of noise to the texture.
2015-05-03 18:58:16 -04:00
Vanessa Ezekowitz 94f7e63ba7 phase out light marble
rename regular marble
2015-05-03 18:58:04 -04:00
kilbith add43c9529 More cleanup/tweaking 2015-04-30 09:53:44 -04:00
kilbith 4dee35893a Cleaning and tweaking node params 2015-04-29 16:58:33 +02:00
kilbith 9a92d09421 Disable shower flowing for everyone 2015-04-29 09:18:38 +02:00
Vanessa Ezekowitz 994849de7e Make shower tray turn off the showerhead above it when removed. 2015-04-28 14:44:48 -04:00
Vanessa Ezekowitz 1e3c27e984 fix sounds not shutting off (and crash) when they should 2015-04-28 14:22:51 -04:00
Vanessa Ezekowitz c074e47bcd fix bug in showerhead spawners
(if two or more running at the same time, only the last could be turned off)
2015-04-28 14:13:43 -04:00
jp eec2ffcc56 Add Shower Head water flow 2015-04-28 16:46:27 +02:00
Vanessa Ezekowitz 77d36352fc split showerhead into two materials 2015-04-28 01:32:24 -04:00
Vanessa Ezekowitz a35b57d713 rename most wood, metal, etc textures
to bring them all together into one "category" instead of being scattered across the directory
also combine a couple dupes.
2015-04-27 23:48:02 -04:00
Vanessa Ezekowitz a346bf5803 rework brass texture(s) and usage thereof 2015-04-27 18:35:14 -04:00
Vanessa Ezekowitz 0323ba021b add brass-themed version of bathroom taps
remame inv/wield image for steel one
2015-04-27 17:09:50 -04:00
Vanessa Ezekowitz 57d6fb423c add wield image, make faucet non-walkable 2015-04-27 16:53:22 -04:00
Vanessa Ezekowitz 50b48c3265 use mesh node for former "3dforniture" bathroom taps/faucet 2015-04-27 16:42:20 -04:00
Vanessa Ezekowitz 5013be4c09 better UV mapping on toilet paper and paper towels
added better imagery
moved toilet paper to bathroom_sanitation.lua
2015-04-26 18:02:47 -04:00
Vanessa Ezekowitz 5de0fc7538 use mesh nodes for former-3dforniture toilets 2015-04-18 04:25:00 -04:00
Vanessa Ezekowitz e60562d58b use mesh node for former 3dforniture bathroom sink 2015-04-17 12:45:14 -04:00
kilbith 6f33c9ff0c Afterward tweaking 2015-03-29 13:13:17 +02:00
Vanessa Ezekowitz 28cf1e4276 add bathroom sundries set
model by jp, textures and tweaks by me
2015-03-28 22:42:53 -04:00
kilbith 73aa4b2614 Switch Shower Head and Skateboard to mesh
with changes by VanessaE
2015-03-28 16:11:08 -04:00
Tim 78045a752f move most other homedecor nodes to the new registration function, remove any unnecessary fields due to minetest or homedecor defaults 2015-01-24 00:34:02 +01:00
Tim f9a59c1738 rename kitchen and bathroom related files to their actual contained functionality 2015-01-23 22:26:38 +01:00