Commit Graph

  • a77f219515 Minor A* optimisations (#1335) metalgearsloth 2020-07-11 04:30:33 +10:00
  • 405a610009 Replaces the bathroom with a hydroponics room (#1318) ike709 2020-07-10 10:28:06 -05:00
  • 2e6661e885 Fix AI shutting storage crash (#1344) metalgearsloth 2020-07-11 01:27:36 +10:00
  • 915fffb635 Latejoin Job Selection (#1284) ike709 2020-07-10 08:27:55 -05:00
  • 4a772c9e59 Added a check to ensure the door will not change state to 'closed' or 'deny' if a player without access touches a door opened by a user with access. (#1341) tentekal 2020-07-10 09:12:34 -04:00
  • 13e3dc7a70 Fix mob panel debug (#1334) metalgearsloth 2020-07-10 22:18:21 +10:00
  • 257189141e Add missing ignored components for the client (#1337) DrSmugleaf 2020-07-10 13:56:39 +02:00
  • 8785371563 Makes weapons use GridCoordinates and default to MapCoordinates if grid is invalid Víctor Aguilera Puerto 2020-07-10 01:53:36 +02:00
  • e54e708cf2 Makes weapons use MapCoordinates instead of GridCoordinates. Víctor Aguilera Puerto 2020-07-10 01:19:09 +02:00
  • 73f4dba2f6 Fix slippery items not allowing airlocks to close Víctor Aguilera Puerto 2020-07-09 17:22:46 +02:00
  • 626c8c51a1 Adds slippery items (#1321) Víctor Aguilera Puerto 2020-07-09 17:00:37 +02:00
  • 8938d96402 Fix AI avoiding entities they can't collide with (#1331) metalgearsloth 2020-07-09 22:15:48 +10:00
  • 9256ff50d0 Merge pull request #1330 from DrSmugleaf/locker-drop-outside-1312 Víctor Aguilera Puerto 2020-07-09 13:11:33 +02:00
  • 749a46de20 Fix dropping an item inside a locker placing it outside DrSmugleaf 2020-07-09 12:35:18 +02:00
  • 71f9e7aad2 Fix bag of holding sprite (#1328) ShadowCommander 2020-07-08 21:05:50 -07:00
  • 6f9736c381 Merge pull request #1323 from DrSmugleaf/thrown-entity-deletion-crash-1286 Víctor Aguilera Puerto 2020-07-09 00:16:43 +02:00
  • 7ae114f92c Merge pull request #1263 from DrSmugleaf/buckle-locker-fix-1262 Víctor Aguilera Puerto 2020-07-09 00:15:28 +02:00
  • b0895a4213 Fix AI steering spamming console (#1322) Víctor Aguilera Puerto 2020-07-09 00:15:05 +02:00
  • 023fd60054 Fix throwing in space. Pieter-Jan Briers 2020-07-08 18:28:59 +02:00
  • 1d7928101b Fix change that was lost in disposals translation DrSmugleaf 2020-07-08 16:44:56 +02:00
  • dc979f87c2 Remove unused using DrSmugleaf 2020-07-08 16:43:40 +02:00
  • ecb0448250 Fix thrown entity deletion crash DrSmugleaf 2020-07-08 16:39:05 +02:00
  • 62302bfb23 Use named tuples Metal Gear Sloth 2020-07-09 00:16:57 +10:00
  • 066af63323 Fix not being able to buckle into an entity that is in the same container as you DrSmugleaf 2020-07-08 16:10:46 +02:00
  • b4adfbc15a Update Content.Server/GameObjects/EntitySystems/AI/Steering/AiSteeringSystem.cs metalgearsloth 2020-07-09 00:03:48 +10:00
  • 4ec733577f Fix "You can't reach there!" message being created twice DrSmugleaf 2020-07-08 16:00:04 +02:00
  • 8678d867cf Fix AI steering spamming console Metal Gear Sloth 2020-07-08 23:44:47 +10:00
  • fb51aecfbf Clean up if check DrSmugleaf 2020-07-08 15:37:18 +02:00
  • e1f9033a69 Merge branch 'master' into buckle-locker-fix-1262 DrSmugleaf 2020-07-08 15:35:20 +02:00
  • e815de7563 Fix pathfinding for entity deletions (#1316) Víctor Aguilera Puerto 2020-07-08 15:31:28 +02:00
  • f5a9f91de4 Fix not staying buckled to a strap when both the buckled and the strap go into the same container DrSmugleaf 2020-07-08 15:30:48 +02:00
  • 7e2f13dbe1 Update submodule Víctor Aguilera Puerto 2020-07-08 15:30:22 +02:00
  • 8f9af88bb2 Add unbuckling the entity if put into a container DrSmugleaf 2020-07-08 14:45:25 +02:00
  • 1fbd32c9d9 Misc path fixes (#1319) AJCM-git 2020-07-08 07:58:21 -04:00
  • d20e4969e2 Add light to lit welders (#1282) DrSmugleaf 2020-07-08 13:41:32 +02:00
  • 770d4e72e7 Add 0.25 second delay to unbuckling after recently buckling and more summaries DrSmugleaf 2020-07-08 13:22:14 +02:00
  • facaee0cab Remove redundant method Metal Gear Sloth 2020-07-08 21:12:23 +10:00
  • ae1c578e8e Fix pathfinding entity deletions Metal Gear Sloth 2020-07-08 21:05:27 +10:00
  • f9a948ace3 Fix wrong buckle status effect icon texture path DrSmugleaf 2020-07-08 13:02:38 +02:00
  • 39b650da38 Fix "You're already buckled in" not appearing if trying to buckle while already buckled DrSmugleaf 2020-07-08 13:01:08 +02:00
  • da4b55814a Fix halved buckle range not applying, add range property to strap DrSmugleaf 2020-07-08 12:54:00 +02:00
  • 2d2385032a Admin chat (#1287) ike709 2020-07-08 05:18:16 -05:00
  • df395b9435 Fixed Welding Tool Not Updating (#1314) bhespiritu 2020-07-08 05:46:54 -04:00
  • 4721fd2035 The fix was inside us all along. Pieter-Jan Briers 2020-07-08 02:59:07 +02:00
  • 5d0b86c659 Hide transfer verbs when right clicking reagent container in active hand. Pieter-Jan Briers 2020-07-08 02:53:50 +02:00
  • 1d96adcc2c Add Breadth-First Search pathfinder (#1283) metalgearsloth 2020-07-08 09:41:41 +10:00
  • e7d756811e Replace CanBeNull annotations with nullable reference types (#1270) DrSmugleaf 2020-07-08 01:41:20 +02:00
  • 5aefae184c Refactor AI considerations (#1278) metalgearsloth 2020-07-08 09:37:35 +10:00
  • c25c1e1094 Probably fix moonwalking? Pieter-Jan Briers 2020-07-08 01:28:49 +02:00
  • 271945e1a5 Cleanup flashbangs. Fixes #1305 Víctor Aguilera Puerto 2020-07-08 00:51:08 +02:00
  • 1616b0d867 Remix flash.ogg down to mono Víctor Aguilera Puerto 2020-07-08 00:50:24 +02:00
  • 50562d77e6 Flashable is a word Víctor Aguilera Puerto 2020-07-08 00:50:09 +02:00
  • f0892c20f1 Make xeno mob clickable, fixes #1310 Víctor Aguilera Puerto 2020-07-08 00:26:54 +02:00
  • e27e4ed2b1 Fix overlays not being applied after reentering an entity Víctor Aguilera Puerto 2020-07-07 23:31:36 +02:00
  • a7565b7651 Fix stunbaton issues Víctor Aguilera Puerto 2020-07-07 23:12:12 +02:00
  • e2a96ac717 Merge branch 'master' into buckle-locker-fix-1262 DrSmugleaf 2020-07-07 22:58:33 +02:00
  • 75f92da8ac Fix tests Víctor Aguilera Puerto 2020-07-07 22:41:33 +02:00
  • 3833d1af5f Fix overlays applying EVERY overlay of EVERY overlay component Víctor Aguilera Puerto 2020-07-07 22:34:20 +02:00
  • 830d7bc02d Fixes MsgSelectCharacter not being registered Víctor Aguilera Puerto 2020-07-07 21:27:32 +02:00
  • e7847d1555 fixing lobby (#1297) AJCM-git 2020-07-07 15:04:27 -04:00
  • 8f685f0541 Merge branch 'master' into buckle-locker-fix-1262 DrSmugleaf 2020-07-07 20:36:43 +02:00
  • ae41d03ec6 Re-organizing the Resources folder. Part 1. (#1234) AJCM-git 2020-07-07 13:19:00 -04:00
  • 39290cffaa Update submodule Víctor Aguilera Puerto 2020-07-07 19:16:04 +02:00
  • bcc3bd3897 Update submodule Víctor Aguilera Puerto 2020-07-07 19:06:49 +02:00
  • 0ecaba1727 Minor AI system fixes (#1292) metalgearsloth 2020-07-08 02:56:38 +10:00
  • cddfa62980 Fix MsgSandboxRespawn not being registered client-side. Víctor Aguilera Puerto 2020-07-07 18:10:35 +02:00
  • e0f888344e Add more interaction checks DrSmugleaf 2020-07-07 01:40:08 +02:00
  • 2fd93091c7 Allow interaction if targeting the containing entity DrSmugleaf 2020-07-07 01:10:21 +02:00
  • 5901e6e45f Replace InEntityStorageComponent with in container check DrSmugleaf 2020-07-07 01:00:29 +02:00
  • 0a292634be Add Shutdown override to EntityStorageComponent DrSmugleaf 2020-07-07 00:49:14 +02:00
  • e5d78152c8 Replace Has & Add with Ensure DrSmugleaf 2020-07-07 00:35:38 +02:00
  • 793f843ae8 Fixing these namespaces was a mistake DrSmugleaf 2020-07-07 00:33:57 +02:00
  • 7cc5a3fb65 Merge conflict fixes DrSmugleaf 2020-07-07 00:23:41 +02:00
  • b850ac2437 Merge branch 'master' into buckle-locker-fix-1262 DrSmugleaf 2020-07-07 00:20:07 +02:00
  • c78ce3e27a Add click dragging for buckle (#1290) DrSmugleaf 2020-07-07 00:04:30 +02:00
  • 5056ded35e Fix compile Pieter-Jan Briers 2020-07-06 23:44:29 +02:00
  • cf400da4b6 Update submodule Pieter-Jan Briers 2020-07-06 23:43:04 +02:00
  • 88f49961d8 OverlayManager refactor and Flash (#1218) R. Neuser 2020-07-06 16:37:39 -05:00
  • b35333d366 Click Drag Functionality + Refactor Interaction Interfaces (#1125) chairbender 2020-07-06 14:27:03 -07:00
  • c019d428a7 Antag preferences and antag prototype (#1264) ike709 2020-07-06 16:24:29 -05:00
  • cee8aaa84c Fix cases of net messages not being registered before being sent. Pieter-Jan Briers 2020-07-06 22:53:42 +02:00
  • 90982d8943 Fix airlock collisions (#1030) Jackson Lewis 2020-07-06 13:00:07 -07:00
  • 137511d8b9 NodeGroup remake deferment (#1268) py01 2020-07-06 07:48:18 -06:00
  • 3bab2fd803 Focus OOC hotkey (#1272) ike709 2020-07-06 08:45:58 -05:00
  • 7e4b506aaf Fix AI not using items in hand (#1273) metalgearsloth 2020-07-05 20:17:17 +10:00
  • abfe86be81 Add customizable buckled status effect icon per strap DrSmugleaf 2020-07-04 14:14:39 +02:00
  • 47118e8301 Fix entering noclip when a locker is closed over a buckled entity and the chair is then deleted DrSmugleaf 2020-07-04 14:10:37 +02:00
  • 0f16b9b8f1 Replace CanBeNull annotations with question marks DrSmugleaf 2020-07-04 13:51:14 +02:00
  • 2691d34d5c Fix not standing up after getting off of a bed DrSmugleaf 2020-07-04 13:44:32 +02:00
  • 45211a2f0b Fix a buckled entity's sprite being drawn over the chair when looking up DrSmugleaf 2020-07-04 01:28:06 +02:00
  • acec640520 Update submodule Pieter-Jan Briers 2020-07-04 00:50:31 +02:00
  • b00d8310de Remove free hand check from buckle DrSmugleaf 2020-07-03 23:58:12 +02:00
  • 81647d696e Disable interactions for entities in storage DrSmugleaf 2020-07-03 23:57:19 +02:00
  • 7f02d46cb4 Replace IsContained with ContainerHelpers.IsInContainer DrSmugleaf 2020-07-03 23:43:01 +02:00
  • 73eb53da46 Fix a player's mob continuing to move after disconnecting (#1265) DrSmugleaf 2020-07-03 23:32:41 +02:00
  • 299b2bda6b Fix sandbox panel not reopening properly after being closed by clicking its X (#1260) DrSmugleaf 2020-07-03 23:28:17 +02:00
  • 68a515ee09 Adds Damage on tool interaction component (#1060) (#1102) Jackw2As 2020-07-03 22:27:52 +01:00
  • 77368886e9 Fix Urist McHands' constant aspirations to follow in Pablo Picasso's steps (#1259) DrSmugleaf 2020-07-03 23:26:49 +02:00
  • c1ba2f76c7 Fix crash when reentering a body (#1258) DrSmugleaf 2020-07-03 23:26:30 +02:00
  • a4ced5f1fc Fixes being able to drink a closed drink (#1257) ike709 2020-07-03 16:26:13 -05:00