Aronai Sieyes
f080a4baf3
[PORT] Speed up map load significantly
2020-04-02 10:25:03 -04:00
Atermonera and VirgoBot
4f50c50452
Merge pull request #6928 from VOREStation/pol-runtimes
...
Fix 2 runtimes
2020-04-01 22:39:14 -04:00
Novacat and GitHub
896c2bf6b8
Merge pull request #7080 from Ketrai/wahthing
...
Adds wah thing.
2020-04-01 08:42:41 -04:00
Ketrai
51486fc10c
waghh
2020-04-01 12:32:30 +02:00
Heroman
49b67392e0
Adjusts shadekin darkness hud
2020-04-01 15:27:54 +10:00
Aronai Sieyes and GitHub
2e5c8ff8fd
Merge pull request #7072 from VOREStation/aro-airlockhelp
...
Adds airlock setup helpers
2020-03-31 22:19:44 -04:00
Aronai Sieyes and GitHub
716146945c
Merge pull request #7064 from VOREStation/aro-assemblies
...
Update assemblies to modern coding standards
2020-03-31 22:19:32 -04:00
Aronai Sieyes
7ccca32db0
Add a few more features to airlock helpers
2020-03-31 20:20:35 -04:00
Matica
2b9c021f08
Ports YW's ears and wings
...
Port's YW's big dragon horns, as well as their wings.
2020-03-31 20:02:42 -04:00
Aronai Sieyes
af6ebb996f
Adds airlock setup helpers
2020-03-31 18:37:38 -04:00
Aronai Sieyes and GitHub
91691bad85
Merge pull request #7061 from VOREStation/upstream-merge-6858
...
[MIRROR] Port Bay's vendor/smartfridge sprites
2020-03-31 17:41:13 -04:00
Aronai Sieyes
bf2b02aa34
VS: Tweak because of mining vendor sprite
2020-03-31 13:56:38 -04:00
Aronai Sieyes
9b07ee0a29
Mining equipment vendor use new vendor sprite
2020-03-31 13:56:38 -04:00
Aronai Sieyes
64b04c17af
VS: Update maps for directional vendors
2020-03-31 13:56:38 -04:00
Unknown and Aronai Sieyes
dca2e93209
VS: Conflict Resolution + VS Changes
...
Makes soft vendors work again
Conflict Resolution II
Fixes Shelter Capsule Vendor
Note to self remember quotations
Bad Lynx stop forgetting quotes!
2020-03-31 13:56:38 -04:00
Atermonera and Aronai Sieyes
a23797182f
Port Bay's vendor/smartfridge sprites
2020-03-31 13:56:38 -04:00
Novacat and GitHub
1cdd572e6a
Merge pull request #7060 from VOREStation/upstream-merge-6902
...
[MIRROR] Convert alarm_manager into SSalarm subsystem.
2020-03-31 11:45:08 -04:00
Amaya
99b50fe6ba
line #70 edit
...
from -> //Shifting in
if(ability_flags & AB_PHASE_SHIFTED)
ability_flags &= ~AB_PHASE_SHIFTED
mouse_opacity = 2
to ->//Shifting in
if(ability_flags & AB_PHASE_SHIFTED)
ability_flags &= ~AB_PHASE_SHIFTED
mouse_opacity = 1
2020-03-31 16:30:37 +02:00
Aronai Sieyes and GitHub
6d29faa770
Update space.dm
2020-03-31 01:39:26 -04:00
Aronai Sieyes
772b4dd01c
Fine just cleanables
2020-03-30 22:47:35 -04:00
Aronai Sieyes
0d043fe44e
Update assemblies to modern coding standards
2020-03-30 22:18:44 -04:00
Aronai Sieyes and GitHub
35448c5b53
Merge pull request #7054 from VOREStation/aro-sscleanup
...
Clean up some subsystem things
2020-03-30 21:07:17 -04:00
Aronai Sieyes and GitHub
271a801abe
Merge pull request #7055 from VOREStation/vplk-debug-master
...
Debug Master Controller
2020-03-30 21:07:03 -04:00
Aronai Sieyes and GitHub
c794498259
Merge pull request #7056 from VOREStation/aro-shield
...
Add shield remote button
2020-03-30 21:06:51 -04:00
Aronai Sieyes and GitHub
9a256b407f
Merge pull request #7057 from VOREStation/vplk-bughunt
...
Sundry Bugfixes XI
2020-03-30 21:06:43 -04:00
Atermonera and VirgoBot
8986eb7720
Merge pull request #6902 from VOREStation/vplk-ssalarm
...
Convert alarm_manager into SSalarm subsystem.
2020-03-30 20:41:10 -04:00
Leshana
3e9c17c1c0
Debugging code to determine if Master failures actually happen while firing a subsystem.
2020-03-30 20:30:37 -04:00
Leshana
48ee61f636
Avoid potential situation where log_debug calls to_chat which calls vchat_exec_update which calls log_debug.
2020-03-30 20:30:36 -04:00
Leshana
771c09ad2f
Make attempt_vr print more complete debugging info/stack trace.
2020-03-30 20:30:36 -04:00
Leshana
2e114ede5c
Fix error handler printing bogus src.loc and usr.loc info
2020-03-30 20:30:36 -04:00
Arokha Sieyes
b32c83250c
Change VChat sqllite error message handler
2020-03-30 20:24:55 -04:00
Leshana
75d9bee4a0
Fixes Runtime in chemsmoke.dm,177: Cannot read null.seed_name
...
- This was caused by create_spores() being called on seeds which were not registered with the plant_controller (becuase they had never been harvested)
- Instead of registering them, we can just pass the seed datum itself, that is all the chemsmoke needs anyway.
2020-03-30 19:21:34 -04:00
Leshana
7f18d508ea
Fixes Runtime in turf.dm,205: undefined variable /turf/simulated/floor/tiled/var/movement_type
...
- Please do not call turf.Enter(another_turf). My best guess is it wants to check the spread of a "cloud" of splatter, so air_canblock should be ok.
2020-03-30 19:16:35 -04:00
Aronai Sieyes
060e48e597
Add shield remote button
2020-03-30 17:46:01 -04:00
Leshana
adec04c010
Fix Runtime in reagent_containers.dm,112: undefined proc or verb /mob/living/bot/farmbot/check mouth coverage().
2020-03-30 17:39:34 -04:00
Leshana
1da5dd8230
Fix Runtime in unsorted.dm,1321: CANARY: Old human update_icons was called.
...
At least the case of it being called from /datum/nifsoft/sizechange
No need to call update_icons() or even update_transform() because resize() does it for us.
2020-03-30 17:17:26 -04:00
Leshana
2e4dcabd09
Fix Runtime in garbage.dm,337:
...
/obj/item/device/transfer_valve destroy proc was called multiple times, likely due to a qdel loop in the Destroy logic
2020-03-30 16:53:55 -04:00
Leshana
118c669d6a
Enhanced logging of Master and Failsafe controllers.
2020-03-30 16:48:18 -04:00
Leshana
e393b71dff
Fixes Runtime in randomverbs.dm,134: list index out of bounds
2020-03-30 16:43:30 -04:00
Aronai Sieyes
92f21e7daa
Autotransfer uses wrong subsystem
2020-03-30 16:11:30 -04:00
Aronai Sieyes
7ea2c4fcb2
Lava uses wrong subsystem
2020-03-30 16:11:30 -04:00
Aronai Sieyes
cdb2336bf7
VS: Convert bellies to processing subsystem
2020-03-30 16:11:30 -04:00
Novacat and GitHub
2f5044d9d0
Merge pull request #7031 from Novacat/nova-ert
...
Spacesuit CitRP Port plus Refactor
2020-03-30 13:21:09 -04:00
Aronai Sieyes and GitHub
2938c0ec5d
Merge pull request #7051 from VOREStation/aro-turrentfind
...
Slow your roll, turrets
2020-03-30 13:16:05 -04:00
Aronai Sieyes and GitHub
85805e8ffe
Merge pull request #7050 from VOREStation/aro-procdebug
...
Add Recover() to processing subsystems
2020-03-30 13:15:55 -04:00
Aronai Sieyes and GitHub
7201d2cc4c
Merge pull request #7037 from VOREStation/upstream-merge-6886
...
[MIRROR] Inactivity subsystem kicks ghosts and admins again
2020-03-30 13:15:44 -04:00
Aronai Sieyes and GitHub
4f0d0a22f2
Merge pull request #7044 from Novacat/nova-pathfinder
...
Ports Polaris #6924 and #6925
2020-03-30 13:15:33 -04:00
Aronai Sieyes
1205f01b0d
VS: Bellies should probably be a processing subsystem
2020-03-30 12:18:40 -04:00
Aronai Sieyes
b77334cb95
Tweak output and check SSobjs and SSturfs for types
2020-03-30 12:14:53 -04:00
Aronai Sieyes
edd91313a8
Slow your roll, turrets
2020-03-30 12:03:39 -04:00