Commit Graph

5923 Commits

Author SHA1 Message Date
dumpdavidson af60eefc19 Merge branch 'master' of https://github.com/tgstation/-tg-station into addvoiceanalyzer
Conflicts:
	html/changelog.html resolved using their entire file
2013-08-24 10:29:02 +02:00
Cael Aislinn 53415eff7f Merge pull request #1219 from Aranclanos/WindowsAndGrillesGC
Windows and grilles garbage collet
2013-08-23 17:36:00 -07:00
Cael Aislinn e9d5a3fbfa Merge pull request #1216 from Aranclanos/DisposalInitialize
Disposals spawning with air.
2013-08-23 17:34:11 -07:00
Cael Aislinn 5631d144f9 Merge pull request #1217 from dumpdavidson/nosleepAI
Removal of sleep/rest verbs for most mobtypes, fix for forcefeeding brains
2013-08-23 17:24:30 -07:00
Cael Aislinn 4a433db15d Merge pull request #1210 from dumpdavidson/petborg
Pet borgs, remove cells as a monkey
2013-08-23 17:16:40 -07:00
dumpdavidson 085e0c7eb4 Moved mob_sleep and lay_down away from screen.dm as there hasn't been an ui item associated with them forever.
mob_sleep and lay_down are now procs of mob/living, added as verbs to whichever mob should have the ability to sleep or lay down (alien, monkey, human as of now)
2013-08-23 17:54:36 +02:00
Cael Aislinn 2f698f5c7c Merge pull request #1197 from Cheridan/Admin
Admin Log Tweaks
2013-08-23 07:20:45 -07:00
Cael Aislinn 787f02b7a2 Merge pull request #1161 from KazeEspada/monkeys
Monkey fixes
2013-08-23 07:12:43 -07:00
Cael Aislinn 12e8a54e13 Merge pull request #1170 from Cheridan/Cult
Nar-sie change + Construct Names
2013-08-23 07:07:22 -07:00
Cael Aislinn 6661ce81b9 Merge pull request #1205 from dumpdavidson/emp_overhaul
EMP-kit
2013-08-23 06:57:51 -07:00
Cael Aislinn 3b303325b8 Merge pull request #1209 from Carn/Ian
Fixes #1208 - there was a return instead of a continue
2013-08-23 06:55:27 -07:00
Aranclanos 69c85fa4e9 Makes windows and grilles garbage collect. This will make fires a LOT less laggy. And singularities a bit. 2013-08-23 09:42:50 -03:00
dumpdavidson 4b54dd8074 Removed sleep/rest verb from non-carbon mobs, slimes and brains.
Fixed the possibility to forcefeed brains snacks.
Removed the countdown of various status effects in brain's life() proc that shouldn't happen to brains anyway.
2013-08-23 14:12:12 +02:00
Aranclanos ff6ba43737 Makes disposal start the round with air inside, depending the air of their loc. This will slightly reduce atmos roundstart lag. Around 150~ compare calls per tick for 5 minutes removed. 2013-08-23 08:06:14 -03:00
Cheridan cc1e3d2b6d Merge pull request #1178 from caelaislinn/pugs
Adds pugs, makes pugs orderable via cargo
2013-08-22 22:52:48 -07:00
Cheridan 2d6768c1e9 Merge pull request #1185 from VistaPOWA/npc_behaviour_fix
Stops idle syndicate mobs from destroying surroundings
2013-08-22 22:47:42 -07:00
Cheridan 766dc65c47 Merge pull request #1172 from kyiakl/Xeno
Issue #1012 Fix
2013-08-22 22:41:58 -07:00
Cheridan 7274c58078 Merge pull request #1193 from Giacomand/lastapc
APC Runtime Fix
2013-08-22 22:38:49 -07:00
Cheridan d44873546f Merge pull request #1183 from Tenebrosity/consistenttimeanddate
Fixed #721 - Consistent time and date
2013-08-22 22:35:16 -07:00
Cheridan b3594e438e Merge pull request #1204 from Carn/raceblock
Randmutb will no longer select and mutate RACEBLOCK - mutagen, cloning, ...
2013-08-22 21:23:19 -07:00
Cheridan e6f025d350 Narsie eats everyone. 2013-08-22 22:18:30 -05:00
Cheridan ede4192a60 Removes the "Remove All Notes" options from Player Notes. Ckeys are cleared from the list automatically when the last of their notes are erased. 2013-08-22 16:07:10 -05:00
dumpdavidson e196c41416 Added the voice analyzer from #581 to the autolathe and assistant vending machine. 2013-08-22 17:37:15 +02:00
dumpdavidson e9f269b427 You can now pet borgs as a human or monkey.
Monkeys can now remove cells from borgs (they could insert them and use every tool on them, just not remove cells).
2013-08-22 15:17:23 +02:00
carnie 3452f93692 Finalizing fixes 2013-08-22 13:05:14 +01:00
carnie 4ba53e0eeb Fixes some more issues with sechuds - you can no longer look at yourself to change your status - setting somebody else's status no longer incorrectly uses your name for the record-lookup 2013-08-22 12:12:32 +01:00
carnie f33c09b0c5 Fixes #1208 - there was a return instead of a continue
Corgis now get a love-heart float above their head and yap happily when you pet them (only visible to the person petting them).
2013-08-22 11:37:04 +01:00
dumpdavidson 5b6c126a1a Adds EMP implant.
Replaced the EMP grenades from the uplink with an EMP kit.
The kit contains a grenade, an implant and a flashlight with 5 uses that can EMP any object or mob in melee range.
2013-08-21 21:48:37 +02:00
dumpdavidson 55f7f2a1d5 Adds a special flashlight that can be used five times to directly inflict strong EMP on an object or mob at close range. 2013-08-21 20:51:02 +02:00
carnie e217ef760e Randmutb will no longer select and mutate RACEBLOCK - mutagen, cloning, radiation-events etc will no longer cause this block to change.
IsBanned() now only processes the key into a ckey once...rather than several times.
2013-08-21 15:45:03 +01:00
Aranclanos d94ccf7c83 Made all unsimulated/wall turfs have block_air = 1 instead of only the fakeglass walls 2013-08-21 02:29:47 -03:00
Cheridan dfa2750f41 The auto-notes which are added when a ban is applied won't cause logs. 2013-08-21 00:14:57 -05:00
Cheridan be4625fce6 Admin Log Tweaks
-Wire cut logs are now accessed via the Investigate verb, instead of popping up in the admin chat log.
-Wizard Fireball explosions no longer create admin chat log messages either.

-Adding and removing Player Notes is now logged.
-The note that is added automatically to people who get banned, now displays the duration of ban.
2013-08-20 21:51:39 -05:00
Giacomand 6446fc6993 Added comments to the airlock to help prevent this happening in the future. 2013-08-20 22:02:12 +01:00
Giacomand 6c26a1b26a The APC's extra Topic() parameter was causing a runtime to occur when you used ..(). Fixed it by removing the parameter and re-arranging the code so it wasn't required. Fixes Issue #1148. 2013-08-20 21:58:35 +01:00
Transexuality 42410b9006 Changes spaces to indents 2013-08-20 23:28:27 +12:00
VistaPOWA 537e422afc oops, missed a mob 2013-08-20 03:03:33 +02:00
VistaPOWA a867353329 Removed redundant var idle_env_destroyer from hostile mobs 2013-08-20 00:39:05 +02:00
VistaPOWA 30d5ccb1d6 Makes hostile mobs destroy their surroundings by default. 2013-08-19 19:31:04 +02:00
kyiakl ea4c604738 Update surgery_step.dm 2013-08-19 12:49:23 -04:00
kyiakl 9cdbcf115c Update surgery_step.dm 2013-08-19 08:11:34 -04:00
Cael Aislinn 01e87ce2a9 Merge pull request #1186 from VistaPOWA/disposals
Added delay to Disposals sounds
2013-08-19 03:22:04 -07:00
Cael Aislinn 635454486a Merge pull request #1188 from MrPerson/waterflower
Made the clown's waterflower a child of spraybottles
2013-08-19 03:18:47 -07:00
Cael Aislinn 03ff285876 Merge pull request #1184 from Scottzar/master
Adds a recipe for appendix burgers.
2013-08-19 03:11:49 -07:00
Cael Aislinn 2a451e7a75 Merge pull request #1167 from Giacomand/stampcham
Chameleon Stamp
2013-08-19 02:51:58 -07:00
Cael Aislinn b25efc1e3a Merge pull request #1159 from Giacomand/malftransforming
Added the transforming machine to the Malf AI's Modules.
2013-08-19 02:46:55 -07:00
MrPerson 60e25d2b9a Made the clown's waterflower a child of spraybottles rather than having its own snowflake spraying code. As a result, clowns can refill the flower with anything and spray a single unit of reagent at people. Pepperspray is a good one. Honk honk.
Fixed "you empty the the spray bottle" message.
2013-08-18 19:41:32 -07:00
VistaPOWA cb6fb7703d removed extra newline 2013-08-19 02:40:59 +02:00
VistaPOWA c325378da9 Added delay to Disposals sound
Fixed mining (and disposals) being a noise hazard. Their sound shouldn't
'pile' up now like before.
2013-08-19 02:38:44 +02:00
Cheridan bfeef72660 Merge pull request #1102 from Aranclanos/Linda
Linda.
2013-08-18 15:27:23 -07:00