oranges
384332fe20
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 07:23:35 -05:00
LetterJay
b5cdb64a53
Update extinguisher.dm
2017-09-30 01:44:31 -05:00
LetterJay
e63f93979f
Merge pull request #2979 from Citadel-Station-13/upstream-merge-30572
...
[MIRROR] Adds action buttons for spiders, refactors action code, nurse spiders can set a hereditary directive for their children to follow
2017-09-30 02:41:38 -04:00
LetterJay
be08e0c29f
Update mirror.dm
2017-09-29 23:42:12 -05:00
LetterJay
7df3c80a39
Update cloning.dm
2017-09-29 23:41:44 -05:00
LetterJay
e515151610
Update h_sandbox.dm
2017-09-29 23:39:34 -05:00
ShizCalev
f8f599b17b
Stops putting RCD, bluespace bags, and staves into ORM
2017-09-29 19:33:37 -05:00
ShizCalev
c54ea1b9bf
Fixes SM shard extraction ( #31111 )
...
* Fixes SM shard extraction
* Space-OSHA called. They want to have a word.
2017-09-29 18:43:41 -05:00
LetterJay
e8f581bb56
Merge branch 'master' into upstream-merge-31077
2017-09-29 12:46:25 -04:00
LetterJay
a12df2019f
Merge pull request #2966 from Citadel-Station-13/upstream-merge-31024
...
[MIRROR] Air tanks get their own sprite, plus reset fix.
2017-09-29 12:19:27 -04:00
LetterJay
7f2d8bdaff
Update Malf_Modules.dm
2017-09-29 11:18:58 -05:00
LetterJay
c80237c969
Update tank_types.dm
2017-09-29 00:48:53 -05:00
LetterJay
2d1d0b7fd8
Update tank_types.dm
2017-09-29 00:48:01 -05:00
LetterJay
8762540452
Merge pull request #2999 from Citadel-Station-13/upstream-merge-31072
...
[MIRROR] Add a fingerprint to pipes when interacted with by a wrench
2017-09-29 01:46:14 -04:00
LetterJay
781b0359ae
Merge pull request #2993 from Citadel-Station-13/upstream-merge-30714
...
[MIRROR] Shooting walls can create bullet holes/dents
2017-09-29 01:44:54 -04:00
LetterJay
d6a89948a2
Merge pull request #2991 from Citadel-Station-13/upstream-merge-31078
...
[MIRROR] Cleanup operative landmarks
2017-09-29 01:44:17 -04:00
LetterJay
1715845fe1
Merge pull request #2990 from Citadel-Station-13/upstream-merge-31081
...
[MIRROR] You can now light cigars on burning people
2017-09-29 01:43:59 -04:00
LetterJay
80e92ebdc5
Merge pull request #2987 from Citadel-Station-13/upstream-merge-30858
...
[MIRROR] [READY]Refactors timestops to use fields
2017-09-29 01:42:56 -04:00
LetterJay
c8a03440cb
Merge pull request #2978 from Citadel-Station-13/upstream-merge-30834
...
[MIRROR] Self replacement fix
2017-09-29 01:42:17 -04:00
LetterJay
8f5d02be55
Merge pull request #2977 from Citadel-Station-13/upstream-merge-31027
...
[MIRROR] GetAllContents performance increase
2017-09-29 01:41:58 -04:00
LetterJay
cef4ae4fd6
Merge pull request #2975 from Citadel-Station-13/upstream-merge-30661
...
[MIRROR] Advanced camera consoles use a list for z lock rather than a single z level
2017-09-29 01:41:32 -04:00
LetterJay
02a5c92233
Merge pull request #2974 from Citadel-Station-13/upstream-merge-31046
...
[MIRROR] AFK players count as dead for the assassinate objective
2017-09-29 01:41:16 -04:00
LetterJay
595f2cb08f
Merge pull request #2983 from Citadel-Station-13/upstream-merge-30985
...
[MIRROR] Fixes frozen PDAs in the game logs
2017-09-29 01:39:50 -04:00
LetterJay
4af02dff06
Merge pull request #2984 from Citadel-Station-13/upstream-merge-30613
...
[MIRROR] Applying PDA overhaul Upstream
2017-09-29 01:39:28 -04:00
LetterJay
157d9cc6e6
Merge pull request #2982 from Citadel-Station-13/upstream-merge-30864
...
[MIRROR] Secure containers give more hints, no RNG, for hacking
2017-09-29 01:39:03 -04:00
Jordan Brown
116041d621
Server tools API v3.1
2017-09-28 22:20:46 -05:00
ShizCalev
9da41c3596
Stops revheads from being metagamed with healthscanners & medical HUDs. ( #31110 )
...
* Stops revheads metagaming
* Added comment.
2017-09-28 22:00:16 -05:00
Joan Lung
e4b4860e44
Reebe is fancier now
2017-09-28 21:59:05 -05:00
oranges
ae604eb341
Add a fingerprint to pipes when interacted with by a wrench
2017-09-28 21:54:24 -05:00
kingofkosmos
f0c684c15e
Alt-clicking descriptions when examining
2017-09-28 21:51:53 -05:00
KorPhaeron
bdae94f60c
Shooting walls can create bullet holes/dents ( #30714 )
...
* Bullet holes in walls
* Code standards, new sprite
2017-09-28 21:48:27 -05:00
oranges
1a9d36b3f1
Merge pull request #31078 from pubby/opspawn
...
Cleanup operative landmarks
2017-09-28 21:48:11 -05:00
RandomMarine
dd7fd8b4a8
You can now light cigars on burning people ( #31081 )
...
* adds lighting cigs on burning mobs
* backslash the
* src
2017-09-28 21:46:57 -05:00
kevinz000
724fa8ce54
[READY]Refactors timestops to use fields ( #30858 )
...
* kek
* fixes
* Fixes
* fixes
* throw freeze
* woops
* double woops
2017-09-28 21:46:34 -05:00
kevinz000
df16529ed3
Adds steal research levels objectives to traitors+lings, makes it work for everyone not just ninjas. ( #30722 )
...
* initial commit
* bugfix
* Update changeling.dm
* Update datum_traitor.dm
* Update datum_traitor.dm
* Update objective.dm
* compile
2017-09-28 21:44:42 -05:00
Tungsten
c6c6f67d03
Applying PDA overhaul Upstream ( #30613 )
...
* Applying PDA overhaul Upstream
Yeet?
* Used lordpidey's change
Like this?
* The build failed so I'm changing it back
* Update PDA.dm
* Update PDA.dm
* Make the settings visible only on the main screen
mode 0 is the hub, and the hub is the main menu. I think it'd be a lot more convenient for players to always have these options on the main menu if they need them. Makes it really easy to swap colors and fonts at the beginning of the round. I can put it in a settings menu if everyone really thinks it's necessary, but then someone would have to help me actually make the damn icons show up.
* Update PDA.dm
* Update PDA.dm
* Wait, I'm an idiot. I was editing the wrong thing.
* Here's your switch statements boi
* Declare font_index at the "Toggle_Font" code
I declared it exactly where it's relevant, but I think this looks unclean. I also redefined it which I actually needed to do.
* Replaced it where it was
cuz the build broke
* Make the color changer a picker instead of a field
An attempt
* Made these defines
@optimumtact @Cyberboss Like this?
2017-09-28 21:43:32 -05:00
oranges
367fcc9974
Merge pull request #30985 from tgstation/Cyberboss-patch-5
...
Fixes frozen PDAs in the game logs
2017-09-28 21:42:20 -05:00
Robustin
3fe37eb41b
Secure containers give more hints, no RNG, for hacking ( #30864 )
...
* Automatic changelog generation for PR #30056 [ci skip]
* Delete AutoChangeLog-pr-30056.yml
* Removes bad RNG
* More instructions
* gud grammer
* Right parenthesis
* Update secure.dm
* Update secure.dm
* Update secure.dm
* less explicit
2017-09-28 21:41:07 -05:00
Jordan Brown
e5ef3d2405
Configuration datum refactor
2017-09-28 21:37:53 -05:00
XDTM
9b5a2f7490
Adds action buttons for spiders, refactors action code, nurse spiders can set a hereditary directive for their children to follow
2017-09-28 16:02:31 -05:00
LetterJay
d25894447e
Merge pull request #2971 from Citadel-Station-13/upstream-merge-31048
...
[MIRROR] Fixed duplicate definition
2017-09-28 12:32:57 -04:00
LetterJay
355b9af67e
Merge pull request #2960 from Citadel-Station-13/upstream-merge-30957
...
[MIRROR] Revheads are now stealthier/harder to metagame
2017-09-28 12:21:53 -04:00
Jordan Brown
a3c7a3fe11
Self replacement fix ( #30834 )
2017-09-28 11:08:02 -05:00
Emmett Gaines
16f1ceedd1
GetAllContents performance increase ( #31027 )
2017-09-28 10:44:28 -05:00
Jordan Brown
8f600788f4
Back and inhands for air tanks.
2017-09-28 10:44:20 -05:00
KorPhaeron
6fca708b33
Advanced camera consoles use a list for z lock rather than a single z level ( #30661 )
...
* Refactor Abductor Console
* Station lock
2017-09-28 10:44:12 -05:00
Y0SH1M4S73R
602e1e6bbf
AFK players count as dead for the assassinate objective ( #31046 )
2017-09-28 10:43:58 -05:00
AutomaticFrenzy
91c1a78af9
Fixed duplicate definition ( #31048 )
2017-09-28 10:43:24 -05:00
CitadelStationBot
2d48a0cf50
[MIRROR] Makes borg modules and human species easily spawnable by admins from the mob spawn menu. ( #2967 )
...
* Makes borg modules and human species easily spawnable by admins from the mob spawn menu.
* Makes borg modules and human species easily spawnable by admins from the mob spawn menu.
2017-09-28 05:59:57 -07:00
LetterJay
9309f1e3b4
Update clock_components.dm
2017-09-27 23:40:49 -05:00