Commit Graph

7662 Commits

Author SHA1 Message Date
Fox McCloud d4217998a3 Merge pull request #7445 from MarcellusPye/Emote-Help-Fix
Emote help fix
2017-06-16 16:50:02 -04:00
Fox McCloud 39f363338a Merge pull request #7521 from Kyep/job_priority_system
Ports Job Priority System
2017-06-16 16:42:28 -04:00
tigercat2000 22bf113c89 Merge pull request #7528 from Fox-McCloud/fixes-speeds
Fixes speeds
2017-06-16 13:40:23 -07:00
tigercat2000 15984bbbaa Merge pull request #7531 from Fox-McCloud/spiderbot-refactor
Spiderbot Rework
2017-06-16 13:32:11 -07:00
alexkar598 07fac42712 Fixes issue 7505 (Rename Spagetti to Spaghetti) (#7516)
* rename spagetti to spaghetti

* Rename Spagetti to Spaghetti in the dmi file too

* trying to fix my things should learn to use git proporly one day

* commit
2017-06-16 16:08:02 -04:00
Fox McCloud 27cf06040d Merge pull request #7549 from Aurorablade/FloofyTail
Makes Jays old fluff tail public
2017-06-16 16:06:56 -04:00
Fox McCloud c6076a7814 Merge pull request #7550 from SamHPurp/misc-fixes
Misc fixes
2017-06-16 15:51:16 -04:00
tigercat2000 fa0a5248ec Fix languages with apostrophes being unable to be made default 2017-06-16 05:10:52 -07:00
Sam e6000d5e2b Fixes siemens_coefficient oversight 2017-06-15 01:57:50 +01:00
Aurorablade 719a7e1e67 lfoofytail 2017-06-14 02:56:13 -04:00
Sam f971653760 Fixes duplicated 'the' on slip messages 2017-06-14 05:44:41 +01:00
MarcellusPye 536ddad052 Hear formatting fix (#7469)
* Initial Attempt

* Fixed ending formatting

* Make it work

Screw byond strings

* Switches from camelcase to lowercase

* Uses strip_html_properly
2017-06-11 03:17:32 -04:00
Fox-McCloud 4dd13f0074 tweak 2017-06-11 03:12:44 -04:00
Fox-McCloud 70bf8076c3 Spiderbot Rework 2017-06-11 02:58:50 -04:00
Fox-McCloud ae5ac9c247 Fixes a few more Simple Mob Speeds 2017-06-10 17:46:06 -04:00
Kyep 5e5c1c4238 Makes pri jobs green in the latejoin list 2017-06-10 13:47:16 -07:00
Kyep 16acae3106 Ports Job Priority System
This system allows the HoP to set up to 3 jobs as 'priority' jobs via
the ID console.
Priority jobs are highlighted in green to everyone who is late-joining.

This allows the HoP to actively encourage late-arriving crew to take
jobs the station needs, avoiding departments/roles being critically
short-handed.

![](https://preview.ibb.co/esEEDF/job_priority_example.png)

🆑 Kyep
add: HoPs can now set jobs as 'priority'. Priority jobs are highlighted
on the latejoin screen. This allows HoPs to proactively broadcast that
they need more people to fill those jobs - and reduces the chance of
critical crew shortages.
/🆑
2017-06-10 03:15:02 -07:00
Sam 7c7c8c70cb Merge remote-tracking branch 'refs/remotes/origin/master' into Intent-defines 2017-06-10 10:16:33 +01:00
Sam 7cf499dcc1 Adds movement intents 2017-06-10 10:12:14 +01:00
Sam 4d57fff5c9 Updates Intents 2017-06-10 09:43:36 +01:00
Fox McCloud 812affffcd Merge pull request #7162 from Allfd/catforever
Ports Catsplosion from TG
2017-06-10 00:02:02 -04:00
Fox McCloud 2c38612b76 Merge pull request #7494 from FalseIncarnate/swords-yea-swords
Adds Highlander Style: The Martial Art of Highlanders
2017-06-09 23:57:17 -04:00
Alffd d5fe3391d4 Well, that was dumb 2017-06-09 22:57:16 -04:00
FalseIncarnate c2ad198203 can_use_guns -> no_guns 2017-06-09 21:39:50 -04:00
tigercat2000 3652c3001a ViewMods - Allows custom view ranges.
The primary function of this is a new button in the "Preferences" tab -
Set View Range. This functions similarly to the admin verb "Change View
Range", but it only allows you to set view ranges lower than the normal
world.view.

Full changelog:
 - Added ViewMods system to clients.
   - Everything that wants to change client.view should do it through
   this system.
   - Currently used by the Set View Range button and Marauders.
   - Stretch mode is set to stretch when active, but the original
   setting is preserved, as long as you set it with no ViewMods enabled.
   - The basic way this works is that it keeps track of /datum/viewmods
   on /clients, and whenever one is added or removed, it picks the
   highest view range out of all of them and sets the client's vision to
   that. This effectively means that, if you, say, set your view range
   to 5x5, and get into a Marauder and use the "zoom" button, it will
   always go to the marauder's zoom level.
   - The HUD is set to minimal mode for any view ranges below
   world.view, which means you only get absolutely critical buttons.
   	- It's set to invisible if you go down to view range 1 or 2,
	because the buttons can't fit on the screen at those view
	ranges.
 - Removed canvas examine option. Just zoom in yourself!
2017-06-07 19:39:33 -07:00
FalseIncarnate 9e88e7f1db Adds Highlander Style: The Martial Art of Highlanders
Adds a new martial art: Highlander Style!
- Wielders of the powerful Highlander claymores are imbued with this
mythical prowress. Should your both your hands ever lack a grip on a
Highlander claymore, you will relinquish your newfound skill.
- Highlander Style grants immunity to ranged attacks and an unwavering
distain of cowardly guns. Just like with Sleeping Carp, you will deflect
projectiles and cannot fire guns (but can pick them up to throw in the
trash where they belong).

Adds new weapon: Highlander Claymore
- Grants the wielder the Highlander Style while held in either hand.
- Normal claymores were left in, but do not provide the martial art (so
they are "safe" to use outside highlander)

Minor refactor to martial arts which prevent use of guns.
- No longer relies on the name of the style, but rather the new
aptly-named var: `can_use_guns`

🆑
rscadd: Adds Highlander Style, granted to the wielder of Highlander
Claymores. This martial art allows you to deflect ranged attacks from
the weapons of COWARDS. FOR THE HONOR OF THE HIGHLANDERS!
tweak: Highlander now equips combatants with a Highlander claymore
instead of a normal claymore. FIGHT ON BROTHERS!
/🆑
2017-06-07 02:35:23 -04:00
imsxz 957ef0583f Update pet.dm 2017-06-05 17:18:58 +02:00
MarcellusPye abd27b5ef2 Machene People Completion
Adds Buzz2 to machene people *help because it wasen't there before for some reason.
2017-06-04 20:24:58 +12:00
MarcellusPye dfdcca8c46 Fixed formatting so it compiles 2017-06-04 18:15:53 +12:00
MarcellusPye 59c13d47b5 Changed from an IF chain to case 2017-06-04 17:28:40 +12:00
Sam c1cc319f62 Uses more intent defines 2017-06-03 18:29:50 +01:00
MarcellusPye d1b8c2da1f found_slime_bodypart is a diffrent function 2017-06-03 14:28:28 +12:00
MarcellusPye bf42389916 Fixes slime people lmbs 2017-06-03 14:20:38 +12:00
Alffd 1176929d44 More fixes 2017-06-01 17:16:53 -05:00
Alffd 7ab60d613f Fox fixes 2017-06-01 17:14:29 -05:00
Alffd cecea25fd3 Ports rest of TG Cat 2017-06-01 17:14:29 -05:00
Alffd 993db34b8f Fixes make_babies not returning the baby 2017-06-01 17:14:28 -05:00
Alffd 0d61634451 Ports current TG version
better handling of cat creation
Limits cats to 500 #nofunallowed
2017-06-01 17:14:28 -05:00
Alffd 247aa415f4 Ports Catsplosion from TG 2017-06-01 17:14:28 -05:00
tigercat2000 633c972f46 RnD autolathe removal + tech level overhaul 2017-06-01 11:34:29 -07:00
tigercat2000 f1a238f6de Merge pull request #7390 from Tayyyyyyy/targeting_mode
Visibly message when someone points a gun at something
2017-05-29 14:46:33 -07:00
tigercat2000 7a75be6287 Merge pull request #7407 from Fox-McCloud/movement-fixes
Movement fixes
2017-05-28 11:49:50 -07:00
Fox McCloud 1c21d8eb98 Merge pull request #7403 from SamHPurp/Punching-above-its-weight
Refactoring to use the WEIGHT_CLASS defines.
2017-05-28 14:17:05 -04:00
Fox-McCloud 2501e6a5e8 tweaks 2017-05-28 11:13:39 -04:00
Fox-McCloud 8cd77f2935 Fixes Movement for Some Mobs 2017-05-28 01:38:29 -04:00
Sam 2d13e2f7bf Converts /modules/ to using WEIGHT_CLASS_x 2017-05-28 01:25:09 +01:00
Crazylemon64 f803a8ca1e Slime people don't die of heart attacks now 2017-05-27 14:27:15 -07:00
Fox McCloud 3587aad06e Merge pull request #6612 from Crazylemon64/partial_cloning
Cloning now puts you together bit by bit
2017-05-27 14:48:23 -04:00
tigercat2000 f7ebd8d9a3 Merge pull request #7377 from Tayyyyyyy/skrell_hair
Skrell can hold stuff in their tentacles
2017-05-25 18:23:13 -07:00
Tayyyyyyy beec827459 Add targetOn sound notification 2017-05-25 17:58:51 -07:00