Complete Open Source and Modular solution for MMO
Find a file
Poszer c07bba17e5 DB/Creature Vile Fin & Ragged Scavenger fix (#1243)
Co-Authored-By: Maurowin <maurowin@users.noreply.github.com>
Co-Authored-By: Alan <sr.alansantos@hotmail.com>
2019-01-08 19:16:07 +03:00
apps fixed query of previous commit 2018-09-17 14:27:50 +00:00
bin Rewrite of bash system 2018-07-15 22:51:17 +02:00
conf Various fixes to acore dashboard 2018-07-17 13:54:23 +02:00
data DB/Creature Vile Fin & Ragged Scavenger fix (#1243) 2019-01-08 19:16:07 +03:00
deps missing executable permissions for *.sh files 2018-07-15 23:22:20 +02:00
env Directory Structure [step 1]: moving files 2017-10-12 20:00:52 +02:00
modules Modules: Added create_module.sh script to kickstart module creation (#1071) 2018-12-19 18:03:27 +01:00
src Core/Events: announce event system improvement. (#1228) 2019-01-08 16:15:38 +03: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 Modules: Added create_module.sh script to kickstart module creation (#1071) 2018-12-19 18:03:27 +01:00
.gitmodules added github wiki repo ( submodule ) as doc folder 2016-07-10 17:11:37 +02:00
.travis.yml CI: Update Ubuntu version of travis build to xenial (16.04) 2018-12-21 14:37:57 +01:00
acore.json Rewrite of bash system 2018-07-15 22:51:17 +02:00
acore.sh missing executable permissions for *.sh files 2018-07-15 23:22:20 +02:00
CMakeLists.txt fix: config.cmake not work. 2018-07-29 00:27:38 +08:00
install.sh Rewrite of bash system 2018-07-15 22:51:17 +02:00
issue_template.md Improve issue template 2019-01-01 22:56:03 +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 Github: pull_request_template made easier to read 2 2018-07-09 17:10:58 +02:00
README.md Change badges order in README.md 2018-12-22 14:11:43 +01:00

logo AzerothCore

Coverity Master Build Status Bountysource StackOverflow

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 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.

Instructions & Support

Installation instructions are available here.

For help requests, it is recommended to ask your question on StackOverflow and link it in our chat.

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