Commit Graph

1092 Commits

Author SHA1 Message Date
Vanessa Ezekowitz
704870b7d1 fix banister recipes to point to the "horizontal" ones 2015-05-11 20:30:00 -04:00
Vanessa Ezekowitz
01b55f1a9a better prediction for placing diagonals at the top of the stack
better prediction for placing horizontals at the top and bottom of the
stack, particularly if they're placed within 1 node of the correct spot.
2015-05-11 20:14:02 -04:00
Vanessa Ezekowitz
d5188661da do the same for the "L" bars 2015-05-11 18:35:10 -04:00
Vanessa Ezekowitz
5210351139 rotate black metal texture on 3dforniture bars 2015-05-11 18:15:24 -04:00
Vanessa Ezekowitz
be751e3267 new inv images for the banisters 2015-05-11 18:11:19 -04: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
610f2e0bdc fix broken right-banister model, re-write left one to make sure the normals match 2015-05-11 15:05:50 -04:00
kilbith
3f16e7dbc0 Move sit function 2015-05-11 20:21:27 +02:00
Vanessa Ezekowitz
f59e0448c7 optimize all PNGs 2015-05-11 12:51:03 -04:00
Vanessa Ezekowitz
dfcd8154eb add recipe for persian rug 2015-05-11 12:46:41 -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
kilbith
3c891aa24e Add adequate sound for faucet/tap 2015-05-11 10:35:22 +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
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
3621d35bfd same for kitchen faucet 2015-05-10 22:27:35 -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
kilbith
8ef4e8c39d Better inv. images for computer items 2015-05-10 12:41:11 +02:00
kilbith
ee038d9ced Tweak monitor and tower 2015-05-10 01:06:15 +02:00
kilbith
7ac91ad5d7 Convert computer tower in mesh 2015-05-09 18:23:53 +02:00
kilbith
bfd95d1ab9 Convert monitor/keyboard in mesh 2015-05-09 14:48:27 +02: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
791f58d790 fix plasma globe material ordering
so that the glass renders properly and the base appears behind it.
2015-05-08 23:21:57 -04:00
Vanessa Ezekowitz
f6cc071483 rework oil lamp to make the wick in the center visible 2015-05-08 23:15:52 -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
dbb0786ebc add recipe for plasma ball 2015-05-08 14:22:18 -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
kilbith
d15cf002d8 Add Tetris Arcade 2015-05-08 14:02:24 +02:00
Vanessa Ezekowitz
27652c4401 add inv image for plasma ball 2015-05-07 23:25:29 -04:00
Vanessa Ezekowitz
db38184ff2 add plasma ball
also enable textute alpha on the cubical plasma lamp
2015-05-07 22:31:14 -04:00
Vanessa Ezekowitz
970bd4a630 better glass shingles texture 2015-05-07 18:46:25 -04:00
Vanessa Ezekowitz
2faa8d7ae3 use mesh node for paintings 2015-05-07 18:45:49 -04:00
Vanessa Ezekowitz
05d41327d7 use mesh node for Air conditioner
(to get rid of the "metal" top face where there should be glass)
2015-05-07 18:05:46 -04:00
Vanessa Ezekowitz
e414163e5e phase out redundant wrought-iron fence #2 image 2015-05-07 14:50:22 -04:00
Vanessa Ezekowitz
5b3e87031e rename all skin/clothes textures to follow usual naming convention 2015-05-07 14:46:22 -04:00
kilbith
e115b34873 Phase out excess desk lamp inv images 2015-05-07 14:46:11 -04:00
Vanessa Ezekowitz
54275987fd phase out redundant slope images
(modified the models so that they can use the existing shingle images instead)
2015-05-07 14:13:12 -04:00
Vanessa Ezekowitz
a6056d69de phase out separate inv textures for beds
reduce them to just the wood+white sheet base images plus colorized blanket/pillow overlays
2015-05-07 13:30:49 -04:00
Diego Martinez
4c6a98b593 books: Allow editing while placed and open.
Removes the ability to edit the book by "using" it, but instead
allows to edit the book by right-clicking it while open. Also
changes the interface to open/close the books by punching instead
of right-clicking. In addition, fixes wrong handling of metadata.
2015-05-06 20:36:34 -03:00
kilbith
81bb309bc6 Fix broken recipes and missing aliases (again) 2015-05-05 19:26:38 +02:00
kilbith
5f9928d027 Fix missing aliases 2015-05-05 15:34:55 +02:00
Vanessa Ezekowitz
251795988c rework the "open" book model 2015-05-04 11:45:26 -04:00
Vanessa Ezekowitz
029eda2dee delete some unused textures 2015-05-04 05:39:16 -04:00
Vanessa Ezekowitz
92a77b43fe phase out redundant kitchen cabinet images 2015-05-04 05:34:10 -04:00