No description
Find a file
2016-07-20 17:29:33 +02:00
bin minor change on config.sh.dist 2016-07-10 17:16:57 +02:00
data [Core/Script] As the crow flies - delete horrible hack and properly fix 2016-07-14 23:02:05 +02:00
modules/dep restructured repository based on following standards: 2016-07-08 23:58:11 +02:00
src [Core/Script] As the crow flies - delete horrible hack and properly fix 2016-07-14 23:02:05 +02:00
.gitattributes First Commit 2016-06-26 10:39:44 +02:00
.gitignore ignoring bash compiler configuration 2016-07-10 17:12:50 +02:00
.gitmodules added github wiki repo ( submodule ) as doc folder 2016-07-10 17:11:37 +02:00
cmake_uninstall.cmake.in First Commit 2016-06-26 10:39:44 +02:00
CMakeLists.txt Force CMAKE to check for MYSQL libraries - do not use mysql sources 2016-07-10 17:16:36 +02:00
config.h.cmake First Commit 2016-06-26 10:39:44 +02:00
PreLoad.cmake First Commit 2016-06-26 10:39:44 +02:00
README.md Added basic README information 2016-07-20 17:29:33 +02:00
revision.h.in.cmake First Commit 2016-06-26 10:39:44 +02:00

AzerothCore

Gitter

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

Like MaNGOS and TrinityCore did in past, we like to write clean code and doing software development right, but our main goal is to have fully working features. In other terms, we always prefer proper solutions to problems, but we may accept "hackfixes" (when they do not affect the game stability) if a proper solution is not available yet.

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

Work in progress...

The project is still undert a work in progress phase, so all guidelines may not be available yet, but feel free to starting contributing. We will love to review and accept your PRs.