Commit Graph

24890 Commits

Author SHA1 Message Date
duncathan 12eeef552b small fixes 2015-12-27 20:13:44 -06:00
Akke ba02c80bdf better be gpd da,m gicco at thos [pomt 2015-12-28 01:33:59 +00:00
tkdrg 1dec16cbb9 Merge pull request #13936 from Shadowlight213/AdminAIToggle2
Makes Admin AI interaction a logged toggle. Take 2
2015-12-27 22:01:01 -03:00
Buggy123 933bfcae03 Update ghettobomb.dm
Reduced the buff, can no longer blow holes to space.
2015-12-27 19:46:30 -05:00
duncathan bf6a7b6741 updates gas_mixture.dm
the list is now used everywhere
updates logic of certain procs to reduce copypaste
no compile errors remain in this file
2015-12-27 17:58:50 -06:00
bgobandit 1feff7ac81 MORE MESSAGES 2015-12-27 17:27:07 -05:00
duncathan ef5d1f8cf2 initial listmos commit
most of gas mixtures have been changed to work with the list
nothing else has so this doesn't compile yet
2015-12-27 16:02:17 -06:00
Bjorn Neergaard 65a2c50908 Properly encode NanoUI JSON...
This is right, not the last fix. The '+' in BYOND scientific notation was becoming a space.
2015-12-27 15:49:38 -06:00
Bjorn Neergaard 54e801776d Revert "Make JSON.stringify encode numbers properly"
This reverts commit f4600644ec.
2015-12-27 15:45:48 -06:00
KorPhaeron ccf44431fa Foam force 2015-12-27 15:41:20 -06:00
bgobandit dff9a1d3b7 Adds valentines and candy hearts for Valentine's Day. 2015-12-27 16:40:09 -05:00
Bjorn Neergaard f4600644ec Make JSON.stringify encode numbers properly
JSON doesn't allow scientific/exponential notation...

Fixes #14098
2015-12-27 15:19:24 -06:00
Nerd Lord 87fb506966 Blobbernauts can no longer smash walls.
You know why.
Blobbernauts also get a more accurate description when spawned.
2015-12-27 15:44:18 -05:00
AnturK 8962334555 Adds buffered writing mode to crayons/spray cans. 2015-12-27 20:52:23 +01:00
KorPhaeron 9e053da327 Fixes greytide 2015-12-27 12:25:47 -06:00
Lularian 2f248b4630 assault belt sprite 2015-12-27 11:40:48 -06:00
tkdrg dd10637e08 Merge pull request #14065 from AnturK/humanimals
Adds helper for creating human looking simple animals
2015-12-27 14:34:31 -03:00
Kyle Spier-Swenson 0c4a26df4e Update mobs.dm 2015-12-27 09:23:05 -08:00
tkdrg f6db2f4ac9 Merge pull request #14067 from AnturK/mulecratefix
Fixes mulebot crates
2015-12-27 14:21:47 -03:00
tkdrg 50bcb521f5 Merge pull request #14056 from neersighted/nano_tweaks
Nano Tweaks
2015-12-27 14:20:52 -03:00
Bjorn Neergaard 32c7cbc78a topic_state -> nano_state 2015-12-27 11:04:25 -06:00
Bjorn Neergaard a173cc01f6 Fix NanoUIs not transfering when the owner ghosts (or reenters) 2015-12-27 10:56:48 -06:00
duncathan salt 421a19d576 Merge pull request #13963 from KorPhaeron/lava_land_turfs
Lavaland Turfs
2015-12-27 17:38:09 +01:00
KorPhaeron 6481c95acd PDA fixes 2015-12-27 10:31:38 -06:00
KorPhaeron f1c6ba90a0 TK 2015-12-27 10:02:30 -06:00
Bjorn Neergaard 75f26e18ac Shrink NanoUI by removing library; tidy up code 2015-12-27 09:25:39 -06:00
KorPhaeron 4f4929e27b Changes invis 2015-12-27 08:47:27 -06:00
Buggy123 d57ec85154 Buffed IEDS 2015-12-27 04:12:47 -05:00
tkdrg b11c942842 Merge pull request #14057 from markressler/test
added new medicine reagent, haloperidol.
2015-12-27 05:05:43 -03:00
Kyle Spier-Swenson a2c7b435e9 Fixes portable connector keeping air
OH GOD I HOPE THIS DOESN'T BREAK SOMETHING.

It shouldn't they link directly into the pipenet.
2015-12-26 22:21:56 -08:00
bawhoppen 14788a2c1e crying 2015-12-26 23:19:19 -06:00
MrStonedOne 5f68bedcd1 Upgrades do_after and progress bars 2015-12-26 21:04:19 -08:00
tkdrg 250a8cf388 Merge pull request #14030 from Incoming5643/#verifyvenuz
Adds the golden revolver
2015-12-27 01:23:33 -03:00
bawhoppen ca272c4980 tweaks size 2015-12-26 21:54:03 -06:00
Remie Richards ac85b68ea9 Optimises a loop in hotspot perform_exposure() 2015-12-27 03:46:25 +00:00
Remie Richards 0bffdb4c08 Optimises two loops that Dunc missed. 2015-12-27 03:39:43 +00:00
tkdrg 1d80a58d6b Merge pull request #14050 from AssassinT90/master
Fixes Issue #14047
2015-12-26 21:38:00 -03:00
tkdrg 53920e3071 Merge pull request #14051 from AnturK/teleporterfix
Fixes teleporter hub working without power
2015-12-26 21:36:46 -03:00
Remie Richards 3c9c6e5c19 Fixes ATV speed and name, improves janicart cleaning code by using Moved() vs a Move() override. 2015-12-26 23:16:39 +00:00
Remie Richards bd22fc8c6d Converted janicarts into a simple to use vehicle framework with customisable speed, converted all existing vehicles to the new framework, added a atv type with a turret on it. 2015-12-26 22:54:15 +00:00
Tkdrg 34e946df9f Fixes unpowered windoors being stuck closed
This return in the deconstruction istype() was badly indented.
2015-12-26 19:47:24 -03:00
MrStonedOne c33e97afb5 Ghost popup re-work
Part 1, the main frame work.
2015-12-26 14:45:15 -08:00
tkdrg 7ab1cc2968 Merge pull request #14046 from Anonus/whytalyn
Fixes retrovirus referring to ryetalyn as a possible cure
2015-12-26 17:06:28 -03:00
Lularian f880b3edb5 fire in the hole 2015-12-26 13:23:59 -06:00
Incoming 649fa1cdeb Merge branch 'master' of https://github.com/tgstation/-tg-station into #verifyvenuz
# Conflicts:
#	icons/obj/guns/projectile.dmi
2015-12-26 14:19:58 -05:00
bawhoppen 9fc900154e I will make it weaker though 2015-12-26 12:55:57 -06:00
bawhoppen d15b2ed643 Revert "Spacemens will loudly announce that they are changing magazines" 2015-12-26 12:50:44 -06:00
Bjorn Neergaard 0cb8d73e93 Fix NanoUI runtimes when data is null; touch up code 2015-12-26 11:00:50 -06:00
AnturK af70509257 Fixes mulebot crates 2015-12-26 17:24:16 +01:00
Tkdrg 278d397075 Adds a message_admins() when a flamethrower is lit 2015-12-26 13:06:46 -03:00