aboutsummaryrefslogtreecommitdiff
path: root/dep
AgeCommit message (Collapse)Author
2020-06-20Build: Fix gcc pch buildsShauren
2020-05-30Build system: Removed hard requirement on BOOST_ROOT being set as ↵Shauren
environment variable, it can now be also passed as command line argument to cmake and fix compile warning with boost 1.73
2020-05-07Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@0a05c59eb8a3eab1bc5471f43934cd5f992f0aca
2020-04-16Build system: Fixed PCH with MSVC & Ninja generatorShauren
2020-01-02New YearAokromes
2019-10-29Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@225777494069b0b0e18bea3ffeb3773d44a70b30
2019-09-14Core/Build: Fix build with boost 1.71Shauren
(cherry picked from commit 9f7cc32c6ecd83acce1e8817a9ad3f060121831d)
2019-08-17Dep: Use the anonymous namespace free definition of `boost::none`.Naios
* Fixes MSVC linking errors after the recent changes: "class boost::none_t const & const boost::`anonymous namespace' ::none" (?none@?A0x518851d0@boost@@3AEBVnone_t@2@EB) already defined in scripts_commands.lib... * Sets the required version of boost on windows to 1.66 according to the wiki. (cherrypicked from 3da60f84000bd7ffa5a1516839b84cdee4764448)
2019-08-17Core/Dep: update zlib to 1.2.11ariel-
Changelog: Changes in 1.2.11 (15 Jan 2017) - Fix deflate stored bug when pulling last block from window - Permit immediate deflateParams changes before any deflate input Changes in 1.2.10 (2 Jan 2017) - Avoid warnings on snprintf() return value - Fix bug in deflate_stored() for zero-length input - Fix bug in gzwrite.c that produced corrupt gzip files - Remove files to be installed before copying them in Makefile.in - Add warnings when compiling with assembler code Changes in 1.2.9 (31 Dec 2016) - Fix contrib/minizip to permit unzipping with desktop API [Zouzou] - Improve contrib/blast to return unused bytes - Assure that gzoffset() is correct when appending - Improve compress() and uncompress() to support large lengths - Fix bug in test/example.c where error code not saved - Remedy Coverity warning [Randers-Pehrson] - Improve speed of gzprintf() in transparent mode - Fix inflateInit2() bug when windowBits is 16 or 32 - Change DEBUG macro to ZLIB_DEBUG - Avoid uninitialized access by gzclose_w() - Allow building zlib outside of the source directory - Fix bug that accepted invalid zlib header when windowBits is zero - Fix gzseek() problem on MinGW due to buggy _lseeki64 there - Loop on write() calls in gzwrite.c in case of non-blocking I/O - Add --warn (-w) option to ./configure for more compiler warnings - Reject a window size of 256 bytes if not using the zlib wrapper - Fix bug when level 0 used with Z_HUFFMAN or Z_RLE - Add --debug (-d) option to ./configure to define ZLIB_DEBUG - Fix bugs in creating a very large gzip header - Add uncompress2() function, which returns the input size used - Assure that deflateParams() will not switch functions mid-block - Dramatically speed up deflation for level 0 (storing) - Add gzfread(), duplicating the interface of fread() - Add gzfwrite(), duplicating the interface of fwrite() - Add deflateGetDictionary() function - Use snprintf() for later versions of Microsoft C - Fix *Init macros to use z_ prefix when requested - Replace as400 with os400 for OS/400 support [Monnerat] - Add crc32_z() and adler32_z() functions with size_t lengths - Update Visual Studio project files [AraHaan] (cherrypicked from d93901837101b369e298155133b5add43f50545b)
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-08Build: Fixed VS always triggering a full build when PCH is enabled, even if ↵Shauren
only a source file was edited (cherry picked from commit 9b1dfe5e5e968c6ee3a2682ae2106735daeccbd7) (cherry picked from commit b64583b7c14da408b34d2c92a02e5529594ef181)
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
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-09-25Update DetourNavMeshQuery.cpp (#22518)Traesh
2018-04-22Dep/Recast: Fixed area type mergesShauren
2018-03-14Scripts/Commands: implemented command .server debugAokromes
- Shows detailed information about server setup, useful when reporting a bug: * rev. hash * versions of mysql, openssl, boost, cmake * info about autoupdater * info about ports (realmlist and current) * vmap/map/mmap status and folder sizes * available DBC locales * TDB version cherry pick of d18f8b94b0cb5182ef450bec5cafd3c5d74fd00a Running this command when reporting bugs is MANDATORY (you can censor paths)
2018-01-06Core/Misc: Added compatibility layer for boost 1.66 and future std:: ↵Shauren
networking stuff * Based on work done by @dimiandre in PR #21173 Closes #21171 Closes #21173
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-12-30Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@c63818ecf8d998fae811a2d6db23045f4f6e36a1
2017-12-20Build: Disable warnings in protobuf projectsNaios
2017-12-20Dep: Update fmt to fmtlib/fmt@f9c97de46bNaios
(cherry picked from commit b4a42d1d06922d0359b8a3a102aeb10490605581)
2017-12-20Build: Use the cotire library for precompiled header handlingNaios
* Required for handling flags inherited by linked projects correctly in the corresponding precompiled header. * Reduces the maintenance effort for precompiled headers (cherry picked from commit 92f96fc10e70b2d62cce832837477d958e2afbe3)
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-10-16Dep/fmt: Update fmt to fmtlib/fmt@5f39721c0a4Naios
* Rename cppformat to fmt in the PackageList.txt (cherry picked from commit 5077c8289cd52108bf9aeb8fb6ab2742ae3e0b95)
2017-10-16Dep/efsw: The current version is equal to the one we have in the source treeNaios
(cherry picked from commit 81b65fef45f458d74a28635507169e7c3a2038de)
2017-08-17Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@fb9442155352b36e56b74a6c0d265b3b62d20e3a
2017-07-20Dep/gSOAP: Update gSOAP to 2.8.49ariel-
Closes #20039
2017-06-30Dep: Added missing part in 94df1c093569734ef8777ab43e0523d927eff38bvincent-michael
2017-06-30Dep/CascLib: Update to ↵vincent-michael
ladislav-zezula/CascLib@16f80d1433525db73894b84d05af99e26847054d
2017-06-27CMake: Optimize code in 5734643cecbadfffb7ee1b66c9665d57108923f6vincent-michael
2017-06-26Build: fix finding VS 2017 compiled boost libsariel-
2017-06-05Build: Fix a build error which happened on unix debug buildsNaios
* Thanks DDuarte for the fix * Closes #19786 (cherry picked from commit 5032fb462e4329b31632a9adb3f795ca14af4273)
2017-05-21Core/Creature: Added UnitFlags3 to creature_templatejoschiwald
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-26Core: Only build Recast with tools selectedShauren
2017-03-07Update PackageList.txtShauren
2017-03-07Dep/CascLib: Update to ↵Shauren
ladislav-zezula/CascLib@2313e4aff966ef0f841c1748dad4db71c8ba6310 Closes #19237
2017-03-07Dep/G3D: Fixed Visual Studio 2017 buildvincent-michael
2017-02-12Core/MMAPs: Update recastjackpoz
Update recast to https://github.com/recastnavigation/recastnavigation/commit/64385e9ed0822427bca5814d03a3f4c4d7a6db9f (cherry picked from commit 1d7013e0e2758b1468a488dd17e3f5c5ce5f265d) # Conflicts: # dep/PackageList.txt
2017-02-11Update PackageList.txtAokromes
(cherry picked from commit cb247ea03313649830abcae962a6f0c1a8801445)
2017-02-11Dep/gSOAP: Update gSOAP to 2.8.33ariel-
(cherry picked from commit 3056feb9b2a92717984b435a71c8a54b471c8d46)
2017-02-11Dep/gSOAP: Remove pointless diff not valid after ↵ariel-
d42c048818160e1c5334f59659eb0afbaa1c804f (cherry picked from commit f87e65bca8d1c9ab1cec1988a3502ac47a7dcb20)
2017-02-08Dep/CascLib: force linking with zlibShauren
Closes #19074