summaryrefslogtreecommitdiff
path: root/apps/compiler/compiler.sh
AgeCommit message (Collapse)Author
2025-09-04Refactor menu command handling for direct execution (#22791)Yehonal
2025-09-04feat(MenuSystem): Implement unified menu system for AzerothCore management ↵Yehonal
(#22786)
2022-11-07feat(CORE): docker permissions and rework (#13454)Yehonal
- fix docker permissions with mounted volumes on new docker versions (https://github.com/docker/desktop-linux/issues/31) - fix ac-tools image - cleanup unused env - add `cap_add: SYS_NICE` to allow setting process high priority - fix ccache in docker - allow to switch between root user (default) to acore user in any container - fix cache of the downloaded client data - split docker github actions in 2 parts - versioning mysql images - performance improvements
2021-05-04feat(docker): production images, integrated ccache and many other ↵Yehonal
improvements (#5551)
2018-08-04exit compiler script if any statement returns non-zero exit codeStoabrogga
2018-07-15Rewrite of bash systemYehonal
+ 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
2017-12-21Bash: executable permissions for .sh filesYehonal
2017-10-12Directory Structure [step 1]: moving filesYehonal
working on #672 NOTE: This commit can't be compiled!!