Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-01 | feat(bash): startup-scripts reworked + bash scripts workflow integration ↵ | Yehonal | |
(#22401) | |||
2024-02-26 | fix(Cmake): using policy 0153 if exist (#18416) | Winfidonarleyan | |
2024-02-25 | feat(Cmake): add support old policy 0153 (#18384) | Winfidonarleyan | |
2023-01-28 | fix(CMake/Module): module related cmake error (#14569) | Foereaper | |
2022-05-31 | refactor(Cmake): add support build selected applications and tools (#11836) | Kargatum | |
2021-12-02 | feat(Core/Modules): add separated lib for modules (#9281) | Kargatum | |
2021-10-27 | feat(CMake): support version 3.22 (#8773) | Kargatum | |
2021-09-30 | feat(License): add new headers information about license (#7941) | Kargatum | |
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com> | |||
2021-08-24 | fix(CMake/Build): set default build type to RelWithDebInfo (#7445) | Kitzunu | |
2021-07-16 | feat(Deps/ACE): remove ACE library (part 1/2) (#6980) | Kargatum | |
2021-06-22 | feat(Core/Scripts): split the huge scriptloader into smaller pieces (#5346) | Kargatum | |
* feat(Core/Scripts): split the huge scriptloader into smaller pieces * AddSC_swamp_of_sorrows del * 1 * add mod info * 1 * 039f0e0faa081352d19f34b6f0abaa4e74414988 Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> | |||
2021-04-22 | Feat(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) | |||
2021-04-21 | feat(Core/Build): add the possibility to link libraries dynamically (#5348) | Kargatum | |
2021-04-02 | feat(Cmake/PCH): use target_precompile_headers instead of cotire (#5082) | Kargatum | |
2021-02-28 | feat(Core/Config): rework config and delete ACE inherited (#4608) | Kargatum | |
2020-12-07 | chore(Core): forgot to add copyright in new files + small correction (#3861) | Francesco Borzì | |
2020-12-07 | fix(CMake): Deprecation warning #3814 | Francesco Borzì | |
2020-11-30 | feat(CMake): show version when running cmake (#3813) | Francesco Borzì | |
2020-11-29 | chore(CMake/Tests): use conventional CMake flag to enable tests (#3809) | Francesco Borzì | |
2020-08-21 | feat(CI): add macOS to our CI (#3321) | Francesco Borzì | |
Co-Authored-By: Meerd <meerd@users.noreply.github.com> | |||
2020-08-18 | test: add code coverage report (#3312) | Erdem MEYDANLI | |
2020-08-17 | test: fix some cmake params (#3308) | Francesco Borzì | |
2020-08-15 | feature(testing-automation): unit tests with Google Framework (#3273) | Francesco Borzì | |
2020-08-06 | feat(bash): support for derivated distro + refactor conf (#3259) | Yehonal | |
* feat(bash): support for derivated distro * refactor: refactoring for dist files | |||
2019-09-22 | feat(Cmake): set policy CMP005 to NEW (#2294) | Kargatum | |
2019-09-21 | feat(Cmake): set minimal support version 3.8 and added interface libs for ↵ | Kargatum | |
world and auth (#2295) * Added interface library authserver-interface * Added interfaca library worldserver-interface * Added Copyright's in auth and world server Cmake's files | |||
2019-09-18 | feat(Cmake/Build): Use interface targets for inheriting flags and ↵ | Kargatum | |
definitions (#2255) Co-authored-by: Naios Naios@users.noreply.github.com | |||
2019-04-02 | feat(Cmake): Add new hook AFTER_LOAD_CMAKE_MODULES (#1670) | Kargatum | |
2019-04-01 | feat(Cmake): Rewrite build and use inherited dependencies (#1652) | Kargatum | |
2019-01-10 | CMake: Use source_groups to represent the source tree (#1247) | Kargatum | |
2018-07-29 | fix: config.cmake not work. | ayase | |
2018-05-22 | Eluna implementation (#847) | ayase | |
* azerothcore + eluna done. * Remove the Eluna single thread limit. * Read Eluna Settings file. * submodule change. * fix(test) Ubuntu - Cant Link Library after Compile * The ELUNA is disabled by default. * remove submodule luaEngine. * some change * fix a error * change cmake * fix: some onplayerchat does not have hooks. * Eluna: Add BG event Hooks. * fix:cmake hook AFTER_LOAD_CONF not work. * Remove the eluna switch. * Remove some define in the core. * fix conf file not read in the linux. * eluna : change bg hook parameter type * Remove TC log function call * change bg hook OnBGEnd parameter type. Note: to enable Eluna, the module is required | |||
2017-12-21 | fixed cmake | Yehonal | |
2017-10-13 | Fixed compilation after dir rework | Yehonal | |
2017-03-26 | CMAKE: implemented method to disable a module via cmake | Yehonal | |
use -DDISABLED_AC_MODULES or config.cmake file to define it | |||
2017-03-26 | Implemented gperftools support | Yehonal | |
it allows you to profile cpu/memory under unix systems | |||
2017-03-26 | Moved uwd modules under drassil | Yehonal | |
2016-08-23 | Project restructuring [PART.3] | Yehonal | |
2016-08-23 | Project restructuring [PART.2] | Yehonal | |
2016-08-19 | Some minor changes | Yehonal | |
2016-08-12 | Another big repo refactoring, should be latest | Yehonal | |
I've restored old paths for scripts and flattened the src structure | |||
2016-08-12 | Fixed paths for cmake | Yehonal | |
2016-08-11 | Rewritten cmakes allowing compilation with new structure | Yehonal | |
2016-08-11 | Using more appropriate NS prefixes for our macro and cmake vars | Yehonal | |
2016-08-10 | Merge branch 'master' of git@github.com:azerothcore/azerothcore-wotlk.git | Yehonal | |
2016-08-10 | [CORE] Allowing compilation with c++11 | Yehonal | |
2016-08-09 | CMake: fixed git informations | ShinDarth | |
2016-08-07 | fixed cmake and compilation | Yehonal | |
2016-08-07 | skip inclusion of modules without CMakeLists | Yehonal | |
+ added hook for after load conf | |||
2016-08-07 | configuration system for cmake | Yehonal | |
- moved cmake options under conf and created default/custom configuration system for cmake |