Bjorn Neergaard
0f89670107
Prevent picking up anchored items
2016-02-12 01:00:55 -06:00
Bjorn Neergaard
ad6f0cb157
Fix some poor intercom code
2016-02-12 00:11:50 -06:00
Bjorn Neergaard
8619725ab0
Prevent monkies/animals from picking up intercoms
...
WHY ARE THESE NOT ACTUAL MACHINES AAAAA
ANCHORED ITEMS?!
Fixes #15452
2016-02-12 00:05:18 -06:00
Bjorn Neergaard
b9c79680b9
Rename get_ui_data -> ui_data, remove useless shuffle from wires
2016-02-05 17:09:40 -06:00
Razharas
0826128459
Merge pull request #14698 from Firecage/absolutepathsandifs
...
Absolute paths and changes one liner if's/else's/else if's.
2016-01-29 03:15:12 +03:00
Bjorn Neergaard
f93822c195
Allow tgui input() to be 0, fix SMES components
...
Fixes #14965
2016-01-28 07:10:37 -06:00
Firecage
7f96592b87
Merge Conflict Fix
2016-01-27 13:29:38 +02:00
Bjorn Neergaard
d9162b653c
Fix tgui recursion being broken
...
..() is more elegant after all... You win @RemieRichards
Fixes #14925
2016-01-27 00:52:22 -06:00
Bjorn Neergaard
03d93bbf8b
Close UIs passed in, don't use tgui internals
2016-01-25 12:03:19 -06:00
Bjorn Neergaard
1599742f7e
Re-structure tgui's ui_act
2016-01-22 19:25:36 -06:00
Bjorn Neergaard
b2629a56e2
Make wires use defines, put a wire var on /atom, fix tgui ui_host runtimes
2016-01-22 19:25:33 -06:00
Bjorn Neergaard
87b0857b93
Refactor wire datums
...
Finish wire port and refactor wire datums to use string keys; widen color
range to support more wires and more colors.
2016-01-22 19:22:09 -06:00
tkdrg
c26a9488d4
Merge pull request #14762 from AnturK/botradiofix
...
Fixes Pingsky Radio
2016-01-22 21:34:17 -03:00
AnturK
b879d40f04
Fixes Pingsky Radio
2016-01-20 16:39:57 +01:00
Firecage
d2bd6871d5
Merge Conflict Fix
2016-01-20 14:07:14 +02:00
Bjorn Neergaard
3ae2397d9f
Fix interacting with intercoms as AI
2016-01-19 17:02:59 -06:00
Bjorn Neergaard
1c34479376
Fix uplink code once and for all
...
Fixes #14733
2016-01-19 16:42:57 -06:00
Firecage
d1327d4076
Merge conflict fix
2016-01-19 10:02:50 +02:00
Bjorn Neergaard
aa8b6bfac2
Factor out radio helpers
2016-01-18 14:30:27 -06:00
Bjorn Neergaard
5cfc60d9da
tgui radios; clean up frequency code
2016-01-18 14:28:33 -06:00
Bjorn Neergaard
4a617062d8
Refactor uplinks; fix up tooltips and make uplink more interactive
2016-01-18 14:25:52 -06:00
Firecage
0cb6814c18
Merge conflict fix
2016-01-17 19:15:30 +02:00
Firecage
754491ce4c
Changes relatives paths into absolute paths and makes some if()'s better
2016-01-17 01:36:56 +02:00
phil235
e225fbc850
- Refactor the visible_message() proc to be much faster.
...
- Replacing some "for(var/mob/o in viewers()) show_message()" by "visible_message()".
- Replacing some "show_message()" by " << "..." " instead.
- Fixes being able to see the results of the health and slime analyzers while blind.
-
2016-01-04 22:49:27 +01:00
MrStonedOne
b50e8d2a63
removes a bunch of unneeded spawns
...
spawns have a high overhead.
I only went for easy targets, almost every spawn could be removed with a few subsystems in place to handle delays or cooldowns
2016-01-02 18:23:02 -08:00
Incoming
6296043d85
Fixes High Volume Mode not toggling properly
2015-12-28 19:00:22 -05:00
Incoming5643
4fab87989b
Removes href value dependency
2015-12-25 19:34:25 -05:00
Incoming
f2cfda71f1
Command headset's being really loud is now a physical toggle on relevant headsets that starts off.
...
The span change for this mode is now just bolding, as what matters is the text looks different, as to stand out in the sea of green. It DOESN'T need to be as big as an attack message.
2015-12-24 19:37:10 -05:00
KorPhaeron
66ed7605d7
Command Headsets
2015-12-22 09:36:10 -06:00
duncathan salt
160d5428b8
Merge pull request #13474 from Shadowlight213/Aghost_control
...
Allows admins to interact with most machines like an AI [Review Ready]
2015-12-08 11:51:27 -06:00
duncathan salt
bea8d35ff5
Merge pull request #13437 from neersighted/clickable_stats
...
Refactor MC/Failsafe/add Subsystems
2015-12-07 19:58:46 -06:00
Shadowlight213
74c27189b9
Renames IsAGhost to IsAdminGhost.
...
Reworks checks to not need stat to be 0
Fixes the majority of the Nanoui bugs.
2015-12-06 20:21:43 -08:00
Bjorn Neergaard
34b717afb4
radio_controller -> SSradio, SSbp -> SSnpc
2015-12-04 22:25:24 -06:00
kingofkosmos
edb611f53d
Adds in-hand sprites for tracking beacon, pizza box and carp plushie.
2015-11-29 16:43:52 +02:00
phil235
d3ee910211
Makes effect system code more OOP.
...
obj/effect/effect is now renamed obj/effect/particle_effect for better usability.
datum/effect/system and /datum/effect/effect/system are now both /datum/effect_system.
Fixes a bug where wall mounted igniters (and other spark producing objects) didn't produce sparks sometimes.
Moved explosion_particles.dm into the effect_system folder, because it has effect_systems code.
2015-10-21 23:28:29 +02:00
bear1ake
f697ae90f5
removes a bunch of .0
2015-09-10 20:57:30 +09:00
Razharas
93b9f96cfa
Merge pull request #11341 from bgobandit/suicideisnotajoke
...
Adds/tweaks several suicide messages.
2015-09-06 06:42:00 +03:00
duncathan
51c09f16bf
makes all Destroy()'s return properly
2015-08-31 00:21:01 -06:00
xxalpha
19947d4fa0
Added qdel(wires) to a bunch of objects Destroy proc.
...
Return ..()
2015-08-27 11:10:58 +01:00
bgobandit
4fe28339c5
Makes requested changes.
2015-08-26 18:37:14 -04:00
bgobandit
4909600303
Adds/tweaks several suicide messages.
2015-08-23 15:02:34 -04:00
Firecage
4688c2c969
Fixes proc arguments
2015-07-15 23:52:35 +02:00
xxalpha
cfb5e724b6
Material container, all items can have materials, wake me up
...
cant wake up
go to sleep debug
2015-07-01 03:34:47 +01:00
xxalpha
0d6ac5c30c
Fixed being able to interact with electropack while wearing it.
2015-06-22 23:16:22 +01:00
xxalpha
b2e84a0d3c
Put drop_item() calls inside ifs. Replaced some drop_item() with unEquip(
2015-06-14 20:11:40 +01:00
Aranclanos
9b4b6bc1a6
Fixes all possible exploits with the AI tracking href link
...
Fixes 1128
Changes the href link of the AI tracking to be just the name displayed in-game instead of the reference of the mob.
Removes faketrack from atom/movable/virtualspeaker as it becomes useless.
2015-05-22 11:26:43 -03:00
GunHog
8974fe23fe
Fixes NTSL!
...
Radio transmissions made via NTSL now work again.
Moved the Centcom radio checks from 4 to 5 so it does not override other
things.
2015-04-25 22:31:51 -05:00
kingofkosmos
e371dd9f35
more spans
2015-04-24 20:52:00 +03:00
kingofkosmos
1d14471d00
Ellipses to waiting messages. Warning-spanclasses to failing messages with an exclamation mark.
2015-04-24 20:50:50 +03:00
Fayrik
558f46af1e
Forgot the encryption key sprite.
2015-04-18 00:41:15 +01:00