Skip to content

Commit

Permalink
Update RobustToolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik_tos112 committed Sep 29, 2023
1 parent 1ab1b11 commit 493cc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RobustToolbox
Submodule RobustToolbox updated 30 files
+1 −1 MSBuild/Robust.Engine.Version.props
+0 −41 RELEASE-NOTES.md
+1 −2 Resources/Locale/en-US/view-variables.ftl
+14 −27 Robust.Client/GameStates/ClientGameStateManager.cs
+3 −6 Robust.Client/GameStates/GameStateProcessor.cs
+2 −3 Robust.Client/ViewVariables/ClientViewVariablesManager.cs
+9 −0 Robust.Server/GameObjects/EntitySystems/ServerMetaDataSystem.cs
+9 −48 Robust.Server/GameObjects/EntitySystems/VisibilitySystem.cs
+2 −2 Robust.Server/GameStates/PvsSystem.Dirty.cs
+29 −12 Robust.Server/GameStates/PvsSystem.cs
+33 −53 Robust.Server/GameStates/RobustTree.cs
+15 −0 Robust.Server/GameStates/ServerGameStateManager.cs
+3 −26 Robust.Shared.CompNetworkGenerator/ComponentNetworkGenerator.cs
+7 −0 Robust.Shared/CVars.cs
+9 −2 Robust.Shared/GameObjects/Components/MetaDataComponent.cs
+7 −20 Robust.Shared/GameObjects/EntityManager.Components.cs
+6 −0 Robust.Shared/GameObjects/Systems/MetaDataSystem.cs
+3 −9 Robust.Shared/Localization/ILocalizationManager.cs
+0 −26 Robust.Shared/Localization/LocId.cs
+2 −5 Robust.Shared/Localization/LocalizationManager.cs
+3 −1 Robust.Shared/Network/Messages/MsgState.cs
+0 −2 Robust.Shared/Physics/Dynamics/Contacts/Contact.cs
+2 −0 Robust.Shared/Physics/Systems/FixtureSystem.cs
+0 −5 Robust.Shared/Physics/Systems/SharedPhysicsSystem.Contacts.cs
+0 −10 Robust.Shared/Prototypes/EntProtoId.cs
+1 −1 Robust.Shared/Prototypes/EntityPrototype.cs
+2 −14 Robust.Shared/Prototypes/ProtoId.cs
+0 −42 Robust.Shared/Serialization/TypeSerializers/Implementations/LocIdSerializer.cs
+8 −1 Robust.Shared/Utility/UniqueIndexHkm.cs
+0 −131 Robust.UnitTesting/Shared/GameState/VisibilityTest.cs

0 comments on commit 493cc02

Please sign in to comment.