Commit Graph

88 Commits

Author SHA1 Message Date
Razharas c0aa3b56bb Merge branch 'master' of https://github.com/tgstation/-tg-station into SayYiffYiffIfYouAreMachineFucker
Conflicts:
	code/game/machinery/Sleeper.dm
	code/game/machinery/computer/aifixer.dm
	code/modules/hydroponics/biogenerator.dm
	code/modules/power/apc.dm
	code/modules/research/server.dm
	icons/obj/stationobjs.dmi

Yeah nah time to merge this shit behore resolving conflicts will take more than 2 hours
2014-02-06 22:05:39 +04:00
Razharas ee3b0a77ca Merge pull request #2598 from tkdrg/morebagsyay
Book bags for the librarian
2014-02-03 20:20:04 -08:00
Cheridan ad235cf18f Merge pull request #2563 from Razharas/NewTables
New PR for crafting tables
2014-02-03 08:46:56 -08:00
Tkdrg e74088cfe5 Adds book bags to the biogenerator, costing 200 biomass. 2014-02-02 15:04:10 -03:00
Cheridan 00d85c344d Merge pull request #2547 from Ergovisavi/mushroom_hunter
Walking Mushrooms will now hunt and eat eachother
hydroponics best department
2014-02-01 21:14:28 -08:00
Ergovisavi f52bbaa2b3 Walking mushrooms will inherit some of the original properties of the food item that they were spawned from.
Walking shrooms with ckeys will not gain levels, unlike wild ones, to keep things from getting silly.
2014-01-31 19:09:22 -08:00
Ergovisavi d56f48d241 Walking mushrooms will now hunt and eat eachother, growing stronger when they do! The stronger they get, the better the quality of the mushroom slices you can butcher out of them! Don't smack em yourself though, or you'll bruise them, and they won't get stronger from being eaten. 2014-01-29 14:56:06 -08:00
Jesus Hussein Chris 52339906c4 Attack sounds for all melee weapons
Weapons that do no damage play a tap sound, except for the bike horn and banhammer.

Adds a different attack message for forceless attacks. It says tapped or
patted on instead of attacked in.

Adds force zero check to armour before attempting to block attacks.

Adds hitsounds to the welder, lighter, matches, cigarettes, energy sword and energy axe for when they're on and off.

Adds 5 force to the lighter when it's lit. Same as when you accidentally burn yourself lighting it. Adds a hitsound and the correct damage type to the lighter.

Adds hitsound volume scaling based on the weapon's force and its weight class. Adds tap sound scaling based on a weapon's weight class.

Removes boldness from item attack messages on non-human mobs. The attack is still bolded for the player
controlling the mob.

Adds a force check to blood spurts when attacking non-human mobs. If the weapon doesn't have a force, no blood will come out.

Adds adminhelp.ogg as the banhammer's hitsound with Cheridan's permission.

Adds a much needed period to the catatonic human examine message.

Makes the activation and deactivation sounds of toy swords, energy swords and energy shields quieter. What an earsore.

Makes description, item_state and name of matches that have burned out on their own consistent with those put out by the player. Changes match, cigarette and lighter attack verbs and forces based on whether they're lit or not.

Fixes a bug that allowed players to light cigarettes with burnt matches.

Names lit cigarettes and children of cigarettes lit [name].

Fixes a bug with the energy blade that kept it at weight class 5 after it was deactivated.

Changes the welder out of fuel message slightly to be less fragmented.

Removes dead air from most of the weapon sound effects used in this pull to make them more responsive. In other words, the fire extinguisher sound will play a lot sooner after you click than before. Equalised their peak volumes to all be -0.1dB and in an attempt to make altering volumes based on force more consistent.

Thank you @YotaXP for help with the item_attack.dm attack messages.

Thank you @optimumtact for help with code for testing item_attack volumes.

Thank you @Giacom for help with the code for scaling hitsound and tap sound volume by hitforce.

Thank you @Tastyfish for telling me why my proc wasn't working.

Thank you to anyone else on #coderbus who helped me who I've forgotten to mention.
2014-01-28 22:46:41 +13:00
Razharas d0abafed36 Merge branch 'master' of https://github.com/tgstation/-tg-station into SayYiffYiffIfYouAreMachineFucker 2014-01-22 10:11:00 +04:00
Razharas ea54257ab6 Ported cable coils to stacks crudely
Yeah
2014-01-22 02:11:19 +04:00
JJRcop 0e45022798 Resolved more conflicts with drying rack before being pulled
Conflicts:
	code/modules/hydroponics/seeds.dm
	icons/mob/items_lefthand.dmi
	icons/mob/items_righthand.dmi
	icons/obj/hydroponics.dmi
Readded missing file changes to icons/obj/harvest.dmi
2014-01-21 13:01:53 -05:00
Razharas b8548d273a Merge branch 'master' of https://github.com/tgstation/-tg-station into SayYiffYiffIfYouAreMachineFucker 2014-01-20 05:15:05 +04:00
Pete Goodfellow af4849ce72 Updated all suicide_act()s to use a new span class, 'suicide'. 2014-01-19 16:46:37 +00:00
Cheridan b4f1e03341 Merge pull request #2285 from ChuckTheSheep/Botany
Irrigation Botany Changes
2014-01-18 12:12:38 -08:00
Razharas dc498dc1ea Merge branch 'master' of https://github.com/tgstation/-tg-station into SayYiffYiffIfYouAreMachineFucker 2014-01-18 23:31:51 +04:00
Jittai 5d51eb65e3 FindConnected Fix
FindConnected was using src in getstep instead of "a" the processing atom.
2014-01-17 19:06:11 -05:00
Jittai 70729846ab Fixes Icon Update Issues Found 2014-01-17 18:56:28 -05:00
Jittai cf8871342a Whoops 2014-01-17 18:33:05 -05:00
Jittai f9cd65e424 Fixes Order of Operations 2014-01-17 17:20:41 -05:00
JJRcop 36a346c367 Changes drying rack to use color var and removes "_dry" icons
Removed watermelon's dried_state
Puts cigarette reagent code in a proc
2014-01-17 11:26:24 -05:00
Rolan7 50387aa9d4 Eggyseeds set to 0 rarity because they're in "exotic seed" crates from CentComm. 2014-01-16 17:33:28 -05:00
Rolan7 d7e77c44bc Updated a bunch of \blue and \red to span tags.
Moves the seed check into the original loop along with plasma since sorting the seed list wasn't worthwhile.
2014-01-16 15:44:56 -05:00
Rolan7 72ee3703fb Switched to an associative list for the list of discovered plants.
Removed a grown-species lines I had commented out and forgotten to remove.
2014-01-16 03:11:52 -05:00
Rolan7 aa21029431 Merge branch 'master' of https://github.com/tgstation/-tg-station into HydroCargoPoints 2014-01-16 01:21:33 -05:00
Rolan7 86c8b8ffa7 Fixes the species property for grown items by removing it (it wasn't being set by slimes or spawn, and was pointless).
Removes some debug lines.
Puts the shuttle timer back to 1200.
2014-01-16 01:20:56 -05:00
JJRcop 6e55f3e50b Fixes some issues with rollie paper packs and incorrect icon state names 2014-01-15 16:04:07 -05:00
Giacom 42551d54e7 Merge pull request #2138 from Cheridan/hydro
[501] Hydroponics Plant Size Scaling
2014-01-15 10:16:04 -08:00
Rolan7 e3bdac9a95 Adds a rarity value to seeds. CentComm gives points for rare seeds, and for high-potency samples. 2014-01-15 03:37:10 -05:00
Razharas 93f8cac80a Semi-final update
Moved microwaves, biogenerators and R&D console to newer ui(not the nano
one)
One more deneric machine proc for unwrenching stuff
What didnt done: SMESes and hydro trays
Maybe all add them in the final update, maybe not, im not sure
2014-01-15 03:46:41 +04:00
ChuckTheSheep f910bb55bb Fixed the runtime error stopping the whole code 2014-01-14 14:23:45 -05:00
Razharas 87f137766c Standartization and more issues fixing
More standart machinery procs
More sprites
Constructable mech rechargers
Over all tide up

Its not over yet folks, next are coming constructable kitchen machinery
and SMESes, update to newer uis, even more standartization and maybe
some more R&D content
Stay turned
2014-01-14 02:42:07 +04:00
Razharas 195c85dc54 And some more issues
Returned gia's telesci interface
Fixed some mistakes and bugs
Also some more sprites
Deleted(i fucking hope) accidental investigate log
2014-01-12 03:11:20 +04:00
Razharas 551a7ab0a3 Issues fixing
Added biogenerator and freezer/heater
Fixed issues gia pointed out
Added some lost sprites
2014-01-11 00:56:28 +04:00
ChuckTheSheep ca2cfd24d7 Fixes issues with the icons and the update_icon() 2014-01-08 20:46:53 -05:00
ChuckTheSheep d82d615f69 Damn it Gia 2014-01-08 19:43:17 -05:00
ChuckTheSheep b77cdfd09d Indention Fixes 2014-01-08 18:55:13 -05:00
ChuckTheSheep 7c4ba2d9a5 Fixes/Refining 2014-01-08 17:45:54 -05:00
ChuckTheSheep 3570f73105 Irrigation Botany Changes
Screwdriver to hook up hoses in between anchored trays. If the transfer
amount is over 30 it sets off the irrigation and the units are equally
shared between all the connected trays.
2014-01-08 09:02:27 -05:00
JJRcop b82af39ed1 dds Drying Rack, Various Plants, Rollies, Pipes, and Torches
Any and all content credit to @Adrinus and @Iamgoofball
I simply re-applied all the changes by hand so it is compatible with current code
 #1893
2014-01-07 15:40:49 -05:00
Cheridan bb9c09df46 Obsoletes flags = FPRINT | TABLEPASS*
*TABLEPASS was already totally obsolete.
FPRINT was used, but it was on virtually everything anyway.

Removes those flags from every instance where they were used. Also assigned and removed other flags where it made sense.

If it is desired, I can revive the flag as NOFPRINT, which would retain the original functionality, though inverted. That way it would be be used only  where it was intentional (holodeck items could use this for example).
2013-12-30 15:03:17 -06:00
Giacom 38e0ae8848 Merge pull request #2019 from Jordie0608/Dogmas
Added reindeer hats
2013-12-23 04:18:42 -08:00
Razharas 5f459cd834 Fixes soil being wrenchable 2013-12-19 00:08:48 +04:00
Razharas 358a85eb3d Completed the transition to a new proc
All the logging i have found in the code was changed to use the
proc(maybe i missed something)
Killed all runtimes found so far
Proc now handles all the checks, no need to add checks in the body of
object
2013-12-17 22:56:04 +04:00
Jordie0608 9197bff4dd Added reindeer hats for humans and corgis 2013-12-11 16:11:01 +11:00
Cheridan f96755857d The plant that grows .357 revolvers. 2013-12-08 13:32:33 -06:00
Aranclanos 8251c0ea42 Merge branch 'HydroTweaksNov2013' of https://github.com/Rolan7/-tg-station into HydroTweaksNov2013
Conflicts:
	html/changelog.html
2013-12-08 06:29:48 -03:00
Rolan7 530dd03286 Making astroturf and sandstone now automatically stacks all the produced items. 2013-12-04 18:44:49 -05:00
Aranclanos d4a4a817d4 Merge pull request #1922 from TZK13/Mushroom-Adjustments
Adjustments to mushrooms
2013-12-02 12:41:34 -08:00
Rolan7 2cbe155988 Made my mark upon the changelog! Also added streamlined grass-preparation from sandstone code. 2013-12-01 21:24:29 -05:00
Rolan7 3e642f7adc Merge branch 'master' of https://github.com/tgstation/-tg-station into HydroTweaksNov2013 2013-12-01 21:04:20 -05:00