metalgearsloth and GitHub
973406b91d
Cleanup contact code a lot ( #2480 )
2022-02-07 13:10:58 +11:00
metalgearsloth
90287dbb09
Merge remote-tracking branch 'upstream/master' into 2022-02-03_appearance-events
...
# Conflicts:
# Robust.Shared/GameObjects/Components/Appearance/AppearanceComponent.cs
2022-02-07 01:42:53 +11:00
de4d255841
Analyzer to enforce classes to be either [Virtual], abstract, or sealed. ( #2469 )
...
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2022-02-05 19:31:58 +01:00
Leon Friedrich and GitHub
ec768c563f
Add spin command ( #2484 )
2022-02-05 12:38:02 +11:00
metalgearsloth and GitHub
2114d2bc67
Funny struct enumerator for xform kids ( #2487 )
2022-02-05 12:32:13 +11:00
Leon Friedrich and GitHub
561699b26e
Replace EntityDirtyEvent with C# event. ( #2495 )
2022-02-05 12:23:51 +11:00
Kara D
224bebeeb5
ok then
2022-02-04 14:35:15 -07:00
mirrorcult and GitHub
ac636b2703
Merge pull request #2441 from metalgearsloth/2022-01-20_more-caching
2022-02-04 14:13:26 -07:00
mirrorcult and GitHub
43741dc5fc
Merge pull request #2490 from metalgearsloth/2022-02-01_game-state
2022-02-04 14:12:56 -07:00
metalgearsloth
1d1db2e109
Also that sneaky pvs one
2022-02-04 12:40:40 +11:00
metalgearsloth
7bd90578dc
Appearance data event
...
We agreed that AppearanceVisualizers should probably be deprecated in favour of just using a system instead.
2022-02-03 18:01:31 +11:00
metalgearsloth and GitHub
7b732dd68a
Remove unnecessary resolves from MapLoader ( #2462 )
2022-02-03 13:25:22 +11:00
Acruid and GitHub
8456cd90d1
Move MapGrid data from MapManager to MapGridComponent ( #2430 )
2022-02-03 13:15:06 +11:00
metalgearsloth
773a068b7d
Merge remote-tracking branch 'upstream/master' into 2022-02-01_game-state
2022-02-02 22:13:17 +11:00
metalgearsloth
b98cd3e6e1
Reduce batch for lowerpop I guess
2022-02-01 23:11:35 +11:00
metalgearsloth
987c8e8229
Reduce gamestate allocs
...
Parallel.ForEach has no right to be that expensive.
2022-02-01 23:11:05 +11:00
metalgearsloth and GitHub
fcbb97ec55
Fix edge collisions ( #2482 )
2022-02-01 15:28:12 +11:00
Pieter-Jan Briers
e4b0d1a03c
Hotfix servers not working due to auto pause.
2022-01-31 17:37:19 +01:00
Pieter-Jan Briers and GitHub
f141a0033e
Automatically pause server if no players connected. ( #2465 )
2022-01-31 17:20:26 +11:00
metalgearsloth and GitHub
7ee14f6f4f
Remove some unnecessary writer resolves ( #2475 )
2022-01-31 00:54:30 +11:00
metalgearsloth and GitHub
a3606f1098
Fix grid fixture deserialization ( #2472 )
2022-01-30 17:09:22 +11:00
Pieter-Jan Briers
5be2f610cd
Fix thread pool queue histogram having buckets divided by 1000.
2022-01-27 01:55:33 +01:00
wrexbe and GitHub
d1e0f2cd94
Automatic Component Names (Alternate ending) ( #2389 )
2022-01-25 14:10:08 +01:00
metalgearsloth and GitHub
af861d289a
Remove some unnecessary resolves ( #2452 )
2022-01-25 14:01:44 +01:00
Moony and GitHub
fad4c20da2
VV for entity systems. ( #2447 )
2022-01-25 13:29:17 +01:00
Pieter-Jan Briers and GitHub
2b79ef301d
Add prometheus-net.DotNetRuntime for more detailed runtime metrics like GC pause times. ( #2457 )
2022-01-25 13:23:55 +01:00
mirrorcult and GitHub
d324d9fcf3
Merge pull request #2429 from metalgearsloth/2022-01-17_grid-iter
2022-01-21 20:04:35 -07:00
metalgearsloth and GitHub
43081c57e7
Add acruid's funny entity query ( #2440 )
2022-01-21 10:45:10 +11:00
Leon Friedrich and GitHub
b80a51d03f
Raise an attempt-event when receiving client BUI messages. ( #2414 )
2022-01-20 02:42:48 +11:00
mirrorcult and GitHub
e90d5e4977
Merge pull request #2433 from wrexbe/warningfixes
2022-01-18 15:24:14 -07:00
mirrorcult and GitHub
979034906a
Merge pull request #2417 from weaversam8/shutdown-pre-mainloop
2022-01-18 15:23:46 -07:00
wrexbe
0538e89948
Fixes warnings
2022-01-17 19:13:54 -08:00
metalgearsloth
8abb366903
aaaaaaaaaaaAAAAAAAAAAAAAAA
2022-01-17 12:43:31 +11:00
metalgearsloth and GitHub
9c7dc8876f
Deduplicate most of loadbp and loadmap ( #2409 )
2022-01-12 23:14:19 +11:00
metalgearsloth and GitHub
fc8cbdf01f
Entity lookup fixes ( #2407 )
2022-01-12 14:45:01 +11:00
Sam Weaver and GitHub
5af4bfa912
Merge branch 'space-wizards:master' into shutdown-pre-mainloop
2022-01-11 22:16:33 -05:00
Sam Weaver
0c5a47ff9d
Allow the server to shutdown before the main loop has started
2022-01-11 19:34:41 -05:00
Leon Friedrich and GitHub
7868b12279
Remove unused grid-tile-lookup related code ( #2416 )
2022-01-11 18:56:09 +11:00
Pieter-Jan Briers
b6a548629a
More async stuff for StatusHost.
2022-01-10 16:34:16 +01:00
Vera Aguilera Puerto
866a324922
ServerConsoleHost logs errors as errors, not warnings.
2022-01-10 12:50:23 +01:00
Pieter-Jan Briers and GitHub
43059b3985
Remove usages of Newtonsoft.Json from StatusHost ( #2405 )
2022-01-10 01:36:00 +01:00
metalgearsloth and GitHub
01ede29fc4
Nuke gridtilelookup ( #2399 )
2022-01-09 23:45:48 +11:00
Pieter-Jan Briers
fb54d0df1c
Remove usages of Newtonsoft.Json outside StatusHost
2022-01-09 11:53:06 +01:00
Leon Friedrich and GitHub
7da50516f9
Fix ghost-pointing visibility ( #2401 )
2022-01-07 17:08:19 +11:00
mirrorcult and GitHub
66dbc05022
Merge pull request #2390 from wrexbe/tilesid
2022-01-04 17:48:50 -07:00
Wrexbe
e8b70877cf
Tiles Name->Id DisplayName->Name
2022-01-01 20:52:59 -08:00
Paul Ritter
9b084ea6a9
bandaid fix pvs grid crash for or14
2022-01-01 23:29:14 +01:00
ShadowCommander and GitHub
51f2fc4259
TeleportTo upgrades ( #2384 )
...
* Clean up TeleportTo
* Change TeleportTo to allow teleporting to EntitiyUid
* Rename TeleportToPlayerCommand to TeleportToCommand
* Move duplicate parsing code to TryGetTransformFromUidOrUsername
2022-01-01 17:14:17 +01:00
3ffdc8cc2d
changes needed for inventory refactor ( #2350 )
...
* get that crap outta here
* reenables tests
* helper
* removes serverside itemcomp & misc fixes
* oopsie
* fixes tests
* motivation low
* container stuff
* resolves optional
* fix some tests
* fixes
Co-authored-by: Paul Ritter <ritter.paul1@gmail.com >
2021-12-30 22:54:00 +01:00
Pieter-Jan Briers
e68af15b40
Don't skip viewer entity in PVS for streaming
...
This causes problems on the client.
2021-12-30 21:00:52 +01:00