No description
Find a file
2026-08-05 17:55:11 +03:00
.github Explicitly set workflow permissions. (#3304) 2026-04-02 12:29:40 +03:00
.idea/codeStyles Some changes to crypto code and other things (#2823) 2024-11-02 06:38:24 +02:00
cmake Add two minor client builds. 2026-04-02 11:59:28 +03:00
contrib Add new option for map extractor (#3480) 2026-08-05 12:47:21 +03:00
dep Revert "Implement Volume Caching (#3447)" 2026-08-05 12:26:40 +03:00
sql Fix Door Not Closing (#3512) 2026-08-05 14:22:06 +03:00
src No need to cast this to C string. 2026-08-05 17:55:11 +03:00
.clang-format Some changes to crypto code and other things (#2823) 2024-11-02 06:38:24 +02:00
.drone.yml Fixed typo in .drone.yml (#471) 2020-04-23 21:15:56 +03:00
.editorconfig Some changes to crypto code and other things (#2823) 2024-11-02 06:38:24 +02:00
.gitignore Add libcurl download & build script for optional windows dependency (#2821) 2024-10-31 21:35:01 +02:00
CMakeLists.txt Fixes for mingw32 on XP. 2026-05-21 20:38:04 +03:00
CONTRIBUTING.md Remove unused issue template (#1061) 2021-02-18 11:20:59 +02:00
LICENSE License: Re-add OpenSSL exception (#3402) 2026-08-05 01:14:52 +03:00
README.md Add 1.5.1 to list of supported builds. 2026-04-02 12:02:13 +03:00

vmangos CI build

Progressive Vanilla

This project is an independent continuation of the Elysium / LightsHope codebases, focused on delivering the most complete and accurate content progression system possible, including support for the patch appropriate game clients.

Currently supported builds

  • 1.12.1.5875+
  • 1.11.2.5464
  • 1.10.2.5302
  • 1.9.4.5086
  • 1.8.4.4878
  • 1.7.1.4695
  • 1.6.1.4544
  • 1.5.1.4449

Project guidelines

  • Accuracy: The point of an emulator is to recreate the functionality of that which it is emulating as closely as possible. Therefore any custom behaviour should be behind a config option and off by default.
  • DB Scripting: Content should be separate from the core itself, so hardcoding scripts should be avoided where possible. When database scripting functionality is insufficient, we simply expand it.
  • Full progression: The ultimate goal of this project is to have complete progression starting from patch 1.2 through 1.12. This means every piece of data must be marked with the patch in which it was added or changed to it's current state.
  • Tools are great: Content creation should not require programming knowledge. We hope to eventually provide tools that allow for user-friendly editing of database scripts and content, with all data presented in human-readable form.

Downloads

  • vmangos CI build Latest development binary
  • vmangos Development DB Dump mysql5.6 full dump, no update needed.