Commit Graph

16786 Commits

Author SHA1 Message Date
PsiOmega
00becda446 Few Fixes.
Fixes #8304.
Fixes #8306.
2015-02-28 14:29:30 +01:00
Zuhayr
bead2896bb Merge pull request #8296 from comma/master
Fixes #8270
2015-02-28 16:28:05 +10:30
Chinsky
3d95981394 Fixes #8270
Fixes part where alcohol potency was doubled and halves drinking glass volume so it won't hold a half of a bottle.
Also set bottle/shaker volumes to new 30u base most reagent containers like beakers/bottles use nowdays as requested.
2015-02-27 13:40:37 +03:00
GinjaNinja32
8483d7c679 Changes grid logic to be slightly less convoluted, clamp position to inside the object's icon 2015-02-26 18:46:10 +00:00
PsiOmega
1fd70d03b1 Fixes Malfuction Turret Upgrade
Now upgrades all portable turrets on the station, instead of turrets found in the player list.
Decreases delays between shots, instead of increasing it, to 66% of original delay.
2015-02-24 08:28:15 +01:00
Zuhayr
09f15f98f2 Merge pull request #8215 from GinjaNinja32/language
Fixes a few issues with noise-language.
2015-02-24 07:49:37 +10:30
GinjaNinja32
e47c45591c Fixes a few issues with noise-language. 2015-02-23 18:58:41 +00:00
Chinsky
220d029baf Merge pull request #8195 from mwerezak/rigfix
Fixes a suit breach issue and hardsuit emp handling
2015-02-23 16:52:07 +03:00
PsiOmegaDelta
3e2133fd9e Merge pull request #8196 from comma/master
Fixes ship deceleration for south/east directions
2015-02-22 16:48:31 +01:00
Zuhayr
54c3456c59 Merge pull request #8198 from mwerezak/apcfix
Fixes APC emp_act()
2015-02-22 19:22:19 +10:30
Chinsky
9e1a2315cd Changes loop for space tiles from world one to for over coordinates. It would raise infinite loop warnings otherwise when used with big zlevels. 2015-02-22 11:13:09 +03:00
Zuhayr
ac233b9db7 Fixes an issue with bees using bluespace powers to modify plants globally. 2015-02-22 16:18:33 +10:30
mwerezak
5d627d4b24 Fixes compile warning, cleanup 2015-02-21 15:36:33 -05:00
mwerezak
657028026a Fixes APC emp_act()
Now properly handles the channel changes.
2015-02-21 14:55:13 -05:00
Chinsky
18607897f0 Merge branch 'master' of https://github.com/Baystation12/Baystation12 2015-02-21 21:47:16 +03:00
Chinsky
1596c28328 Fixes ship deceleration for south/east directions 2015-02-21 21:43:10 +03:00
mwerezak
31e8babb9f Fixes rig emp severity class handling 2015-02-21 13:15:23 -05:00
mwerezak
39363749ca Fixes suit breach_threshold not being applied. 2015-02-21 13:15:02 -05:00
Zuhayr
cbcb838a0c Merge pull request #8188 from emmanuelbassil/gargle
Fixes #8174
2015-02-22 01:00:18 +10:30
emmanuelbassil
a46540ecd7 Damn you space 2015-02-21 14:53:33 +02:00
GinjaNinja32
ca6448fa4c Fixes #8192 2015-02-21 12:11:40 +00:00
emmanuelbassil
feb335c172 Goddamnit. 2015-02-21 11:56:01 +02:00
emmanuelbassil
0621e6adea Adding ..() 2015-02-21 11:39:36 +02:00
emmanuelbassil
ec8b3fe195 Forgot the else! 2015-02-21 10:14:33 +02:00
emmanuelbassil
88dd80088c Using switch statement 2015-02-21 08:43:43 +02:00
Chinsky
dcff550628 Merge pull request #8178 from mwerezak/windowzas
Firedoors and blast doors no longer block zones
2015-02-21 07:50:08 +03:00
emmanuelbassil
db702e13b6 Fixes #8174 2015-02-20 23:33:22 +02:00
mwerezak
32b543c4e4 Firedoors and blast doors no longer block zones
Firedoors no longer block zones, fixes #8169
Blast doors no longer block zones as well, which fixes some of the awkward zone geometry seen in #4798
2015-02-19 23:36:21 -05:00
Zuhayr
df8b3c3804 Merge pull request #8172 from PsiOmegaDelta/AirlockCycling
Less screen wandering NanoUI windows.
2015-02-20 14:46:01 +10:30
Chinsky
ae0ce4e620 Merge pull request #8170 from mwerezak/inventoryfix
Fixes #8075 + cigar/pipe overlays
2015-02-19 19:59:16 +03:00
Zuhayr
9a625e15d5 Merge pull request #8171 from mwerezak/layerfix
Fixes hiding mobs being layered underneath vents
2015-02-20 01:20:12 +10:30
PsiOmega
675b277d16 NanoUIs based on embedded controllers should no longer wander across the screen.
calling updateDialog() forces a NanoUI window to re-openi, which is a bit of a pain when done in process().
2015-02-19 10:43:10 +01:00
mwerezak
1258517202 Fixes hiding mobs being layered underneath vents 2015-02-19 01:02:32 -05:00
mwerezak
01784d8d6a Fixes cigar/pipe mob overlays not updating when lit 2015-02-19 00:44:11 -05:00
mwerezak
82480ac1a7 Minor cleanup 2015-02-19 00:43:49 -05:00
mwerezak
6b6fcf81f2 Fixes #8075 2015-02-18 23:55:21 -05:00
Akai Alonkai
c6b66a1000 Defines icon file for purple comb
Fixes #8133
2015-02-18 15:09:40 -05:00
Hubblenaut
5ffa0e6397 fixes curbstomp, adjusts texts 2015-02-17 00:18:54 +01:00
PsiOmega
a48545391a Fixes out of memory runtime errors and excessive HTML parsing.
Announcements are no longer parsed twice, avoiding messages such as "T's nice".
Fixes the strip_html_properly proc, to avoid out of memory runtimes.
2015-02-15 18:03:25 +01:00
GinjaNinja32
dafcc2a374 Fixes runtime when walking over shards with no shoes 2015-02-14 23:29:11 +00:00
GinjaNinja32
9c68bd492d Adds current color as default to hair, facial hair, eye and skin color pickers 2015-02-14 21:49:45 +00:00
mwerezak
f54588675f Fixes soporific and chloral hydrate
Soporific now makes people fall asleep, as intended. CH now knocks
people out after 20 seconds, instead of after 3 minutes.
2015-02-14 13:51:10 -05:00
PsiOmegaDelta
0d08264e5e Merge pull request #8120 from GinjaNinja32/crewmonitor
Fixes template modification exploit for crew monitoring computer
2015-02-12 21:36:16 +01:00
GinjaNinja32
189330b4b3 Fixes template modification exploit for crew monitoring computer 2015-02-12 20:27:28 +00:00
Zuhayr
0955b001dc Merge pull request #8114 from mwerezak/hydrofix
Fixes randomized seed nutrient_consumption
2015-02-12 18:48:11 +10:30
PsiOmegaDelta
d8b9b024be Merge pull request #8115 from mwerezak/powerfix
Fixes machines being usable after a power failure
2015-02-12 06:41:29 +01:00
mwerezak
b7e3a14e0d Fixes machines being usable after a power failure
Fixes machines not gaining the NOPOWER flag after a power failure
because they were turned off and had use_power set to 0.
Fixes machines not gaining the NOPOWER flag after being moved into an
area with no power.

Both bugs allowed power using machines to be used in areas with no
power.
2015-02-11 23:28:53 -05:00
mwerezak
28f3bf739d Fixes randomized seed nutrient_consumption
Centers the range of possible values evenly between small amount and
heavy supply.
2015-02-11 23:06:29 -05:00
PsiOmega
12e17e666f Minor casing fix.
I couldn't unsee the lowercase t in sentences beginning with "\the" instead of "\The". I'm sorry..
2015-02-11 19:53:08 +01:00
PsiOmega
93a479099a Air alarm deconstruction fix.
Air alarms can again be deconstructed, at the price of lost convenience.
2015-02-10 10:35:45 +01:00