Commit Graph
7135 Commits
Author SHA1 Message Date
FlattestGuitar 92eb5d458a typos 2017-06-03 20:08:27 +02:00
Sam c1cc319f62 Uses more intent defines 2017-06-03 18:29:50 +01:00
Aurorablade 2b85c80464 well they COULD be demons... 2017-06-03 01:03:02 -04:00
Aurorablade 4df3e02190 adds a terrror spider. 2017-06-02 23:27:55 -04:00
Citinited b67d589c85 Some more tweaks
Let's remove some redundant things and simplify some others
2017-06-02 22:40:33 +01:00
Aurorablade 69e373bbfa ops need this. 2017-06-01 22:18:05 -04:00
Aurorablade 72c874fd50 What deathsquad? 2017-06-01 21:32:07 -04:00
Fox McCloudandGitHub 3922f5957f Merge pull request #7379 from tigercat2000/science_refactor
RnD autolathe removal + tech level overhaul
2017-06-01 21:16:26 -04:00
Aurorablade cf0db6792f tochat fix 2017-06-01 20:59:00 -04:00
Aurorablade 952f6ffd0b itsucanny 2017-06-01 20:02:44 -04:00
Chakirski db378ae8a7 faux2.0 2017-06-01 13:54:39 -05:00
Chakirski 93c7b4c6c3 faux 2017-06-01 13:38:53 -05:00
tigercat2000 633c972f46 RnD autolathe removal + tech level overhaul 2017-06-01 11:34:29 -07:00
Fox McCloudandGitHub 19efd26f5b Merge pull request #7414 from SamHPurp/add-table-build-time
Adds a build-time table construction
2017-06-01 14:31:34 -04:00
Chakirski 90de04c77b randomness 2017-06-01 11:37:44 -05:00
Chakirski e4bafed7df rip-freq 2017-06-01 11:36:40 -05:00
Chakirski 66bbd956b2 tegir 2017-06-01 00:16:43 -05:00
AlexshredsandChakirski fbed7c2ba8 radio-emp 2017-05-31 23:51:15 -05:00
Citinited 1e6866ab1f Asset-cache now deals with RPD icon generation; addresses feedback from PR
Addresses feedback from PJB, Crazylemon, and others, moves the icon
generation to asset-cache.dm, some minor improvement to the nanoUI
2017-05-29 21:50:12 +01:00
Fox McCloudandGitHub 6326115b61 Merge pull request #7405 from SamHPurp/SUPER-HIGH-PRIORITY-TWEAK-GAME-BREAKING-ARGHH
<span class='reallybig'>WHY ARE MEGAPHONES TINY ITEMS</span>
2017-05-29 16:30:33 -04:00
Fox McCloudandGitHub d9b409c0de Merge pull request #7399 from SamHPurp/shrinks-encryption-keys
Classes encryption keys as 'small' items
2017-05-29 16:30:21 -04:00
Sam 84b8bf1159 racks too, what the hell 2017-05-29 03:23:35 +01:00
Sam 2352777bf8 nerfs IKEA 2017-05-29 02:59:26 +01:00
Fox McCloudandGitHub 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
Sam cc207e2e54 Enlarges megaphones 2017-05-27 22:54:13 +01:00
Sam 3bc135b825 Reverts Megaphone change
Will do in separate PR.
2017-05-27 22:11:51 +01:00
Sam 9943df05fd Fixes small issue 2017-05-27 20:07:39 +01:00
Fox McCloudandGitHub 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
Sam 07e0f768d6 Using Weight Defines 2017-05-27 16:34:49 +01:00
Sam 24eed4c740 Using the defines 2017-05-27 12:38:24 +01:00
FlattestGuitar c730817c31 26th century defibs 2017-05-27 00:38:35 +02:00
Sam d668cb7bf5 why are they bigger than the headsets they go in... 2017-05-26 22:05:08 +01:00
Sam 261dcefca7 a few qdel_null's 2017-05-26 17:49:42 +01: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
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
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
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
Tayyyyyyy fa2c643124 Remove extra "this" 2017-05-23 00:29:30 -07:00
Fruerlund 7b7fcf643a Adds action buttons
The chem scanners will now use action buttons instead
2017-05-22 11:08:43 +02:00
Tayyyyyyy 0de4b320fa Prevent Skrell tentacles from being shaved 2017-05-22 01:59:55 -07: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
TullyBurnalot df4e30ae61 Adds Chemical Traces, Signature Area 2017-05-20 15:48:18 +01:00
TullyBurnalot 6c8ede0275 Adds sound 2017-05-20 15:11:50 +01:00
TullyBurnalot bbc0eb94d3 Adds a Coroner Report Printer 2017-05-20 14:41:44 +01:00
Fox McCloudandGitHub fe229dd0bc Merge pull request #7336 from FlattestGuitar/toolfix
Fixes some welder runtime
2017-05-19 00:09:31 -04:00
TullyBurnalot ca65b591d8 Addresses Fox Issues 2017-05-18 11:41:56 +01:00
FlattestGuitar 96b2242aee fixes welder runtime 2017-05-18 12:01:24 +02:00
TullyBurnalot 29b0b372fa Fixes Deaf Listening 2017-05-18 10:35:05 +01:00