MeadHall extras - four mods rebuilt/patched for Valheim 1.0

NONE of these are the Thunderstore versions. Those builds are pre-1.0 and break.
Do NOT install Sailing, Ranching, Warfare or TargetPortal from Thunderstore.

WHY
Valheim 1.0 changed things old compiled mods cannot survive:
  * ZRoutedRpc.Everybody became a constant - old code throws the instant config syncs,
    which is exactly when you join a server.
  * PieceTable.m_availablePieces was renamed to m_availablePiecesByCategory.
  * SEMan.AddStatusEffect and Terminal.ConsoleCommand each gained a trailing parameter.
  * ZDOMan.m_objectsByOutsideSector became m_portalObjects, GetPortals() now returns a
    dictionary, Humanoid.IsTeleportable() gained a parameter, Minimap.OnMapRightClick
    was removed.

Sailing, Ranching and TargetPortal were recompiled from source against 1.0 and patched.
Warfare is abandoned and closed-source, so it was patched directly - 39 IL fixes.

NOTE: right-clicking a portal on the map to favourite it is gone - that hook no longer
exists in 1.0. Portal selection itself works normally.

INSTALL
 1. Import MeadHall.r2z into r2modman first and let it finish downloading.
 2. In r2modman: Settings -> Browse profile folder.
 3. Drop all four DLLs into  BepInEx/plugins  inside that folder.
    Warfare.dll is ~182 MB - that is normal, it is mostly art assets.
