Complete Open Source and Modular solution for MMO
Find a file
Barbz ed4de4dd64 how_to_make_a_module.md
This file is there to warn people to read the wiki and use our skeleton-module (template) so they gain time and they follow the best practice advices
2018-05-29 22:59:13 +02:00
apps DB Assembler: Fixed privileges assignment 2018-02-06 23:22:24 +00:00
bin Bash: exec permission for bin files 2017-10-13 14:38:14 +02:00
conf Bash: fixing scripts after directory rework 2017-10-13 14:37:37 +02:00
data Importing pending sql 2018-05-26 17:16:28 +00:00
deps Make info messages seem less important (#788) 2018-03-05 00:09:03 +01:00
env Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
modules how_to_make_a_module.md 2018-05-29 22:59:13 +02:00
src LFG - Queue again after dungeon (PR #883) 2018-05-29 22:57:22 +02:00
var/build Missing folder 2017-10-13 20:20:15 +02:00
.editorconfig updated .editorconfig 2018-03-06 00:00:55 +00:00
.gitattributes Restore C++ as the main repository language. Happy new year! 2017-12-30 22:35:17 +01:00
.gitignore Update .gitignore 2018-01-28 13:42:51 +01:00
.gitmodules added github wiki repo ( submodule ) as doc folder 2016-07-10 17:11:37 +02:00
.travis.yml Update .travis.yml (#861) 2018-05-10 20:27:05 +03:00
CMakeLists.txt Eluna implementation (#847) 2018-05-22 20:22:11 +02:00
install.sh Fixed travis compilation (#769) 2018-01-28 19:50:01 +01:00
issue_template.md Update issue_template.md 2017-09-27 14:12:03 +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 First Commit 2016-06-26 10:39:44 +02:00
pull_request_template.md Improve the pull request template (#882) 2018-05-23 15:53:12 +02:00
README.md Fixed other badges 2017-09-19 19:04:27 +02:00

logo AzerothCore

Coverity Scan Build Status

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