Commit Graph

12467 Commits

Author SHA1 Message Date
Pieter Vlasblom 8d5bb4d126 8 reasons frying a cpu will change the way you think about everything. 2015-10-05 03:33:38 +02:00
Aranclanos de0e469fba Changes the facehugger paralyze of 20~ seconds to a 1 second weaken 2015-10-04 21:43:12 -03:00
Remie Richards 4af9affc33 Merge pull request #12109 from MrStonedOne/orbittweak
Orbit tweaks!
2015-10-04 22:30:04 +01:00
Xhuis 17b4cdb5a1 Adds a weaken to dry-heaving 2015-10-04 17:11:32 -04:00
Xhuis 25621e29fc VOMIT GENERALIZATION 2015-10-04 17:09:07 -04:00
Xhuis da8a1a32f7 Removes Blasto gang effects 2015-10-04 15:35:22 -04:00
Xhuis 908514c1b3 Some more changes 2015-10-04 12:52:55 -04:00
duncathan 1278b3e8ef fixes #11870; removes every last out of place del() call or definition 2015-10-04 08:03:04 -06:00
AnturK 5033832097 Fixes larva lying down rotation 2015-10-04 15:56:44 +02:00
duncathan 4475824890 fixes #12143 2015-10-04 07:33:32 -06:00
Jordie0608 2b58c2ff6f adds logging, auto-deletion of questions without options 2015-10-04 23:34:05 +11:00
Shadowlight213 6c20ce8451 Makes the AI braindead message not appear if the Ai is currently shunted. 2015-10-04 00:50:30 -07:00
Jordie0608 a190ae6c5c adds cancel to inputs, fixes extracting only date 2015-10-04 17:56:06 +11:00
Xhuis 427700dfa5 Fixes projectile blocking 2015-10-04 01:17:22 -04:00
Xhuis 1211ec4102 Some gang stuff 2015-10-04 00:26:26 -04:00
Razharas 0c925f2de5 Merge pull request #12116 from Xhuis/borg_why_did_you_let_me_die
Fixes Syndicate cyborg hyposprays not injecting properly
2015-10-04 07:22:58 +03:00
Razharas 653e5d18f3 Merge pull request #12027 from Fox-McCloud/advancedmop
Re-Adds Advanced Mop, Adds in Bluespace Trashbag, and Suds up the Janitor
2015-10-04 05:13:48 +03:00
Razharas bac5ccd2c7 Merge pull request #12080 from Xhuis/doctors_delight_buff
Doctor's Delight changes
2015-10-04 05:09:42 +03:00
Razharas 92e5038fba Merge pull request #11919 from Jordie0608/theresagoodreasonwhypollcodeislikethisijustdontknowwhatitis
In game interface for creating server polls
2015-10-03 18:18:09 +03:00
Razharas 9fdedcfefc Merge pull request #12076 from Menshin/letsbeaheapstar
Some datastructures and A* tweaks
2015-10-03 18:15:23 +03:00
Razharas d46f6b582f Merge pull request #12079 from bgobandit/boxshit
Adds additional items to the storage of many coats and oversuits.
2015-10-03 18:13:03 +03:00
Razharas 56cc5122bf Merge pull request #12092 from Xhuis/radical_changes
Radiation pulse optimization
2015-10-03 18:08:48 +03:00
Razharas 529d736172 Merge pull request #12098 from GunHog/Because_RD_Likes_To_Explode_Himself
Prototype Hardsuit
2015-10-03 18:06:40 +03:00
GunHog 5840490311 RD hardsuit allowed items
- RD hardsuit now stores hand tele, portal gun, and, and AI cards.
2015-10-02 21:47:55 -05:00
Xhuis 98b02609c5 Drone updates 2015-10-02 17:44:38 -04:00
Xhuis 40918f93c5 Fixes a small issue with Syndicate mediborgs 2015-10-02 15:53:21 -04:00
MrStonedOne 29cf9bd265 Some map rotation tweaks.
Adds a config option for the map rotation chance.
Ups default rotation chance from 50% of round length to 75% of round length.
Moves the procs around.
Adds two new admin verbs:
Force map rotation.
Change map.
2015-10-02 10:48:09 -07:00
MrStonedOne 96f9df96bb Ghost orbits: fixes an edge case with ghost animation on orbit exit 2015-10-02 09:36:41 -07:00
MrStonedOne d57e5aa284 Ghost orbit: Replaces a spawn with a sleep and adds a post-sleep check 2015-10-02 08:33:18 -07:00
MrStonedOne 0c67263e1d Tweaks ghost orbit size math to be better 2015-10-02 08:32:42 -07:00
MrStonedOne 8f98f31110 Orbit tweaks!
Removes spawn from orbit proc, This allows atoms to override their orbit and use ..() to have code run before and after the orbit. Things that needed the spawn can spawn on their own.

Tweaks orbit's pre-orbit sleep to take into account the animation of the inital transform.

Ghost orbits have been given less checks, You can now re-orbit something and orbit yourself; Because why the fuck not.

Ghost orbits now change the orbit radius based on the icon size of the thing they are orbiting.(for orbiting the singulo) There is a few bugs with this, but they are byond bugs, and only come out at higher fpses.
2015-10-02 07:14:43 -07:00
MrPerson 34cb9943a2 Removes NTSL
Reasoning for why it needs to go:

 - NTSL allows anyone to lag the server or crash it.

 - Doohl being gone, no one is going to maintain or expand NTSL. Very little has been done on it for several years now, certainly not any new functionality besides signalling.

 - The only interesting things that can be done with NTSL have already been done and are on the wiki. Which is what 99% of users do, copy a script off the wiki. Not interesting or fun.

 - Users who actually do scripting are too limited to actually do much besides little chat scripts that are amusing for maybe 2 minutes before becoming annoying.

Fixes #11647
Fixes #10595
Fixes #10445
Technically fixes #10032
Fixes #5779
Technically fixes #4710
Fixes #1974
2015-10-02 01:04:09 -07:00
bgobandit 8e82cf324a Merge branch 'master' of https://github.com/bgobandit/-tg-station into boxshit
Conflicts:
	code/modules/clothing/suits/bio.dm
	code/modules/clothing/suits/utility.dm
2015-10-02 00:41:19 -04:00
bgobandit 6debfed196 Adds more storage possibilities. Honk. 2015-10-02 00:25:39 -04:00
GunHog a083a85ade Prototype Hardsuit!
Adds the prototype hardsuit, intended for the Research Director.
- Primarily a bomb suit
- Emergency firesuit protection
- Slightly higher radiation protection than a normal hardsuit
2015-10-01 10:29:01 -05:00
Razharas 54d9e6924d Merge pull request #11868 from bgobandit/diditallforthelewdbe
Adds kitty mousey toys!
2015-10-01 05:06:34 +03:00
phil235 4694616e6b Merge pull request #11922 from AnturK/corgiriders
Moves buckling from obj to atom/movable
2015-09-30 23:26:57 +02:00
GunHog 5bffbe7328 Allows humans to grab dead aliens!
- FOR SCIENCE!! (Because of surgery)
2015-09-30 15:27:08 -05:00
Razharas 3bf8ae1f1a Merge pull request #12057 from Xhuis/it_worked_in_testing_3
Fixes and tweaks to Syndicate medical cyborgs
2015-09-30 23:14:58 +03:00
Razharas dbb664c7bd Merge pull request #12058 from MrStonedOne/patch-41
Makes the stickyban panel sort the bans by ckey
2015-09-30 23:12:14 +03:00
Razharas 56e1d319c8 Merge pull request #12048 from Incoming5643/faithbemyshield
Makes magic bolts properly unblockable
2015-09-30 23:12:02 +03:00
Razharas dc6c42a1f0 Merge pull request #12035 from AnturK/resizefix
Fixes Larva/Silicon resizing
2015-09-30 23:09:18 +03:00
Razharas 1aa0e911ae Merge pull request #11760 from Core0verload/selfrepair
Cyborgs update
2015-09-30 22:50:08 +03:00
Xhuis 6c2edbec55 Disables gravgen rad pulses showing up in asay/logs 2015-09-30 13:39:10 -04:00
Xhuis 292aeb2367 Oopsie 2015-09-30 13:23:29 -04:00
Xhuis 2d98626ce3 Nerfs the buff 2015-09-30 13:23:06 -04:00
Cheridan 536418ccb4 Merge pull request #12061 from Shadowlight213/RevenantDsay
Removes Revenants hearing Dsay
2015-09-30 11:29:13 -05:00
KorPhaeron f9604f8f8a 2 minute cooldown 2015-09-30 09:23:40 -07:00
MrStonedOne fb01e5ce71 Cleans up map rotation code, removes debugging code 2015-09-30 08:43:22 -07:00
MrStonedOne fcc8402f31 map rotation base code 2015-09-30 07:13:38 -07:00