aboutsummaryrefslogtreecommitdiff
path: root/dep
AgeCommit message (Collapse)Author
2013-01-01Update copyright note for 2013.Vincent_Michael
Happy new year.
2012-12-31Core: Fixed some level 4 warnings (msvc)Shauren
2012-11-27Core: Fix some silly warnings (some stupid remnants from old times that has ↵click
bugged me enough) No need to recompiling anything, it's just a visual change to make the compilers STFU about variable initializations
2012-11-10Core/Build: Restore FindOpenSSL, even when it's provided by cmake, this file ↵Spp
also provides newbie-check (warns if you trying to use wrong libs) - Also, apply the hack needed to make g3dlite compile in OS X
2012-11-09Core/Build: Update the G3DLite extra patch to compile under OS X with ClangTuxity
2012-11-09Core/Build: Fix problem with aceliteSpp
2012-09-17Core/Dependencies: Update ACE to v6.1.4 (Windows only)Nay
Tested in multiple configurations .diff with TC changes added
2012-09-04Dep/G3D: Restored 99c8399772701af9bf3c79e4c514aead57cdc7d6Shauren
2012-09-03Dependencies/G3D: Fix build on x64 (change already included in TC's diff)Nay
2012-09-03Core/Dependencies: Update G3D to version 8.01Nay
2012-09-03Core/Dependencies: Update zlib to version 1.2.7Nay
2012-09-03Core/Dependencies: Update utf8-cpp to version 2.3.2Nay
2012-09-03Core/Dependencies: Update bzip2 to version 1.0.6Nay
2012-09-02Misc: Correct a SQL, update PackageList.txt and remove an uneeded file (soap)Nay
2012-09-02Core/Dependencies: Ugrade gsoap-library to v2.8.10click
+ add documentation for later upgrades and the original stub.file used for service generation.
2012-08-26Core: Fix compiling on Fedora (G3D related)Nay
Thanks F3st and Gamera Closes #7477
2012-04-23Revert "DEP: Updated Jemalloc to Version 2.5" - this version of the ↵click
jemalloc-library is crashy at best, and should not have been pushed. Further investigations on why this occurs is required before it will be slammed into master. This reverts commit 126fd13e5d6b57dc0c8830248d44db504c7d103f.
2012-04-17Update PackageList.txt after recent jemalloc updateShocker
2012-04-13DEP: Updated Jemalloc to Version 2.5Multivitamin
Signed-off-by: Multivitamin <DasUmba@.(none)>
2012-03-27Core: Remove the MersenneTwiser-library (SFMT is now considered stable ↵click
enough for full deployment)
2012-03-25Buildsystem/CMake: Add the ability to avoid linking the core with jemalloc ↵click
on linux through using the -DNOJEM parameter. WARNING: This is a developer flag only, and as such NOT documented elsewhere - we need this for valgrind and related tools. Again : YOU HAVE BEEN WARNED! DO NOT USE THIS FLAG UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!
2012-03-11update forgotten copyright-headers for 2012thomas33
2012-02-25Core/Utils: Fixed random crashes with SFMT caused by wrong memory alignment ↵Shauren
when operating on SSE instructions (they require 16 byte alignment, while classes and its members are only aligned to 8 byte boundaries)
2012-01-14Dependencies/G3D: Fix typo in isNaN(float x).Chaplain
*In original G3D svn it was fixed long time ago.
2012-01-07CMake: Updated year to 2012.Venugh
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-25Core/DBLayer: Convert PExecute() queries to prepared statements No. 1leak
2011-04-27Core/Buildsystem: Update copyright-headers for 2011, and adjust with the ↵click
correct teamname as well.
2011-04-27Core/Dependencies: Fix the connectionissues with SOAP on Windows platforms - ↵click
thanks to leak for testing and Shauren for the suggestion on checking the variable
2011-04-27Core/Dependencies: update to gSoap v2.8.2 - windows users please test and ↵click
give feedback if connectionissues has been resolved
2011-03-05Dep/MySQL: Updated MySQL sources to version 5.5.9 (current GA)Xanadu
2011-03-03Buildsystem: Compile bzip2 project only with map toolsShauren
2010-12-21Core/Dependencies: Temporarily fix an RFC-breaking addition in gSoap ↵click
(upstream developers have been notified) + local changes and diff (tc_changes.diff) included for future reference --HG-- branch : trunk
2010-12-18Core/Dependencies: Adjust jemalloc library caching methods - this will fix ↵click
the startup-crash on linux-based systems. Note: This is a temporary measure untill we've figured out why this occurs, further testing will be done. --HG-- branch : trunk
2010-12-18Core/Dependencies: Update jemalloc library from v1.0.0 to v2.1.0 (latest stable)click
--HG-- branch : trunk
2010-12-18Buildsystem/Linux: Fix linking of a long lost little child : jemalloc (yes, ↵click
it has returned, and is now actively linked again) --HG-- branch : trunk
2010-12-17Core/Dependency: Update gSoap to v2.8.0 - this should also fix some issues ↵click
when connecting with Axis framework (needs to be tested) + Update packagelist to include correct versions of what we have in repository --HG-- branch : trunk
2010-12-10Core/Worldserver: Remove external dependency to sockets-library after ↵click
RemoteAccess being converted to ACE, and fix one minor hiccup on non-PCH builds --HG-- branch : trunk
2010-11-04dep/ace: fix the config-test macroclick
--HG-- branch : trunk
2010-11-04Dep/ACE: Upgrade ACE -library to 5.8.3click
--HG-- branch : trunk
2010-09-18BuildSystem: Fix another typo *sighs*click
--HG-- branch : trunk
2010-09-18Buildsystem: Don't build gsoap/sockets libraries unless building servers. ↵click
Fixes issue 4049. --HG-- branch : trunk
2010-09-15Core/Loot: Reverted part of revision fe39cb058b75, fixes skinning lootShauren
Core/Loot: Some logic fixes for group looting Buildsystem/MSVC: Fixed compile warning Config: Added missing description for Rate.Drop.Item.ReferencedAmount Closes issue #4004. --HG-- branch : trunk
2010-09-12BuildSystem: Make dep/* sources muted during compile (3rd party sources ↵click
should not show messages during compile, as we're not responsible for them) Note: Certain functions called within the main src/ subdir will warn due to that we do not ignore them in the CMakeLists.txt yet. This will be properly handled at an opportune moment. Buildsystem/CMake: Set default warninglevel to 0 (no warnings shown during compile) - some warnings will still show while we create the "mutelist" --HG-- branch : trunk
2010-09-10BuildSystem/Windows: Cleaned up MySQL build. Thanks click for all the help.Xanadu
--HG-- branch : trunk
2010-09-09Buildsystem/Windows: Added missing change for MySQL compileShauren
--HG-- branch : trunk
2010-09-07BuildSystem/Windows: * Added 5.1.50 (GA) MySQL client sources for ↵Xanadu
crosscompiling (or lazy) windows people. * Added an option to autosearch for your own installed MySQL as before. Note that default setting is to use the internal MySQL. * You can now build 32-bit even if your MySQL is x64 and vice versa. * Recommended MySQL server version for use with provided MySQL client sources is 5.1.x. * If your server version is different, let CMake autofind and use it instead (check EXTERNAL_MYSQL option) --HG-- branch : trunk
2010-08-30Buildsystem: Whops, forgot to remove the last endif() in g3dlite CMakeLists.txtclick
--HG-- branch : trunk
2010-08-30Buildsystem: Clean up target link-definitions a bitclick
--HG-- branch : trunk
2010-08-26Core/Dep: Remove libzipBrian
--HG-- branch : trunk