Commit Graph

39121 Commits

Author SHA1 Message Date
Jordan Brown 193f4e571c Merge pull request #31585 from ShizCalev/empty-light-editor-fix
Fixes empty light fixtures showing as working lights in DM
2017-10-12 16:27:22 -04:00
Jordan Brown 9a91eeb489 Add require_comms_key = TRUE to some topic that need it 2017-10-12 13:22:32 -05:00
ShizCalev 477384ce78 Refactors away mission & space ruin area code (#31512) 2017-10-12 11:46:30 -06:00
AnturK 309fa5f07a Fixes space transition (again) 2017-10-12 12:41:53 -05:00
kevinz000 6f6bdcd7d3 Adds tick check to ore boxes (#31396)
* Update satchel_ore_boxdm.dm

* Update satchel_ore_boxdm.dm

* Update satchel_ore_boxdm.dm

* Update satchel_ore_boxdm.dm

* Update satchel_ore_boxdm.dm
2017-10-12 11:38:56 -06:00
ShizCalev 0ca203d4da Fixes plastic explosive issues (#31549) 2017-10-12 11:37:15 -06:00
kevinz000 07e4158882 Update bomb.dm (#31557) 2017-10-12 11:36:09 -06:00
ShizCalev 49e5b23735 Fixes conveyor belt layering (#31569) 2017-10-12 11:34:11 -06:00
Jordan Brown d40722a749 Fixes adminwho having namecheck as a keyword 2017-10-12 12:22:24 -05:00
Jordan Brown 9c190eb3c7 Fixes topic key validation 2017-10-12 12:22:04 -05:00
Jordan Brown f944085ffb Fixes topic handlers 2017-10-12 12:21:33 -05:00
Jordan Brown b6a2517069 Merge pull request #31605 from AnturK/cryofix
Fixes cryo
2017-10-12 12:55:24 -04:00
duncathan salt a68d7ebd9a makes vacuums "cold", sort of (#31542) 2017-10-12 13:47:19 -03:00
Tad Hardesty b821006ce1 Fix lavaland turfs looking awkward to AIs (#31554) 2017-10-12 17:39:38 +02:00
kevinz000 f0670b743c Update material_container.dm (#31555) 2017-10-12 17:38:07 +02:00
Kyle Spier-Swenson 76b61e69cf Fixes client vv not working. (#31556) 2017-10-12 17:37:43 +02:00
Jordan Brown afeeb71986 Fix world/Topic calling the wrong handler proc (#31610) 2017-10-12 17:37:04 +02:00
kevinz000 c43e205959 loc -- > forcemove (#31176)
* manually done

* Update syndicatebomb.dm

* Update robot.dm

* Update atoms_movable.dm

* Update syndicatebomb.dm

* Update devil.dm

* Update bedsheet_bin.dm

* Update vending.dm

* Update bedsheet_bin.dm

* Update atoms_movable.dm

* Update syndicatebomb.dm

* Update vending.dm

* Update bedsheet_bin.dm

* Update devil.dm

* Update door_assembly.dm
2017-10-13 00:12:03 +13:00
AnturK 9063fea181 Fixes cryo 2017-10-12 12:13:58 +02:00
duncathan salt 945a58cf85 unfucks filters (#31599)
* gas IDs -> gas datum paths

* updates parse_gas_string() to handle both paths and IDs

* fixes compile errors

* fixes parse_gas_string() ignoring amounts of gas

* fixes roundstart jetpack runtimes

* fixes filters

* fixes map-edited filters

* fixes empty canister runtimes on initialization

* unfucks filters

* updates maps to match
2017-10-12 08:07:01 +02:00
Ashe Higgs b6a921ae3f Reebe cogscarabs have infinite power and can recite scripture during non-clockcult rounds (#31282)
* During non-clock rounds, scarabs get more stuff

* Actually, admins might want to make scarabs...

* That's a thing
2017-10-11 22:25:39 -04:00
Jordan Brown 0193bdd668 Datumizes world/Topic (#31543)
* Datumizes world/Topic

* active_players requires comms_key
2017-10-12 14:46:51 +13:00
Jordan Brown 7e54c70c49 Adds round id to the banning panel (#31545) 2017-10-11 20:42:16 -04:00
Mercenaryblue 05e1f521e6 Added Banana Peels Inhand Sprites (#31551)
Added in-hand Banana Peels sprites.
Default, Mime, and Bluespace.
2017-10-11 20:41:27 -04:00
PKPenguin321 ec0b236473 Removes unwelding a singletank (#31550)
Fixes #27341
2017-10-11 20:41:04 -04:00
Incoming5643 0c8e245c56 when cleanbot cleans a tile, it will now fully cleans the tile (#31548)
As opposed to taking out one stain at a time
2017-10-11 20:40:36 -04:00
oranges 515428f63f Merge pull request #31500 from Armhulen/patch-7
sleeping carp grabs now put out a message
2017-10-12 11:09:48 +13:00
Armhulen 15241d90c5 Mega Carp Re-Carpening: Carpatastrophe! (#31365)
* healing, thank you kor!

* why isn't this working

* balance sucks

* fixed, whoops

* cuts-the-fat

* yay

* fixes

* cool beans
2017-10-12 11:07:53 +13:00
Jordan Brown 73fb6ad339 Make SStgui actually read the html from the disk at runtime (#31464)
* Make SStgui actually read the html from the disk at runtime

* Remove the comment

* Back to "
2017-10-12 11:04:30 +13:00
ShizCalev 9c59171afe Fixes empty light fixtures showing as working in DM 2017-10-11 16:53:23 -04:00
Jordan Brown 7da46948dc Fixes init times (#31580)
* Fixes init times

* Why even copy?
2017-10-11 14:45:07 -06:00
Dax Dupont b9d310e0f1 Allows sillicons to use vending machines. (#31541)
* Allows borgs to use vending machines.

* Allows AI to use vending machines.
2017-10-11 16:20:44 -04:00
Jordan Brown 9c2a6ef294 Server maint logs when nulls enter the clients list (#31544) 2017-10-11 16:17:36 -04:00
duncathan salt 454d16fe32 Minor refactor of how gas IDs are handled (#31528)
* gas IDs -> gas datum paths

* updates parse_gas_string() to handle both paths and IDs

* fixes compile errors

* fixes parse_gas_string() ignoring amounts of gas

* fixes roundstart jetpack runtimes

* fixes filters

* fixes map-edited filters

* fixes empty canister runtimes on initialization
2017-10-11 15:04:12 -04:00
Robustin 00b694b07a Fixes explosives in bags not exploding (#31516)
* Fixes most bomb in bag issues

* Update explosion.dm

* Added gib argument

* Typeless loops

* No more touching gib code

* Update death.dm

* Update death.dm

* Update death.dm

* fucking whitespace

* Contents are now exploded before gibbing

* severity
2017-10-11 11:00:19 -06:00
duncathan salt c78fdc078d Merge pull request #31518 from ninjanomnom/GetAllContents-safety
Makes GetAllContents have a max recursive depth
2017-10-11 10:58:52 -06:00
duncathan salt 235dcb4cef Merge pull request #31540 from tgstation/properreturn
Removes unecessary var declaration and changes a . = ..() to be a return
2017-10-11 10:52:35 -06:00
Leo 477303cf3a Merge pull request #31537 from tgstation/FixAutoEvac
Fix automatic shuttle calling
2017-10-11 12:54:43 -03:00
kevinz000 55406610fb Fixes aliens being unable to stun (#31491)
* Update human_defense.dm

* Update human_defense.dm

* Update human_defense.dm
2017-10-11 11:24:14 -04:00
jughu 2c8630422e Makes holy weapons re-nameble (#31533)
Makes holy weapons re-nameble
2017-10-11 10:57:32 -04:00
AnturK e8ff73edef Datum antag wizard. (#31449)
* Wizard datum

* This can go in this one actually

* Old proc

* Delete equipment

* Academy wizard datum

* didn't notice the spawn before

* otufit

* Some special_role removal
2017-10-11 23:23:26 +13:00
ninjanomnom 303d2d00c3 default to infinite since aparently you can't infinite loop contents 2017-10-11 00:14:53 -04:00
ninjanomnom 177c92e551 Makes GetAllContents have a max recursive depth 2017-10-11 00:14:53 -04:00
Kyle Spier-Swenson 428922cce4 Fixes VVing associated values in lists when the value was a number. (#31511)
Bug added by @cyberboss in #30249
2017-10-10 23:17:47 -04:00
MoreRobustThanYou db3d0401f4 Jungle Fever carriers now hear the proper antag sound (#31517)
* Jungle Fever carriers now here the proper antag sound

* less whitespace
2017-10-10 23:17:10 -04:00
kingofkosmos 905f64866c Allows the snore-emote while unconscious. (#31530) 2017-10-10 23:15:19 -04:00
deathride58 33d59567a6 Adds Slappers (#31406)
* ADDS SLAPPERS

* fixes everything, just need sprites

* nerfs criticism
2017-10-10 20:53:32 -04:00
Leo ffd9aa305e Merge pull request #31513 from ShizCalev/file-cleanup
Cleans up empty file
2017-10-10 19:47:26 -03:00
MoreRobustThanYou 102291de94 Removes some spawns from explosion effects (#31474)
* Update effects_explosion.dm

* god damn it

* Update effects_explosion.dm

* Update effects_explosion.dm

* THANK YOU KEVINZ FOR THE WRAPPER

* Update effects_explosion.dm

* Update effects_explosion.dm

* clean my ass
2017-10-10 16:40:28 -04:00
Ashe Higgs aedc578975 The shuttle can no longer leave during clockcult rounds (#31327)
* Servants now win if the shuttle leaves

* Some more round feedback, a missed thing too

* Hostile environment!

* now it compiles!
2017-10-10 14:53:18 -04:00