FrozenGuy5
9c0438754b
Update random_books.dm
2017-08-05 01:49:18 +01:00
FrozenGuy5
96c7c5a9fa
Update random_books.dm
2017-08-05 01:48:48 +01:00
FrozenGuy5
e3c76e2d85
Update random_books.dm
2017-08-05 01:48:28 +01:00
FrozenGuy5
552b851445
Update light.dm
2017-08-05 01:45:27 +01:00
shizcalev
319fe3326c
Moved to a proc
2017-08-04 16:59:32 -04:00
Fox-McCloud
c24c9b3ba0
even cheaper
2017-08-04 16:47:49 -04:00
shizcalev
7632bf2305
Fixes APCs grabbing area subtypes
2017-08-04 16:29:37 -04:00
FrozenGuy5
cb22264e13
Initialize() Hint
2017-08-04 20:34:27 +01:00
FrozenGuy5
8049bf02f3
Initialize() Hint
2017-08-04 20:06:02 +01:00
Cyberboss
7e6c1198e9
Merge pull request #29695
2017-08-04 10:21:47 -04:00
Cyberboss
fc0a102753
Merge pull request #29693
2017-08-04 10:21:07 -04:00
Cyberboss
864cfcb6c9
Merge pull request #29692
2017-08-04 10:20:28 -04:00
Cyberboss
004f8f5b2f
Merge pull request #29660
2017-08-04 10:19:25 -04:00
Cyberboss
1a578121b2
Merge pull request #29689
2017-08-04 10:18:43 -04:00
Cyberboss
017982772d
Merge pull request #29664
2017-08-04 10:17:48 -04:00
Cyberboss
28993c1871
Merge pull request #29667
2017-08-04 10:17:00 -04:00
Cyberboss
f73031dbdd
Merge pull request #29641
2017-08-04 10:16:23 -04:00
shizcalev
adfdde370f
Runtime detection, made the argument safer to use.
2017-08-04 10:12:02 -04:00
oranges
13d6213ab9
Merge pull request #29666 from Qustinnus/dumb
...
Fixes the amounts for examining disgusted people
2017-08-04 23:56:28 +12:00
oranges
9bddac55b4
Merge pull request #29665 from kevinz000/patch-273
...
Fixes admin buildmode not returning a qdel hint
2017-08-04 23:56:06 +12:00
oranges
6b6fc91172
Merge pull request #29623 from Cyberboss/TiredOfBS
...
Removes all checks for subsystem existence
2017-08-04 23:54:47 +12:00
oranges
48430dfc64
Merge pull request #29668 from YPOQ/patch-1
...
Allows Ninja Adrenaline Boost to be used while stunned.
2017-08-04 23:54:21 +12:00
Jordan Brown
ec23c408c6
Fixes blueprint data ( #29627 )
...
* Fixes blueprint data
* I suppose we need these back too then
* These were up here
2017-08-04 13:46:45 +02:00
Ashe Higgs
84788d67ad
Fixes shields not blocking alien hunter pounces ( #29658 )
2017-08-04 08:02:04 -03:00
kevinz000
18efa5656b
Update unsorted.dm
2017-08-03 23:39:27 -07:00
oranges
216c2bb168
Merge pull request #29657 from Fox-McCloud/porta-turret-performance
...
Improves Porta-Turret Performance
2017-08-04 15:25:14 +12:00
oranges
de1a560874
Merge pull request #29652 from tgstation/Cyberboss-patch-2
...
Properly converts schema numbers to integers
2017-08-04 15:24:30 +12:00
Xhuis
a3b543bd42
Fixes shuttles rotating improperly
2017-08-03 20:56:08 -04:00
Fox-McCloud
e46ebbc40e
forgot
2017-08-03 17:48:38 -04:00
Fox-McCloud
70bd6b50ac
Improves Tesla Performance
2017-08-03 17:46:33 -04:00
Xhuis
3ca90bbb5a
Makes some documentation for pickweight more clear
2017-08-03 17:05:34 -04:00
FrozenGuy5
76ee209a6c
flora initialize poo
2017-08-03 22:16:49 +03:00
Lzimann
97199dd8b0
Gives an initialize hint to stacks, boxes, closets and bots
2017-08-03 15:30:00 -03:00
Leo
0d332545bc
Merge pull request #29647 from Cyberboss/CompFix
...
Fixes SendSignal()
2017-08-03 15:14:59 -03:00
Jordan Brown
7fc74c1e56
Sleep -> addtimer
2017-08-03 14:07:04 -04:00
FrozenGuy5
7766c53502
Update butterfly.dm
2017-08-03 21:01:11 +03:00
FrozenGuy5
8cdce9d0ed
Update parrot.dm
...
Fixes Initialize errors for type /mob/living/simple_animal/parrot
2017-08-03 20:23:11 +03:00
FrozenGuy5
afe0030205
Update bullets.dm
...
nerfs hollowpoint for the l6
2017-08-03 19:36:04 +03:00
Jordan Brown
39d355256c
Merge pull request #29644
2017-08-03 10:47:48 -04:00
Jordan Brown
e2d6827adb
Merge pull request #29642
2017-08-03 10:47:43 -04:00
ShizCalev
1ca932278f
Tweaked SM overlay ( #29645 )
2017-08-03 10:42:38 -04:00
oranges
4c24cded17
Merge pull request #29637 from Cyberboss/FixFail
...
Fixes subsystem MC crash tracking
2017-08-03 18:23:29 +12:00
Kyle Spier-Swenson
3f4ac7496a
Makes bIcon scale to 16x16 like byond chat output did ( #29575 )
...
* Makes bIcon scale to 16x16 like chat output did
There was lag and ddos issues because to_chat does certain find replace operations on the resulting string, so putting base64 encoded data of large images in these strings would be insanely and excessively costly.
This is basically banking on the assumption that md5 on a 480x480 image is less costly than 4 find/replaces and 2 html_encodes.
If this doesn't work or we need larger icon support for some reason, I'll just move bIcon over to the asset cache system.
2017-08-03 18:21:26 +12:00
oranges
2bf0edb0ce
Merge pull request #29636 from Cyberboss/bdbroundid
...
Unifies datum var definitions
2017-08-03 18:14:47 +12:00
Kyle Spier-Swenson
23488b6b98
Fixes goonchat on ie8
...
ie8 doesn't define the console unless dev tools are open
2017-08-02 23:00:39 -07:00
YPOQ
c8cb3b7de0
Allows Ninja Adrenaline Boost to be used while stunned.
2017-08-03 00:00:15 -06:00
Qustinnus
b0317f6f0d
fixes
2017-08-03 07:56:02 +02:00
oranges
f44ed3146f
Merge pull request #29624 from Cyberboss/EBF
...
Fixes explosion_block being inconsistent
2017-08-03 17:15:18 +12:00
kevinz000
7b05dca3e6
Update buildmode.dm
2017-08-02 22:05:23 -07:00
shizcalev
4e99209d0c
requested changes
2017-08-03 00:47:50 -04:00