Age | Commit message (Collapse) | Author |
|
|
|
* Revert "fix(Core/QAston): fixed shields oneshotting (#13271)"
This reverts commit e05f61d1b3873a217798078169455591422a1766.
* Revert "fix(Core): Crash (#13292)"
This reverts commit a818bcf3e20653a52670b7905f004187f883afff.
* Revert "fix: Crash (#13241)"
This reverts commit be423a91b53538c92b28f14759f01c474bb8b277.
* delete sql
* Revert "refactor(Core/Spells): Implement QAston Proc System (#11079)"
This reverts commit cbd3fd0967fd94a2a9eb96aaf55ebd69f32aa918.
* add sql revert
* fix sql
* remove update from world.updates
|
|
## Changes Proposed:
- Implemented dbimport with docker
- deprecated db_assembler
- Fixed deno scripts and integrated them with the CI
|
|
* .
* sql
* .
* .
* 1
* 2
* 3
* 4
* 5
* 6
* 7
* 8
* 9
* 10
* 11
* 12
* 13
* 14
* 15
* Update spell_item.cpp
* Update Unit.cpp
* 16
* 17
* 18
* 19
* 20
* 21
* Update Unit.cpp
* REVERT UltraNIX Commit
* 22
* 23
* .
* .
* .
* warrior
* warlock
* shaman rogue priest paladin mage
* spell item
* hunter
* druid
* dk
* war
* error style
* Update rev_1647677899565690722.sql
* Update rev_1647677899565690722.sql
* Update rev_1647677899565690722.sql
* .
* DOND DEL ME WAD DO DO
* error 2
* .
* .
* .
* FIX
* Update SpellInfoCorrections.cpp
* Update SpellInfoCorrections.cpp
* .
* ja genau
* Update .gitignore
* .
* .
* .,
* .
* .
* .
* .
* Update Unit.cpp
|
|
* .
* Clion event trace
* Update .gitignore
* feat(Core/Scripts): Added Boundary in Obsidian sanctum
* .
|
|
|
|
|
|
improvements (#5551)
|
|
## ⚠️ATTENTION! ⚠️ Upgrading procedure:
**Database:** After this PR will be merged you need to backup your DB first (you can use the db-assembler or any mysql client to generate the dump) and restore it after. The reason is that we use now docker named volumes instead of binded ones to improve performance.
**Conf & client data**: if you use the default configuration, both the etc and the data folder are now available inside the **/env/docker**.
Finally, you can cleanup the /docker folder previously used by our system.
## Changes Proposed:
This PR will implement the [devcontainer ](https://code.visualstudio.com/docs/remote/containers) feature for VSCode. Allowing us to develop and debug directly within the container in the same way on all OSes.
* Implemented support for vscode dev-container feature by remote-extension suite
* Docker performance optimizations for MacOS and non-linux hosts
* Bash system improvements
* Implemented first command using Deno runtime environment (typescript) and [commander.js]
* Implemented wait mechanism for db_assembler
* Implemented db migration command
* possibility to run the authserver and worldserver with GDB using the integrated simple-restarter
* Implemented docker multi-stage mechanism to use one single Dockerfile for all the services
* client-data downloader now creates a placeholder to avoid downloading the same version of data files multiple times
* deployment of pre-compiled docker images on [docker hub](https://hub.docker.com/u/acore), you can test them [here](https://github.com/azerothcore/acore-docker)
|
|
* chore: add apps/joiner/ to .gitignore
* chore(wip): wip
* chore(wip): wip
|
|
|
|
|
|
* feat(bash): support for derivated distro
* refactor: refactoring for dist files
|
|
|
|
|
|
- Closes #1502
|
|
See: https://github.com/azerothcore/azerothcore-wotlk/wiki/Install-with-Docker
|
|
|
|
- ability to reload configuration files without building again the images
- faster images building
- corrected a mistake
- logs are saved to the main host
|
|
Check https://github.com/azerothcore/azerothcore-wotlk/tree/master/docker for all details.
|
|
Helps people to create modules with the right base files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
will be traited as a git subtree
|
|
|
|
|
|
Now ScriptMgr can be initialized before config allowing
to create scripts that can change the behaviour of
server before loading anything
|
|
|
|
|
|
- moved cmake options under conf
and created default/custom configuration system for cmake
|
|
|
|
|
|
|
|
|