Commit Graph

22601 Commits

Author SHA1 Message Date
Jordan Brown
bdec5d5fc4 Merge pull request #31130 from MrDoomBringer/Doom
Adds the Cargo-Tech-of-the-Shift award
2017-10-01 10:42:31 -04:00
vuonojenmustaturska
35c2f2ae25 Fixes station name in cargo stock displays (#31155) 2017-10-01 10:26:11 -04:00
kevinz000
ddb33f5095 Fixes delete hotkey triggering messages when the user isn't even a living mob (#31165) 2017-10-01 10:25:25 -04:00
AnturK
bb8267476f Fixes events with sleeps. 2017-10-01 07:33:03 -05:00
ShizCalev
ef5cf0e5a5 Fixes aliums being able to attack the SM crystal 2017-10-01 05:04:13 -05:00
Leo
2854555a27 Merge pull request #31143 from praisenarsie/patch-2
adds a space
2017-09-30 23:45:21 -03:00
Leo
f22f538b8e Merge pull request #31128 from tgstation/Cyberboss-patch-1
Removes irccheck admin restriction
2017-09-30 23:34:08 -03:00
ShizCalev
3358cbb3b6 Cleans up some antag/event landmark checks (#31129) 2017-09-30 22:32:04 -04:00
Leo
7d0f9367e8 Merge pull request #31138 from KorPhaeron/isstructure
Structure istype define
2017-09-30 23:31:37 -03:00
MoreRobustThanYou
8e9e2f82b5 Fixes cogscarab sprites not updating (#31142)
* Fixes cogscarab sprites now updating

* fix spacing

* Update extra_drone_types.dm
2017-09-30 22:30:04 -04:00
vuonojenmustaturska
a719b48a9b Speeds up simple_animals/hostile/proc/CanAttack() (#31141)
* prelim

* Cleanup

* cleanup 2

* Gutlunches ignore mechas, turrets and ocular wardens

* Ditto for mushrooms, also removed friends-checking as they have none

* Removed more useless code from gutlunches and mushrooms
2017-09-30 19:48:10 -05:00
AnturK
d293ee7340 Fixes liches losing spells 2017-09-30 14:52:21 -05:00
AnturK
423e76c8f1 Fixes some hardset dna misuse 2017-09-30 14:51:01 -05:00
Cyberboss
49e2e4daac Fixes config reading exploit 2017-09-30 10:30:19 -04:00
nicbn
6fb896e4c3 Paper markdown (#30873)
* why it doesn't work

* list thing

* oops

* fixes list. maybe

* Less regex

* wip

* Done I think. I think

* return your functions

* Replace $10 by $a
2017-09-30 09:08:25 -04:00
Tad Hardesty
fa2c66acd5 Strip propriety macros from tooltips (#31113) 2017-09-30 14:57:28 +02:00
oranges
d0774667f8 Small refactor to movement (#31071)
You can now move an object into nullspace, which will call exited on
it's parent and parent area but will not call any entered.

Note that you cannot pass null into forceMove it will crash, instead use
the new proc that will call the underlying logic with a null destination

Some of the force move procs have been refactored to check that their
parent move succeeded before doing updates
2017-09-30 14:22:35 +02:00
ShizCalev
51c48409a6 Stops putting RCD, bluespace bags, and staves into ORM (#31093)
* Stops putting RCD, bluespace, and staves into ORM

* CB

* Chat message
2017-09-29 19:33:19 -05:00
FrozenGuy5
c810a03d00 adds a space 2017-09-30 01:21:23 +01:00
ShizCalev
4f4008920f Fixes SM shard extraction (#31111)
* Fixes SM shard extraction

* Space-OSHA called. They want to have a word.
2017-09-29 18:42:40 -05:00
Jordan Brown
74b9e3df0c Fixes PA Href Issue 2017-09-29 17:23:37 -05:00
KorPhaeron
bc142acb5c Structure istype define 2017-09-29 17:19:10 -05:00
AnturK
d2a096e507 Fixes evidence bag not respecting inventory 2017-09-29 15:59:25 -05:00
Jordan Brown
d940f411dc Removes a call to datum/New() 2017-09-29 15:57:30 -05:00
oranges
eda8f7f7df Log attempted injections as well as successful ones 2017-09-29 15:57:13 -05:00
Jordan Brown
4d1f3b5d9f Removes irccheck admin restriction 2017-09-29 16:27:32 -04:00
MrDoomBringer
79560a409d add cargo ribbon 2017-09-29 16:13:02 -04:00
oranges
2ddc4aa332 Merge pull request #31085 from AnturK/shadefix
Fixes shade attackby
2017-09-29 22:30:17 +13:00
Jordan Brown
62f788fbc6 Server tools API v3.1 (#31000)
* New API for service communication

* Safer this way

* Gives the game the ability to kill itself

* tick_lag

* Sanity check

* Updates comment

* Formalization of the server tools API

* Fixes, finishes, and cleanup

* Remove unecessary scoping

* Compile fixes

* Didn't Ctrl+S

* Reimplement chat commands

* Fixup

* Required parameters

* Fax

* Testing

* Fix ON_TOPIC

* The more defines the more better

* That's bass ackwards

* Fix tgs2

* Fuck it, call him pichael

* Do this

* No, we only use the modern methods now

* Remove tgs2 relay support

* Remove kebab

* Kill kill kill

* This is back baby

* Missed a GLOB

* Remove DownloadPRDetails()

* Cache custom commands by name

* Adds "notify" chat command

* Use the official API

* Fix API misuse

* Readme licensing memes

* Fix API

* Moves chat new game announcement to when the API is confirmed compatible

* Add TGS3.json

* Fix the input options

* Removes notify command
2017-09-29 16:19:50 +13:00
ShizCalev
bc50c77570 Stops revheads from being metagamed with healthscanners & medical HUDs. (#31110)
* Stops revheads metagaming

* Added comment.
2017-09-29 15:59:57 +13:00
Jordan Brown
3fb882895c Movement delay fixes and optimization (#31037)
* Fixes simple animals occasionally moving too fast

* Removes a proc call from movement_delay
2017-09-29 15:56:02 +13:00
oranges
5260bd97c7 Merge pull request #31064 from YPOQ/silverfriedfoods
Silver slime extracts create proper fried foods
2017-09-29 15:55:02 +13:00
oranges
4c46a0e2e7 Merge pull request #31074 from pubby/ninjaoutfit
Ninja outfit code cleanup
2017-09-29 15:52:40 +13:00
Jordan Brown
be38c4b212 Profile access is granted when holder is created 2017-09-28 21:51:53 -05:00
kingofkosmos
086d636b17 Alt-clicking descriptions when examining (#30988)
* Adds what alt-clicking does into examine-messages.

* whoops fix

* AI holopad examine remove

* Fixed cigarette pack alt-clicking.

* Spear alt-click-message set to show only if explosive lance.
2017-09-29 15:51:31 +13:00
oranges
36eaf2b6ce Merge pull request #31075 from Incoming5643/patch-35
Fixes Poly lying about his age
2017-09-29 15:47:26 +13:00
kingofkosmos
b3a291640f Fixes MMI buckled-warning (#31061)
* Fixes MMI having a buckled-warning when trying to move.

* Comment added.
2017-09-28 21:46:34 -05:00
kevinz000
bd8d9592f1 [READY]Refactors timestops to use fields (#30858)
* kek

* fixes

* Fixes

* fixes

* throw freeze

* woops

* double woops
2017-09-29 15:46:10 +13:00
YPOQ
58f1478324 Fixes larva evolving while restrained (#31060) 2017-09-28 21:46:02 -05:00
Jordan Brown
4178c209f1 Configuration datum refactor (#30763)
* Configuration datum refactor

* More WIP

* New easier on the eyes format

* More WIP

* Finished config.txt

* Fucktons more WIP

* The end of conversion draws near...

* Add all this shit

* Done converting entries finally

* Hunting down compile errors

* More WIP

* MORE CONVERSIONS

* More WIP

* More WIP

* Oh shit only 90 errors this time!

* IT COMPILES!!!

* Fixes world start runtimes
2017-09-29 15:36:51 +13:00
XDTM
152c8901db Adds action buttons for spiders, refactors action code, nurse spiders can set a hereditary directive for their children to follow (#30572)
* Nurse spiders can set a hereditary directive for their children to follow

* Action buttons!

* unstale

* Done

* worth it

* unused now

* a

* Integration with #30593

* ports #30996

* span

* antur

* Adds spider midwife emoji

* paneled

* a

* fixed panels
2017-09-28 23:01:41 +02:00
Jordan Brown
44d50b36b2 Removes some spawns 2017-09-28 10:25:15 -05:00
Ashe Higgs
60d3ce5c71 Adds Nars-Ian and clock hawks (#30856)
* Nars-Ian

* DEVOUR THE LESSERS IA IA

* alternate reality

* Adds clock hawks

* Whew, that took a while

* why yes there is

* Conflicts uno

* Conflicts 2
2017-09-28 10:23:05 -05:00
KorPhaeron
962081866e Advanced camera consoles use a list for z lock rather than a single z level (#30661)
* Refactor Abductor Console

* Station lock
2017-09-28 12:24:34 +02:00
AnturK
792917ee31 Fixes shade attackby 2017-09-28 10:30:41 +02:00
Incoming5643
6096f68243 Fixes poly lying about his age
Recently poly was transitioned to increment his stats in Write_Memory, but the old incrementer was still around, which lead poly to double his age.
2017-09-27 19:13:19 -04:00
pubby
347bc1ac2a Give ninjas datum outfits 2017-09-27 17:51:03 -05:00
Jordan Brown
38ffa0a139 Merge pull request #31016 2017-09-27 16:39:07 -04:00
Jordan Brown
1045621337 Merge pull request #31030 2017-09-27 16:38:18 -04:00
Jordan Brown
58d4e73c6a Merge pull request #31033 2017-09-27 16:37:34 -04:00