Commit Graph

23636 Commits

Author SHA1 Message Date
Jordan Brown ef97450ced Merge pull request #33951 from AnturK/perspective_fix
Fixes reset_perspective runtimes
2017-12-31 10:57:03 -05:00
AnturK 44befed9bf Fixes thermals, also drops the see invisible from thermals. (#33950) 2017-12-31 07:30:00 -05:00
BeeSting12 feecec985c Makes it clear that command reports are IC. (#33949)
* fixes #33936

* sticky's idea was better
2017-12-31 03:27:37 -05:00
oranges e84a7f3243 Merge pull request #33580 from Xhuis/defenses_balancing
Some modest clockcult balancing - vitality matrices, brass skewers, pressure sensors
2017-12-31 11:58:41 +13:00
Jordan Brown 6610e830c5 Merge pull request #33805 from Cruix/shuttle_machines
Fixed autolathes and ore redemption machines leaving things at previous shuttle locations
2017-12-30 14:56:23 -05:00
AnturK cfe4ec0953 Let's spell it out. 2017-12-30 13:20:17 +01:00
AnturK 50e31ab31e Fixes reset_perspective runtimes 2017-12-30 12:51:33 +01:00
Jordan Brown 5644d8cd6c Removes suit sensors from bural garbs (#33915)
* Removes suit sensors from bural garbs

* Dew it right
2017-12-29 22:35:40 -05:00
ShizCalev 7a5bec3066 Fixes assistants spawning naked 2017-12-29 16:48:24 -05:00
ShizCalev 6fd4f5764e white and rainbow 2017-12-29 13:45:00 -06:00
Tad Hardesty f2dbe5cf13 Replace explicit z-level checks with defines (#33829)
* Replace explicit z-level checks with defines

* Rename turf_z_is_planet for consistency

* Use TRUE/FALSE in onSyndieBase
2017-12-29 14:40:06 -05:00
Jordan Brown 555f2ce006 Merge pull request #33905 from ShizCalev/jumpsuit-fix
Fixes being able to adjust jumpsuits without an adjust state w/ chameleon & random jumpsuit
2017-12-29 11:09:56 -05:00
MoreRobustThanYou 9b0e3792a0 Monkeymode fixes (#33796)
* Monkey fixes

* Update say.dm
2017-12-29 11:07:34 -05:00
Jordan Brown 9c228dcf83 Merge pull request #33903 from AnturK/pilot-fixes
Fixes mobs targeting from inside things.
2017-12-29 11:01:45 -05:00
Jordan Brown 23d33a3639 Merge pull request #33914 from optimumtact/thegreatestshow
Prevent infinite loops in orbit checks
2017-12-29 11:00:13 -05:00
YPOQ d36bb528f7 Fixes air alarm contaminated mode (#33899)
* Fixes air alarm contaminated mode

* set_filters, paths instead of ids

* Readds gasid2path call
2017-12-29 03:56:31 -05:00
YPOQ 2926f9ed62 Fixes plant juicing (#33896) 2017-12-29 03:55:45 -05:00
Robustin f079a4538e Spell action buttons finally fixed (#33882)
* Action button fix

* Action button fix

* Spell action button fix

* Spell action button fix

* Update alien_powers.dm

* Update spell.dm

* Action button fix

* Update touch_attacks.dm
2017-12-29 03:54:31 -05:00
CosmicScientist 91f461856b Adds colour shift to timestop (#33847)
* For PKPenguin, from Cosmic

* Removes a colour removal line due to no functionality
2017-12-29 03:52:47 -05:00
coiax ac172028d6 Internal radio implant (#33842) 2017-12-29 03:51:41 -05:00
XDTM 5d761c5605 [Ready]Adds the Pax reagent, small tweaks to pacifism (#33663)
* adds pax

* fixes and feedback

* Blanket disability fixes

* revert fix

* unlist

* update

* .
2017-12-29 03:37:10 -05:00
coiax 39975509ef Christmas event changes (#33861)
* A christmas tree with presents is now a subtype

Admins can now spawn `/obj/structure/flora/tree/pine/xmas/presents`
directly, instead of spawning regular christmas trees and then
triggering the event.

Also, the event now just deletes and replaces the xmas tree with a
present tree; saves on duplication of icon states and vars and all that.

* Code review I

* Gaia's Landing: The PR
2017-12-29 18:48:46 +13:00
oranges 6ca4ac871d Prevent infinite loops in orbit checks
We bookkeep the list of orbiters we've already checked, so if there is a
chain of orbiters orbiting each other we don't keep checking infinitely.

There is an argument that we should prevent this situation arising at
all, but the list should never grow that large so this should be fine
2017-12-28 22:38:11 +00:00
Jordan Brown f6fe74ba83 Removes typepath from random event admin message 2017-12-28 15:26:18 -06:00
Leo ddcfdf2297 Merge pull request #33881 from AnturK/walls-have-eyes
Makes reset_perspective handle turf as eye
2017-12-28 19:02:30 -02:00
Robustin f5d26a4dd5 Fixes ethanol + book reaction message (#33867) 2017-12-28 18:53:47 -02:00
YPOQ 4782dd34d6 Fixes AI eyes getting nullspaced when jumping to deleted cameras (#33856) 2017-12-28 18:51:41 -02:00
ShizCalev bde0bce29b Fixes being able to adjust jumpsuits without an adjust state w/ chameleon & random jumpsuit 2017-12-28 11:14:01 -05:00
Jordan Brown ac665354a7 Fixes ghost light not moving while orbiting (#33878) 2017-12-28 10:03:39 -05:00
AnturK d8e791bffc Makes default admin volume work again. (#33875) 2017-12-28 10:03:20 -05:00
Buggy123 a8a7d912f2 CTF flags are no longer locked to CTF. (#33874)
* CTF flags are no longer locked to CTF.

* Var added to enable/disable pickup by anybody.
2017-12-28 10:02:55 -05:00
AnturK acd01e7c91 Actually fixes the locker escaping. 2017-12-28 14:47:27 +01:00
AnturK 9976f33067 Fixes mobs targeting from inside things. 2017-12-28 14:38:28 +01:00
oranges 43382b08e7 Merge pull request #33868 from Robustin/EMPruntime
Fixes EMP runtime
2017-12-28 23:08:06 +13:00
oranges f691256e97 relic teleport no longer recursively calls itself
I don't believe byond supports proc dispatch by arguments, so it's just
calling the same proc on the relic instead of the global proc and
throwing away the extra arguments, this infinite loop will surely end
the server
2017-12-28 01:09:25 +00:00
kevinz000 e3d69de1f2 [READY]Adds picking up corgis and pAIs! (#33442)
Some pAI holochassis types can now be picked up by dragging them to yourself, and can be worn on the head!
Refactors how drone pickups work so it works for all mobs.
Same for corgis.

🆑
add: you can now pick up corgi's and pAIs, how disgustingly cute
/🆑
2017-12-28 10:47:09 +13:00
oranges 9d0e97fc8d Merge pull request #32311 from kevinz000/component_forensics
MoreRobustThanYou's datum forensics but it's a component this time.
Fully refactors forensics, including fingerprints, hidden/admin fingerprints, suit/clothing/whatever fibers, and blood DNA residue to /datum/component/forensics.
Adds support for manually adding fingerprints.
🆑
code: Forensics is now a datum component.
balance: NPC humans will now start leaving fingerprints on things they touch!
/🆑
2017-12-28 10:18:11 +13:00
AnturK a84915b217 Makes reset_perspective handle turf as eye 2017-12-27 22:05:43 +01:00
Robustin 99c05c24f5 Hallucinations no longer show open doors "bolting" (#33859)
* No more "bolting" open doors

* Update Hallucination.dm

* Update Hallucination.dm
2017-12-27 09:25:02 -05:00
Tad Hardesty 739e17dfa3 Maybe make R&D console icons load faster (#33749)
* Maybe make design icons load faster

* Move design icon generation to asset_cache file
2017-12-27 19:04:52 +13:00
oranges b014717309 Merge pull request #33770 from vuonojenmustaturska/internalmagfix
adds ABSTRACT_1 flag to internal magazine objects
2017-12-27 19:04:27 +13:00
oranges 3e644a3606 Merge pull request #33833 from deathride58/please-repoban-kev
Fixes ghost zoom being broken
2017-12-27 18:49:45 +13:00
Cruix 407e2ea918 Fixed shuttle docking computers not working more than once (#33782)
* Fixed shuttle docking computers not moving the docking port if it already existed

* Removed explicit type instantiation
2017-12-27 00:43:23 -05:00
Jordan Brown 585674c8c3 Merge pull request #33834 from Xhuis/drone_hats
Drones now spawn with seasonal hats depending on active holidays [VERY Important PR]
2017-12-26 19:37:45 -05:00
YPOQ 7c672a572e Fixes AI camera lights not updating when tracking mobs (#33849) 2017-12-26 19:29:20 -05:00
Robustin 04a250009f Fixes EMP runtime 2017-12-26 16:53:37 -05:00
YPOQ 4dfea84ce4 Fixes emagged cleanbot acid attack doing no damage (#33848) 2017-12-26 16:40:35 -05:00
Tad Hardesty 749f3ec325 Add song title display to Play Internet Sound (#33839)
* Add song title display to Play Internet Sound

* Expands youtube-dl -J flag
2017-12-26 16:34:00 -05:00
Leo 0687e88fbf Merge pull request #33835 from kevinz000/patch-415
Adds coordinates to href logs
2017-12-26 17:32:43 -02:00
Leo 1268a95baa Merge pull request #33840 from XDTM/TraumaStats
Logs traumas in the feedback database
2017-12-26 13:36:26 -02:00