Commit Graph

5354 Commits

Author SHA1 Message Date
Tigercat2000
c562680098 Merge remote-tracking branch 'origin/master' into bay_examine
# Conflicts:
#	code/game/objects/structures/displaycase.dm
2015-09-15 14:08:36 -07:00
Fox-McCloud
873f209079 Merge pull request #1997 from tigercat2000/sneks
Alternate tail/body/whatever-can-fit-on-the-tail-layer system
2015-09-15 16:20:16 -04:00
Fox-McCloud
3aa9563f2b Merge pull request #2049 from Markolie/display
Display case update
2015-09-15 16:02:43 -04:00
Markolie
e64ac23677 Further display case improvements 2015-09-15 18:47:19 +02:00
Markolie
c43987fe3c Make Poly sit on computers again 2015-09-15 17:41:15 +02:00
Fox-McCloud
76eb759ff6 Merge pull request #2043 from tigercat2000/autohiss
Autohiss + Baydev language update.
2015-09-15 00:16:41 -04:00
Markolie
90f722d752 Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into intercom
Conflicts:
	code/modules/projectiles/guns/projectile/automatic.dm
	icons/mob/back.dmi
2015-09-15 04:18:27 +02:00
Fox-McCloud
be375d98b9 Merge pull request #2014 from veganzombeh/virus1
pAIs can no longer force people on help intent to pick them up.
2015-09-14 20:38:10 -04:00
Fox-McCloud
bde7e6bc42 Merge pull request #2037 from Markolie/CMA
Add Sergeant Araneus
2015-09-14 20:37:59 -04:00
Tigercat2000
f01b8f122c Remove snake body until better sprite can be found 2015-09-14 15:44:34 -07:00
veganzombeh
351beaad3f Fixes indentation 2015-09-14 21:49:59 +01:00
Markolie
84c60aa560 Monkey/human transform fixes 2015-09-14 22:13:32 +02:00
Tigercat2000
0603f73232 Bay12 examine overhaul.
This commit overhauls the examine system to baystation's latest system,
including a more efficient verb approach, and a new status panel tab,
which shows more information for pre-defined objects.
2015-09-14 11:51:40 -07:00
Markolie
59b78376e9 Display case update, some forceMove updates 2015-09-14 20:21:56 +02:00
Tigercat2000
0c7b59748c Change preference name to 'Auto-Accent' on @Fox-McCloud's recommendation. 2015-09-13 22:16:22 -07:00
Tigercat2000
d900ea027e Add autohiss for kidan & plasmamen 2015-09-13 22:09:28 -07:00
Tigercat2000
3cb26eca23 Autohiss
This commit adds a system (fully client-toggled) to allow unathi and
tajaran to "auto-hiss". This means that, for unathi, "S" will be
automatically extended to "Ss", "Sss", or "Ssss". Which one it changes is
based on a random pick().

There are three modes, off, basic, full.
Off, is obviously, off. It does nothing. This is the default setting.
Basic, for unathi, enables the S extensions, and for tajaran, enables the
"R" extending.
Full, for unathi, enables the S extensions, alongside replacing "X" with
"Ks". It does not currently do anything extra for Tajaran.

Sinta'Unathi is unaffected for Unathi, Siik'Tajr is unaffected for
Tajaran.

On baystation, NO_STUTTER languages would also be unaffected (the noise
language). However, we do not have NO_STUTTER languages. So it hilariously
does affect the noise language. "Zartulnal Hharar dancess."
2015-09-13 21:08:46 -07:00
Tigercat2000
11aeb6367c Update to baydev language code
This commit updates all (hopefully) of language code to the dev branch of
bay12.

Notable changes:
 - Silicon and Human say() have been reduced, via moving a large chunk of
   language code to /living/say()
 - say_quote is no longer 'deprecated' (i don't think it ever was), as
   say() uses it.
 - HULK, COMIC, slurring, and stuttering's speech effects should now work
   properly for all living mobs.
 - Drone only-transmit-to-other-drones code is much less messy now.
2015-09-13 20:49:40 -07:00
Markolie
bfa70de3a0 Add Sergeant Araneus 2015-09-14 01:32:49 +02:00
Markolie
2b23ba0048 In-hands can now be any size 2015-09-13 23:00:31 +02:00
Markolie
ca6c7d10ba In hand sprite overhaul 2015-09-13 22:44:18 +02:00
Markolie
aaeac981b9 Temperature gun update 2015-09-13 21:05:23 +02:00
Fox-McCloud
9970e8bdd8 Merge pull request #2015 from Markolie/intercom
Fixes
2015-09-13 02:20:06 -04:00
Aurorablade
9886775a61 typo fix 2015-09-13 00:06:30 -04:00
Tigercat2000
82002c1c46 Get rid of pointless get_ procs 2015-09-12 15:33:59 -07:00
Markolie
f281dff7fc Radiation damage fix 2015-09-12 18:51:24 +02:00
veganzombeh
21d36362b7 Fixes non-pAI mousedrop 2015-09-12 17:51:15 +01:00
Markolie
8947709afd Fixes 2015-09-12 18:30:39 +02:00
veganzombeh
bb18efcc08 Checks the pAI is the mousedropper. 2015-09-12 16:30:20 +01:00
veganzombeh
ce768eae26 pAIs can no longer force people on help intent to pick them up.
Apparently, pAIs could force people to pick them up by dragging themselves onto a person on help intent. This adds an alert which makes it a bit more clear what's happening, and requires the person to agree, similar to the give verb.
2015-09-12 16:14:21 +01:00
Tigercat2000
49b54508cd Allow anyone with a body_accessory to use the tail-wag verbs. 2015-09-12 08:02:58 -07:00
Tigercat2000
aa508b42a6 Change pixel_offsets list into two variables for efficiency 2015-09-12 07:58:24 -07:00
Mark van Alphen
04bc49f29e Merge pull request #2004 from Fox-McCloud/blob-rebalance
Blob Rebalance
2015-09-12 01:36:49 +02:00
Mark van Alphen
1361b153e0 Merge pull request #2003 from veganzombeh/mimic
Mimics that copy machines or devices are affected by EMPs.
2015-09-12 01:36:42 +02:00
Markolie
570b90393d Fix Vox socks 2015-09-11 20:10:10 +02:00
veganzombeh
3e72c4cf83 Checks and Argument changes 2015-09-11 11:09:10 +01:00
Markolie
d5a3fb57ea Add cooldown to pAI card/drone reactivations 2015-09-11 06:51:14 +02:00
Markolie
caf5603822 Properly remove shadowling/cult status from robots 2015-09-11 06:46:07 +02:00
Fox-McCloud
f31bf75764 Blob Rebalance 2015-09-10 19:12:59 -04:00
veganzombeh
81e9de94af Machine/device mimic EMP 2015-09-10 23:27:17 +01:00
Tigercat2000
7ce1d0595e Add FullofSkittle's alt. vulp tails, fixes 2015-09-09 18:18:02 -07:00
Mark van Alphen
cceffcbbf9 Merge pull request #1976 from Fox-McCloud/xeno-tweak
Respawn as NPC Tweak: Xeno Removal
2015-09-10 01:17:20 +02:00
Mark van Alphen
450b89eb6e Merge pull request #1981 from Fox-McCloud/rnd-cargo
R&D Update and Fix & Cargo Tweaks
2015-09-10 01:15:26 +02:00
Fox-McCloud
1d7db62047 Merge pull request #1965 from FalseIncarnate/master
Unknown Language Fix, Shrimp Recipe Tweak
2015-09-09 03:08:45 -04:00
FalseIncarnate
76817f8c59 Language and IPC Random Name Fix
Fixes an incorrect language datum path that was the true culprit for the
"an unknown language" option.
- Fixing this path also has fixed IPC random names being random strings
of 0's, 1's, and the occasional 2.

Re-consolidated the vars for the /datum/language define to be in a
single code block

Adds a new proc for clients that lists all language names, their path,
and whether they are restricted.
- Can only be called via proc-call
- For debugging purposes only, please do not use on live server as it
will spam chat due to sending the messages to world.
2015-09-09 02:43:40 -04:00
Tigercat2000
6617ae1a5a Merge branch 'master' into sneks
Conflicts:
	SQL/paradise_schema.sql
	code/modules/client/preferences_mysql.dm
2015-09-08 07:36:49 -07:00
Tigercat2000
ee32c0a35a Merge branch 'master' into intent_define
Conflicts:
	code/modules/reagents/Chemistry-Reagents.dm
2015-09-08 04:43:13 -07:00
Fox-McCloud
28bcd7e78b R&D Update and Fix & Cargo Tweaks 2015-09-07 20:03:06 -04:00
TheDZD
0fdfae99ba Merge pull request #1966 from Fox-McCloud/health-assembly
Health Assembly
2015-09-07 17:24:52 -04:00
Mark van Alphen
6c1208e18f Merge pull request #1819 from Aurorablade/GoOnYourFeet
[Sprite] [TG Port] Things that go on your feet
2015-09-07 22:31:21 +02:00