Commit Graph

22390 Commits

Author SHA1 Message Date
Jordan Brown e5929eb15b More admin auth fixes (#30688) 2017-09-14 13:16:23 -03:00
Jordan Brown 50397a33ff Fix screwdrivers showing old cryo pods 2017-09-14 09:18:36 -05:00
JJRcop 38ff738af5 Fixes pAI integrated light (#30690) 2017-09-14 09:17:43 -05:00
Armhulen fabe79e699 gives the krebs a new sprite (#30582)
* kreb improvement

* krebs????????

* krebs!!!!!!!

* fixes dumb idiot mistake that only dumb idiots make

lol

* one nothing kreb with me
2017-09-14 15:10:01 +02:00
Kyle Spier-Swenson f860464b62 Fixes lighting hard deleting (#30684) 2017-09-14 12:20:28 +02:00
Emmett Gaines 67e284cd4f multi-tile object fix (#30674) 2017-09-14 09:19:20 +02:00
Jordan Brown 0e40bc4f9b Adds more missing href tokens (#30664) 2017-09-14 09:16:06 +02:00
Brett Williams 1e561e6240 Fixed small error in signalers causing signalers to fail to attach to eachother in an assembly (#30675) 2017-09-14 09:13:46 +02:00
Jordan Brown dfeeae55e7 This is not a refactor (#30670) 2017-09-14 09:13:01 +02:00
pubby ba5a491184 Improve atmos components code + OmegaStation fixes (#30449)
* Atmos components + OmegaStation fixes

* (stat & (NOPOWER|BROKEN)) -> !is_operational()

* BROKEN -> is_operational

* Faster operations first

* Kinda optimize mixer/filter power_change
2017-09-14 08:58:42 +02:00
Jordan Brown cbdec3dcb6 Merge pull request #30621 2017-09-13 14:08:59 -04:00
msgerbs 3e0fdda0e5 Fix syndicate toy C20r and L6 Saw not having riot darts (#30645)
*   Add riot darts back into toy C20r and L6 Saw

Riot darts were removed from the unrestricted variants of these guns, also changed these ruins to use the new /riot variant in order to maintain original functionality.

* Comments are good

Especially when inheritance makes everything weird.
2017-09-13 14:00:06 -04:00
KorPhaeron 7585870a12 Removes the slowdown cap 2017-09-13 11:41:45 -05:00
KorPhaeron c5f76511ff Merge pull request #30646 from ChangelingRain/tentafix
Fixes goliath tentacles
2017-09-13 03:12:01 -05:00
YPOQ 3cdf15d613 Fixes skinless species dropping human skin when gibbed (#30649)
* fix gibbing skinless species

* = loc -> forceMove(loc)

* oops
2017-09-13 02:56:17 -04:00
KorPhaeron df826f5d8d Fixes SM monitor (#30640)
* Fixes SM monitor

* (
2017-09-13 02:47:42 -04:00
vuonojenmustaturska 6e468720ab Fixes to more Initialize procs (#30641)
* batch 1

/mob/living/silicon/robot/syndicate
/obj/effect/decal/cleanable/blood/old
/obj/effect/decal/cleanable/blood/gibs
/obj/effect/decal/cleanable/blood/gibs/old
/obj/effect/decal/cleanable/ash
/obj/effect/decal/cleanable/ash/large
/obj/effect/decal/cleanable/greenglow
/obj/effect/decal/cleanable/vomit/old
/obj/effect/decal/cleanable/shreds
/obj/effect/decal/cleanable/oil
/obj/effect/decal/cleanable/crayon
/obj/effect/decal/cleanable
/obj/effect/temp_visual/point

* batch 2

/obj/effect/anomaly
/mob/living/carbon/monkey/punpun
/obj/item/queen_bee/bought
/mob/living/simple_animal/hostile/poison/bees
/mob/living/carbon/human
/area/ai_monitored
/area

* batch 3

/mob/living/simple_animal/hostile/blob/blobspore
/obj/item/spellbook
/mob/living/simple_animal/hostile/blob/blobbernaut
/mob/camera/blob
/obj/structure/noticeboard
/obj/structure/piano
/obj/item/clothing/head/helmet
/obj/item/gun/energy/laser/chameleon

* batch 4

/obj/machinery/airalarm
/obj/effect/decal/cleanable for reals
/obj/item/stack/rods
/obj/effect/decal/cleanable/crayon for reals
/obj/screen/parallax_layer
/obj/item/device/instrument
/obj/item/ore
/obj/item/coin

* batch 5, getting tgstation ready for halloween

/obj/machinery/meter/turf
/obj/machinery/capture_the_flag
/obj/effect/ctf/dead_barricade
/obj/structure/firepit
/obj/item/clothing/head/helmet/knight
/obj/structure/spacevine
/obj/effect/hallucination/simple/xeno
/obj/effect/hallucination/simple
/mob/living/simple_animal/shade/howling_ghost
/mob/living/simple_animal/hostile/retaliate/clown/insane
/obj/structure/bookcase
/mob/camera/aiEye/remote/base_construction
/obj/machinery/computer/camera_advanced/base_construction
/obj/item/device/wisp_lantern

* batch 6

/obj/item/device/warp_cube/red
/obj/item/device/shared_storage/red
/obj/item/melee/ghost_sword
/mob/living/simple_animal/hostile/mining_drone
/mob/living/brain
/obj/item/device/mmi/posibrain
/mob/living/carbon/human/interactive
/mob/living/carbon/human/interactive/angry
/mob/living/carbon/human/interactive/friendly
/mob/living/carbon/human/interactive/greytide
/mob/living/carbon/human/interactive/robust
/mob/living/carbon/monkey/angry
/mob/living/simple_animal/hostile/guardian/assassin
/mob/living/simple_animal/hostile/syndicate/mecha_pilot/no_mech
/mob/living/simple_animal/hostile/syndicate/mecha_pilot
/mob/living/simple_animal/hostile/mimic/crate
/mob/living/simple_animal/hostile/mimic/copy

* batch 7

/mob/living/simple_animal/hostile/megafauna/colossus
/mob/living/simple_animal/hostile/megafauna/bubblegum
/mob/living/simple_animal/hostile/asteroid/goldgrub
/mob/living/simple_animal/hostile/asteroid/gutlunch/gubbuck
/mob/living/simple_animal/hostile/asteroid/hivelordbrood
/mob/living/simple_animal/hostile/statue
/mob/living/simple_animal/hostile/wizard
/obj/machinery/power/smes
2017-09-13 02:47:17 -04:00
Kyle Spier-Swenson 2f6df2a008 Garbage collection tweaks and refactors. (#30118)
* Garbage collection queuing rewriting

* Some Tweaks

* Fixes some queue tracking oddities

* More tweaks

* Remove the middle two queue steps. tis was a silly idea

* New logging.

We store logging datums for use in tracking the stats of shit qdeleted

Added logging for destroy time as well as hard delete time, per type. As well as a few others

* Fix compile for testing

* Does the cyberboss

* does the antur
2017-09-13 08:46:18 +02:00
KorPhaeron 7100a526a7 Fixes player megafauna not regaining any health from eating (#30630)
* Fixes player megafauna not regaining any health

* Missing )

* Web editing away )

* Web editing away )
2017-09-13 08:16:16 +10:00
oranges 7eed367240 Merge pull request #30624 from ShizCalev/autosurgeon-tk
Fixes TK implanting yourself with an autosurgeon
2017-09-13 08:12:55 +10:00
KorPhaeron 8dc3cd125c Full jobs will no longer be shown as priority for latejoiners (#30627)
* Fixes full jobs being shown as priority

* Commiting in the middle of compiling leaves things out
2017-09-13 08:12:32 +10:00
oranges a5cff9b73d Merge pull request #30631 from AnturK/literallyfasterthanlight
Fixes shuttle lighting issues
2017-09-13 08:10:26 +10:00
oranges e6751e1601 Merge pull request #30637 from tgstation/Cyberboss-patch-6
Adds 5s delay to current immediate ahelp verb returns
2017-09-13 08:09:17 +10:00
Jordan Brown 9b73bc75d5 Removes GLOB.all_lighting_objects 2017-09-12 16:53:31 -05:00
JJRcop def7701c3a Adds 360p MP4 a+v stream to play_web_sound (#30598)
Also moves aac to the bottom
2017-09-12 18:04:21 +02:00
JJRcop 54f236073a Fixes admin volume not updating datum var 2017-09-12 09:48:13 -05:00
Jordan Brown d39246b03d No 2017-09-11 22:39:29 -05:00
Joan Lung 8f5dfab444 that wasn't even the proper fix 2017-09-11 22:48:02 -04:00
Joan Lung c18bf5b241 Fixes goliath tentacles 2017-09-11 22:44:13 -04:00
Joan Lung b00258e896 Makes shiny versions of lavaland monsters slightly more distinct (#30502)
* Makes shiny versions of lavaland monsters slightly more distinct

* classic

* lower drop

* tweak drops

* this is kind of absurd
2017-09-11 21:54:09 -04:00
KorPhaeron 35279a3371 Nightmare (#30415)
Nightmares

-Burn in the light/heal in the dark

-Have nightvision

-Have shadow walk

-Have an armblade that can destroy objects that produce light, and has a chance to destroy light producing objects a targeted mob is holding. It will also deactivate borg headlamps for 10 seconds.

-Can't be hit by gunfire in the dark (this is my sad attempt at solving the stun issue, but they'll likely need something else)

I also did a minor refactor of borgs losing their ability to use headlamps to use world.time instead of a timer
2017-09-12 07:23:35 +10:00
Jordan Brown 51c03bb243 Merge pull request #30633 from KorPhaeron/missing)
Missed some parentheses in multi Z
2017-09-11 16:43:24 -04:00
Jordan Brown 213c41a07e Adds 10s delay to current immediate ahelp verb returns 2017-09-11 15:55:19 -04:00
AnturK 078fa7c9b1 I missed that in last fix. (#30590) 2017-09-11 14:36:22 -05:00
KorPhaeron b5071a14d1 And now we have extra parenthesis 2017-09-11 13:23:38 -05:00
KorPhaeron 7ee271752e Missed some parentheses 2017-09-11 13:18:30 -05:00
AnturK b2def77bf6 Fixes shuttle lighting issues 2017-09-11 20:14:36 +02:00
shizcalev f3a1fe5ad3 Fixes autosurgeon TK issue 2017-09-11 13:47:09 -04:00
KorPhaeron 10a3238fd6 Makes the station Z level into a list instead of a single define (#30297)
* Makes Station Z Levels a global list

* Things didnt get committed

* Define

* Removes files

* Fix mind.dm

* Wrong list name

* (

* Fixes rev checks and signpost

* Makes it actually compile

* Signpost fix

* I hate these sign posts

* Never use the web editor
2017-09-11 13:39:52 -04:00
Jordan Brown 56b7d229cc Merge pull request #30548 2017-09-11 13:37:52 -04:00
AnturK 7a9f296fe3 Fixes ventriloquist dummy (#30584) 2017-09-11 12:32:25 -05:00
BeeSting12 36bd42df53 Spetsnaz Pyro Bundle Rebalance (#30564)
* im gay

* oops did a thing wrong

* wew
2017-09-11 12:32:05 -05:00
MrROBUST 0d6a5dd622 Mechs now can be connected to atmos ports (#30551)
* Mechs now can be connected to atmos ports

* Using internal_tank instead of dead code.

* Apply Cyberboss's advises

Corrected stupid typos

* Broke connection if external powers move mech

Remove forgotten comment

* get_turf(src)
2017-09-11 13:24:38 -04:00
vuonojenmustaturska f2c5657880 Fixes initialize hints for a fair number of mobs and items (#30583)
* Fixes to pets and parrots

Path : /mob/living/simple_animal/pet/dog/corgi/Ian
Path : /mob/living/simple_animal/pet/cat/Runtime
Path : /mob/living/simple_animal/pet/fox/Renault
Path : /mob/living/simple_animal/pet/dog/pug
Path : /mob/living/simple_animal/parrot/Poly

* Floorbot

* paper wizard

* motion camera

* Atmos, cigarettes and pipes, flashlights, pda carts

* borg radio, gps, tape recorder

* alien stuff, chairs, safes

* More fixes

/mob/living/silicon/pai
/mob/living/simple_animal/pet/cat
/mob/living/simple_animal/pet/cat/Runtime
/mob/living/simple_animal/bot/mulebot
/mob/living/simple_animal/bot/ed209
/mob/living/simple_animal/mouse
/mob/living/simple_animal/drone/syndrone
mob/living/simple_animal/drone/syndrone/badass
mob/living/simple_animal/drone/snowflake
obj/item/storage/box/syndie_kit/guardian
/mob/living/simple_animal/hostile/guardian
2017-09-11 13:19:12 -04:00
kevinz000 f12f868754 Adds a few SDQL2 list wrappers (#30574)
* Update SDQL_2_wrappers.dm

* Update SDQL_2_wrappers.dm

* Update SDQL_2_wrappers.dm
2017-09-11 13:18:43 -04:00
KorPhaeron 489409317c Soft crit slowdown for all carbons 2017-09-11 11:23:28 -05:00
KorPhaeron 7c553c6d80 Span 2017-09-11 10:07:49 -05:00
kingofkosmos a479714b5f Adds missing span-endings (#30494)
* Adds missing </span>'s.

* ".name]" --> "]" and
"to_chat(GLOB.admins," --> "message_admins("
and one [name] --> [src]

* Earlier commit was a mistake, lesson learned

* Hopefully all is ok now.

* Revert "Hopefully all is ok now."

This reverts commit 3c95e41b4c13ce96469861e9a97453adf4b56826.

* Revert "Earlier commit was a mistake, lesson learned"

This reverts commit d611af1e4a76690453a7f9808b6e2c429b679f6c.

* Revert "".name]" --> "]" and"

This reverts commit d538b9efef2d7d8be9122bf5ceaf105055059bc6.

* message_admins fix
2017-09-11 14:09:53 +02:00
kevinz000 0f5203e021 Fixes stop-sounds not force-stopping internet midis (#30571)
* Update playsound.dm

* Update preferences_toggles.dm (#17)
2017-09-11 08:42:48 +10:00
Militaires 25e309d00a Adds Gondoland and the rare Gondolas (#30530)
A strange race of bear-like beings consisting of a head placed DIRECTLY on a pair of legs, their fur sells for extremely high prices.

The gondoland asteroid is the last natural habitat for these rare creatures.
2017-09-11 08:10:33 +10:00