Commit Graph

9304 Commits

Author SHA1 Message Date
Erthilo 1b32449bf8 TG: Fixed issue 411 . (Thanks Yvarov-
http://nanotrasen.com/phpBB3/viewtopic.php?f=16&t=8651)
Added Invisty's new field generator sprites.

Added a button to check antagonists that stops the world from automatically
restarting at round end.
It's toggleable, but once the round ends with it on, you'll need to reboot the
world manually. (It's under check antagonists because that's where the shuttle
stuff is, let me know if I should move it.)
Revision: r3565
Author: 	 petethegoat
2012-05-10 02:42:23 +01:00
Erthilo 6edf5fa002 TG: -New booze sprites for the drinks that were removed. Re-enabled the recipes for
the removed drinks.
-Drinking the Antifreeze booze makes you warmer. Duh.
-You now need 10 sheets of metal instead of 2 to make a gas canister, people
can't FILL ENTIRE ROOMS WITH THEM.
2012-05-10 02:41:27 +01:00
Erthilo 275b0f4971 TG: Added Wjohnstons resin xeno doors.
Revision: r3560
Author: 	 kortgstation
2012-05-10 02:40:48 +01:00
Erthilo b86f71dc71 TG: Adds the framework for randomlly loading an additional external z-level at
server start.  Loading during the game should also be possible.
Fixes assorted bugs
Revision: r3559
Author: 	 VivianFoxfoot
2012-05-10 02:12:12 +01:00
Erthilo dfb960139c TG: Sanitize added to agent cards and ID computer.
Revision: r3556
Author: 	 johnsonmt88
2012-05-10 01:56:37 +01:00
Erthilo 98486c4bc0 TG: Nuke ops spawn with an engineers internals box (extended oxytank)
Revision: r3555
Author: 	 kortgstation
2012-05-10 01:55:41 +01:00
Erthilo ad95edc954 TG: Wraiths now have their own jaunt animation, courtesy of Ausops.
Revision: r3551
Author: 	 kortgstation
2012-05-10 01:49:04 +01:00
Erthilo 6631117ba9 TG: Added Ikarrus's latest map updates. Changes to genetics, medbay, research and
security.
Updated operating tables to search for adjacent computers, rather than using an
ID.
Switched back to the old bodybag sprites.
Slightly updated the Oddy destroyed sprites, and updated the changelog.
Revision: r3547
Author: 	 petethegoat
2012-05-10 01:42:22 +01:00
Erthilo a3089f9017 TG: Changed the way facial scarring works. Instead of setting your real_name to
"Unknown" it uses the disfigured variable of a human's head organ to dictate the
human's name variable.

This means real_name is now somewhat back to being a reliable source of the
mob's actual name. It should eliminate a lot of the "cloning as unknown" bugs.

It also means I could simplify that god-awful name updating stuff into a nice
and simple helper proc.

Some original_name stuff was added here and there,  mainly during cloning. A lot
of the "getting random ghost names" should  be fixed now. Still loads to do
though, particularly with transforms and such. >_>

Fixed a runtime with Tajarans trying to use a variable that doesn't exist for
PDAs. Removed that variable from IDs as it's only used by furries.
Revision: r3546
Author: 	 elly1...@rocketmail.com
2012-05-10 00:53:05 +01:00
Erthilo 79758083fc TG: Updated DNA modifier consoles so they work in any direction.
Updated adminwho so the plebs can see ranks.
Removed the admin message from view range changes.
Revision: r3545
Author: 	 petethegoat
2012-05-10 00:20:01 +01:00
Erthilo 165b516949 TG: Fixes a pAI requests runtime caused by clients disconnecting.
Fixes a host of runtimes caused by lag delaying "transmissions" between
telecomms machines. Various objects were being deconstructed during this lagtime
resulting in a bunch of weird null errors. Tested for 24hours on another server.
Seems to be all ok.

Added some rudimentary checks to advanced proccall. Calling procs owned by
objects is now a little less prone to runtimes. still a bunch of stuff to do to
get it safe enough though.
Revision: r3542
Author: 	 elly1...@rocketmail.com

Ported over BS12's piano code. I say ported, it's not like it's anything but a
copy/paste though.
Also changed the icon to the minimoog, to reflect on how FUTURISTIC it is.
Revision: r3543
Author: 	 petethegoat
2012-05-10 00:16:09 +01:00
Erthilo d651a99fe9 TG: Committing a new map update for Ikarrus-
http://nanotrasen.com/phpBB3/viewtopic.php?f=15&t=8481&start=20#p106280
Committing for Sieve: (and WJohnston, I suppose~)
Added WJ's alien hunt sprites.
Fix for the misplaced update ID line in the PDA.dm
Slightly updated mining turfs

Also adding a define for Cheri's balaclava sprites, and a new type of cigarette
packet (not available in game, currently)
Revision: r3540
Author: 	 petethegoat
2012-05-09 23:38:08 +01:00
SkyMarshal caae780677 Map changes. Some improvements/adjustments to code to work with the map changes. 2012-05-09 14:36:01 -07:00
SkyMarshal ef7f71a963 Fucking hell. Makes the detective backend shit non-retarded. <3 Hashtables. 2012-05-09 12:01:27 -07:00
elly1989@rocketmail.com 15bf7ea10a Some fixes for topic calls and inputs.
There's like 1001 things to fix so some of this is somewhat crude for now.

new helper proc located in procs/helpers.dm
reject_bad_text(var/text)
just feed any text in and it will either return the original text or null (if it contains odd characters such as \ / < > or characters reserved by BYOND. It also rejects if there are no non-whitespace characters)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3571 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-09 11:34:11 +00:00
johnsonmt88@gmail.com 13dc140188 - Updated jobban panel to reflect the recent R&D changes
- Runtime fix for admins using the traitor panel before the round starts

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3570 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-09 07:23:44 +00:00
Erthilo e6f8e87b6e Somehow unreverted a previous commit. 2012-05-09 03:34:19 +01:00
Erthilo 3f8be1e819 Switches normal cell drain for more module drain for cyborgs. Deactivate your modules people! Fixes cyborg law issues. Adds a note to the bar about shotgun usage. 2012-05-09 03:29:16 +01:00
Erthilo 8c0ff6564c Adds logging for AI uploads somewhat, makes rolling pin a normal weapon (seriously that thing is silly), hacky fix for hiding stealthmin names in PMs 2012-05-09 03:07:25 +01:00
quartz235@gmail.com 8e3a266400 Cooldown on book printing actually works and is simplified.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3569 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-08 17:48:48 +00:00
Erthilo 76f88da735 Merge branch 'master' of github.com:Baystation12/Baystation12 into TGUpdates 2012-05-08 18:28:05 +01:00
CIB 6248941875 Merge pull request #1004 from dopeghoti/master
Allow server to initialize before players connect.
2012-05-08 00:40:38 -07:00
CaelAislinn bd86b7236f fixed some weird merge issues
Signed-off-by: CaelAislinn <cael_aislinn@yahoo.com.au>
2012-05-08 15:43:41 +10:00
Rob Palkowski f24af4140a Allow server to initialize the world without any players connected.
Without this patch, the first user had to wait for the server to
actually initialize the game. During this time the main window
of the client is not responsive to input. Now, when the first
player connects, they will see a fully initialized and responsive
lobby.
2012-05-07 18:40:07 -07:00
d_h2005@yahoo.com f2dba4a5aa -Emergency Toolboxes now contain smaller, lighter fire extinguishers that actually fit inside them!
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3568 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-07 23:03:57 +00:00
Erthilo 0e9ea15900 Updates eraser description and in uplink. 2012-05-07 23:44:48 +01:00
Erthilo 0f4445bdbb Changelog, missed stuff from previous commits, and commenting out silly stuff. 2012-05-07 23:25:29 +01:00
petethegoat@gmail.com 6e2c65183b Minor cigarette fixes, and added the DromedaryCo cigarette crate as a new contraband crate.
Also added WJohnston's new rolled up poster sprite.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3566 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-07 16:45:08 +00:00
petethegoat@gmail.com e89e7acdb3 Fixed issue 411. (Thanks Yvarov- http://nanotrasen.com/phpBB3/viewtopic.php?f=16&t=8651)
Added Invisty's new field generator sprites.

Added a button to check antagonists that stops the world from automatically restarting at round end.
It's toggleable, but once the round ends with it on, you'll need to reboot the world manually. (It's under check antagonists because that's where the shuttle stuff is, let me know if I should move it.)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3565 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-07 13:02:42 +00:00
unknown cfae00fd43 Camera revamp.
Now instead of tiny image on huge icon with description of what was on tile, photo on examine pop ups window with 3x3 screenshot (sort of), and lists in description who's there and what are they holding (good luck guessing from picture)
Also you can toggle camera on/off by clicking on it in your hand. Indicator at camera will change to green/red.
Also bumped max photos fro mcamera to 30, since no way to reload.
2012-05-07 07:31:54 +03:00
Erthilo ac6bf5d52f Stamp removers can now forge stamps as well. 2012-05-07 05:00:25 +01:00
d_h2005@yahoo.com 8afca8ac7f -New booze sprites for the drinks that were removed. Re-enabled the recipes for the removed drinks.
-Drinking the Antifreeze booze makes you warmer. Duh.
-You now need 10 sheets of metal instead of 2 to make a gas canister, people can't FILL ENTIRE ROOMS WITH THEM. 

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3564 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-07 01:56:25 +00:00
Erthilo 0fad1553b5 Fix for admin OOC colours. 2012-05-07 02:46:02 +01:00
petethegoat@gmail.com 556af691c0 :/ Removed RD's chemistry access (he couldn't get into chemistry before anyway, but, y'know)
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3563 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-06 22:12:15 +00:00
petethegoat@gmail.com 6787059292 Whoops! Fixed the RD's access. Thanks Icarus.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3562 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-06 21:56:10 +00:00
Erthilo 026074d6c5 TG: (Might very possibly be broken. Didn't port most of the stuff due to it having been rewritten. - Erthilo)
Adds BS12 dismemberment.  Not all features of it are implemented yet, but it
should be equal to our previous system.
Adds greater changeling code, but doesn't change the genome count yet on it.
Renames registered to registered_name on IDs because bs12 had it and it seemed
like a good idea to do last night.  For some reason.
Adds an afterattack to mobs that can be used.  (In fairness, lots of shit in
attack_hand should be in there instead, like stungloves and stuff, to minimize
duplicated code)
Revision: r3537
Author: 	 VivianFoxfoot
2012-05-06 22:53:39 +01:00
petethegoat@gmail.com 3eb03d4664 For Icarus: map updates to medbay & sec, ID computer updates and clarification
For Pete: made chemistry and genetics fully part of medbay, research can go die. Added cheri's hydro closets to hydroponics.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3561 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-06 21:22:49 +00:00
kortgstation@gmail.com 7212c69c7a Added Wjohnstons resin xeno doors.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3560 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-06 19:58:46 +00:00
Erthilo 7b3bfada34 TG: - Added a 'remove ID' verb to PDAs which attempts to remove the ID from a PDA.
If your active hand is empty it puts it there, otherwise it puts it on the floor
under you
- Added this to the changelog.
Revision: r3531
Author: 	 baloh.matevz
2012-05-06 19:40:16 +01:00
Erthilo 4a6adbef82 TG: AI can now track its cyborgs who speak on robotic talk.
Revision: r3526
Author: 	 VivianFoxfoot
2012-05-06 19:21:33 +01:00
Erthilo 6e1bc2b0fb TG: AI can now ctrl-click APCs to turn them off.
Purge module no longer gives robocop laws.
Revision: r3524
Author: 	 VivianFoxfoot
2012-05-06 19:14:59 +01:00
Erthilo 65f1bcdcd4 TG: -Rotated coffin sprites 90 degrees so that corpses actually lay properly in
them.
-Added sprites/defines for a hydroponics supply closet. Fix for
medical/CMO/RD/scientist lockers not having the proper graphic when emagged.
Revision: r3523
Author: 	 d_h2...@yahoo.com
2012-05-06 19:13:12 +01:00
VivianFoxfoot@gmail.com f1696eb47c Adds the framework for randomlly loading an additional external z-level at server start. Loading during the game should also be possible.
Fixes assorted bugs

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3559 316c924e-a436-60f5-8080-3fe189b3f50e
2012-05-06 18:04:31 +00:00
Erthilo 246e503bc6 TG: AIs and Juggernauts/Wraiths/Artificers should no longer have random names when
they ghost.

Fixed a typo in the borg manual
Remove ripley_construct.dmi as it was unused.
Revision: r3521
Author: 	 kortgstation
2012-05-06 19:01:01 +01:00
Erthilo d21cbab61c TG: Fixed dust() and gib() leaving invisible overlays everywhere
Fixed deaths at the end of nuke rounds, optimised the code a little

gib() is now hgib() (ie it's specific to humans). gibs.dm() now only spawns
generic gibs that could be from any mob.
Likewise for dust.
Awaiting generic dust() and gib() animations.

Fixed (hopefully, depends if firewalls block this method) getruntimelog.
GameMasters no longer have the getruntimelog verb. Instead they have
.giverutimelog . This allows them to grant a specific client access to the
server's runtime logs. (they can grant themself access this way too). NOTE:
runtime logs can be used to meta, only grant access to coders or people you
trust. It may also be wise to ensure they do not play in the current round.

Introducing .getserverlog . It allows any admin above moderator to access ANY
archived server/attack logs. Should mkae processing forum ban requests a lot
easier since all admins with ban capabilities now have access.

getruntimelog renamed to .getruntimelog . File-request spam prevention increased
to 60seconds to discourage access serverlogs too much! They can reach sizes of
4Mb sometimes so please be responsible with them admins.

runtime logs should now be saved to /data/logs/runtime/ (you may have to create
this folder yourself)

ummm... fixed gibs appearing below shuttle turfs. Trimmed some uneeded fluff
text from the logs.
Revision: r3509
Author: 	 elly1...@rocketmail.com
2012-05-06 18:50:52 +01:00
Erthilo a40b911ce5 TG: Shades, Juggernauts, Wraiths, Artificers all now have minds.
If a cultist builds a construct, that construct will be a cultist. This means
they can see cultists finally (and will probably count for the escape objective,
so that might need changing numbers wise)

Fixed some typos in the cult runes (godamnit Urist) and the blind rune can no
longer be made into a talisman, cause a handheld, instant, AoE blind that lasts
20 seconds with no counter is retarded.
Revision: r3507
Author: 	 kortgstation
2012-05-06 18:32:39 +01:00
Erthilo f2777aa65f TG: Tonnes of stuff, please check the changelog.
In short: massive updates to security, the library, hydroponics, the kitchen and
the bar, by Flazeo and Ikarrus
Massive updates to the PA, with Invisty's new sprites, done by Sieve
New sprites for field gens too, also by Invisty
Borg and battery updates by Sieve
Fake gloves by Sieve
I messed around with some pressure_resistance stuff on Dumpdavidson's suggestion
(only in paperwork)

PROBABLY A BUNCH OF OTHER SHIT
Revision: r3505
Author: 	 petethegoat
2012-05-06 18:26:41 +01:00
CIB d5f353cf35 Merge pull request #984 from Erthilo/master
TG Updates up to r3502
2012-05-06 01:19:58 -07:00
CIB f088138136 Merge pull request #987 from Erthilo/TGUpdates
Custom items for mangled, vinceluk, sparklysheep, silentthunder
2012-05-06 00:53:39 -07:00
Albert Iordache 1748661bd0 Merge pull request #980 from CIB/master
Epidemic and bugfixes
2012-05-06 00:20:03 -07:00