Complete Open Source and Modular solution for MMO
Find a file
2017-08-19 19:42:48 +02:00
bin Removed useless code from db_assembler 2017-05-01 21:53:03 +02:00
conf changed DISABLED_ cmake variable to ENABLED_ and implemented for all disabled logs 2017-08-19 19:42:48 +02:00
data import all pendings sql 2017-08-19 18:28:03 +02:00
modules changed DISABLED_ cmake variable to ENABLED_ and implemented for all disabled logs 2017-08-19 19:42:48 +02:00
src changed DISABLED_ cmake variable to ENABLED_ and implemented for all disabled logs 2017-08-19 19:42:48 +02:00
.gitattributes First Commit 2016-06-26 10:39:44 +02:00
.gitignore Moved uwd modules under drassil 2017-03-26 01:09:42 +01:00
.gitmodules added github wiki repo ( submodule ) as doc folder 2016-07-10 17:11:37 +02:00
.travis.yml Update .travis.yml to fix latest integration errors. 2016-12-28 10:28:44 +01:00
CMakeLists.txt CMAKE: implemented method to disable a module via cmake 2017-03-26 01:09:44 +01:00
install.sh fixed install.sh url for joiner 2016-11-18 11:15:47 +01:00
issue_template.md Update issue_template.md (#341) 2017-01-24 23:12:33 +01: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 First Commit 2016-06-26 10:39:44 +02:00
pull_request_template.md Added template files for github 2016-08-12 02:40:25 +02:00
README.md Added GetBadges in Readme.md 2017-08-18 18:38:55 +02:00

logo AzerothCore

GetBadges Game 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 discord chat server.

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