Commit Graph

9304 Commits

Author SHA1 Message Date
Albert Iordache b94b57e04c Partially fixed the double definition of BROKEN, renamed organ definitions 2012-07-13 23:42:05 +03:00
Albert Iordache dda09390ac Merging pull request from caelaislinn-master 2012-07-13 20:54:22 +03:00
giacomand@gmail.com 8224fd408a pAI Stuff
pAI gets a better PDA that can actually receive messages from people. They can also instantly reply like everybody else now.
Got rid of old pAI messaging code.
pAI can toggle their receiver/signaller and their ringer.

AI Stuff

You can show the AI the notes on your PDA by holding it up to a camera.
When you show up a paper/pda to the camera the AI can now click on your name to go to you, if you're near a camera.
The AI's "track with camera" list was adjusted so that it is sorted by humans and then by other mobs. In short, the huge list of monkeys will be below the human master race.
Made the AI's PDA name look nicer.
When showing a piece of paper/your pda to a camera... people who are Unknown will not have a link; which would allow the AI to track them.

Radio/Telecomms Stuff

Made the" common server" and the "preset right receiver" listen for frequencies 144.1 to 148.9. This will allow people to use different frequencies to talk to eachother without bothering the common channel. It will also allow Revs and Cultists to work with each other; everything is still logged though so it still has risks.
Increased the maximum frequency limit for handheld radios and intercoms. It will give you the option to just use station bounced radios on a higher frequency so that anyone with a headset can't simply tune in.

All-In-One Grinder

Created an All-In-One Grinder that is suppose to replace the blender, juicer and reagent grinder altogether. Meaning any department that has a juicer, blender and grinder will instead get this. It will help people be more independent from Chemistry by recycling food and plants.
The All-In-One grinder can grind and juice. Grinding food that isn't part of a recipe will transfer the reagents of the food into the beaker. Juicing only works with certain foods.
I've updated the UI a bit, it will now tell you what's in the beaker and I made it look nicer.

Map

I removed all blenders and juicers on the station and replaced them with the All-In-One grinder!

Misc.

Added myself to the admin.txt list.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4053 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-12 20:07:09 +00:00
petethegoat@gmail.com 47710d7f24 Fixed a logging issue with stunbatons.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4052 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-12 18:11:18 +00:00
johnsonmt88@gmail.com c02a6b2e9a You can no longer be randomly assigned a command position using the "Get random job if preferences unavailable" button.
- This is mainly to prevent inexperienced players who only select a couple of jobs from getting assigned command roles.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4051 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-12 16:35:01 +00:00
baloh.matevz 661efd46d2 - Added two more messages that get sent to IRC by the bot: "Round ended" when the round ends and "The Emergency Shuttle has docked with the station." when the shuttle arrives.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4046 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-11 21:30:48 +00:00
johnsonmt88@gmail.com ba18f631c0 Emergency Field Generators are now live!
- Now have an emp_act
- Can now be (un)locked by engineering IDs

Reverted ghosts getting mob attack logs and moving the ghost verb to clients
- This should fix the ghosting issues, but it's possible I've missed something. If there's any problems ping me(Nodrak) in #coderbus on IRC and I'll fix it.
- Attack logs moving to ghosts would be an amazing feature, it's not that admins can't get that information already but it makes it much easier. If it can be implemented without all of these bugs, it'd defiantly be an asset
- Fixes Issue 647

Removed logging from the cremator as it was causing runtimes and the cremator to lock up. Fixes Issue 649

Fixed an issue with unjobbanning players.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4044 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-11 19:55:20 +00:00
ericgfwong@hotmail.com ad2d3d64ae -Renamed Fake Death ability and its description as many players were unsure of what it did.
-Sorted powers on the evolution menu so all freebies and stings are grouped with each other

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4041 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-11 18:29:52 +00:00
baloh.matevz ba5b55286f - The IRC bot will now send a message to IRC when the only admin logs out of the server (so long as the game is running, so this does not happen in pregame, the setting up process or after the game finished)
- The IRC bot will now also send a message to IRC whenever a round starts with no admins online.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4039 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-11 18:01:41 +00:00
baloh.matevz ef493f3b51 - Made the number of deciseconds someone has to be inactive to be considered AFK a define (AFK_THRESHOLD) which defaults to 3000ds = 300s = 5m, which is the same as it was before. This is still only used when an admin uses 'adminwho' to tell if admins are AFK.
- send2irc will now only send adminhelps to irc if there are no admins online or if all the admins online are AFK. If will add a "- No admins online" to the end of the message if there are no admins online or a " - All admins AFK (X)" with X being the number of admins currently online.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4038 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-11 17:39:16 +00:00
Albert Iordache d931bb9ad7 Removed X button from PDAs. 2012-07-11 13:18:36 +03:00
elly1989@rocketmail.com f69f054f41 More fixes by Giacom.
"Bug Fixes

Fixed a HTML typo in job preferences, thanks Gamer_cad
Made the Message Console not list PDAs that are turned off or are not owned by someone.
Forgot to mention this: I changed preference since the jobs are now sorted after the round has started."

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4035 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-11 09:46:54 +00:00
elly1989@rocketmail.com 3257bf9d4f Bugfix for target stakes. Credits to Giacom for pointing out where the bug was and everything <3
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4034 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-11 09:01:30 +00:00
elly1989@rocketmail.com f92bec2a22 Resolves issue 594 - You can no longer use Mech-drills/clamps/etc to interact with your hud items.
Fixed an old feature that diverted clicks on a hud inventory-slot (say, the place you put your bag) to the object in that slot (i.e. making it easier to click small items and also making it possible to remove things that have borked and turned invisible

Fixed admins being able to change their own rank via chgadlvl.

Insignificant tweaks to DblClick() just removed some useless bits near the top.

Known issues:
Can't put straight jackets on aliums anymore for some reason
Aliums can remove straight jackets from themselves.
Can still mecha-drill a few things you shouldn't be able to >_>

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4032 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-11 07:48:14 +00:00
johnsonmt88@gmail.com ff2ac76177 Bugfixing the bugfixes:
Updated paths for flashbangs:
- Flashbangs fit in sec belts once again
- Fixes issue 648

Removed the distance check from shift+click examine:
- I was hoping we'd be able to alter this so that we could.. say.. require people to be closer to something to examine it... but it's just causing problems
- Fixes issue 646.

A bit more work on shield generators
- Shield generators are now called "Emergency Shield Projectors" to help tell them apart from Field Generators and Shield Wall Generators
- The as per Cheridan's advice, the shield bits now use the old cloaking animation as a sprite since it's much easier to click on then those tiny dissapearing stars.
- They now shut off when unsecured by a wrench.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4031 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-11 05:39:51 +00:00
johnsonmt88@gmail.com eaebb1873e Moved last_x_used into the master_controller datum so that they will show up when using the debug_master_controller verb. Note: they're still global vars.
Ghosts can once again shift+click... What the hell was I thinking?

Condensed the flashbang kit's description. There is no reason it needs to chatspam a player's entire chat window full of redundant information.

Fixed up shield generators (not currently in-game)
- They create a shield on any space tile in range, helping to contain hull breaches
- They can malfunction through damage or, of course, by being emagged.
- The shields they create can be damaged and destroyed.
- I'm not adding these to the map until shield generators and the shields themselves get new sprites (which are currently being worked on.)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4028 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-10 20:13:07 +00:00
Albert Iordache c2c71481e0 Lowered the amount of time for which a RadBelt event lasts, made the crew quarters safe as well and drastically lowered the amount of damage monkeys receive. Safe areas are also revealed to the crew.
Feel free to balance afterwards, but I felt this was overall needed, because the events were so dangerous that they were annoying, and AFK people were also affected.
2012-07-10 23:04:21 +03:00
Albert Iordache a2ef50ed29 Fixed bug where helmet lights would not turn off when placed in backpacks and updated changelog 2012-07-10 22:14:08 +03:00
ericgfwong@hotmail.com d2fc8b2689 Updated message AIs and Cyborgs get when they spawn
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4027 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-10 19:02:03 +00:00
Albert Iordache d47b71b7c8 Added cancel button to teleport dialog, close button to PDA window and cancel button to telepathic mind projection 2012-07-10 16:31:19 +03:00
johnsonmt88@gmail.com 8231234a64 Pile of bugfixes
Nodrak:
- Bags of Holding can no longer be brought to the clown planet
- Made a quick new sprite for broken telescreens
- Removed the clusterbang from the HoS safe. It is currently bugged and not in presentable condition, however, someone is working on it. 
- Added a machine check to shift+click. Partial fixes issue 534 (see Zek's stuff for more.) I'm not really sure of a better way to fix this that wouldn't involve a whole pile of coding...
- Cigarettes now evenly distribute chemicals injected into a pack of cigarettes. Partial fix for issue 548 (see Zek's stuff for more.)

Commit for Zekkeit/39kk9t
- The gibber now provides attack logs of who the mob gibbed, or who the mob was gibbed by. How can you tell who a mob was gibbed by when the mob gets destroyed? Well read the next enhancement!
- Attack logs now transfer to the ghost of the mob who dies
- You can no longer survive cold by cooling yourself down before jumping into space. Fixes issue 206.
- Ghost() is now a client proc, not a mob proc. Fixes issue 442
- Fix for issue 493.
- Added a range check to shift+click. Fixes issue 534.
- Cigarette packs are now limited to (15*number of cigarettes) units of reagents. Fixes Issue 548.
- Added organ inaccuracy to guns. This means, for example, that you wont hit the mob's chest with 100% accuracy. You may end up hitting the mob's arm, or head instead. Accuracy is directly related to distance.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4022 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-10 06:10:22 +00:00
cib f9f8543a49 Merge github.com:Baystation12/Baystation12 2012-07-10 07:49:09 +02:00
d_h2005@yahoo.com 11e69586c5 -Plant-b-gone is now poisonous to ingest.
-Plant-b-gone now kills space vines.
-Plant-b-gone no longer causes a runtime error when sprayed at a human.

-New kitchen recipe, designed with those filthy traitor chefs in mind~
-Adjusted chaos donuts to require 5 of each chemical instead of 3 (Condiment bottles dispense 5 units at a time, forcing you to empty out a salt shaker if you wanted to make them previously).
-Added some trash items to cake slices where appropriate. Consistency.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4021 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-10 01:43:26 +00:00
cib 558cf4f0e5 Maintenance shafts safe from radiation belts. 2012-07-09 20:57:11 +02:00
johnsonmt88@gmail.com 58e2093744 Fixes hydroponics not producing food if there is no mutmod in the nutrient
Removed process() from machinery/lights as it was not being used.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4020 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-09 16:33:06 +00:00
CIB123@gmail.com b687b75bca Optimized radio code broadcasting code.
Rather than calling a function on every single radio object which expensively collects hearers(in closets etc.), the proc will now instead build a list of radios. This list is then passed to another proc, which iterates through all clients in the world, and checks if the client's mob can hear the message.

Note that I did shallow testing, but deeper issues may still be present with stuff like pAIs which I wasn't able to test on my single player server. If any other problems are found, please notify me.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4019 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-09 15:16:00 +00:00
cib 368cf3b60d Handled reports will not cause messages upon login anymore. 2012-07-09 16:06:24 +02:00
CIB 9f7c037d3f Moved the restart vote reminder inside the vote dialog. 2012-07-09 11:59:23 +03:00
Albert Iordache ed8d48333d Fixed a bug where non-admins would receive a message about mod reports on login 2012-07-09 09:09:31 +03:00
johnsonmt88@gmail.com 52dd7b3af5 Cleaning up machine process()s
But first! Unrelated to process():
- Only humans and monkeys can move into sleepers.
- Immovable rods no longer delete themselves if they hit a shuttle. Instead they act as if the shuttle doesn't exist. This should help cut down on rods deleting themselves before going through the station.

And now back to our regularly scheduled programming...

Removed process() that were doing nothing from:
- Dispenser(the one that dispenses O2 and Plasma tanks)
- Robotic Fabricators
- Crew Monitoring computer

Reworked hydroponic's process(). 
- Merged if statements together since most of them lacked "else if"s or were duplicate checks.
- Changed a while loop into a for loop as sloppy coding or an admin var-editing could cause an infinite loop.

Removed a sleep(100) { process() } from the operating table's constructor as the MC will call process() regardless.

Cleaned up shieldgen.dm
- Changed a while loop into an if statement. The loop was unnecessary
- Moved some stuff around so it's not nearly as confusing.
- Standardized the proc and variable definitions.
- These are not currently in-game but they are amazing items. I'll see about sorting out their bugs and getting them in proper working order.

Removed a for(var in world) from
- cleanbot process()
- floorbot process()

Removed computer/engine/process() from robot/computer code
- /obj/machinery/computer/engine does not exist in the first place...

Note: These are only some of the machinery process()s. I didn't want to potentially break too much at once. More to come.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4017 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-08 19:40:10 +00:00
SkyMarshal 376706aecd Merge pull request #1457 from CIB/master
Admins will now be notified if a reported player logs in.
2012-07-08 12:15:19 -07:00
cib 0bd54bd612 Admins will now be notified if a reported player logs in. 2012-07-08 20:16:18 +02:00
Albert Iordache a3ea5fb087 Fixed a bug where rig helmet lights would not turn off and a bug with door assembly icons. 2012-07-08 19:25:10 +03:00
ericgfwong@hotmail.com 0bb39c3c7d -Prevented players from cheating by hiding basketballs in their bag and pockets
-Fix for basketball inhands showing up on the wrong hands

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4015 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-08 09:03:51 +00:00
sieve32@gmail.com 71ca4efcbc -Cleaned up and improved PA icons
-Fixed an unlisted issue involving RD consoles. Now you can use a screwdriver to change the access protocols on the board itself, to be either a core console or robotics one
-Fixed Issue 546, the part of the AIize() that cleared the music was a part of human code, but at round-start it is 'new_player' that is AIized. Moved that part to mob/AIize()

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4014 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-08 06:40:33 +00:00
ericgfwong@hotmail.com 070ce4f118 Adds basketball simulation to the Holodeck
Credit to Ausops for the ball sprites
Credit to Sly for the Hoop sprite

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4012 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-08 01:08:23 +00:00
CIB 7efa3b38fe Automatic votes default to "none" now, but I added some extra info to the announcement. 2012-07-08 00:13:26 +03:00
johnsonmt88@gmail.com 22c872a2a3 Fixed damagetypes not working in admin investigate (The (?) button when someone adminhelps)
Committing for Zekkeit/39kk9t
- Attack logs now display the reagents the pill/snack had when you forced it down someone's throat.
- List entries can now be edited and deleted! (don't try editing any of the contents list entries, it spits a runtime and I don't know how to make it uneditable)
- Fix for issue 598. Now pAI carriers can re-enable the pAI radio settings.
- Adminmoreinfo now displays the status of the mob.
- Added a confirmation message to unjobbanning from the Display Job bans panel.
- When being exposed to a virus, resistances are now taken into account. In addition, list entries that contained a virus that has been cured are now deleted.

Proposed commit: http://nanotrasen.com/phpBB3/viewtopic.php?f=16&t=9262

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4008 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-07 19:32:31 +00:00
cib 3d0dacc6ff Made it so vote-initiated transfer shuttle will come despite mode etc. 2012-07-07 19:17:44 +02:00
cib 65fb51b7fa Added automatic crew transfer votes. 2012-07-07 18:58:58 +02:00
cib 418818bf9c Fix issue #1406 2012-07-07 18:27:09 +02:00
cib 674042aa35 Cauterizing amputated limbs should now stop the pain. 2012-07-07 13:00:29 +02:00
cib bce2e2a66a Removed redundant wire object. 2012-07-07 11:17:11 +02:00
CIB f6fe1f252e Fixed some issue with cyborg limb repair wires. 2012-07-07 11:58:52 +03:00
elly1989@rocketmail.com 60c313aa77 Fix by Giacom for duplicated PDA messages.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4005 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-07 05:06:29 +00:00
elly1989@rocketmail.com 3764390174 Fixed station_explosion_cinematic. Cause: recent tidying of mob code broke it because I forgot an istype in my code. :/ silly me. fixed now.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4004 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-07 01:50:36 +00:00
elly1989@rocketmail.com 23bb27645e Resolves issue 635: cause, no checks for mob/M being null even though M = locate([ref]) in world >_> so basic
simplified armour rune code a little bit.

Added IP and ID fields to the unban panel. because I told somebody that I'd add it for them aaaages ago but forgot.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4003 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-07 01:17:20 +00:00
Albert Iordache 0d5b85720c Fixed an error related to the "Anomalist" rank and paper hats 2012-07-07 00:15:51 +03:00
johnsonmt88@gmail.com 4cc6222d86 Moved the bottle's force var into attack() so that it is not stronger than hatchets -all the time-.
Added an isGlass var to bottles meaning milk cartons and such can no longer be broken over people's heads.

Mech teleporters and wormhole generators no longer work on z2

You can no longer sneak telebeacons or the nuke disk to the clown planet
- I just added a check for now as this is a rather game-breaking bug and I don't have time to make teleport datacards use the proper teleport procs. I'll come back to this when I have a little more time.

Cult swords:
- They now do a random amount of damage between half of the swords force(20) and the full force(40) as the current 40 damage for picking up the sword is a little high on its own.
- A non-cultist player will recieve a warning when picking up the sword and will be dizzy for a short time.
- They now only damage the user when attacking another mob

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4002 316c924e-a436-60f5-8080-3fe189b3f50e
2012-07-06 19:49:01 +00:00
Albert Iordache f3f15002ed Merge pull request #1440 from caelaislinn/master
shielding generator fixes
2012-07-06 11:09:10 -07:00