Commit Graph

166 Commits

Author SHA1 Message Date
tigercat2000 732c3b4ae5 Goonchat (#4744)
* bicon regex run

* Remove all \black

* Goonchat from /vg/ / Goon

Whoo!
Special thanks to @Tastyfish for the macro2html thing so all of our
horrible color macros keep working and don't fail horribly <3

* Fixes and changes n stuff

- Made ping sane again (the fuck PJ)
- Updated chat CSS
- Fixed like one problem with a color macro

* whoops

* Restore /vg/'s pingloop stuff (used to avoid fucking up is_afk)

* Strip problematic tags from tcomm scripts

- <audio>
- <video>
- <iframe>
- <script>

* Fix human examine icon

* Name hotkey elements

* Removed old stylesheet
2016-06-23 16:56:15 -04:00
Isaac Erwin 8c37ba7ba1 Fixes the charcoal suit's description
The tie is blue, not red. Literally unplayable.
2016-06-12 04:05:16 -04:00
Tastyfish 57abc28c73 Fixes holsters and potentially other accessories with action buttons 2016-06-01 20:30:57 -04:00
Fox McCloud c70c8d9c39 Merge pull request #4304 from Aurorablade/JustTraitorThings
Crazy Fethas Traitor Emporium of Horrors
2016-05-04 01:22:13 -04:00
Aurorablade dbc65dc7ec tweaks on feedback 2016-04-30 16:04:56 -04:00
Aurorablade 7e405427aa changess 2016-04-29 02:09:05 -04:00
IK3I ec4ba9f5f6 Prevents Holstering of No-Drop items 2016-04-28 18:00:44 -05:00
Aurorablade 7a99d8fe74 Crazy Fethas Traitor Emporium of Horrors 2016-04-27 19:09:21 -04:00
Tigercat2000 78f53553f8 Reduce lines by removing blank lines added by PJ's script 2016-04-05 08:25:57 -07:00
Tigercat2000 9d430844c3 Replace most (if not all) output << operators with to_chat(user, message)
Currently, to_chat is literally just a proc that does user << message.
But it'll let us do output modification in the future, especially for
something like Goon's HTML chat.

Big thanks to PJB for his to_chat script, see
https://github.com/d3athrow/vgstation13/pull/6625 for more details.
2016-04-05 08:15:05 -07:00
Tastyfish d71b2bf4d2 Fixes simple animal destroy / death alarm 2016-03-23 07:55:32 -04:00
Tastyfish e98484e103 allows collars to be used as id for doors 2016-03-20 09:34:36 -04:00
Tastyfish 492ed2f16e Corrects CentComm spelling 2016-02-22 04:39:10 -05:00
Crazylemon64 5a105a979b Even even more sanity checks 2016-02-15 19:22:48 -08:00
Crazylemon64 3e41bf62b4 Adds further checks to attaching accessories 2016-02-15 19:22:04 -08:00
Crazylemon64 41fdd62d5c Makes things a tad bit better grammarwise 2016-02-15 19:10:54 -08:00
Crazylemon64 09a5764c3b Lets you put accessories on other people by attacking them with it 2016-02-15 19:01:00 -08:00
Fox-McCloud f5220f7ce3 Assault Surplus Create and Knife Refactor 2016-01-22 10:04:24 -05:00
Fox-McCloud 5069d949bd Ports TG's Tesla Engine 2015-12-24 00:40:20 -05:00
Tastyfish f39649be57 added hear_message, like hear_talk but for audible emotes, voice analyzer & newscaster support 2015-12-13 04:36:41 -05:00
Fox-McCloud a32b31d9b4 Adds Custom Strip Delays 2015-11-06 22:34:55 -05:00
Markolie bff7a9a80c Replace _color with item_color 2015-10-05 19:55:14 +02:00
Markolie e96103a02b Fluff item clean-up 2015-09-25 04:31:30 +02:00
Markolie f41f0a59fe Guns update 2015-09-14 04:05:20 +02:00
Fox-McCloud c24953cc9a Merge pull request #1960 from KasparoVy/master
Adds Vox Sprites for all Remaining Clothing/Under/ + Ghost Uniform
2015-09-10 01:13:43 -04:00
KasparoVy 962234f7b4 Fixes Really Black Jumpsuit
Before, on wearing, it'd show the exact same sprite as the 'black
suit'-- while this was clearly unintended. Now shows the correct sprite
(for humans as well!)
2015-09-09 23:54:46 -04:00
KasparoVy 535805e4b4 Cleaning out all the species_fit and sprite_sheets 3 2015-09-08 22:10:33 -04:00
KasparoVy 5a9b733173 Cleaning out all the species_fit and sprite_sheets 2 2015-09-08 22:09:50 -04:00
KasparoVy 24240217c1 Cleaning out all the species_fit and sprite_sheets
Thanks @Fox_McCloud, I missed those
2015-09-08 22:09:24 -04:00
KasparoVy e2a0445ce0 Adds Vox Sprite for Everything in clothing\under + Some Fixes
Exactly as the title says, however the fixes include sorting out the old
ripped Vox uniforms and moving all the species_fit and sprite_sheets.

Crapload of sprites being added here.
2015-09-08 21:54:34 -04:00
Tigercat2000 87026b48e1 Fixes wrong a_intent, blame 8fae0f02 2015-09-08 18:13:23 -07:00
Tigercat2000 be92665871 Replace magic intent words with defines, grab fixes
This commit does the following:
 - Replaces all instances of magic intent words, like "harm" and
 "help" with defines, I_HELP, I_DISARM, I_GRAB, I_HARM

 - Fixes a few manual grab instances left over in attack_alien, they
 will now used grabbedby()
2015-09-07 11:51:00 -07:00
TheDZD fe2a3ef960 Merge pull request #1954 from Fox-McCloud/material-datums
Material datums, Recycler Refactor, and Additional Item Materials
2015-09-05 19:36:15 -04:00
KasparoVy 80ac7a3769 Adds Vox sprites for remaining medsci clothing items, reformats code
Adds Vox sprites for the Mortician's black scrubs (which was missing for
whatever reason), the Psychiatrist's regular uniform + turtleneck, and
all the 'new' suffixed uniforms (just in case).
2015-09-05 18:27:39 -04:00
KasparoVy e5a5040363 Adds Vox Mechanic sprite, reformats code
Adds a Vox Mechanic sprite and reformats the code in
code\modules\clothing\under\jobs\engineering.dm as now every obj has a
Vox sprite
2015-09-05 18:19:29 -04:00
KasparoVy 6aafe15f18 Adds Vox sprites for remaining civviejobs, reformats code
Adds Vox sprites for the Clown, Mime, Hopwhimsy and Barber--
reformatting the code accordingly as now every obj in this list has a
Vox sprite
2015-09-05 18:14:58 -04:00
Fox-McCloud 64b2bb3784 Merge remote-tracking branch 'upstream/master' into material-datums 2015-09-04 22:53:20 -04:00
Fox-McCloud ea6bfdf758 upgradeable recycler 2015-09-04 19:41:42 -04:00
KasparoVy 10a1e75d79 Adds Vox Security Uniforms
Adds a Vox version of every security uniform with the exception of the
jackets.

Picture coming soon!
2015-09-04 03:10:27 -04:00
KasparoVy 236dee303b Unnecessary spaces 2015-09-03 17:31:27 -04:00
KasparoVy 0e10bd2cc3 Fixes Psychedelic Jumpsuit
It wasn't using the Vox sprite because I'd forgotten to give this one a specific species_fit and sprite_sheets as it isn't a child of obj/item/clothing/under/color/
2015-09-03 17:29:41 -04:00
KasparoVy 34d7b280dc Put Jerseys back
Because travis, and apparently it IS used for something despite my not
finding any sprites for it (even for HUMANS). I guess I'll have to look
harder
2015-09-03 14:57:32 -04:00
KasparoVy 038011441f Missed a spot 2015-09-03 14:46:22 -04:00
KasparoVy 2937382b15 Moves Species_fit and Sprite_sheets to /obj/item/clothing/under/color, Removes Jerseys
Greatly reduces code as per Fox' suggestion. I outright snipped out the red and blue jerseys at the bottom because in the human icons/mob/uniform.dmi there aren't even sprites for it, and I've never ever heard of it being used. The blackf suit appears to use the same sprite as the black suit, so I figured that'd be alright too.
2015-09-03 14:45:41 -04:00
KasparoVy 255e0bd6a8 I'm dumb 2015-09-02 02:08:54 -04:00
KasparoVy 54376d4cff Vox Coloured Uniforms
Adds a Vox sprite for every single coloured uniform in color.dm and
implements it.

Had this PR waiting 'cause the stupid way I do things only allows me to
do one at a time, haha.

Anyway, you're going to have to use your imagination for this one-- as
it would be an insane amount of work to photoshoop every single sprite
onto a Vox and make a rainbow out of the lot of them.

I really wish my Dream Daemon wasn't broken.
2015-09-02 01:44:20 -04:00
KasparoVy 5d8df1e002 Fixes Vox Grey Jumpsuit
Previously the only way you'd ever see the correct Vox grey jumpsuit sprite was if you were holding it in-game or looking at the sprite in vox/uniform.dmi.

No longer! Now if a Vox player wears this jumpsuit it will look in the correct location for the sprite instead of giving them an ill-fitting human one.

Fixes part of #1130.
To fix the rest of that issue report, unfortunately-- as I'd not figured out then-- sprites for all the other colours of uniforms will need to be made and lines 51-54 copypasted to each jumpsuit code block that's added in.

I'll rewrite #1130 accordingly and see if I can work out those sprites some other time.

Before PR: <Picture Here>

AFTER PR: http://i.imgur.com/phSVZpK.png
2015-08-25 21:48:47 -04:00
Fox-McCloud ffdca82944 Pants Fix 2015-08-24 03:20:10 -04:00
DZD d9bb30f47a Replaces typesof with subtypesof where applicable 2015-08-03 11:04:28 -04:00
ZomgPonies b2e821ebb0 Fixes fancy uniform 2015-06-18 16:24:04 -04:00