PsiOmega
f5948f8bb6
Fixes #7943 .
...
Access to engineering equipment is now enough to manipulate shield generators.
2015-04-18 11:52:03 +02:00
PsiOmega
67708c6d3b
Fixes #8880 .
...
Case of incorrectly sent parameter.
2015-04-18 08:59:49 +02:00
Den
daf6c17c88
Fix speed and add rotate()
...
If move NORTH and EAST speed[i] be + and "last_movement[i] + default_delay - speed[i]" decrease but if move SOUTH and WEST speed[i] be - and "last_movement[i] + default_delay - speed[i]" increase. abs(speed[i]) Fix it. "last_movement[i] + default_delay -abs(speed[i])" always decrease.
rotate() rotate ship icon in move dir.(Don't need a make additional dir sprites)
2015-04-17 23:37:57 +03:00
Den
1ff0eda601
Change dismantle turf to pipe turf.
2015-04-17 20:34:30 +03:00
Jarcolr
4ec329f050
Fixes #8444
...
Now it won't hurt people's OCD and it won't bubble at round start!
2015-04-17 16:44:43 +03:00
Jarcolr
1cf3fa4c7a
Fixes #8559
...
Device.dmi is where the sunflower icon is, this is targeting dev because it is ahead on master on this file.
2015-04-17 15:55:15 +03:00
Jarcolr
0030ca76af
Spans instead of fonts.
...
Hopefully no typos.
2015-04-17 15:34:37 +03:00
Jarcolr
c8256e70e1
Fixes #8810
...
This is targeting dev branch because latest commit on dev is from March 22 and the latest on master is from February 1.
2015-04-17 12:56:55 +03:00
PsiOmega
a3fb012332
Updates the atom_pool, now datum_pool, to handle any datum object.
2015-04-17 10:37:47 +02:00
PsiOmega
a6a428af6a
Mecha + misc. Destroy() because I had already begun.
2015-04-17 09:55:59 +02:00
PsiOmega
4b040d93ba
Continues the painful process of porting Destroy()s, Dels(), and everything else needed for qdel.
2015-04-17 09:47:19 +02:00
PsiOmega
858b56a2e5
The Nar-Sie summoning ritual is now animated.
2015-04-17 08:04:59 +02:00
GinjaNinja32
159dccbfab
Fixes floor painter solid-dark icon
...
Fixes #8873
2015-04-17 03:18:53 +01:00
Den
1a000ea53c
Add rework switch to list of pipe types.
2015-04-16 20:54:12 +02:00
Den
6f77a98bc3
Fix activating with no metal.
2015-04-16 20:15:40 +02:00
Kelenius
ec1b6f122c
Merge remote-tracking branch 'origin/dev' into ofJarsAndLizards
...
Conflicts:
icons/obj/items.dmi
maps/exodus-1.dmm
2015-04-16 19:17:10 +03:00
Den
737b4fc08e
dismantle Fix
2015-04-16 16:42:57 +02:00
Den
0edb5a2ba5
user << add user.visible_message() replace
2015-04-16 16:40:06 +02:00
Kelenius
0c9eb8a112
Minor jar fixes
2015-04-16 17:30:01 +03:00
Jarcolr
9fda2a2614
Fixes #8633
...
Hopefully the wording is okay. Targeting dev because this file is ahead on master.
2015-04-16 17:27:57 +03:00
Ravensdale
a1dbfb69c1
Changes SM alerts to Engineering frequency
2015-04-16 07:01:11 -07:00
PsiOmega
4748020ff2
Cleans up the Status panel.
2015-04-16 15:47:48 +02:00
PsiOmega
1daf0abe3d
Switches around turf/datum garbage handling (my fault..). Adds null check for zone rebuilds.
2015-04-16 14:23:19 +02:00
PsiOmega
d3b000f2cc
Ensures Admin Deletes uses qdel.
...
Ensures that Destroy() is properly called, for types implementing it.
2015-04-16 12:56:24 +02:00
PsiOmega
d381eb6083
Drops the machinery part of the singularity.
2015-04-16 12:51:02 +02:00
PsiOmega
08fa1193ce
Adds Hardsuit Module tab.
...
Allows one to (de)activate, engage, select and change module charges from the "Hardsuit Modules" tab panel.
Basic idea similar to spells.
2015-04-16 08:54:04 +02:00
PsiOmega
3eab61e154
Soap can now clean turfs as well.
2015-04-16 08:20:00 +02:00
PsiOmega
a6a9cb76e8
Ghost-possession sanity checks.
...
Adds sanity checks referred to in #8849 .
2015-04-15 16:10:36 +02:00
GinjaNinja32
54044859bf
Fix cryopod moving robots to nullspace instead of deleting
2015-04-15 14:28:36 +01:00
Chinsky
9377932b30
Made get_area return master to avoid usual pitfalls with lighting subareas breaking everything
2015-04-15 16:12:47 +03:00
PsiOmega
2ddf8ecf28
Movement fixes.
...
Ensures observers use Process_Incorpmove() despite being dead, while disallowing the once living from doing the same.
Ensures incorporeal creatures denied moving unto holy ground don't keep calling more movement code.
2015-04-15 14:21:58 +02:00
Zuhayr
20cfea7813
Merge pull request #8852 from PsiOmegaDelta/AutoGhost
...
Moving while dead now auto-ghosts you.
2015-04-15 19:59:38 +09:30
Chinsky
3f93454017
Merge pull request #8849 from PsiOmegaDelta/GhostPossess
...
Allow admins to drag-drop ghosts into mobs.
2015-04-15 12:46:56 +03:00
PsiOmega
d8f1045e53
Moving while dead now auto-ghosts you.
...
Also removes now redundant incorporeal_move check that's made further up the proc.
2015-04-15 09:19:19 +02:00
PsiOmega
0d0786dfa1
Allows dead humans to speak, even if muzzled.
...
Prevents a fate most cruel, at least when the ghost is still possessing its dead body.
2015-04-15 09:06:04 +02:00
Zuhayr
1aee7282ff
Quickfix for pariahs breaking cuffs.
2015-04-15 16:30:13 +09:30
PsiOmega
f9b3547e8d
Allow admins to drag-drop ghosts into mobs.
...
This functions the same way as editing the ckey in vv.
Has the same permission check as assume-direct-control.
It requires the admin also be a ghost to avoid conflicts with other drag drop code.
2015-04-15 08:49:00 +02:00
PsiOmega
1bd4f21c58
Makes objects without moues opacity not appear via alt-click.
...
Prevents clicking objects you should not be able to click.
2015-04-15 08:31:40 +02:00
Chinsky
b94366067a
Merge pull request #8840 from PsiOmegaDelta/NanoI
...
Fixes NanoUI interaction.
2015-04-15 02:12:12 +03:00
Chinsky
7848a1c300
Merge pull request #8815 from PsiOmegaDelta/CultPorting
...
Ports /tg/vg/'s Nas-Sie remake
2015-04-15 02:12:05 +03:00
Den
16ddaf3d01
Fix "sheets", add \The, add round's
2015-04-14 19:02:07 +03:00
Zuhayr
00f6ca5d28
Merge pull request #8836 from PsiOmegaDelta/HighwayToTheDangerZone
...
Engineering/police tape can now create floor markings.
2015-04-14 23:40:11 +09:30
PsiOmega
516b60962e
Merge remote-tracking branch 'upstream/dev' into CultPorting
2015-04-14 15:54:22 +02:00
Chinsky
d408886333
Merge pull request #8837 from Techhead0/voidtank
...
Voidsuit Examine info.
2015-04-14 16:36:44 +03:00
Chinsky
32534346c7
Merge pull request #8773 from mwerezak/dislocation
...
Adds dislocating joints using a neck grab
2015-04-14 16:35:24 +03:00
Chinsky
a601c50f08
Merge pull request #8839 from PsiOmegaDelta/PAPs
...
Camera network refactor - Part 3 - Final
2015-04-14 16:32:14 +03:00
PsiOmega
0466a1f47a
Camera network refactor - Part 3
...
Swept through every single Z-level, re-named/networked every single camera.
Fixes the AI Jump-To-Network verb not properly updating the network (used by the Show-Camera-List verb).
Also removes redundant Cancel option in the Show-Camera-List.
2015-04-14 11:41:01 +02:00
Den
3c4fc3b76b
Fixes
2015-04-14 11:24:55 +03:00
Den
e5794adb9a
Fix pipelayer.dm path
2015-04-14 11:11:02 +03:00
PsiOmega
aa5d5d5256
Fixes NanoUI interaction.
...
A number of machinery objects were returning STATUS_INTERACTIVE instead of parent.
Fixes missing subtype definition for /var/global/datum/topic_state/default/default_state.
2015-04-13 23:19:22 +02:00