Chinsky
069de7dcb6
Merge pull request #10560 from PsiOmegaDelta/150812-CorrectTypeCheck
...
Prevents APC wires from being displayed to the AI.
2015-08-12 20:38:34 +03:00
Chinsky
e562affd13
Merge pull request #10551 from PsiOmegaDelta/150812-RuntimeFixes
...
Runtime fixes.
2015-08-12 20:38:20 +03:00
Chinsky
c9de7ddd43
Merge pull request #10566 from mwerezak/runtime-fixes
...
Runtime fixes
2015-08-12 20:36:49 +03:00
HarpyEagle
a62edc5b3a
Fixes #10548
2015-08-12 12:21:28 -04:00
HarpyEagle
9609ce0b0d
Fixes #10546
2015-08-12 12:06:31 -04:00
Zuhayr
4db1a553f2
Merge pull request #10556 from PsiOmegaDelta/150812-Stripping
...
Adds sanity checks for stripping.
2015-08-13 00:39:41 +09:30
mwerezak
565ccc2baa
Merge pull request #10545 from PsiOmegaDelta/150812-QdelFix
...
Qdels the photo dummy.
2015-08-12 10:29:41 -04:00
mwerezak
db71f6a03d
Merge pull request #10541 from PsiOmegaDelta/150812-BotCheck
...
Re-adds missing bot check.
2015-08-12 10:28:45 -04:00
mwerezak
8da78d09e9
Merge pull request #10542 from PsiOmegaDelta/150812-HoloStools
...
Holodeck stool icon fix.
2015-08-12 10:28:12 -04:00
mwerezak
f24c1f052e
Merge pull request #10544 from PsiOmegaDelta/150812-StatRuntime
...
Fixes various stat runtimes
2015-08-12 10:27:55 -04:00
PsiOmegaDelta
1b7b69306c
Prevents APC wires from being displayed to the AI.
...
Restores and makes the mob type check more specific. Fixes #10559 .
2015-08-12 13:34:12 +02:00
PsiOmegaDelta
67c79e7a1b
Adds sanity checks for stripping.
...
Mobs can no longer strip other mobs while prone, unconscious, or buckled down. Fixes #10553 .
2015-08-12 13:12:52 +02:00
PsiOmegaDelta
3e4ec4d7b7
NanoUI windows now close on Destroy(), preventing all sorts of qdel issues.
2015-08-12 09:41:22 +02:00
PsiOmegaDelta
93e666e67c
Adds a missing not-null check that is made in another case.
2015-08-12 09:22:46 +02:00
PsiOmegaDelta
3bba0f95b1
Qdels the photo dummy.
2015-08-12 09:14:36 +02:00
PsiOmegaDelta
48d5e73729
Fixes an observer runtime.
2015-08-12 09:10:16 +02:00
PsiOmegaDelta
7031ff0b43
Fixes human spawn runtime.
...
Similar to #10503 .
2015-08-12 09:07:48 +02:00
PsiOmegaDelta
3cb6b1ca79
Holodeck stool icon fix.
...
Backports the icon state change from dev. Fixes #10515 .
2015-08-12 08:33:57 +02:00
PsiOmegaDelta
32338716bf
Re-adds missing bot check.
...
Not all bots are of the type /mob/living/bot yet. Re-adds the /obj/machinery/bot-type check on airlock bump.
Fixes #10507 .
2015-08-12 08:28:39 +02:00
GinjaNinja32
8915edcce2
Merge pull request #10537 from mwerezak/mapping-fixes
...
Fixes and mapping
2015-08-12 06:39:30 +01:00
mwerezak
341e6c22ff
Merge pull request #10538 from GinjaNinja32/debug
...
Debug code to try to figure out the cause of the player-panel etc breaking
2015-08-12 01:21:29 -04:00
mwerezak
a90e1f3f7e
Fixes #10501
...
Also future proofs spaceheaters
2015-08-12 01:16:08 -04:00
GinjaNinja32
9dacc146cd
Debug code to try to figure out the cause of the player-panel etc breaking
2015-08-12 06:15:06 +01:00
mwerezak
c70544f021
Fixes #10509
2015-08-12 00:58:40 -04:00
mwerezak
ed7c8f6513
Fixes #10517
...
Also changes the eng break room chairs back to brown and lowers the
amount of phoron glass in the workshop to be just enough to replace the
SM core.
2015-08-12 00:46:24 -04:00
mwerezak
4518c976d8
Fixes engineering outpost shuttle dock
...
Fixes mismatched tags on the sensor and pumps and incorrect frequencies
on the access buttons. Fixes #10506 .
Also includes some cosmetic mapping changes to the engineering outpost,
tones down the number of r-walls a bit.
2015-08-12 00:36:32 -04:00
PsiOmegaDelta
163ac0de1e
Merge pull request #10521 from GinjaNinja32/mirror_gender
...
Mirrors no longer check the user's gender when finding the list of valid hairstyles
2015-08-12 06:26:45 +02:00
mwerezak
0c94f1d84d
Merge pull request #10533 from GinjaNinja32/gamemode
...
fix malf not working
2015-08-12 00:11:19 -04:00
GinjaNinja32
5a1c80d843
Fix for non-ANTAG_OVERRIDE_JOB antags breaking with malf fix
2015-08-12 05:06:18 +01:00
GinjaNinja32
54930b69b4
Malfunction
2015-08-12 04:41:59 +01:00
GinjaNinja32
41965d93ef
Mirrors no longer check the user's gender when finding the list of valid hairstyles
2015-08-12 01:00:43 +01:00
GinjaNinja32
f04d2be27f
Merge pull request #10502 from PsiOmegaDelta/150811-StackedTables
...
Fixes #10496 .
2015-08-11 20:55:33 +01:00
GinjaNinja32
056a14f4f4
Merge pull request #10504 from PsiOmegaDelta/150811-ForcedHardwareAcceleration
...
Forces hardware acceleration.
2015-08-11 20:54:02 +01:00
PsiOmega
242c9444ef
Forces hardware acceleration.
...
Most likely also fixes the hickup where BYOND still rending lights are blobs of light despite having hardware acceleration enabled.
Ports https://github.com/ParadiseSS13/Paradise/pull/1690 . Fixes #10147 as much as it can be fixed I believe.
2015-08-11 21:47:07 +02:00
PsiOmega
728105b49b
Fixes #10496 .
...
Apparently stacking tables causes one of them to self-terminate into sheets.
Removes the stacked tables in the engineering docking area.
2015-08-11 21:36:34 +02:00
Zuhayr
e29a9ce89c
Merge pull request #10499 from PsiOmegaDelta/150811-BorgRadio
...
Fixes #10494 .
2015-08-12 04:46:23 +09:30
PsiOmega
e4f6436a85
Fixes #10494 .
...
Borgs have their very own custom little headset, so cute.
2015-08-11 21:11:16 +02:00
PsiOmegaDelta
e7622efca4
Merge pull request #10491 from PsiOmegaDelta/150811-Changelog
...
Updates the changelog.
2015-08-11 20:04:10 +02:00
GinjaNinja32
650b4a7759
Merge pull request #10489 from PsiOmegaDelta/150811-FromZeroToHero
...
Fixes #10488 .
2015-08-11 18:57:27 +01:00
PsiOmega
59f855b52d
Updates the changelog.
2015-08-11 19:55:25 +02:00
PsiOmega
862fad60c2
Fixes #10488 .
...
A simple matter if incorrect type definition.
2015-08-11 19:36:02 +02:00
Chinsky
076e7d6788
Merge pull request #10432 from Baystation12/dev-freeze
...
Dev freeze -> Master
2015-08-11 20:13:49 +03:00
Chinsky
7b1656f40c
Merge pull request #10470 from Karolis2011/dev-freeze
...
[Dev-Freeze] Replace \red with <span> in runes.dm, fix many "his/her/their" gender messages
2015-08-11 20:07:06 +03:00
Zuhayr
20e7ee0b71
Merge pull request #10111 from mwerezak/eye-attack
...
Makes grab eye attacking respect species lore better
2015-08-12 02:36:50 +09:30
mwerezak
8064a76f39
Merge pull request #10484 from atlantiscze/laptop-quickfix
...
Fixes #10136
2015-08-11 13:06:32 -04:00
mwerezak
bc1c062c83
Merge pull request #10486 from Karolis2011/wikilinkfix
...
Updated old wiki links to a new ones.
2015-08-11 12:42:24 -04:00
Chinsky
7f2d6e8b7f
Merge pull request #10434 from Kelenius/ofCablesAndSnowflakes
...
Of cables and snowflakes
2015-08-11 19:40:45 +03:00
Chinsky
4c628ff2c5
Merge pull request #10483 from PsiOmegaDelta/150811-AntagName
...
Fixes #10468 and #10467
2015-08-11 19:39:15 +03:00
Zuhayr
7bd301161f
Merge pull request #9988 from PsiOmegaDelta/150702-SpellFixes
...
Magical fixes.
2015-08-12 01:54:31 +09:30
Zuhayr
fab3939423
Merge pull request #10481 from PsiOmegaDelta/150811-CrewEfficiency
...
Crew monitor balance and lag fixes.
2015-08-12 01:18:32 +09:30