Modernization Fixes & Updates to Default Values (#3)

This commit is contained in:
Kamron Batman 2018-10-28 00:33:16 -07:00 committed by GitHub
parent 445eddff68
commit dcf64091b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
768 changed files with 10507 additions and 14196 deletions

View file

@ -143,6 +143,7 @@
<Compile Include="Engines\BulkOrders\Books\BODBuyGump.cs" />
<Compile Include="Engines\BulkOrders\Books\BODType.cs" />
<Compile Include="Engines\BulkOrders\Books\BulkOrderBook.cs" />
<Compile Include="Engines\BulkOrders\Books\IBOBEntry.cs" />
<Compile Include="Engines\BulkOrders\BulkMaterialType.cs" />
<Compile Include="Engines\BulkOrders\LargeBOD.cs" />
<Compile Include="Engines\BulkOrders\LargeBODAcceptGump.cs" />
@ -181,30 +182,40 @@
<Compile Include="Engines\Chat\Packets.cs" />
<Compile Include="Engines\ConPVP\AcceptDuelGump.cs" />
<Compile Include="Engines\ConPVP\Arena.cs" />
<Compile Include="Engines\ConPVP\ArenaGump.cs" />
<Compile Include="Engines\ConPVP\BeginGump.cs" />
<Compile Include="Engines\ConPVP\DuelContext.cs" />
<Compile Include="Engines\ConPVP\DuelContextGump.cs" />
<Compile Include="Engines\ConPVP\DuelTeleporterAddon.cs" />
<Compile Include="Engines\ConPVP\Games\BombingRun.cs" />
<Compile Include="Engines\ConPVP\Games\CTF.cs" />
<Compile Include="Engines\ConPVP\Games\DoubleDom.cs" />
<Compile Include="Engines\ConPVP\Games\EventGame.cs" />
<Compile Include="Engines\ConPVP\Games\KingOfTheHill.cs" />
<Compile Include="Engines\ConPVP\Games\TourneyMatch.cs" />
<Compile Include="Engines\ConPVP\Gumps\AcceptTeamGump.cs" />
<Compile Include="Engines\ConPVP\Gumps\ArenaGump.cs" />
<Compile Include="Engines\ConPVP\Gumps\BeginGump.cs" />
<Compile Include="Engines\ConPVP\Gumps\ConfirmSignupGump.cs" />
<Compile Include="Engines\ConPVP\Gumps\DuelContextGump.cs" />
<Compile Include="Engines\ConPVP\Gumps\LadderGump.cs" />
<Compile Include="Engines\ConPVP\Gumps\ParticipantGump.cs" />
<Compile Include="Engines\ConPVP\Gumps\PickRulesetGump.cs" />
<Compile Include="Engines\ConPVP\Gumps\ReadyGump.cs" />
<Compile Include="Engines\ConPVP\Gumps\ReadyUpGump.cs" />
<Compile Include="Engines\ConPVP\Gumps\RulesetGump.cs" />
<Compile Include="Engines\ConPVP\Gumps\TournamentBracketGump.cs" />
<Compile Include="Engines\ConPVP\Ladder.cs" />
<Compile Include="Engines\ConPVP\LadderGump.cs" />
<Compile Include="Engines\ConPVP\Participant.cs" />
<Compile Include="Engines\ConPVP\ParticipantGump.cs" />
<Compile Include="Engines\ConPVP\PickRulesetGump.cs" />
<Compile Include="Engines\ConPVP\Preferences.cs" />
<Compile Include="Engines\ConPVP\ReadyGump.cs" />
<Compile Include="Engines\ConPVP\ReadyUpGump.cs" />
<Compile Include="Engines\ConPVP\Ruleset.cs" />
<Compile Include="Engines\ConPVP\RulesetGump.cs" />
<Compile Include="Engines\ConPVP\RulesetLayout.cs" />
<Compile Include="Engines\ConPVP\SafeZone.cs" />
<Compile Include="Engines\ConPVP\StakesContainer.cs" />
<Compile Include="Engines\ConPVP\Tournament.cs" />
<Compile Include="Engines\ConPVP\TournamentBracketItem.cs" />
<Compile Include="Engines\ConPVP\TournamentController.cs" />
<Compile Include="Engines\ConPVP\TournamentPyramid.cs" />
<Compile Include="Engines\ConPVP\TournamentRegistrar.cs" />
<Compile Include="Engines\ConPVP\TournamentSignupItem.cs" />
<Compile Include="Engines\ConPVP\TourneyParticipant.cs" />
<Compile Include="Engines\ConPVP\Trophy.cs" />
<Compile Include="Engines\Craft\Core\CraftContext.cs" />
<Compile Include="Engines\Craft\Core\CraftGroup.cs" />
@ -547,7 +558,7 @@
<Compile Include="Engines\Quests\Collector\CollectorQuest.cs" />
<Compile Include="Engines\Quests\Collector\Conversations.cs" />
<Compile Include="Engines\Quests\Collector\Items\EnchantedPaints.cs" />
<Compile Include="Engines\Quests\Collector\Items\ImageType.cs" />
<Compile Include="Engines\Quests\Collector\Items\ImageTypeInfo.cs" />
<Compile Include="Engines\Quests\Collector\Items\Obsidian.cs" />
<Compile Include="Engines\Quests\Collector\Items\PaintedImage.cs" />
<Compile Include="Engines\Quests\Collector\Mobiles\AlbertaGiacco.cs" />