Commit Graph

22273 Commits

Author SHA1 Message Date
XDTM c27a03faff Fixes vaccines (#30357) 2017-09-03 11:50:41 -03:00
AnturK 99a421491f Fixes BYOS (#30356)
* Fixes BYOS

* Uses defines on dock checks.
2017-09-03 11:46:11 -03:00
Cyberboss 62b2f078d9 Merge pull request #30307 2017-09-02 23:13:47 -04:00
Cyberboss 070cbdce4b Merge pull request #30317 2017-09-02 23:13:41 -04:00
Cyberboss 26fcc0351d Merge pull request #30327 2017-09-02 23:13:27 -04:00
Cyberboss 7e07e6e9af Merge pull request #30332 2017-09-02 23:13:20 -04:00
Jordan Brown 91364d8108 Fixes modify variables interpreting dirs wrongly (#30249) 2017-09-02 19:54:10 +02:00
Kyle Spier-Swenson 59e5ab90b4 More admin bans for the ban god (#30319) 2017-09-01 17:26:48 -03:00
Jordan Brown 2c74c2291b Merge pull request #30304 2017-09-01 14:25:53 -04:00
Jordan Brown 58f78f5a1b Merge pull request #30247 2017-09-01 12:42:57 -04:00
Jordan Brown 837ee8eda9 Merge pull request #30295 2017-09-01 12:42:44 -04:00
Jordan Brown 9e127fb0e9 Merge pull request #30301 2017-09-01 12:42:31 -04:00
Jordan Brown 06b8d5ecd7 Merge pull request #30303 2017-09-01 12:42:11 -04:00
Jordan Brown 8dceb6d85e Merge pull request #30306 2017-09-01 12:41:58 -04:00
YPOQ 9a6a1af252 Various Ninja Fixes (#30102)
* Fixes energy net

* Ninjaboost usable while unconscious, remove unused action

* remove delay from adrenline message

* remove redundant stun check

* fixes ninja action icons

* remove toggle special interaction verb

* Remoeves slotting research disks into suit

* non ninjas can now start the suit initilisation

* remove unused code, capacity > charge

* radium now restores adrealine boosts, other suit reagents removed

* oops

* adrenaline boost removes stuttering

* ninjas no longer start with flashlights

* ninja suit deinitializes properly

* fix gib ninja suit gib message

* energy nets use buckling instead of anchoring, buckle_lying = -1 is now handled properly

* suit examine reports capcity properly

* ninja code cleanup

* undo buckle_lying changes
2017-09-01 15:38:42 +02:00
XDTM 3c4e17ecdd RIP VA 2017-09-01 14:16:39 +02:00
XDTM e91f0b213a Logs Voice of God in the feedback database 2017-09-01 12:49:33 +02:00
shizcalev f39ff97a35 Duplicate var 2017-08-31 23:20:46 -04:00
shizcalev ae64a284ab Changed to subtypes 2017-08-31 23:20:45 -04:00
shizcalev ec6e9bb78f Makes APC cell_type actually pick a cell 2017-08-31 23:20:45 -04:00
MoreRobustThanYou c48def94d8 Removes gangs (#30056) 2017-08-31 17:31:49 -03:00
Iamgoofball add840073d Revert "Lowers portable pump max pressure to 1013.25" 2017-08-31 12:05:46 -07:00
Leo d7fe5e82f9 Merge pull request #30283 from pubby/multiverse
Removes the multiverse and its sword
2017-08-31 14:46:42 -03:00
XDTM 810238f49b Disease Outbreak event may now also spread randomly generated advanced viruses 2017-08-31 17:46:23 +02:00
Fury McFlurry ab00fe4e07 0 to FALSE 2017-08-31 16:45:52 +02:00
Jordan Brown 288560b215 Removes a redundant check (#30275) 2017-08-31 08:40:04 -05:00
XDTM f9675322d5 Prevents hallucinations revealing people's identity 2017-08-31 15:39:42 +02:00
AnturK 2760211be5 Fixes dummy unequip runtimes. (#30285) 2017-08-31 08:39:24 -05:00
AnturK 5b36ea048b Fixes no drop implant 2017-08-31 13:27:21 +02:00
Fury McFlurry 5bff28b15b added code for costume suits 2017-08-31 12:40:39 +02:00
Fury McFlurry f861c1b04a added code for costume jumpsuits 2017-08-31 12:39:03 +02:00
Fury McFlurry 2747742ce1 added code for costume hats 2017-08-31 12:37:11 +02:00
Jordie0608 fda49fefe9 unruntimes fdel on savefiles 2017-08-31 17:55:55 +10:00
MrStonedOne f3bf3663cc Actually, lets make it say how many are hidden. 2017-08-30 23:34:04 -07:00
MrStonedOne a27a454c4a Make the fact there are hidden notes more obvious.
We print the first note that would be skipped then pixel shift the show all button over the skipped noted.

The rest after that are not printed
2017-08-30 22:11:08 -07:00
MrStonedOne ca33ca2e05 Note fading and persistent messages
Player Notes can now fade out over time so admins don't accidentally ban players for 4 year old notes
Deleted messages now remain in the database and are instead just hidden from view.

Two things relating to messages I've been meaning to do for ever.
2017-08-30 22:10:56 -07:00
Ian Turk 246b50bd4e Replaced datacore mob reference with a mind reference 2017-08-30 17:05:31 -06:00
Cyberboss f36e6703dd Merge pull request #30273 2017-08-30 18:03:38 -04:00
pubby 6eb61d6f41 Crew monitoring rework part 1: crew pinpointers (#30117)
* Pinpointer refactor + Crew pinpointers

* Icon update

* Add crew pinpointers to maps, closets, and fix

* Fix defines

* Cyberboss fixes + add to warden and CMO

* More Cyberboss fixes
2017-08-30 18:02:28 -04:00
Jordan Brown 2c92735520 Port material containers to datum components (#29268)
* Ports /vg/'s component system

* Fix component signalling itself for addition

* Fix the list arrangement for removal

* Whoops

* Return the existing component if the created one was deleted

* These can't be ints

* ,

* returning TRUE from a callback will mark the event as handled

* Small refactor

* Add powered components

* R e f a c t o r

* More wip

* Fixes et al

* Pure pain

* When bae tells you she was tabs but she was actually spaces

* RReee

* Needs arglist

* Fax

* Fax

* More better

* You fail me yet again git commit

* Some kajiggering, but there we go

* No more 3rd param = variadic

* fix

* Sanity

* Whoops

* Minor thing

* Whoops

* fax

* Better describe the function, + add ..()s

* Fix

* Port to Initialize

* fuk in git
2017-08-30 15:11:34 +02:00
Cyberboss 4ac8b11275 Merge pull request #30121 2017-08-30 08:58:16 -04:00
Cyberboss f845183cf8 Merge pull request #30261 2017-08-30 08:58:08 -04:00
Cyberboss f252fad77c Merge pull request #30268 2017-08-30 08:58:03 -04:00
Cyberboss e8022ced5f Merge pull request #30269 2017-08-30 08:57:57 -04:00
Jordie0608 f0eb99a289 adds comments 2017-08-30 22:56:51 +10:00
Jordie0608 bfa1739e53 converts then deletes old .sav formats 2017-08-30 15:02:58 +10:00
pubby 8c76d02224 Removes the multiverse 2017-08-29 19:27:42 -05:00
Leo 805b179dda Adds a ghost verb to see all available ghost spawners (#30254) 2017-08-30 10:45:38 +12:00
Jordan Brown cf178de1b6 Server tools versioning and fix to displayed testmerges (#30252)
* Server tools versioning and fix to displayed testmerges

* Fixes
2017-08-30 10:15:12 +12:00
oranges 578b571583 Merge pull request #30259 from tgstation/RemieRichards-patch-1
AltClick Improvements
2017-08-30 10:14:09 +12:00