Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-06-13 | Core/Scripts: Update PCH content to include most commonly used headers | Shauren | |
2025-05-11 | Scripts/Misc: Update ScriptPCH content to include most commonly headers | Shauren | |
2023-04-06 | Core/Misc: Modernize code a bit by replacing std::tie with either structured ↵ | Shauren | |
bindings or operator<=> | |||
2022-02-12 | Core/Misc: script PCH tuning | Shauren | |
2020-09-04 | Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵ | Shauren | |
port | |||
2017-06-08 | Core/Scripts: Optimize PCH contents | Shauren | |
2016-05-20 | Core/DataStores: Updated opcodes and db2 to 7.0.3.21414 | Shauren | |
2016-04-11 | Core/Scripts: Split script subdirectories into independent modules | Naios | |
* Makes it possible to define the linkage for every module * Move the ScriptPCH into the root directory * Changes the SCRIPTS cmake variable to a string type: -> -DSCRIPTS=0 is -DSCRIPTS="minimal-static" now (builds commands and spells statically) -> -DSCRIPTS=1 is -DSCRIPTS="static" now (builds all modules statically) -> -DSCRIPTS="dynamic" (builds all modules dynamically) -> Also the default value which is provided by the SCRIPTS variable is overwriteable through the SCRIPTS_COMMANDS, SCRIPTS_SPELLS... variable. |