Commit Graph

25528 Commits

Author SHA1 Message Date
Armhulen 960837c16b quickie fixies (#38511) 2018-06-16 02:33:29 -04:00
Tad Hardesty 695f2a3af5 [s] Prevent unbreakable ladders from being moved by shuttles (#38477)
* Prevent unbreakable ladders from being moved by shuttles

* Disconnect ladders before and reconnect them after shuttle move
2018-06-15 22:43:42 -04:00
Jordan Brown 9bcba47654 Merge pull request #38456 from theo2003/circuit_scan
Players who edited a circuit assembly can scan it as a ghost.
2018-06-15 15:03:48 -04:00
Jordan Brown 78e7c5f3b5 Merge pull request #38482 from DaxDupont/syndicatemess
Add syndicate headset messages, squashes both together.
2018-06-15 13:52:12 -04:00
bgobandit d5afe5add1 Guide to Advanced Mimery spellbooks will grant the vow of silence spell if the user doesn't have it already. (#38474)
* The mime spellbooks grant you Vow of Silence.

* no longer grants duplicate spells
2018-06-15 02:18:16 -07:00
CitrusGender 1975524bdd Fixes rudimentary admin panel transformations not logging (#38473) 2018-06-15 02:17:41 -07:00
Tad Hardesty 2f8f166d88 Merge pull request #38287 from ninjanomnom/signal-define
Use a define to speed up sending signals to datums with no signals
2018-06-14 22:17:01 -07:00
Tad Hardesty a994ac5bc5 Allow cancelling partway through Manipulate Organs (#38471) 2018-06-14 17:12:26 -04:00
81Denton d706e52c5b Reverts #36364 (#38469) 2018-06-14 17:12:08 -04:00
81Denton 842a952f9f Pubby: fixes boozeomat and disposals issues (#38466)
* removes duplicate poster, moves disposals bin

* boozeomat x2
2018-06-14 17:10:48 -04:00
theo2003 5bdf30b3ff Players who edited an integrated circuit assembly can scan it after dying. 2018-06-14 22:37:35 +03:00
Jordan Brown 78cedc91ff Merge pull request #38451 from AutomaticFrenzy/patch/antag-nullspace
Fix some nullspacing bugs with antag spawners
2018-06-14 15:27:19 -04:00
Jordan Brown 9508014bef Merge pull request #38452 from AutomaticFrenzy/patch/examinate
Fix being able to examine out-of-view turfs
2018-06-14 15:27:09 -04:00
Jordan Brown c99a6ac48d Merge pull request #38453 from AutomaticFrenzy/patch/snowdin-species-check
Fix some Snowdin badcode
2018-06-14 15:25:58 -04:00
Dax Dupont 2eff5a4662 Forgot to remove this 2018-06-14 13:52:51 +02:00
Dax Dupont 9ed24a5ed2 merge 2018-06-14 13:47:34 +02:00
Dax Dupont 57f1fb4889 Adds Syndicate headset messaging 2018-06-14 13:43:04 +02:00
oranges 200caab258 Revert "Adds exotic and talking corgi crates" (#38454)
* Revert "Automatic changelog generation for PR #38276 [ci skip]"

This reverts commit 08e5c52f5f.

* Revert "Adds exotic and talking corgi crates (#38276)"

This reverts commit d83bc2c874.
2018-06-14 12:41:08 +02:00
Nich 67ff23a9a1 Makes the TEG deconstructable (#38056)
* Directional icons

* and the code for the circulator icons

* deconstruction and usability of TEG/circulator

makes both deconstructable, unanchorable and able to check for their counterparts. Also improves the TEG so it doesn't need to be facing south, and allows circulators to be on either side

* circuitboard and a pixel_x/y issue

* and adds rotation

* tool_act and circulator defines

* components!

* Update circulator.dm

* Update generator.dm

* Adds disconnectFromGenerator to the circulator's destroy
2018-06-14 11:20:42 +02:00
Tad Hardesty 75aa8ec4b2 Add "Fit Viewport" verb to automatically size the map window (#38351)
* Add a verb to automatically size the map window

* Add a preference to auto-fit the viewport
2018-06-14 10:03:16 +02:00
Dax Dupont da5ede5ff7 Admins can now send CentCom messages as an alternative to SMs (#38401)
* Admins can now send CentCom messages as an alternative to SMs for a more ICly feel.

* aaaa

* oh shit its easy

* aaa
2018-06-14 00:23:44 -07:00
Tad Hardesty a211dce412 Fix widescreen turf examine 2018-06-13 18:17:22 -07:00
81Denton 8806ac64fd Adds comments to access defines, renames power equipment (#38444) 2018-06-13 17:45:45 -07:00
Emmett Gaines 02a58e2017 Switches over vars[] access to vis_contents proper (#38448) 2018-06-13 17:24:45 -07:00
ShizCalev e5886b49d7 Cleans up some timer messages (#38446) 2018-06-13 17:12:18 -07:00
ninjanomnom d483ff3ef0 Regexes
`([^_\.])SendSignal\((.+?)\)` -> `\1SEND_SIGNAL(src, \2)`
`([\.\w]+?)\.SendSignal\((.+?)\)` -> `SEND_SIGNAL(\1, \2)`
2018-06-13 19:19:23 -04:00
Dax Dupont 93fb5313ad aaa 2018-06-13 20:03:58 +02:00
Dax Dupont f83008185a oh shit its easy 2018-06-13 19:37:42 +02:00
Dax Dupont bc99fc4b31 aaaa 2018-06-13 19:23:59 +02:00
Tad Hardesty 257e4b1642 Turf grammar omnibus (#38375)
* Fix plurality and propriety on turfs

Some turfs are marked tentatively plural in order to avoid an incorrect
choice of "a" or "an".

* Add an article var to handle unusual a/an

* An additional pass on turf names

* Decapitalize server, mainframe, killroom floors
2018-06-13 05:42:29 -04:00
chesse20 d83bc2c874 Adds exotic and talking corgi crates (#38276)
* add exotic corgis

* add talking corgi crate

* make talking corgi epic

* remove old codew
2018-06-13 05:39:54 -04:00
CitrusGender 7713aa5058 Fixes null bullets from being fired after they're deleted (#38437)
* Adds handle_atom_del check to if deleted bullets are equal to ammo type and chambered round.

* works for me

* Update _box_magazine.dm
2018-06-13 05:38:15 -04:00
cacogen 5c7613c4ff You can see what other people eat or drink (#38395)
* Makes drinking message visible to others

* Makes swallow message visible to other people

* Adds visible messages for eating

* Update snacks.dm

* Update snacks.dm

* Update objs.dm

* Update drinkingglass.dm

* Update pen.dm

* Update drinkingglass.dm

* Update drinkingglass.dm

* Update drinkingglass.dm

* Update drinks.dm

* Update condiment.dm

* Update snacks.dm

* Adds a few extra reagents to the borg shaker

* Update drinkingglass.dm

* Update drinkingglass.dm

* removes blood as a borg shaker reagent
2018-06-13 05:34:54 -04:00
AnturK fd6851ef8d Fixes drunken scientist R&D point gain. (#38432)
* Fixes drunken scientist point gain.

* Only R&D points

* Didn't mean to add this newline here.
2018-06-13 05:26:34 -04:00
AnturK 80d828901b Fixes chem heater trying to heat up empty beakers. (#38434)
* Fixes chem heater trying to heat up empty beakers.

* Typo
2018-06-13 05:24:57 -04:00
Dax Dupont 4e3eff4f73 Equalizes thresholds on being fat (#38383) 2018-06-13 03:56:24 -04:00
Armhulen 82c2bffe9d Adds a new drink: Peppermint Patty from Archer! (#38427)
* Sprites!

*  S_______ W________

* Candyland snuck into pr... Check!

* removal of candyland extract

* candyland but not the sprites yet.

* fixes :)

* Whoops, lets fix that too
2018-06-13 03:49:44 -04:00
XDTM af50573d85 Virus crates now contain randomly generated viruses instead of single-symptom advance presets (#38412)
* Virus crates now contain randomly generated viruses instead of single-symptom advance presets

* fix

* mapswap
2018-06-13 00:44:19 -07:00
Mickyan eb9fa0d8f5 Add pacifism check for screwdriver/bottle attacks (#38416) 2018-06-13 00:22:26 -07:00
XDTM a1037d1039 Androids are immune to radiation (#38420) 2018-06-13 00:17:27 -07:00
Tad Hardesty 610e19b39e Fix some Snowdin badcode 2018-06-13 00:07:30 -07:00
Tad Hardesty abbc32e0a1 Fix being able to examine out-of-view turfs 2018-06-13 00:06:20 -07:00
Tad Hardesty a8806cb0dc Fix some nullspacing bugs with antag spawners 2018-06-12 23:48:27 -07:00
Jordan Brown 9089af581d Merge pull request #38414 from XDTM/cold_never_bothered_me_anyway
RESISTCOLD trait now prevents damage and slowdown from cold, instead of preventing cold itself
2018-06-12 18:16:53 -04:00
Jordan Brown 3dcf793cc7 Merge pull request #38422 from DaxDupont/hydroponics
[s] Fixes exploit where botany trays can be refilled at no cost.
2018-06-12 11:45:15 -04:00
oranges 75575f4ae8 Merge pull request #38366 from AutomaticFrenzy/patch/fire-overlay
Replace area-wide fire overlay with reddening the lights
2018-06-12 11:48:47 +12:00
oranges fb6a61b5cb Merge pull request #38360 from ShizCalev/key-cleanup
Cleans up some logging
2018-06-12 11:48:21 +12:00
oranges 9b3561e805 Merge pull request #38382 from AutomaticFrenzy/patch/squash-no-markup
Make chat squashing HTML-agnostic II
2018-06-12 11:46:37 +12:00
oranges 124d9b081c Merge pull request #38380 from AutomaticFrenzy/patch/vr-plasmemes
Give plasmamen their plasma suits in VR
2018-06-12 11:46:26 +12:00
oranges 5a079bae42 Merge pull request #38378 from AutomaticFrenzy/patch/deaf-borg-mods
Fix deaf people hearing borg modules going offline
2018-06-12 11:45:56 +12:00