diff --git a/CMakeLists.txt b/CMakeLists.txt index b1b7c784c..98f9382c2 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ project(MaNGOS) cmake_minimum_required(VERSION 3.0) set(MANGOS_VERSION 0.21) -set(MANGOS_EXP "CATA") +set(MANGOS_EXP "MOP") # Set the correct macro directory path set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") diff --git a/README.md b/README.md index ccacc3375..bfa52386d 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,15 @@
Build Status:
Linux - + Windows - - Codacy Status + + Codacy Status Cataclysm WOW BRANCH === -### A World of Warcraft server for the Cataclysm Expansion of WoW +### A World of Warcraft server for the Mists of Pandaria Expansion of WoW ---- *Mangos* is open source project, built in [C++][7], it's fast, runs on multiple platforms, can store game data in [MySQL][40] and [PostgreSQL][42]. It also has @@ -78,8 +78,8 @@ inventing the wheel again. *Please note that Linux and Mac OS X users should install packages using their systems package management instead of source packages.* -* **MySQL** / **PostgreSQL**: to store content, and user data, we rely on - [MySQL][40]/[MariaDB][41] and [PostgreSQL][42] to handle data. +* **MySQL** / **MariaDB**: to store content, and user data, we rely on + [MySQL][40]/[MariaDB][41] to handle data. * **ACE**: the [ADAPTIVE Communication Environment][43] aka. *ACE* provides us with a solid cross-platform framework for abstracting operating system specific details. @@ -155,10 +155,10 @@ respects for all of the code used other than [OpenSSL][48]. [7]: http://www.cppreference.com/ "C / C++ reference" [10]: https://getmangos.eu/ "mangos · project site" -[12]: http://github.com/mangosthree "MaNGOS Three· github organization" -[13]: http://github.com/mangosthree/server "MaNGOS Three · server repository" -[15]: http://github.com/mangosthree/database "MaNGOS Three · content database repository" -[16]: https://travis-ci.org/mangosthree/server "Travis CI . MaNGOS Three build status" +[12]: http://github.com/mangosfour "MaNGOS Four· github organization" +[13]: http://github.com/mangosfour/server "MaNGOS Four · server repository" +[15]: http://github.com/mangosfour/database "MaNGOS four · content database repository" +[16]: https://travis-ci.org/mangosfour/server "Travis CI . MaNGOS Four build status" [17]: https://scan.coverity.com/ "Coverity Scan · Static Code Analysis" [19]: http://www.cmake.org/ "CMake · Cross Platform Make" @@ -180,7 +180,6 @@ respects for all of the code used other than [OpenSSL][48]. [40]: http://www.mysql.com/ "MySQL · The world's most popular open source database" [41]: http://www.mariadb.org/ "MariaDB · An enhanced, drop-in replacement for MySQL" -[42]: http://www.postgresql.org/ "PostgreSQL · The world's most advanced open source database" [43]: http://www.cs.wustl.edu/~schmidt/ACE.html "ACE · The ADAPTIVE Communication Environment" [44]: http://github.com/memononen/recastnavigation "Recast · Navigation-mesh Toolset for Games" [45]: http://sourceforge.net/projects/g3d/ "G3D · G3D Innovation Engine" diff --git a/doc/Authors.md b/doc/Authors.md index 7f22fa61a..58e7d43aa 100644 --- a/doc/Authors.md +++ b/doc/Authors.md @@ -16,7 +16,7 @@ Additional input from other teams is acknowledged in the THANKS file. Authorship is assigned for each commit within the git history, which is stored in these git repositories: * github.com/mangos/mangos-svn (History from MaNGOS project from 2005-2008, originally hosted at http://mangos.svn.sourceforge.net) -* github.com/mangos/mangosthree (History since then) +* github.com/mangos/mangosfour (History since then) Unfortunately we have no detailed information of the history of the WoWD project; if somebody can provide information, please contact us, so that we can make this history available