Complete Open Source and Modular solution for MMO
Find a file
2016-11-06 20:35:23 +01:00
bin Bin/DB-Assembler: fixed bug in Mac OS X md5 generation 2016-10-25 22:35:14 +02:00
conf cleaning config.sh.dist file 2016-09-02 00:21:08 +02:00
data Import pending SQLs 2016-11-06 20:35:23 +01:00
modules CMake: Added support for MySQL Server 5.7 (#187) 2016-10-29 18:17:58 +02:00
src Scripts/Commands: Adding command reload broadcast text. (#228) 2016-11-06 20:34:41 +01:00
.gitattributes
.gitignore Project restructuring conforming to the new software layers [PART.1] 2016-08-22 12:47:57 +02:00
.gitmodules added github wiki repo ( submodule ) as doc folder 2016-07-10 17:11:37 +02:00
.travis.yml Update .travis.yml 2016-08-30 15:22:37 +02:00
CMakeLists.txt Project restructuring [PART.3] 2016-08-23 13:30:41 +02:00
install.sh Fixed joiner repo url 2016-09-24 14:45:48 +02:00
issue_template.md Update issue_template.md 2016-08-22 10:54:19 +02:00
LICENSE-AGPL3 Fix License issue, closes #21 2016-08-17 17:58:45 +02:00
LICENSE-GPL2 Fix License issue, closes #21 2016-08-17 17:58:45 +02:00
PreLoad.cmake
pull_request_template.md Added template files for github 2016-08-12 02:40:25 +02:00
README.md Update README.md 2016-08-30 16:29:55 +02:00

logo AzerothCore

Gitter Bountysource Master Build Status Issue Stats Issue Stats

Introduction

AzerothCore is an open source game-server application for World of Warcraft, currently supporting the 3.3.5a game version.

It is written in C++ and based on MaNGOS, TrinityCore and SunwellCore.

Why AzerothCore?

Our main goal is to create a playable game server, offering a fully working game experience. In short, we focus on the user experience (UX).

We also believe in software modularity, because the more the software is modular, and the more it will be easy to be maintained, understood, developed, etc... So we organized the structure of AzerothCore as modular as possible, giving the possibility to create new modules to add custom features (instead of patching the core).

Learning project

AzerothCore is a learning project. If you want to learn how to use C++, SQL, git, etc... you came to the right place! We will gladly to help you: programming is our passion.

If you want to contribute, in our wiki you fill find a lot of resources that will guide you. Also you can poke us in our gitter chat channel.

Authors & Contributors

This project is brought to you thanks to:

License

  • The new AzerothCore source components are released under the GNU AGPL v3
  • The old sources based on MaNGOS/TrinityCore are released under the GNU GPL v2