Commit Graph

13853 Commits

Author SHA1 Message Date
bgobandit b1dbe47bbf Windows give a message when repaired. 2016-01-06 01:30:19 -05:00
KorPhaeron d4ac9b3cdd Adds intro text to malf AI 2016-01-05 22:48:19 -06:00
duncathan salt bee40cf9cd Merge pull request #14388 from ChangelingRain/notsosimpleisit
Fixes simple animal damage type handling
2016-01-05 22:23:23 -06:00
duncathan salt 33ce734c03 Merge pull request #14404 from KorPhaeron/gang
Fixes gang implanter message
2016-01-05 22:18:26 -06:00
duncathan salt 50ebfa0f17 Merge pull request #14395 from MrStonedOne/nomoreminus1
Removes a bunch of sleep(-1) and spawn(-1) from the code
2016-01-05 22:16:17 -06:00
tkdrg 2c15df59c5 Merge pull request #14400 from ChangelingRain/standards
Adds a space after the ghost follow link for messages that lacked it
2016-01-05 21:26:41 -03:00
AnturK e34fed4566 Fixes soulstones 2016-01-06 00:04:36 +01:00
SouDescolado 3b257854f0 Merge pull request #1 from tgstation/master
Merge shit
2016-01-05 14:44:37 -02:00
SouDescolado 92b3c84a22 Make the code beautiful
Less lines, same code.

Trying to fix merge conflict.

Gah
2016-01-05 14:36:39 -02:00
AnturK c32fd8daaa Fixes mechs using occupant spacemove 2016-01-05 17:24:08 +01:00
tkdrg de09f8ee0b Merge pull request #14306 from MrStonedOne/patch-114
Makes pda cartridges use proper type safety.
2016-01-05 05:21:51 -03:00
Aranclanos a9ef05807e Merge pull request #14362 from Bawhoppen/czechbarmanhelp
Gives barman back his new gear
2016-01-05 04:52:21 -03:00
Kyle Spier-Swenson 3c5cdbefe3 forgot to typecast properly 2016-01-04 23:42:45 -08:00
Kyle Spier-Swenson 869354f105 Revert commit f6d13b93 (blame rr)
This crashes the client

(burn code sets burn_state to ON_FIRE) setting it back to FIRE_PROOF kept it from detecting it was already on fire, so it kept re-adding the overlay
2016-01-04 23:30:15 -08:00
KorPhaeron 060fd8b529 Fixes gang implanter message 2016-01-04 20:22:24 -06:00
Kole6738 3a1beb1521 Pluralize
Engineer's Quarters
to
Engineers' Quarters
(I find it unlikely that there's only one Engineer, but if I'm wrong, tell me!)
2016-01-04 18:12:50 -08:00
Kole6738 9e7b9f94f5 Fix missing plural apostrophe
Patients Rooms
to
Patients' Rooms
2016-01-04 18:01:55 -08:00
Nerd Lord c2a3be931b Adds a space after the ghost follow link for messages that lacked it 2016-01-04 19:26:07 -05:00
duncathan salt c3aff8dffe Merge pull request #14355 from ChangelingRain/justwatchthem
Adds follow links to overmind, revenant, and abductor chat
2016-01-05 01:15:10 +01:00
duncathan salt ede4a3b378 Merge pull request #14335 from KorPhaeron/refunds
Uplink refund refactor/fixes cyborg spawners not appearing in nuke purchase log
2016-01-05 01:11:26 +01:00
Nerd Lord 41eeedfc46 Fixes doubled shadowling messages 2016-01-04 18:23:29 -05:00
MrStonedOne fd80575f38 Removes a bunch of sleep(-1) and spawn(-1) from the code
This seems to be causing issues where if the queue was too long, byond would attempt to process through all of it while hanging everything else.
2016-01-04 15:17:12 -08:00
Cheridan 797bfe01ef Merge pull request #14391 from neersighted/tgui_followup
Fix tgui proc signatures and thus AI APC reboot
2016-01-04 17:06:52 -06:00
KorPhaeron 8b08ce8a6b Better loop 2016-01-04 16:48:11 -06:00
Bjorn Neergaard aec6bc103c Fix tgui proc signatures and thus AI APC reboot
This allows state overloading

Make AI reboot code use ui_interact instead of attack_ai
Fixes #13762
2016-01-04 16:25:20 -06:00
phil235 e225fbc850 - Refactor the visible_message() proc to be much faster.
- Replacing some "for(var/mob/o in viewers()) show_message()" by "visible_message()".
- Replacing some "show_message()" by " << "..." " instead.
- Fixes being able to see the results of the health and slime analyzers while blind.
-
2016-01-04 22:49:27 +01:00
tkdrg c13a2f97e5 Merge pull request #14342 from neersighted/tgui_followup
More tgui fixes and tweaks
2016-01-04 18:39:52 -03:00
Nerd Lord 3d32bde4a6 I mean, you shouldn't make any of these immune to damage types but it won't break the healing if you do. 2016-01-04 15:41:08 -05:00
Nerd Lord 4815a0f37c Simple animals no longer convert other damage types to brute using the brute damage proc, allowing you to make mobs immune to brute but not all damage types.
No, no, do it properly not half-ass it
2016-01-04 15:29:23 -05:00
AnturK 6060c4ce2f Fixes modified clone records breaking 2016-01-04 21:17:20 +01:00
duncathan salt 04fcc515aa Merge pull request #14309 from tkdrg/hahaha_fuck
Fixes issues with destroying the narsie shell
2016-01-04 20:32:11 +01:00
duncathan salt b922a105dc Merge pull request #14336 from AnturK/flax
Fixes changeling form swap
2016-01-04 20:24:32 +01:00
duncathan salt 9a18bf56fc Merge pull request #14341 from phil235/CremationRuntimeFix
Fixes runtime when trying to cremate cockroach
2016-01-04 20:23:49 +01:00
duncathan salt 748e2e3485 Merge pull request #14345 from AnturK/mapjectors
Fixes injectors spawned before mutation table is ready
2016-01-04 20:21:48 +01:00
duncathan salt 777302afa5 Merge pull request #14346 from AnturK/chambutts
Restores default chameleon projector disguise
2016-01-04 20:20:59 +01:00
Bjorn Neergaard dc69cbaefb Allow UIs to be attached to datums; various fixes 2016-01-04 10:46:31 -06:00
Remie Richards dc1e7c11fa Merge pull request #14273 from MrStonedOne/patch-110
Fixes lava turfs processing forever as well as some burn logic
2016-01-04 07:41:30 +00:00
Kyle Spier-Swenson f6d13b93a4 blame RR
[23:27:53] \<%Remie\> you know how it makes inflammable things burn
[23:28:02] \<%Remie\> (and that's buggy as fug but w/e)
[23:28:10] \<%Remie\> what about resetting it after the fire_act() call?
[23:28:21] \<%Remie\> that way inflammable things become inflammable again if they escape the lava
2016-01-03 23:31:33 -08:00
Kyle Spier-Swenson 1451db4cc4 does the remie 2016-01-03 23:22:33 -08:00
Bjorn Neergaard 1b5438851a Treat assets as binary; fix sizes once and for all 2016-01-03 23:09:14 -06:00
Bjorn Neergaard 1955b8c2df Fix a couple typos with the Air Alarm UI 2016-01-03 21:45:57 -06:00
swankcookie a7508350e5 Gives /cleanable.dm "anchored = 1" 2016-01-03 20:43:48 -06:00
MrStonedOne 6632a4c547 fixes explosions 2016-01-03 17:42:04 -08:00
Lularian cb50a25772 gives barman his cool stuff again 2016-01-03 19:35:49 -06:00
bawhoppen 3543175c51 Revert "fixes attempt two" 2016-01-03 19:05:52 -06:00
tkdrg 473eb8291e Merge pull request #14216 from Bawhoppen/czechfixes2
fixes attempt two
2016-01-03 21:02:20 -03:00
Lularian f5bc4b6b4f woops 2016-01-03 17:50:20 -06:00
MrStonedOne 5d86ed49f6 Merge conflic fix 2016-01-03 14:51:14 -08:00
Nerd Lord 8dfd29e84d Adds follow links to overmind and revenant chat 2016-01-03 15:49:16 -05:00
tkdrg 8612333265 Merge pull request #14133 from KorPhaeron/follow
Adds follow links to all forms of chat
2016-01-03 16:31:11 -03:00