Please note that whether or not you will see the actual object sprite is dependent on whether you can see the bottom or left tile. So you should test whether you can see it from all positions before you actually place it.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1651 316c924e-a436-60f5-8080-3fe189b3f50e
Note for veyveyr: The vertical dmi-s are not made properly, they're 64x32 when they should be 32x64 and 32x128. Since you have the originals somewhere on your computer, I'd request that you make the dmi have vertical sprites as it's probably much easier to do for you than it is for me without the originals... cutting everything out by hand, ugh...
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1647 316c924e-a436-60f5-8080-3fe189b3f50e
Anyone who puts the following segment of code anywhere OTHER than the initial object definition should be stabbed with a rusty knife!
/obj/machinery/door/
New()
//code
Del()
//code
Please, if it's not right by the definition then PLEASE include the whole path, otherwise searching for these procs becomes a nightmare:
/obj/machinery/door/New()
//code
/obj/machinery/door/Del()
//code
Thanks to TLE for finding the actual New() code, I had no idea it even existed.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1623 316c924e-a436-60f5-8080-3fe189b3f50e
For coders:
Layer = 2.4 (Pipes)
Layer = 2.5 (Wire)
Layer = 2.7 (open doors)
Layer = 2.8 (tables)
Layer = 2.9 (grille)
Layer = 3.0 (regular items and windows and most stuff, really)
Layer = 3.1 (closed, opening and closing door)
Layer = 4.0 (mobs)
There is a slight annomality that can occur but it shouldn't be too common, It happens when you have a closed fire door and a closed airlock over it. When you open the airlock, the opened airlock sets it's layer to 2.7, which is under the closed firedoor's layer 3.1, This causes the airlock to appear under the firelock while closed.
I also removed the window in the kitchen counter. Personally I think it looks better than the old, strange zig-zagging videow.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1617 316c924e-a436-60f5-8080-3fe189b3f50e