Commit Graph
25799 Commits
Author SHA1 Message Date
Xantholne 6ce8612d66 Loadout Requirement Fixes 2017-05-26 04:31:56 -06:00
tigercat2000andGitHub f7ebd8d9a3 Merge pull request #7377 from Tayyyyyyy/skrell_hair
Skrell can hold stuff in their tentacles
2017-05-25 18:23:13 -07:00
Crazylemon64 017a3b83b2 Adds a patch to movement delay 2017-05-25 17:31:47 -07:00
Fox McCloudandGitHub 57a07815f9 Merge pull request #7066 from tigercat2000/BumpRefactor
/tg/ Move refactor
2017-05-25 17:36:01 -04:00
Fox McCloudandGitHub 46e4c83942 Merge pull request #7368 from Fruerlund/Scannerpaperwork
Adds a print report functions to Handheld Chemistry Equipment
2017-05-25 12:30:28 -04:00
Fox McCloudandGitHub 34439fef7d Merge pull request #7372 from Aurorablade/StopBeingOnFire
Here, now stop being on fire..
2017-05-25 12:27:15 -04:00
Fox McCloudandGitHub 06ba5f799a Merge pull request #7358 from FalseIncarnate/matter_eater
Mouth coverings block Matter Eater
2017-05-25 12:24:35 -04:00
tigercat2000andGitHub 2a8739597b Merge pull request #7382 from SamHPurp/Fixing-misc-map-issues
Assorted fixes
2017-05-25 09:17:22 -07:00
Fox McCloudandGitHub 55b09a7db7 Merge pull request #7359 from Xantholne/NSRepSkirt
Adds Blueshield, NT Rep, and Brig Physician skirts
2017-05-25 12:14:32 -04:00
Tigercat2000 a9685160f6 Fix admin PM logs including emoji_enabled span 2017-05-25 06:57:06 -07:00
Tigercat2000 bbca8405ef -tg- Move Refactor
This commit ports /tg/'s move refactor.

The throwing system has been replaced entirely, removing the necessity
of throw_at_fast and resolving multiple outstanding issues, such as
crossbows being unusable.

Spacedrifting has also been upgraded to function with the new throwing
system. It is now it's own process.

Tickcomp has been killed, and the config values have been adjusted to
more or less match live Paradise.

All mobs now share a common Bump() proc. There are only four mobtypes
which do not, including humans and simple animals. With the exception
of mob types that do not ever want to Bump() or be Bumped(), they should
call the parent proc.

Human movement slowdown has been moderately tweaked in how it stacks effects;
It shouldn't be significantly different from a player perspective.

Mobs will now spread fire if they bump into another mob. I don't want to set
the world on fiiiire, I just want start a flame in your heart~

For player facing changes: Input delay has been reduced by roughly ~50ms for
any direction keys, by advantage of a previously unknown flag on byond verbs
which allow them to operate independently from the tick rate of the server.
You may need to clear your interface.dmf file if you have a custom skin for
this change to function.
2017-05-25 06:35:01 -07:00
tigercat2000andGitHub ed49f9fffc Merge pull request #6766 from Kyep/demotion_console
Demotion Consoles: lets heads demote crew out of their department
2017-05-24 05:56:14 -07:00
Sam 6ca9d65f34 Fixes #7233 2017-05-24 11:51:33 +01:00
Sam 7082d58afd Fixes #7350 & some typos 2017-05-24 11:35:21 +01:00
Tayyyyyyy 780cddb615 Remove EMP shielding and voice shielding from headpocket 2017-05-23 23:52:21 -07:00
Kyep 3d1440db39 Tigercat requests
- Deletes some "src."
- Makes TARGET_DEPT numbers into a #define
2017-05-23 22:00:47 -07:00
tigercat2000andGitHub 95e448be6b Merge pull request #7264 from Fruerlund/Celllogs
Adds cell timer logs
2017-05-23 20:18:07 -07:00
tigercat2000andGitHub e261cbffde Merge pull request #7376 from SamHPurp/Enables-station-specific-nanoui-map
Adds functionality for separate minimaps
2017-05-23 16:36:32 -07:00
Tayyyyyyy 42615fcc46 Allow dislodging of headpocket via strip panel 2017-05-23 16:31:06 -07:00
tigercat2000andGitHub 685bbdf320 Merge pull request #7322 from Aurorablade/KittyFluff
Fethas Fluff Item
2017-05-23 13:46:36 -07:00
Tayyyyyyy 3fa66c7f60 Use species check instead of hair check to prevent tendril shaving
This reverts commit 0de4b320fa.
2017-05-23 11:09:19 -07:00
tigercat2000andGitHub ffdbe8071f Merge pull request #7323 from Fruerlund/requestradios
Radio notifications
2017-05-23 07:05:45 -07:00
Fruerlund 92775bfe38 Adjusts for META 2017-05-23 15:33:56 +02:00
Fruerlund d9286dc614 Fixes changes and adds delete option
All cell logs can now be deleted
2017-05-23 14:55:31 +02:00
Tayyyyyyy b2ab4dcd42 Change dislodge method to stun instead of harmbaton 2017-05-23 01:40:52 -07:00
Tayyyyyyy e01c0fcd6a Oops didn't mean to do that 2017-05-23 00:33:21 -07:00
Kyep 718944b4e8 Tully Requests 2017-05-23 00:31:26 -07:00
Tayyyyyyy fa2c643124 Remove extra "this" 2017-05-23 00:29:30 -07:00
Tayyyyyyy 8232f4f9c7 Add headpocket icon 2017-05-23 00:26:20 -07:00
Tayyyyyyy 80c3aeaccb Add necessary skrell headpocket functions 2017-05-23 00:25:47 -07:00
Tayyyyyyy 4956f2a425 Switch to cleaner implementation 2017-05-22 22:47:05 -07:00
Kyep b015f77b71 Fixes map merge conflict 2017-05-22 22:20:10 -07:00
Sam 9fe1bdefd0 Adds functionality for separate minimaps 2017-05-22 23:30:30 +01:00
tigercat2000andGitHub 7110e7cd6e Merge pull request #6772 from Kyep/mech_weapons
Ports tesla mech gun, also adds xray/immolator guns
2017-05-22 13:01:10 -07:00
Aurorablade 104b1df93e fire immunity correctly.
i think...
2017-05-22 06:18:34 -04:00
Fruerlund 7b7fcf643a Adds action buttons
The chem scanners will now use action buttons instead
2017-05-22 11:08:43 +02:00
Tayyyyyyy a005a3e553 Implement head pocket 2017-05-22 02:01:05 -07:00
Tayyyyyyy 0de4b320fa Prevent Skrell tentacles from being shaved 2017-05-22 01:59:55 -07:00
Crazy LemonandGitHub 9cfcb13d8b Merge pull request #7361 from DarkPyrolord/randombulletfixes
A few bullet fixes
2017-05-21 23:58:19 -07:00
Aurorablade 8766908c49 just stop... 2017-05-22 02:18:55 -04:00
KasparoVy 0ded1a2e63 Corrects Oversight & Fixes a Bug w/ Roundstart Disabilities
The roundstart disability bug is my own doing from PR #7019 and reported
in issue #7369.
The other line changed was an oversight-- a place I should've used the
CAN_BE_FAT flag but didn't, and thus an inconsistency that I felt right
to correct in this pass.
2017-05-21 16:02:42 -04:00
Fruerlund c3fc6951f7 Removes object verbs
If there are any trace results users will now be asked to print a log.
If they choose no, no log will be generated.
2017-05-21 16:58:16 +02:00
Fruerlund 40f4476bec Adds a print report functions
Mass Spectrometers and Reagent Scanners will now print reports if users
choose to.
2017-05-21 14:59:53 +02:00
Crazy LemonandGitHub 41181f9296 Merge pull request #6752 from Kyep/remap_centcom
CC Map Updates
2017-05-20 14:53:48 -07:00
Crazylemon64 4936a18e70 Merge branch 'master' into remap_centcom 2017-05-20 14:40:03 -07:00
Crazy LemonandGitHub a48092424b Merge pull request #6774 from FlattestGuitar/jobban
Adds a jobban checking verb. 🔨
2017-05-20 13:44:41 -07:00
Crazy LemonandGitHub c10536cba5 Merge pull request #7011 from Kyep/playtime_for_roles
Adds playtime requirements for antag roles
2017-05-20 13:12:00 -07:00
Crazy LemonandGitHub 8d7b2b7807 Merge pull request #7019 from KasparoVy/autoaccent-pref
Turns Auto-Accent into a by-character Preference, Desnowflakes Preferences.dm
2017-05-20 13:07:34 -07:00
Crazy LemonandGitHub 42b8a66b93 Merge pull request #7166 from tigercat2000/title_screens
Serverside titlescreen icons.
2017-05-20 13:00:24 -07:00
DarkPyrolord 5a75998fd8 Bullet fixes, no more rubber shells sticking, or bullet bananas. 2017-05-20 21:54:14 +12:00