Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-01 | Update copyright note for 2013. | Vincent_Michael | |
Happy new year. | |||
2012-12-31 | Core: Fixed some level 4 warnings (msvc) | Shauren | |
2012-11-27 | Core: 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-10 | Core/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-09 | Core/Build: Update the G3DLite extra patch to compile under OS X with Clang | Tuxity | |
2012-11-09 | Core/Build: Fix problem with acelite | Spp | |
2012-09-17 | Core/Dependencies: Update ACE to v6.1.4 (Windows only) | Nay | |
Tested in multiple configurations .diff with TC changes added | |||
2012-09-04 | Dep/G3D: Restored 99c8399772701af9bf3c79e4c514aead57cdc7d6 | Shauren | |
2012-09-03 | Dependencies/G3D: Fix build on x64 (change already included in TC's diff) | Nay | |
2012-09-03 | Core/Dependencies: Update G3D to version 8.01 | Nay | |
2012-09-03 | Core/Dependencies: Update zlib to version 1.2.7 | Nay | |
2012-09-03 | Core/Dependencies: Update utf8-cpp to version 2.3.2 | Nay | |
2012-09-03 | Core/Dependencies: Update bzip2 to version 1.0.6 | Nay | |
2012-09-02 | Misc: Correct a SQL, update PackageList.txt and remove an uneeded file (soap) | Nay | |
2012-09-02 | Core/Dependencies: Ugrade gsoap-library to v2.8.10 | click | |
+ add documentation for later upgrades and the original stub.file used for service generation. | |||
2012-08-26 | Core: Fix compiling on Fedora (G3D related) | Nay | |
Thanks F3st and Gamera Closes #7477 | |||
2012-04-23 | Revert "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-17 | Update PackageList.txt after recent jemalloc update | Shocker | |
2012-04-13 | DEP: Updated Jemalloc to Version 2.5 | Multivitamin | |
Signed-off-by: Multivitamin <DasUmba@.(none)> | |||
2012-03-27 | Core: Remove the MersenneTwiser-library (SFMT is now considered stable ↵ | click | |
enough for full deployment) | |||
2012-03-25 | Buildsystem/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-11 | update forgotten copyright-headers for 2012 | thomas33 | |
2012-02-25 | Core/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-14 | Dependencies/G3D: Fix typo in isNaN(float x). | Chaplain | |
*In original G3D svn it was fixed long time ago. | |||
2012-01-07 | CMake: Updated year to 2012. | Venugh | |
2012-01-01 | Update headers for 2012. HAPPY NEW YEAR!!! | kiper | |
2011-12-25 | Core/DBLayer: Convert PExecute() queries to prepared statements No. 1 | leak | |
2011-04-27 | Core/Buildsystem: Update copyright-headers for 2011, and adjust with the ↵ | click | |
correct teamname as well. | |||
2011-04-27 | Core/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-27 | Core/Dependencies: update to gSoap v2.8.2 - windows users please test and ↵ | click | |
give feedback if connectionissues has been resolved | |||
2011-03-05 | Dep/MySQL: Updated MySQL sources to version 5.5.9 (current GA) | Xanadu | |
2011-03-03 | Buildsystem: Compile bzip2 project only with map tools | Shauren | |
2010-12-21 | Core/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-18 | Core/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-18 | Core/Dependencies: Update jemalloc library from v1.0.0 to v2.1.0 (latest stable) | click | |
--HG-- branch : trunk | |||
2010-12-18 | Buildsystem/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-17 | Core/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-10 | Core/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-04 | dep/ace: fix the config-test macro | click | |
--HG-- branch : trunk | |||
2010-11-04 | Dep/ACE: Upgrade ACE -library to 5.8.3 | click | |
--HG-- branch : trunk | |||
2010-09-18 | BuildSystem: Fix another typo *sighs* | click | |
--HG-- branch : trunk | |||
2010-09-18 | Buildsystem: Don't build gsoap/sockets libraries unless building servers. ↵ | click | |
Fixes issue 4049. --HG-- branch : trunk | |||
2010-09-15 | Core/Loot: Reverted part of revision fe39cb058b75, fixes skinning loot | Shauren | |
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-12 | BuildSystem: 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-10 | BuildSystem/Windows: Cleaned up MySQL build. Thanks click for all the help. | Xanadu | |
--HG-- branch : trunk | |||
2010-09-09 | Buildsystem/Windows: Added missing change for MySQL compile | Shauren | |
--HG-- branch : trunk | |||
2010-09-07 | BuildSystem/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-30 | Buildsystem: Whops, forgot to remove the last endif() in g3dlite CMakeLists.txt | click | |
--HG-- branch : trunk | |||
2010-08-30 | Buildsystem: Clean up target link-definitions a bit | click | |
--HG-- branch : trunk | |||
2010-08-26 | Core/Dep: Remove libzip | Brian | |
--HG-- branch : trunk |