Commit Graph

1877 Commits

Author SHA1 Message Date
Víctor Aguilera Puerto caca1672bc Fix predicate documentation in a few methods related to InRangeUnobstructed 2020-06-13 15:39:03 +02:00
DrSmugleaf 732a4156f3
Add red outline to obstructed items in range (#1122) 2020-06-13 15:36:22 +02:00
ScumbagDog f85dc9f94e
Church organ (#1121)
* Added organ sprite

* Added church organ object

* Renamed files and references to follow guidelines
2020-06-13 13:23:10 +02:00
Víctor Aguilera Puerto 202dc47961
Airlocks now have a random pitch for deny sound (#1116) 2020-06-13 04:14:40 +02:00
windarkata 482bb617e9
Add Anchorable to several objects (#1115) 2020-06-13 03:29:45 +02:00
Pieter-Jan Briers 518a006d70
Fix nullability warning. 2020-06-13 03:18:34 +02:00
Pieter-Jan Briers 1c119927ae
Merge branch 'master' into imagesharp-upgrade 2020-06-13 03:15:43 +02:00
Pieter-Jan Briers 43eb9f2006
Update submodule 2020-06-13 03:14:21 +02:00
Pieter-Jan Briers 29365353a5
Remove SharpZipLib and System.ValueTuple dependencies 2020-06-13 03:13:34 +02:00
Tyler Young 48c1bef091
upgrades SixLabors.ImageSharp 2020-06-12 19:55:17 -04:00
Tyler Young ca1d255b6c
For @Tomeno; Shader form of Cooldown Animation (#1113)
Co-authored-by: Tomeno <tomeno@lulzsec.co.uk>
2020-06-12 18:53:41 +02:00
Bright0 4b9a6c18fe
Adds hacking UI pop-up when using a hacking tool on an open panel (#1100)
Co-authored-by: Bright0 <nsmoaksmoakna@gmail.com>
2020-06-12 18:51:30 +02:00
ComicIronic 3cedcaf004
Silence ScreenToWorld warnings (#1098)
This fixes one case of GridCoordinates being used unnecessarily, in
GameScreenBase.

It replaces other cases with explicit calls to TryFindGridAt and
GetDefaultGrid.
2020-06-12 18:36:25 +02:00
DamianX 7817681894
Refactored GalacticBankManager (#1089) 2020-06-12 18:31:57 +02:00
Pieter-Jan Briers 48d9ffa78b
Nullable warnings are now errors. 2020-06-12 18:29:47 +02:00
Swept 3d922749d9
Cleans up some component errors from the console. (#1091) 2020-06-12 18:26:35 +02:00
Víctor Aguilera Puerto cb5acf7cd3
Cooldown for status effects (#1109) 2020-06-12 16:22:36 +02:00
Pieter-Jan Briers 1587efbe29
Actually run integration tests 2020-06-12 14:01:22 +02:00
Pieter-Jan Briers 63c3e9577c
Adds SimplePredictReconcileTest 2020-06-12 12:45:29 +02:00
Pieter-Jan Briers a989fab0b4
More useful integration test features. 2020-06-12 12:45:01 +02:00
Pieter-Jan Briers cfe72cbfeb
Move networking integration tests to own folder. 2020-06-12 12:44:02 +02:00
Pieter-Jan Briers ace2889963
Update submodule (prediction fixes). 2020-06-12 12:43:43 +02:00
Pieter-Jan Briers 5c311c6ef5
Make character menu dummy abstract. 2020-06-12 12:42:47 +02:00
Víctor Aguilera Puerto 6181f1b14f Update submodule. 2020-06-12 04:15:39 +02:00
Tyler Young 077e726c33
add complete strings that aren't defined in content files to allow them to be mapped (#1105) 2020-06-12 04:15:10 +02:00
Víctor Aguilera Puerto cf2d1d4a77 Register new component ignores on client 2020-06-09 14:12:41 +02:00
AJCM-git e2c80b7a00
Vending machines name case fix (#1086) 2020-06-09 12:35:13 +02:00
Tyler Young bbbe8d2cb1
Fix throw controller not handling deleted thrown stuff (#1097) 2020-06-09 12:29:06 +02:00
Tomeno 4cb61b8693
Adds color changing to cooldown circle and a blink animation when done (#1087)
Co-authored-by: Tomeno <tomeno@lulzsec.co.uk>
2020-06-09 12:18:09 +02:00
Víctor Aguilera Puerto df342548b5 Fix SpeciesComponent not taking state CanEquip/CanUnequip/CanChangeDirection into account 2020-06-09 02:35:22 +02:00
Pieter-Jan Briers 772010d4f0
Merge branch 'revert-virtualized-netids' 2020-06-09 00:40:23 +02:00
Pieter-Jan Briers 290650f8ea
Update submodule 2020-06-09 00:35:43 +02:00
Pieter-Jan Briers 11633279ce
Use latest .NET Core in CI 2020-06-09 00:18:48 +02:00
Pieter-Jan Briers 4ebba74b1f
Update submodule and fix ARM builds. 2020-06-09 00:17:11 +02:00
Víctor Aguilera Puerto 0a7f80653a Update submodule. 2020-06-09 00:15:10 +02:00
Tyler Young c3fd0ef882
Revert "virtualize all net ids to reduce net traffic"
This reverts commit 027c338c5f.

Formatting fix left in.
2020-06-08 16:49:05 -04:00
Acruid 694a5dd332 Adds an integration test for saving and loading a multi grid map.
Fixes a bug in SharedGalacticMarketComponent where the products were not being cleared between calls to ExposeData.
2020-06-08 13:19:40 -07:00
Víctor Aguilera Puerto e85b839d27 Mark some base prototypes as abstract 2020-06-08 21:37:58 +02:00
Pieter-Jan Briers a897be3c99
Remove stray usings in TransformableContainerComponent.cs
For some reason there was a using for ICSharpCode.SharpZipLib.Zip.Compression and this is problematic because removing the library in the engine will mean this file will stop compiling, so let's avoid that.
2020-06-08 20:05:46 +02:00
Pieter-Jan Briers 433198a123
Fix a bunch of compiler warnigns. 2020-06-08 14:44:11 +02:00
Pieter-Jan Briers 101335debe
Fix an but not all integration tests. 2020-06-08 14:40:03 +02:00
Pieter-Jan Briers 60a875456a
Merge branches '20-06-08-submodule', 'virtualize-netids', 'betterConstruction' and '20-06-08-addcomp-default' 2020-06-08 14:20:05 +02:00
Pieter-Jan Briers 741cb9a81a
Update submodule 2020-06-08 14:19:56 +02:00
Pieter-Jan Briers 5ba610e868
Undo submodule update 2020-06-08 14:16:55 +02:00
Pieter-Jan Briers fb5179b3b6
Revert "Fix integration tests."
This reverts commit d2a38bdb00.
2020-06-08 14:14:37 +02:00
Tyler Young 3754713f7f
fix indentation 2020-06-08 07:12:49 -04:00
Tyler Young 027c338c5f
virtualize all net ids to reduce net traffic 2020-06-08 06:37:59 -04:00
Pieter-Jan Briers d724c56d38
Adds round metrics for prometheus. 2020-06-08 01:18:40 +02:00
Pieter-Jan Briers a07b771708
Update submodule. 2020-06-08 01:18:40 +02:00
Clyybber 2995981b5e Better item construction 2020-06-07 19:42:00 +02:00