Chinsky
fdd27dec21
Merge pull request #8078 from Ccomp5950/mentors
...
Added buttons back to Mentors
2015-02-07 08:24:30 +03:00
ccomp5950
a07e0a044f
Added buttons back to Mentors
...
Before: Mentors see ahelps they only see ckeys, no links no character names, etc.
Now: Character names shows up and I've added a mentor specific link bar so mentors can use the buttons they already have easily.
2015-02-07 00:04:50 -05:00
GinjaNinja32
0651bb8d84
Adds a cache to scramble() so that feeding the same input through multiple times in a short timespan results in the same output string.
...
This means that you'll no longer get the radio message being entirely different from the non-radio message, and that all players will see the same scrambled string
2015-02-06 23:26:09 +00:00
GinjaNinja32
c95399de91
Fixes "" from languages over radio.
2015-02-06 19:43:39 +00:00
Zuhayr
7c31bb18f5
Merge pull request #8064 from GinjaNinja32/lingfix
...
Fixes changeling stings not working from certain positions
2015-02-07 05:46:13 +10:30
Zuhayr
caa4e088cd
Merge pull request #8057 from mwerezak/master
...
Fixes windows taking excessive damage from projectiles
2015-02-07 02:34:03 +10:30
GinjaNinja32
251e162a2c
Fixes changeling sting A* call, adds messages to let the changeling know what went wrong if it did
2015-02-06 09:52:01 +00:00
mwerezak
41816c26bf
Fixes windows taking excessive damage from projectiles
2015-02-06 00:03:09 -05:00
SkyMarshal
d5c8a6262a
Fixes the fix for supersonic walking.
2015-02-04 10:33:39 -07:00
SkyMarshal
952fd3a373
Fixes supersonic walking with canes.
2015-02-04 05:30:56 -07:00
Chinsky
b70db8d8d7
RIP in history, dead code
2015-02-03 17:19:56 +03:00
PsiOmega
1732d0c79a
Merge remote-tracking branch 'upstream/master' into TheGreatPurge
...
Conflicts:
code/WorkInProgress/computer3/computers/message.dm
code/WorkInProgress/kilakk/responseteam.dm
2015-02-03 14:16:14 +01:00
Chinsky
95eacd2185
Merge pull request #8008 from volas/sanitize_procs
...
Fixes for some sanitize moments
2015-02-03 15:08:47 +03:00
SkyMarshal
7c1b70af93
Removes jungle
2015-02-03 04:01:16 -07:00
SkyMarshal
8898689c5d
Cleared out my WIP folder.
2015-02-03 03:20:42 -07:00
SkyMarshal
15bf312f13
Fixes up some helpers.
2015-02-03 03:18:34 -07:00
Chinsky
649473e0ec
Restred medical side effects file since turns out it's used (need to look into why it doesn't appear to be later)
2015-02-03 12:19:09 +03:00
Chinsky
72463a35f3
Another pass at WIP folder
2015-02-03 12:14:13 +03:00
Chinsky
cbe030b56e
Compile fix
2015-02-03 08:39:39 +03:00
Chinsky
2a1f0849d8
Cleaned out my WIP folder.
2015-02-03 08:27:18 +03:00
D Anzorge
abeb634d01
Make borg radio window tell if loudspeaker is on
2015-02-02 16:27:14 -05:00
D Anzorge
609f9848bc
Fix borg radio weirdness
...
Borg radio interface toggling was backwards: when usr got the message that the subspace mode was
disabled, the radio would actually enter subspace mode.
2015-02-02 16:27:14 -05:00
PsiOmega
7b3c3cf600
Cleans out the WiP folder.
...
Step two: Included but otherwise non-references files.
2015-02-02 13:30:11 +01:00
PsiOmega
ad5db41bad
Cleans out the WiP folder.
...
Step one: Known unused files.
2015-02-02 13:21:23 +01:00
volas
949ac26804
a few more copytext(sanitize()) fixes
2015-02-01 23:42:43 +03:00
volas
ea8e848463
copytext() check for some input
2015-02-01 23:16:04 +03:00
volas
8abd7d0735
correction of all copytext(sanitize(..)) to sanitize(copytext(..))
2015-02-01 22:54:56 +03:00
volas
9c358c0e74
sanitize_simple correction
2015-02-01 22:21:11 +03:00
Zuhayr
20da84646b
Merge pull request #7964 from Baystation12/dev-freeze
...
Dev-Freezer -> Master v0.1.17 Botswan Punchout
2015-02-02 02:14:08 +10:30
Chinsky
19f288e22e
Merge pull request #8005 from Ccomp5950/fixes123
...
Misc Fixes: Removes ahelp categories / robotics maint door.
2015-02-01 18:13:08 +03:00
Zuhayr
d6b03ea768
Merge pull request #7974 from mwerezak/ert
...
ERT adjustment and fixes
2015-02-01 20:47:40 +10:30
ccomp5950
b23b5b5d41
Removes categorization of Ahelps.
2015-01-31 21:13:05 -05:00
Chinsky
a5219535f6
Merge pull request #7997 from mwerezak/fixes
...
Fixes voidsuit attachment deployment not checking mob_can_equip()
2015-01-31 09:25:16 +03:00
mwerezak
f8d79ef62a
Gives sec ERT hardsuits mounted eguns
...
Also relocates mounted gun code.
2015-01-31 01:00:36 -05:00
mwerezak
75e0458102
Fixes voidsuit attachment deployment not checking mob_can_equip()
2015-01-30 22:02:07 -05:00
Jamini
683963f1ec
Changed prefix on gloves modified for alien use from "Mangled" to "Modified". Removed stungloves.dm on request of Zuhayr.
...
Signed-off-by: Jamini <mobiousjami@gmail.com >
2015-01-30 18:22:58 -05:00
PsiOmega
580c16d1df
Sanitizes player input.
...
Purges \red, \blue, \green, \b, \i, etc. due to abuse.
2015-01-30 19:26:12 +01:00
Chinsky
b995c856a9
Merge pull request #7924 from Kelenius/ofTablesAndPass
...
Removes FPRINT and TABLEPASS flags
2015-01-30 16:17:41 +03:00
Zuhayr
21422ab8b5
Merge pull request #7993 from PsiOmegaDelta/PhotoCache
...
Minor photo cache improvement.
2015-01-30 23:46:56 +10:30
Chinsky
e3b02fc62f
Merge pull request #7975 from mwerezak/fixes
...
Fixes #7958
2015-01-30 16:14:16 +03:00
PsiOmega
fa931ae9a9
Photo cache improvements.
...
According to http://www.byond.com/docs/ref/info.html#/proc/browse_rsc browse_rsc() does not resend already cached data, however there is likely also a check to ensure that this data is up to date (using checksums or otherwise) or clients would only ever see the first photo they viewed in a given round.
This small change attempts to ensure that a given photo only has to be downloaded once by appending the photo id to the file name, reducing the risk of #7966 happening.
2015-01-30 10:37:42 +01:00
PsiOmega
7a72d654bd
(Likely) fixes #7987 .
...
Camera consoles again confirm that a given camera is accessible.
2015-01-30 09:38:37 +01:00
PsiOmegaDelta
80132bdd23
Merge pull request #7978 from Zuhayr/dev-freeze
...
Fixes
2015-01-30 09:25:23 +01:00
SkyMarshal
812f7553f1
Fixes a runtime in the artifact harvester.
2015-01-29 21:52:52 -07:00
unknown
0c82682578
Clothing that does not use species restrictions no longer gains species restrictions when refit.
2015-01-29 13:20:38 -05:00
PsiOmega
9e9324f010
Fixes #7961 .
...
No longer have to stand on top of turrets to interact with them.
2015-01-29 10:31:20 +01:00
Zuhayr
b280cb6d42
Fixes #7919
2015-01-29 11:27:56 +10:30
Zuhayr
d0f76833d9
Fixes #7976
2015-01-29 11:15:18 +10:30
Zuhayr
01bd0875fe
Fixes #7973
2015-01-29 11:08:22 +10:30
Zuhayr
131fc38e42
Fixes #7861 (partial), #7957 , #7940
2015-01-29 10:53:32 +10:30