No description
Find a file
2020-02-17 12:07:45 +00:00
cmake [Rel21] Stage 1 of updates for Rel21 Build System 2020-02-17 12:07:03 +00:00
contrib [Core] Remove another obsolete util 2020-02-17 09:24:04 +00:00
dep@434e35eb32 Added deps submodule 2020-02-17 12:07:40 +00:00
doc Added mangosproof 2020-02-17 12:07:45 +00:00
icons [Sync] Some project sync 2020-02-17 09:22:33 +00:00
linux Added Linux build helper 2020-02-17 09:23:58 +00:00
sql [DB] Database table update 2020-02-17 09:37:39 +00:00
src [Core] Enable using table creature_linking with empty table creature_linking_template [c12670] 2020-02-17 12:07:44 +00:00
win [EasyBuild] Updated Easybuild to v1.1 2020-02-17 12:07:43 +00:00
.gitattributes Rebase resync 2020-02-17 09:19:44 +00:00
.gitignore Rebase resync 2020-02-17 09:19:44 +00:00
.gitmodules Added deps submodule 2020-02-17 12:07:40 +00:00
.travis.yml fixed unix build 2020-02-17 12:06:11 +00:00
Authors.md Applied dep and realm updates 2020-02-17 09:23:51 +00:00
ChangeLog.md [12739] Since this core is based on old wotlk core, i'm backporting ChangeLog.md to repo to list important changes 2020-02-17 09:21:11 +00:00
CMakeLists.txt [Rel21] Stage 1 of updates for Rel21 Build System 2020-02-17 12:07:03 +00:00
config.h.cmake [11167] Added CMake support 2011-02-14 12:56:50 +03:00
COPYING [12630] Remove VS2008 support and general cleanup 2020-02-17 00:41:25 +00:00
README.md Updated README.md 2020-02-17 12:01:40 +00:00
Thanks.md Applied dep and realm updates 2020-02-17 09:23:51 +00:00
WARNING Update WARNING 2020-02-16 22:29:43 +00:00

MaNGOS Three Build Status

MaNGOS Three is a full featured server for World of Warcraft, in its Cataclysm version supporting clients from the patch 4.3.4 branch, specifically patch 4.3.4.

World of Warcraft, and all World of Warcraft or Warcraft art, images, and lore are copyrighted by Blizzard Entertainment, Inc..

Build status

Each update to the MaNGOS Three sources is run through build tests using the Travis CI build service. The current build status can be viewed on the MaNGOS Zero build status page, and for your convenience the build status also is shown at the top of this README when viewing the repository on github. If it's green, a successful build has been performed under Linux.

ROADMAP and goals for 0.20.0 release

  • Completely synchronize fixes between mangos repositories (zero, one, two)
  • Implement void storage
  • Implement archaelogy
  • warden system
  • Implement passive anticheat (warden system is not enough to stop jockers...).
  • Phasing system port from trinitycore
  • Add missing opcodes.
  • Implement linked_spell_trigger database table implementation (this will accessible in all mangos) for simple spells implementation.
  • Implement new gossip script wrapper in scriptmgr to make code style better.
  • Implement new event in EVENTAI which would let better integrate gossips
  • Rework/retest all classes spells

Requirements

Compilation Guides

Please see our compilation and installation guides at our Wiki

License

MaNGOS Three is open source, and licensed under the terms of the GNU GPL version 2.

Copyright (C) 2005-2015 MaNGOS http://getmangos.co.uk

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

You can find the full license text in the file COPYING delivered with this package.

Exceptions to GPL

Some third-party libraries MaNGOS uses have other licenses, that must be uphold. These libraries are located within the dep/ directory

In addition, as a special exception, MaNGOS gives permission to link the code of its release of MaNGOS with the OpenSSL project's "OpenSSL" library (or with modified versions of it that use the same license as the "OpenSSL" library), and distribute the linked executables. You must obey the GNU General Public License in all respects for all of the code used other than "OpenSSL".