mangosvb / serverZero

The 1.12.2 Compatible Version of the MaNGOSVB Server, based on SpuriousEmu Emulator.
https://getmangos.eu
GNU General Public License v2.0
41 stars 30 forks source link

Change file\solution\assemblies\namespaces\files\directories structure #140

Closed Romfos closed 3 years ago

Romfos commented 3 years ago

Changes in this PR:

  1. Move All code base into single solution
  2. Update namespaces naming convention according to standard .NET naming convention
  3. Update assembly and project naming convention according to standard .NET naming convention
  4. Update "Copyright" header for all code files
  5. Rename mangosVB into Mangos (internal project name)
  6. Update version
  7. Merge Mangos.Shared to Mangos.Common
  8. Remove unusable code
  9. Move every class\module into separated files

@billy1arm @Krilliac


This change is Reviewable