aboutsummaryrefslogtreecommitdiff
path: root/dep/CascLib
AgeCommit message (Collapse)Author
2025-02-28Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@07ab5f37ad282cc101d5c17793c550a0a6d4637f
2024-07-15Build: CMake cleanupShauren
* Migrate all add_definitions to target_compile_definitions * Remove -D from preprocessor definitions added by target_compile_definitions (unneccessary, cmake strips it anyway) * Fixed NO_BUFFERPOOL not being set on g3d if jemalloc is used * Moved library/compiler specific compile flag settings spread all over various CMakeLists to their related library/compiler file * Remove ancient manual link flag settings for worldserver
2023-09-05Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@5c60050770767f2e606f6fec0c35beb8b9b00c60
2023-07-13Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@a27d2b3b9ccb326768e57b4cc7c49d15a0da9e0c Closes #29102 Closes #29132
2023-06-23Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@ebd79e8fd43279343c543a27fce620f6b1b53cb9
2023-02-06Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@a5080b5794027a25d98aa6024b2bef17d06fe0ea
2022-11-03Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@136c6e05537bd7123620ddb28671d1f2cf060e0b
2021-10-01Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@4fc4c18bd5a49208337199a7f4256271675cae44
2021-06-27Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@37a948bdb5f493b6a0959489baa07e1636002c3b
2020-12-08Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@737a8705b5b8f7ce3917f5d5ff9767b18de1285e
2020-05-07Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@0a05c59eb8a3eab1bc5471f43934cd5f992f0aca
2019-10-29Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@225777494069b0b0e18bea3ffeb3773d44a70b30
2019-08-10Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@b91f87c770c78340dcd96df970e55b5c0469e884
2019-07-14Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@b802391cfb9418d5550dc1671f18da1ca1c445d4
2019-06-19Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@c588b7bf538a010fd3376c90bd3a59f2142f05be
2019-06-09Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@03a3bcaed285ab0d8ff0845a65ffe7d1fa653960
2019-06-08Warning fixShauren
2019-06-08Build: Fix casc CmakeLists.txtShauren
2019-06-08Dep/CascLib: Patch CascLib to expose encryption keysShauren
2019-06-08Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@a1197edf0b3bd4d52c3f39be7fa7b44bb0b98012
2017-12-30Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@c63818ecf8d998fae811a2d6db23045f4f6e36a1
2017-12-20Build: Use interface targets for inheriting flags and definitionsNaios
* Remove the usage of global flags and definitions set through the CMAKE_CXX_FLAGS variable. * Use cmake target compile features for setting the CXX standard automatically. * Make C++14 globally available in the project * Closes #21033 (cherry picked from commit e60c1f84a7e13577a82046b02b214f9466d20a7c)
2017-08-17Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@fb9442155352b36e56b74a6c0d265b3b62d20e3a
2017-06-30Dep/CascLib: Update to ↵vincent-michael
ladislav-zezula/CascLib@16f80d1433525db73894b84d05af99e26847054d
2017-05-20Apply ladislav-zezula/CascLib PR#73: Fix build on Mac/Linux.Gacko
https://github.com/ladislav-zezula/CascLib/pull/73
2017-05-20Dep/CascLib: Update to ↵joschiwald
ladislav-zezula/CascLib@4c04c6c2bf29f44d09b6ba18623859c7295cbd87
2017-03-07Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@2313e4aff966ef0f841c1748dad4db71c8ba6310 Closes #19237
2017-02-08Dep/CascLib: force linking with zlibShauren
Closes #19074
2017-01-20Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@a03e2a397d62451ed8576b883fe32ed04add7701 Fixes coverity issues: CID 1254550 CID 1254603 CID 1254604 CID 1264604 CID 1254544
2016-12-12Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@8f606d1ae0e01338f80e108b8d1b41912d4a3d2f Closes #18420
2016-12-05Dep: Update CascLib to ↵Shauren
ladislav-zezula/CascLib@e2fc95cdb15d03eb1e4c86b1161df82d5b92eff9
2016-07-22Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@2702efeae5f63c64f6d883cfcc219daa2fb06108
2016-07-18Tools: Extractor updatesShauren
* VMAP extractor does not work due to a bug in CascLib
2016-04-03Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@d477d30f7c2b3a306fd07c92929950639335fb3f
2016-03-19CMake: Provide proper interface targets from dependenciesNaios
* to make use of cmakes inherited link dependencies which imports all include directories/ definitions from the link library (cherry picked from commit 1a572d242593124f986d3ed08710b96a142a6763)
2016-02-08Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@919a2d670cb749c501ee15887a88e9b9a538961b
2015-07-03Buildsystem: Fixed disabling compiler warnings in dep for clang/iccShauren
2015-07-03Dep: Disable 2 warnings in zmqpp and CascLibDDuarte
2015-03-04Deps/CascLib: Updated to ↵Shauren
ladislav-zezula/CascLib@d1d617d4feecd39bae049e19b0e217a1a84bedc6
2015-02-22Dep/CascLib: Update to ↵Duarte Duarte
https://github.com/ladislav-zezula/CascLib/commit/4235e5f2033e2de709c83034503d49e532d03630
2015-01-11Dep/CascLib: Update to ↵Nayd
https://github.com/ladislav-zezula/CascLib/commit/5d3789af3435534c288c2145e158d422651c7fe1 Closes #13866
2014-11-08Dep/CastLib: Update to ↵DDuarte
https://github.com/ladislav-zezula/CascLib/commit/3e3f4f443cb7b2893cbbe60b0a6efafebf48bc40
2014-10-10Tools/Extractors: Updated map extractorShauren