Commit Graph

21578 Commits

Author SHA1 Message Date
Daylight
b70230da2f Fixes #13348 - howls go trough duct tape. Vulp mimes will also mime howling using the *howl emote. (#13353)
* Fixes bug, more miming

* Code fixed itself somehow

* Apparently commenting your code is bad, so they go the way of the dodo
2020-06-26 01:23:01 -06:00
SteelSlayer
9ea748b130 Mountable frame bugfixes and minor refactor (#13076)
* initial

* bit of code cleanup / refactoring

* review changes

* CRLF to LF

* GLOB stuff

* travis did not like that

Co-authored-by: SteelSlayer <SteelSlayer@users.noreply.github.com>
2020-06-26 01:19:27 -06:00
SteelSlayer
74d0e6523b Fixes welders blinding you when you repair robo-limbs and cyborgs (#12988)
* Fixes welders blinding you while repairing your own robo-limbs

* gives tool_start_check() a target argument

* flash be gone

* CRLF to LF

* adds trailing newlines because travis wants them I guess

Co-authored-by: SteelSlayer <SteelSlayer@users.noreply.github.com>
2020-06-26 01:18:13 -06:00
Fox McCloud
b0c0d44895 Fixes Spectral Blade (#13694)
* Fixes Spectral Blade

* purge unused following
2020-06-26 01:17:14 -06:00
Fox McCloud
b3d69aac9b Moves to BYOND 513 (#13650)
* Fixes Orbiting

* moves to 513

* travis update

* check for minor version too
2020-06-26 01:15:59 -06:00
dearmochi
9424a80dcd Merge branch 'master' into list-memory-optimization 2020-06-25 09:15:18 +02:00
Fox McCloud
69de03a622 Gas Mixture Refactor (#13602)
* Gas Mixture Refactor

* derp

* defined turf types

* fixes

* cuts turf visuals cost in half

* even better equalizing with planetary atmos

* remove volatile fuel

* comment and documentatino on turf gas vars
2020-06-24 17:48:50 -06:00
Fox McCloud
97c6aa245c Adds Global Carbon and Human Lists 2020-06-24 16:18:08 -04:00
Fox McCloud
b54ad8d710 Merge pull request #13678 from farie82/whisper-fix
Adds whispering to the whisper verb
2020-06-24 13:17:25 -04:00
Fox McCloud
2c67b43412 Merge pull request #13679 from SteelSlayer/on-cross-removal
Removes an unused proc
2020-06-24 13:17:00 -04:00
Fox McCloud
c927f1ad29 Merge pull request #13676 from farie82/assembly-cooldown-fix
Makes the assembly cooldown happen before it triggers. Stopping an infinite loop
2020-06-24 13:16:21 -04:00
SteelSlayer
db4d44901d on cross removal 2020-06-24 11:33:31 -05:00
joep van der velden
6644033129 Adds whispering to the whisper verb 2020-06-24 17:59:38 +02:00
joep van der velden
63845ef242 Makes the assembly cooldown happen before it triggers. Stopping an infinite loop 2020-06-24 14:17:56 +02:00
mochi
bc5bab7bc1 Add type checks in case of Initialize() weirdness 2020-06-24 11:22:35 +02:00
Fox McCloud
7958c26b0e Merge pull request #13672 from dearmochi/fix-carbon-hitby
Fix carbon hitby proc not returning parent result
2020-06-24 03:57:32 -04:00
variableundefined
0bee22874d Merge pull request #13583 from Fox-McCloud/swarming-component
Adds Swarming Component
2020-06-23 17:34:53 -04:00
variableundefined
4546c11435 Hierophant Buff--Staff Nerf (#13542) 2020-06-23 17:19:29 -04:00
mochi
c96cbd5c3e Fix carbon hitby proc not returning parent result 2020-06-23 20:19:11 +02:00
AffectedArc07
747b183207 Kills off (hopefully) the last hardcoded zlevel ID (#13669)
* Kills off (hopefully) the last hardcoded zlevel ID

* Also removes duplicate blackboxes
2020-06-23 09:49:09 -06:00
mochi
096bc87dd3 Actually plug armor procs to armor modification code 2020-06-23 09:41:48 +02:00
Fox McCloud
d84e10aac4 Merge pull request #13662 from AffectedArc07/byebye
Removes some old and broken features
2020-06-22 19:14:56 -04:00
Fox McCloud
4d7e68522d Merge pull request #13664 from farie82/fingerprint-paper
Adds missed fingerprints logging to papers and adds normal logging
2020-06-22 19:02:23 -04:00
Fox McCloud
8d614c7f1e Merge pull request #13666 from dearmochi/sushi-fix
Fix sake makiroll recipe, "makiroll" -> "maki roll"
2020-06-22 19:01:30 -04:00
mochi
aad3c76e5d Further clean up code, remove some arg defaults, fix some bugs 2020-06-22 23:43:45 +02:00
AffectedArc07
456132f442 Merge branch 'master' into byebye 2020-06-22 20:02:11 +01:00
mochi
bdffdc1f9a Fix sake makiroll recipe, "makiroll" -> "maki roll" 2020-06-22 20:59:08 +02:00
Fox McCloud
c8a7607129 Purges a Bunch of In World Calls (#13641)
* Purges a Bunch of In World Calls

* tweaks and fixes also typeless lists

* typeless

* fixes

* tweak
2020-06-22 06:56:19 -06:00
joep van der velden
1db488244b paper logging 2020-06-22 08:08:51 +02:00
mochi
65d0ecaed3 Optimize memory usage by eliminating/changing some lists
Ported from TG: Object armors are no longer defined in (unique) lists but rather datums that can be cached depending on their armor values.
Add LAZYSET define to lazily initialize a list then assigning a key to a value
Add alldirs2 global which is the same as alldirs except diagonals go first
Optimize mob memory by making alerts list lazy
Optimize obj/machinery memory by making use_log and settagwhitelist lists lazy
Optimize atom memory by not creating hud_list list for all atoms
Optimize turf memory by not creating footstep_sounds list for all turfs
Clean up code where possible
2020-06-22 00:46:14 +02:00
AffectedArc07
8294741b50 Removes some old and broken features 2020-06-21 21:12:27 +01:00
Fox McCloud
ebeee921ca Lighting Optimizations (#13593)
* Lighting Optimizations

* styling

* styling

* welp
2020-06-21 05:08:59 -06:00
SteelSlayer
eaee4374f6 we got some apprenticeship up in here 2020-06-20 15:02:26 -05:00
Fox McCloud
5e3f95e140 Removes Set Background (#13646) 2020-06-20 14:33:46 -04:00
AffectedArc07
88f71cc151 Bumps to DreamChecker 1.4 2020-06-20 10:51:26 +01:00
Fox McCloud
e3fa9658a8 Resolves some Reagent Runtimes (#13591)
* Resolves some Reagent Runtimes

* preserve functionality

* spans
2020-06-18 16:14:41 -04:00
Fox McCloud
1a1e564124 Fixes Unhackable Smartfridges (#13620) 2020-06-18 15:59:17 -04:00
Fox McCloud
006a4c9268 Merge pull request #13623 from trololiver112/Vision-fix
Fixes Shadowling darksight not giving night vision when toggled
2020-06-18 15:47:16 -04:00
trololiver112
e2ae488147 suggested changes 2020-06-17 23:52:20 +02:00
Fox McCloud
a1570e79f7 Merge pull request #13630 from AffectedArc07/wireless-egun-tweaks
Minor refactor to wireless eguns
2020-06-16 20:35:18 -04:00
AffectedArc07
fd209c5bc4 Gamebreaking bug must be fixed 2020-06-16 20:51:17 +01:00
Fox McCloud
a140787720 Merge remote-tracking branch 'upstream/master' into swarming-component 2020-06-16 15:09:51 -04:00
Fox McCloud
a35f2d171f Merge pull request #13616 from dearmochi/fix-colored-huds
Fix HUDs taking parent atom's color
2020-06-16 15:06:35 -04:00
AffectedArc07
6c465c84dc Use onTransitZ 2020-06-16 14:39:58 +01:00
AffectedArc07
0b72f4eb80 Forgot this 2020-06-16 08:45:10 +01:00
mochi
5095c2a0e5 Reset transform on HUDs as well 2020-06-16 09:18:06 +02:00
AffectedArc07
f11b5f7d7a Farie change 2020-06-16 07:48:26 +01:00
AffectedArc07
12f798390f Minor refactor to wireless eguns 2020-06-16 07:26:09 +01:00
Kyep
b3fb5c8ec0 Explorer Transfers (#13384)
* v1, explorer as job transfer option for HOPs

* move to support.dm

* spacing

* recategorize as support

* ACCESS_EXTERNAL_AIRLOCKS

* corrected access line

* Updated explorer HUD icon

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
2020-06-15 18:20:01 -06:00
Fox McCloud
75a8efa65c Updates Components (#13594)
* Updates Components

* signal documentation too

* minor fixes
2020-06-15 18:18:07 -06:00