Yehonal 85388901cf Rewrite of bash system
+ Implemented new dashboard menu
+ some fixes for db_assembler
+ new module installation process with version check via json files
+ some fixes to modules installer
+ implemented simple crossplatform worldserver and authserver restarters
+ new compiler script
+ client data downloader (beta)
+ various other fixes
2018-07-15 22:51:17 +02:00
2018-07-15 22:51:17 +02:00
2018-07-15 22:51:17 +02:00
2018-05-30 14:39:50 +02:00
2018-07-12 13:43:52 +00:00
2018-07-15 22:51:17 +02:00
2018-05-29 22:59:13 +02:00
2018-07-13 12:46:04 +01:00
2017-10-13 20:20:15 +02:00
2018-03-06 00:00:55 +00:00
2018-01-28 13:42:51 +01:00
2018-05-10 20:27:05 +03:00
2018-07-15 22:51:17 +02:00
2018-07-15 22:51:17 +02:00
2018-05-22 20:22:11 +02:00
2018-07-15 22:51:17 +02:00
2016-08-17 17:58:45 +02:00
2016-08-17 17:58:45 +02:00
2016-06-26 10:39:44 +02:00
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
Languages
C++ 94%
C 4.8%
CMake 0.7%
Shell 0.2%
Python 0.1%