Bjorn Neergaard
961eeea661
Rewrite SSUs, tweak newly added UIs
2016-01-25 12:03:07 -06:00
Bjorn Neergaard
725e970cfd
Fix air alarm panic siphon
2016-01-25 12:03:04 -06:00
Bjorn Neergaard
c78e1ec2ac
Fix a lot of wire interactions
2016-01-25 12:03:03 -06:00
Bjorn Neergaard
014e83fec6
Fix tgui machine interactions status checks
2016-01-25 12:03:02 -06:00
Bjorn Neergaard
2f46b224ae
Fix air alarm hacking, raise SStimer display
2016-01-25 12:03:00 -06:00
Bjorn Neergaard
f3697fc7d6
Repath air alarms
2016-01-25 12:02:58 -06:00
Cheridan
b3240416b4
Merge pull request #14798 from MrPerson/come_on_guys
...
Fixes some awful defines to not be hacks
2016-01-24 21:15:14 -06:00
duncathan salt
10788ec515
Merge pull request #14785 from AnturK/aicardgui
...
Adds AI card tgui
2016-01-24 10:53:34 -06:00
tkdrg
b8ecaa07ea
Merge pull request #14791 from AnturK/mindswapfixes
...
Mindswap fixes
2016-01-24 13:31:51 -03:00
AnturK
9e8eca56a7
Adds AI card tgui
...
Removes the multiple AI's on one card semi feature.
2016-01-24 12:52:31 +01:00
Bjorn Neergaard
f0f5187f5c
Fix autolathe hacking
2016-01-23 18:56:38 -06:00
Bjorn Neergaard
e3b073a54a
Fix autolathe/airlock lights and remove spawn()
2016-01-23 18:56:36 -06:00
Bjorn Neergaard
2998624bc3
Fix tanks not showing they are connected to a mask
...
Fix wire pulse sound
2016-01-23 18:56:34 -06:00
Bjorn Neergaard
ca24badfb6
Fix wire feedback sound
...
Apparently wires used to play a default windows chime when cut, adding audible feedback
It was the windows 'bong' sound, and I'd rather not try to replicate it, so instead
we play the wirecutter sound very softly
2016-01-23 18:56:33 -06:00
Bjorn Neergaard
d712615db8
Fix tgui showing NaN, fix vending machines having no wires
2016-01-22 21:42:35 -06:00
MrPerson
e1b3815539
Fixes some awful defines to not be hacks
2016-01-22 19:07:37 -08:00
Bjorn Neergaard
20e647a598
Prefer += to .Add()
...
For @RemieRichards
2016-01-22 20:12:47 -06:00
Bjorn Neergaard
9274f9a027
Fix conflicts
2016-01-22 19:29:18 -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
99e5764719
Refactor pizza_bomb, tweak pizza_bomb sprites
...
Thanks to @WJohn for the pizza bomb core sprites, and updated pizza box sprites
Removes the pizza_bomb and replaces it with pizzabox/bomb. Adds a special bomb core
for pizza bombs (a pizza bomb core can be used on pizza boxes and regular bombs, but
regular bomb cores cannotbe used for pizza bombs), and tweaks wire code a little bit.
2016-01-22 19:22:11 -06:00
Bjorn Neergaard
909e7dddd7
Fix some small bugs in wire refactor; add all the colors!
2016-01-22 19:22:10 -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
AnturK
cda2f26d56
tgui wires initial
2016-01-22 19:13:23 -06:00
tkdrg
14f90d8f1e
Merge pull request #14748 from xxalpha/airlocktiming
...
Changed APC wire pulsing and airlock autoclose() to use timers.
2016-01-22 21:36:56 -03:00
AnturK
62bcb146f4
Fixes mindswap leaving keyless ghosts
2016-01-22 23:50:16 +01:00
AnturK
c6e8f6af59
Fixes mindswapping into aghosting admin
2016-01-22 23:16:05 +01:00
xxalpha
de44d7ec43
Changed APC wire pulsing and airlock autoclose() to use timers.
...
a
round
2016-01-20 21:26:44 +00:00
Bjorn Neergaard
1c34479376
Fix uplink code once and for all
...
Fixes #14733
2016-01-19 16:42:57 -06:00
duncathan salt
75755a12b8
Merge pull request #14710 from KorPhaeron/AI_fix
...
Fixes AI not recieving malf powers and cyborgs not recieving 0 law
2016-01-19 07:27:16 -06:00
Bjorn Neergaard
4a617062d8
Refactor uplinks; fix up tooltips and make uplink more interactive
2016-01-18 14:25:52 -06:00
Bjorn Neergaard
ff5d6292c8
tgui uplinks; repath uplinks
2016-01-18 14:22:00 -06:00
Bjorn Neergaard
0a7236d955
Allow relabeling any canister; port MULEbot to tgui
2016-01-18 14:21:56 -06:00
KorPhaeron
76ac836350
Law Fix
2016-01-17 22:17:38 -06:00
Razharas
28ac3268d1
Merge pull request #14660 from Menshin/flappyflaps
...
Generalized CanAStarPass() to all /obj
2016-01-17 15:33:39 +03:00
Menshin
828c1ddf2c
* Generalized AStar check for objects preventing passability
...
* Fixed AStar not detecting plastic flaps as impassable for mobs that can't pass them (fixes #14616 )
2016-01-16 15:27:31 +01:00
Nerd Lord
9455ace7b0
Fixes a few more incurable diseases
2016-01-15 14:23:23 -05:00
Nerd Lord
35f51004af
Fixes dna spread virus being impossible to cure
2016-01-15 14:19:42 -05:00
Razharas
4aea0db29b
Merge pull request #14120 from duncathan/listmos
...
[READY] Listmos & "Datum Gases"
2016-01-15 11:58:05 +03:00
Buggy123
033aa5d7b0
Update construct_spells.dm
...
Update soulstone.dm
Update constructs.dm
Update construct_spells.dm
Plz compile
Plz
Compile
Update construct_spells.dm
Update soulstone.dm
Update soulstone.dm
Sarawak
Update soulstone.dm
Update soulstone.dm
Update soulstone.dm
Update soulstone.dm
Update soulstone.dm
Update soulstone.dm
Update soulstone.dm
Update soulstone.dm
Update constructs.dm
Update constructs.dm
YES! YES! YES!
Update soulstone.dm
2016-01-14 17:32:49 -05:00
duncathan
e20eee52ad
fixes reconcile_air(); makes gas flow properly through pipes
2016-01-14 14:02:01 -06:00
duncathan
9066bc7c4f
Merge branch 'master' of https://github.com/tgstation/-tg-station into listmos
...
Conflicts:
code/controllers/subsystem/air.dm
code/datums/gas_mixture.dm
code/game/objects/items/devices/scanners.dm
code/modules/mob/living/carbon/human/species.dm
code/modules/mob/living/carbon/life.dm
tgui/assets/tgui.css
tgui/assets/tgui.js
tgui/scripts/interfaces/atmos_filter.ract
2016-01-13 20:07:21 -06:00
duncathan
d5086b27b4
fixes space superheating and air canisters not updating icons
2016-01-13 19:22:18 -06:00
Tkdrg
5589ac7559
Revert "Merge pull request #12935 from AndrewJacksonThe2nd/objectives_rework"
...
This reverts commit 52a45b6292 , reversing
changes made to 19b43ba668 .
Conflicts:
code/datums/mind.dm
2016-01-07 23:15:35 -03:00
hornygranny
deb5405d5b
Merge pull request #14459 from KorPhaeron/fusion
...
Temporary Revert Of Fusion
2016-01-07 13:13:09 -08:00
KorPhaeron
ff09481e5e
LSG
2016-01-07 01:48:50 -06:00
KorPhaeron
87b889ca76
Fusion
2016-01-06 18:36:49 -06:00
duncathan salt
50ebfa0f17
Merge pull request #14395 from MrStonedOne/nomoreminus1
...
Removes a bunch of sleep(-1) and spawn(-1) from the code
2016-01-05 22:16:17 -06:00
Aranclanos
3108162f1d
Merge pull request #14308 from tgstation/duncathan-patch-1
...
Cancelling while adding a custom objective no longer adds a free objective
2016-01-05 04:39:09 -03:00
duncathan salt
ede4a3b378
Merge pull request #14335 from KorPhaeron/refunds
...
Uplink refund refactor/fixes cyborg spawners not appearing in nuke purchase log
2016-01-05 01:11:26 +01:00