summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-10-09chore(Gitignore): add ignore all folders `cmake-build-*` for Clion (#13353)Kargatum
2022-10-05fix: Qaston revert (#13320)Angelo Venturini
* 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
2022-10-05feat(docker): implemented dbimport (#13308)Yehonal
## Changes Proposed: - Implemented dbimport with docker - deprecated db_assembler - Fixed deno scripts and integrated them with the CI
2022-10-02refactor(Core/Spells): Implement QAston Proc System (#11079)IntelligentQuantum
* . * 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
2022-06-26feat(Core/Scripts): Added Boundary in Obsidian sanctum (#12158)IntelligentQuantum
* . * Clion event trace * Update .gitignore * feat(Core/Scripts): Added Boundary in Obsidian sanctum * .
2022-06-24feat(Core/Scripts): Added Boundary in Forge of Souls (#11798)IntelligentQuantum
2021-12-02feat(Core/Modules): add separated lib for modules (#9281)Kargatum
2021-05-04feat(docker): production images, integrated ccache and many other ↵Yehonal
improvements (#5551)
2021-04-22Feat(Docker/bash): docker-compose system rework (#4488)Yehonal
## ⚠️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)
2020-09-03chore: add ./apps/joiner/ to .gitignore (#3318)Francesco Borzì
* chore: add apps/joiner/ to .gitignore * chore(wip): wip * chore(wip): wip
2020-08-18test: add code coverage report (#3312)Erdem MEYDANLI
2020-08-15feature(testing-automation): unit tests with Google Framework (#3273)Francesco Borzì
2020-08-06feat(bash): support for derivated distro + refactor conf (#3259)Yehonal
* feat(bash): support for derivated distro * refactor: refactoring for dist files
2020-05-24fix(Docker): Persistent volumes for ac-database (#2947)h0lysp4nk
2019-03-03fix(Docker): no need to duplicate *.dist files (#1551)Francesco Borzì
2019-02-23feat(docker): add cache for faster rebuild (#1507)Francesco Borzì
- Closes #1502
2019-01-16Make the Docker installation easyFrancesco Borzì
See: https://github.com/azerothcore/azerothcore-wotlk/wiki/Install-with-Docker
2019-01-15Added Jetbrains to .gitignore & readmeFrancesco Borzì
2019-01-13Several improvements to Docker:Francesco Borzì
- ability to reload configuration files without building again the images - faster images building - corrected a mistake - logs are saved to the main host
2019-01-12AzerothCore complete Docker solutionFrancesco Borzì
Check https://github.com/azerothcore/azerothcore-wotlk/tree/master/docker for all details.
2018-12-19Modules: Added create_module.sh script to kickstart module creation (#1071)Barbz
Helps people to create modules with the right base files.
2018-01-28Update .gitignoreYehonal
2017-10-13Missing folderYehonal
2017-10-13Bash: fixing scripts after directory reworkYehonal
2017-03-26Moved uwd modules under drassilYehonal
2016-11-18improved gitignore for modulesYehonal
2016-08-22Project restructuring conforming to the new software layers [PART.1]Yehonal
2016-08-19Some minor changesYehonal
2016-08-13created hw-core bash librariesYehonal
will be traited as a git subtree
2016-08-11Big re-organization of repository [W.I.P]Yehonal
2016-08-07MergingYehonal
2016-08-07[CORE] Rewritten ScriptMgr to be initialized before server loadYehonal
Now ScriptMgr can be initialized before config allowing to create scripts that can change the behaviour of server before loading anything
2016-08-07Fixed .gitignore to support modules inclusionYehonal
2016-08-07some fixes to bash config filesYehonal
2016-08-07configuration system for cmakeYehonal
- moved cmake options under conf and created default/custom configuration system for cmake
2016-07-24Added VS Code system file to the .gitignoreShinDarth
2016-07-10ignoring bash compiler configurationYehonal
2016-07-10ignoring IDE & other softwares specific filesYehonal
2016-06-26Add GitIgnoremik1893