Commit Graph

4717 Commits

Author SHA1 Message Date
Pete Goodfellow d53fdcaede Set the twohanded.dm offhand item to abstract = 1. 2013-03-25 17:15:14 +00:00
Cael Aislinn 4ea0992219 Merge pull request #94 from Petethegoat/abstract
Abstract items no longer show up on examine.
2013-03-24 16:46:29 -07:00
Pete Goodfellow a389835a30 Abstract items no longer show up on examine. 2013-03-24 23:43:58 +00:00
Pete Goodfellow 38093ee489 Standardises dirtystation.dm, and vastly reduces the chances for 'interesting' dirt, such as blood and vomit. Blood in particular is much rarer.
Makes virology always clean.
2013-03-24 16:03:45 +00:00
Pete Goodfellow 2b3c769662 Makes /obj/effect/decal/cleanable/dirt mouse_opacity 0, as it covers the whole tile and prevents people from crowbarring it up.
It can still be cleaned by mopping the tile.
2013-03-24 16:01:49 +00:00
Pete Goodfellow 9e50852028 Fixes a typo in the dirty floor MC setup. \ref -> \red. 2013-03-24 16:00:36 +00:00
Cael Aislinn 4c240f718e Merge pull request #76 from Cheridan/master
Glowshroom Reworking
2013-03-22 19:04:04 -07:00
Cael Aislinn ff1f98023a Merge pull request #47 from Giacomand/NTSL_Fix
NTSL Commit Times. [Immersion] [Realism]
2013-03-22 19:02:54 -07:00
Cael Aislinn 472af68510 Merge pull request #74 from rastaf0/improvement-debug-tools
Improvements to debug verbs del-all and spawn.
2013-03-22 19:02:39 -07:00
Cael Aislinn f274815b42 Merge pull request #79 from Carn/ShowRevision
Substitute for the getrev code. Unfortunately, it only fetches the commi...
2013-03-22 18:58:12 -07:00
Nodrak 6ff935e9ba STOP COMMITTING BROKEN SHIT!
Adds a missing bracket to the dirtystation stuff. The code once again compiles.

Removes an extra sleeper console from the shuttle that blocked access to the sleepers.
2013-03-22 18:32:38 -04:00
Cael Aislinn ea895264b1 Merge pull request #52 from SuperSayu/master
Dirty Stations
2013-03-22 10:10:09 -07:00
SuperSayu c65bcc1e09 Remove superfluous usr check and adjust comments 2013-03-22 11:32:44 -04:00
Cael Aislinn cff236a57d Merge pull request #67 from Uristqwerty/master
More tube stuff
2013-03-22 07:46:26 -07:00
SuperSayu 680d607e23 Relocated dirtystation.dm to the proper location and re-adds the dirt-making code to the master controller setup() 2013-03-21 19:59:54 -04:00
SuperSayu bb5929327a Commit only changed files to master this time 2013-03-21 18:13:54 -04:00
carnie d7f92c2d7a Making modifications to getrev, requested by Nodrak x
You can now change the link to your github project by modifying config/git_host.txt

Removed config/svndir.txt, as it is no longer needed.

Signed-off-by: carnie <elly1989@rocketmail.com>
2013-03-21 03:54:27 +00:00
Cael Aislinn 9bc6d648c3 Merge pull request #78 from Giacomand/Small_Fix
* Fixes wallets appearing as "wallet" in the Crew Monitoring computer. ...
2013-03-20 06:37:51 -07:00
Aranclanos ae0c91e8a2 Removed the stun of the electric chair. It was a 10 minute stun. It's open for discussion. 2013-03-20 10:25:38 -03:00
Aranclanos 63de9f1019 Fixes a runtime regarding the construction of standard airlocks. Changed two if checks [if (var == "")] for [if(!var)] 2013-03-20 08:20:39 -03:00
Carnie 2d41705d68 Merge pull request #75 from Uristqwerty/path-opt
Pathing optimization. Thanks UristQwerty!
2013-03-19 21:47:16 -07:00
Carnie 986b06bb10 Merge pull request #59 from Nodrak/master
Airlock Painters
2013-03-19 21:37:33 -07:00
carnie 05afc4f52c Substitute for the getrev code. Unfortunately, it only fetches the commit-hash for HEAD.
This should be sufficient for our needs though.

Signed-off-by: carnie <elly1989@rocketmail.com>
2013-03-20 04:31:02 +00:00
Giacomand 005ea828ac Merge pull request #56 from aranclanos/master
Fixes for screen HUD object icons.
2013-03-19 16:06:15 -07:00
Nodrak 4e7dabc953 Merge pull request #72 from Carn/ShowRevision
Disables the code for fetching SVN-revision info until we can get a Git equivalent working. According to carn var/global/datum/getrev/revdata may be useful to us in the future so it can stay for now. Resolves Issue #65
2013-03-19 15:55:57 -07:00
Giacomand 7052aaa602 * Fixes wallets appearing as "wallet" in the Crew Monitoring computer. It will now show the ID inside. 2013-03-19 22:40:16 +00:00
Uristqwerty 48fafe66bb Pathing optimization
+ Added Distance_cardinal proc. Should result in slightly more CPU-efficient pathing when used with CardinalTurfsWithAccess, or other adjacent turf procs that do not return diagonals.
 + Changed calls to AStar that used CardinalTurfsWithAccess to use Distance_cardinal instead of Distance

Overall effect: A bit less CPU used during pathing, if a bot has to path around corners. If a bot doesn't have to path around corners, it should be about as fast as before.
2013-03-19 08:59:39 -04:00
carnie c5b4fe9610 Merging Cheridan's chemistry reagents tidy-up and bottle-emptying confirmation. 2013-03-19 06:30:41 +00:00
carnie 8152283edc Disables the code for fetching SVN-revision info.
Obviously, this is because we have emigrated to github.
2013-03-18 05:33:31 +00:00
carnie 2819651811 Very minor optimization to MrPerson's changes.
Replaced some ifs with a switch statement.
Replaced an uneeded loop through a list (list.Remove() does this anyway)

Signed-off-by: carnie <elly1989@rocketmail.com>
2013-03-18 03:15:31 +00:00
carnie 809539603b Merge branch 'master' of git://github.com/MrPerson/-tg-station into Testing 2013-03-18 02:20:15 +00:00
carnie 0ca3088074 Merge branch 'master' of git://github.com/Giacomand/-tg-station into Testing 2013-03-18 01:13:52 +00:00
Uristqwerty 2be4321672 Quick cleanup/fix 2013-03-17 21:13:19 -04:00
Uristqwerty eb32b0e45c Automatic tube state, tries to connect two tubes.
Less precise, but faster to lay out when mapping.
2013-03-17 20:59:36 -04:00
Cheridan 9c8505bd44 -Recodes glowshrooms.
Fixes the bug with effects/glowshroom not glowing when placed.
They don't spread infinitely: The odds of a shroom spreading decreases with each generation. Because they're sane now and not virally-spreading fungal horrors, they've been changed to spread on normal station floors and not just the asteroid.
The spreading glowshrooms acquire the parent's stats, with some mutations.
The delay variable is now based off of production, and goes DOWN with better stats instead of GOING UP.

-Removes unnecessary (copy-pasted) code bits in walking mushroom/killer tomato code in grown.dm
2013-03-17 19:24:51 -05:00
carnie c983e287a3 Modifications/RuntimeFixes for Majorseph's cigarette lighting stuff:
>type mismatches in cigarette/attack()
>mob overlays now update correctly when lighting somebody else's cigarette/cigar/pipe/etc
>removed some copypasta procs (pipe/light(), pipe/attackby() and cigar/attackby())

Signed-off-by: carnie <elly1989@rocketmail.com>
2013-03-18 00:13:44 +00:00
carnie a72805134f Merge branch 'master' of github.com:tgstation/-tg-station into CigaretteLighting 2013-03-17 23:45:39 +00:00
Rockdtben 15cd1eee56 Added a define for consider_superconductivity()
Added a define for a new constant present in proc/consider_superconductivity(starting)
2013-03-17 18:35:24 -05:00
MrPerson 8448fc0104 Remove that annoying ass "is_special_character used on an unknown silicon" debug message. 2013-03-17 16:34:49 -07:00
Rockdtben eed47ccea5 Made a calculation constant.
The old version would do the same calculation over and over again. Since this calculation contains no variables it can be changed to a constant.
2013-03-17 18:34:02 -05:00
Uristqwerty 6757ede6e0 Ladder tube for N-S and E-W. Can be walked over.
+ supporting code for the ladder tubes
 + pods automatically start moving in all tube types, rather than just stations
2013-03-17 14:18:09 -04:00
carnie 45b708c819 Merge branch 'master' of git://github.com/majorsephiroth/-tg-station into CigaretteLighting 2013-03-17 17:39:32 +00:00
Rastaf.zero b8a0032f61 Improvements to debug verbs del-all and spawn.
Long paths are shortened, del-all got filter like spawn had.
Long lists of paths are cached.
2013-03-17 17:49:35 +04:00
Cheridan 4dec216887 -Adds a confirmation message to the Empty Spray Bottle verb.
-Reorganizes all the copy-pasted reagents in Chemistry-Reagents.dm. Cuts out about a THOUSAND lines.
-Sleep toxin is made more subtle. No blurry screen, but you might yawn some. Chloral no longer has an instant KO effect, but your vision will become blurry and you'll be unable to run once injected. It is metabolized faster as well.
2013-03-16 19:40:44 -05:00
Nodrak 8b906530fe Changed the airlock_painter stuff back to how Ricotez had them coded. Instead of clicking on the painter and setting the airlock type that way, you do it when you click on the door with the painter.
Cheridan fixed the inhand sprites being off, thanks Cheridan!
2013-03-16 13:05:50 -04:00
Aranclanos eeb0e1dbe3 Same change here, but with monkeys. 2013-03-15 06:39:46 -03:00
Aranclanos dcfa1fcfab Fixed items not appearing on the HUD if they are given to a mob by another player with the strip panel.
This should also swap under the carpet (kinda ugh because the problem is still there and it might affect some other things) the problems with the roundstart problems with player's icons on high populated servers.

This should be the first step to reduce the amount of calls on the different icon update procs, but for the moment I'm focusing on more CPU expensive procs.
2013-03-15 06:08:48 -03:00
aranclanos 2167bc4e49 Merge pull request #54 from sawu-tg/food-stuff
Proper bug-fix of the Food-fluff.
2013-03-14 21:04:59 -07:00
Benjamin Read de3abb4e70 Merge branch 'master' of https://github.com/sawu-tg/-tg-station 2013-03-15 10:58:38 +11:00
Benjamin Read 74f1c14fe2 *Fixed this buggyness and now it compiles. 2013-03-15 10:53:56 +11:00