Commit Graph

163 Commits

Author SHA1 Message Date
Vanessa Ezekowitz 804ee36102 fix deduction of spiral staircase 2015-08-15 05:18:04 -04:00
Vanessa Ezekowitz 492f13fd8f fix potted-flower model (re-derived it from the standard flowerpot)
delete an obsolete texture.
2015-06-25 02:57:07 -04:00
Vanessa Ezekowitz e67bdcafd3 made potted flowers directly reference minetest_game flower images where possible. 2015-06-21 21:03:09 -04:00
kilbith 5ffce841a6 Minor tweaks 2015-05-23 15:17:14 +02:00
Vanessa Ezekowitz 70efd9186e fix flowerpot alias 2015-05-15 19:13:41 -04:00
kilbith 142fce09a7 Import plantlife's small flower pots 2015-05-15 21:11:30 +02:00
kilbith e374b83bc0 Disallow partially or entirely some items to rotate with the screwdriver 2015-05-14 12:41:11 +02:00
Vanessa Ezekowitz 10b859ba59 add a horizontal banister, rename the diagonals (+alias)
includes just enough code to try to auto-route them as they're placed.

the "root" node is now the horizontal one - if you have diagonals and
they don't place right, they should after you dig them and place again.
2015-05-11 18:03:21 -04:00
Vanessa Ezekowitz 8e1670e3b9 use mesh node for round-cornered ("small") rugs,
nodebox for square-cornered ("large", "persian") rugs.
2015-05-11 12:37:49 -04:00
Vanessa Ezekowitz a32e723ee2 add another rug type 2015-05-11 11:50:58 -04:00
kilbith 8311c7d87d Add soda vending machine 2015-05-11 14:22:36 +02:00
Vanessa Ezekowitz bcf9269235 add proper air-checking and stacking of spiral staircases
also added a register_on_placenode hook to make sure other stuff can be placed on top of the staircase
2015-05-11 02:25:47 -04:00
Vanessa Ezekowitz 6907237654 added experimental spiral staircase 2015-05-09 03:17:12 -04:00
Vanessa Ezekowitz 0578282ff9 use mesh node for beer taps 2015-05-09 00:15:07 -04:00
Vanessa Ezekowitz c698cf8167 rework fishtank model again 2015-05-08 19:45:34 -04:00
Vanessa Ezekowitz b99763d351 rework fishtank model and textures 2015-05-08 15:52:41 -04:00
Vanessa Ezekowitz b276b0f2a2 drop the "off" fishtank when digging the lighted one 2015-05-08 14:22:00 -04:00
Vanessa Ezekowitz 0b6b74678d use mesh node for fishtank 2015-05-08 14:06:51 -04:00
Vanessa Ezekowitz 2faa8d7ae3 use mesh node for paintings 2015-05-07 18:45:49 -04:00
Vanessa Ezekowitz e53e46e285 use default dirt for potting soil, darkened 2015-05-03 23:22:46 -04:00
Vanessa Ezekowitz a2b464892c use luxury wood for picture frame 2015-05-03 23:19:24 -04:00
Vanessa Ezekowitz 961178da7d rename "neutral" generic wood to "old"
since it is derived from minetest's old/"minimal" wood texture.
2015-05-03 21:56:14 -04:00
Vanessa Ezekowitz 245ca4c102 phase out various "luxury" woods in favor of colorizing just one 2015-05-03 21:52:52 -04:00
Vanessa Ezekowitz 3996b55c03 phase out generic dark, mahogany, and white wood
and rename the base wood to _plain instead of beech
2015-05-03 21:18:35 -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
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
Vanessa Ezekowitz 084c82f4ce split 4-bottle model into separate materials
(obsoletes the "4/multi" model)
2015-04-28 00:26:54 -04:00
Vanessa Ezekowitz aaf25a97e4 split globe model into multiple materials
(allows use of some generic materials)
renamed earth image
2015-04-28 00:12:46 -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 a0bf61cfa7 do the same for wrought iron 2015-04-27 19:00:35 -04:00
Vanessa Ezekowitz a346bf5803 rework brass texture(s) and usage thereof 2015-04-27 18:35:14 -04:00
Vanessa Ezekowitz 94de9e2d95 tweak banister description 2015-04-27 13:13:10 -04:00
Vanessa Ezekowitz 9149b5e572 add inventory images for banisters 2015-04-27 03:23:15 -04:00
Vanessa Ezekowitz c8633be1dc add banisters, placed on side of blocks
when placing, code will try to determine if the bannister should be
left- or right-sided.  Defaults to left-sided; hold shift while placing
to force right-sided.
2015-04-27 03:09:37 -04:00
Vanessa Ezekowitz 7f7ba92bc8 use mesh node for cd/dvd cabinet 2015-04-26 23:23:45 -04:00
Vanessa Ezekowitz 72e58b0158 use mesh node for chimney 2015-04-26 22:52:11 -04:00
Vanessa Ezekowitz 31bc60f055 use mesh node for filing cabinet 2015-04-26 22:25:18 -04:00
Vanessa Ezekowitz 020754d13a redraw wine-rack, simplify the bottle meshes used therein
(cuts the number of tris down from >7k to 4.6k)
better UV maps/materials use
2015-04-26 21:57:56 -04:00
Vanessa Ezekowitz 4ac7b55d2f add generic gold tile, use it for trophy
tweak trophy UV map to use more of it.
2015-04-26 18:51:22 -04:00
Vanessa Ezekowitz dab2e9a5f2 better UV maps for picture frames
higher-quality imagery
2015-04-21 17:58:50 -04:00
Vanessa Ezekowitz 8e5197af58 use mesh node for calendar 2015-04-16 05:23:08 -04:00
Vanessa Ezekowitz dcde7c9d6a the complex selection box doesn't look good
went back to a single select box covering the entire model
kept the equivalent collision box
2015-04-15 19:15:12 -04:00
Vanessa Ezekowitz 414364d0ca better selectbox for coatrack 2015-04-15 18:58:33 -04:00
Vanessa Ezekowitz 9767b5d5f8 use mesh node for coat rack/tree 2015-04-15 18:41:22 -04:00
Vanessa Ezekowitz 905366ed38 add inventory image for sport bench 2015-04-15 03:04:29 -04:00
Vanessa Ezekowitz 800fff3a02 use mesh node for sport bench 2015-04-15 03:01:48 -04:00
Vanessa Ezekowitz 5882c95774 fix selection box on trophy 2015-04-14 17:14:02 -04:00
Vanessa Ezekowitz 69f7fea406 use mesh node for trophy, modified recipe to fit the look of the new model 2015-04-14 16:53:45 -04:00
jp ba1167871f Switch Deck Chair to mesh 2015-04-14 10:45:07 -04:00