| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-03 | CMake: Add a few more MySQL search paths to FindMySQL.cmake, including x86 | Duarte Duarte | |
| Ref https://github.com/TrinityCore/TrinityCore/issues/12969#issuecomment-54322244 | |||
| 2014-08-27 | Core: Remove whitespace | Vincent-Michael | |
| 2014-08-26 | Core/Deps: MySQL sources out. | Shauren | |
| Windows users are now required to download and install mysql server with headers and libraries | |||
| 2014-07-23 | Core/Misc: Silenced 500 OS X Warnings and removed deprecated finite() method. | Jared P. Jones | |
| *Mac OS X fires off over 200 warnings related to gsoap about the deprecated register method. CMake has been patched to remove this warning. *Updated all occurences of finite() to std::isfinite. The method finite() is not standardized by anyone aside from BSD. std::isfinite() however is standarized by C++ *Removed -ncurses and -pthread from OS X compilation. Now that we use Boost and C++11 there is no longer a need for pthread in OS X. All it does is throw a warning. However, ncurses isn't needed either as it's built into the OS X SDK and linked by default. Note: There are only 5 remaining warnings left when compiling on OS X. I did not attempt to fix these as they were related to 3rd party libraries statically linked into the code. The 5 warnings left are all related to unused variables. | |||
| 2014-07-19 | Buildsystem/MSVC: Disable C4512 warning | Shauren | |
| 2014-07-17 | Buildsystem: Removed debugging message from cmake output | Shauren | |
| 2014-07-16 | Update related files to lowered Boost version requirement | leak | |
| 2014-07-15 | [Auth\Worldserver] Use boost to load console arguments. (Added a few style ↵ | Chaplain | |
| changes and cmake fix) Conflicts: src/server/worldserver/Main.cpp | |||
| 2014-07-12 | Remove the need of manually declaring BOOST_ROOT in Linux systems if Boost ↵ | Subv | |
| was installed to the default locations | |||
| 2014-07-11 | Buildsystem: Lowered required boost version to 1.49 | Shauren | |
| 2014-07-06 | Added a missing definition | Subv | |
| 2014-07-06 | Removed some unneeded boost dependencies. | Subv | |
| Ensure that the correct packet sizes are read in the authserver. Added some try catch to the authserver to deal with boost exceptions (this part is not finished) | |||
| 2014-07-06 | Completely remove ACE as dependency for TC - kkthxbye | leak | |
| 2014-07-02 | ACE cleanup on game, now the major issue remains WorldSocket | leak | |
| 2014-06-22 | BuildSystem/CMake: Fixed cmake configuring when building in 32 bits. | Subv | |
| 2014-05-30 | Replace authserver ACE related code with Boost/C++11 | leak | |
| 2014-05-12 | Add support for Boost 1.55 | leak | |
| 2014-03-28 | Core/Dependencies: Upgrade to jemalloc-3.5.1 | jackpoz | |
| 2014-03-25 | Build system: Fix clang build | Gacko | |
| See wiki for latest build instructions under Mac OS X! | |||
| 2014-03-25 | Buildsystem: Changed required CMake version to 2.8.9 and removed a check for ↵ | Shauren | |
| version we no longer support in msvc settings | |||
| 2014-03-24 | Cmake: Added level restriction for msvc 2013 | Vincent-Michael | |
| 2014-03-23 | Buildsystem/GCC: Enforce version 4.7.2 and enable c++11 compilation | Shauren | |
| 2014-01-01 | Update more copyright note for 2014. | Vincent_Michael | |
| I have no excuse for my fail :/ | |||
| 2013-12-30 | Buildsystem: Fix GCC not being recognized on Ubuntu | jackpoz | |
| Fix CMake not recognizing /usr/bin/cc as GCC on Ubuntu ( 13.10 x64 ) . | |||
| 2013-10-15 | CMake: Fix typo | Gacko | |
| Running cmake threw a warning because of this. | |||
| 2013-10-04 | Core/Build: Handle USE_SCRIPTPCH cmake flag when SCRIPTS flag is set to FALSE | jackpoz | |
| Don't ignore USE_SCRIPTPCH cmake flag if SCRIPTS is set to FALSE; in this case "script" project has only source files related to scripted spells and command scripts and it must be built with precompiled headers if USE_SCRIPTPCH flag is set. This partially reverts 780ed1b01c77ac142e1da5851ff7deb832413b11 . | |||
| 2013-09-27 | Fix silly " that snuck in. | click | |
| 2013-09-27 | Buildsystem/CMake: Add support for building meshextractor-project from CMake GUI | click | |
| 2013-08-28 | Core/Build: Force minimum ACE (5.8.3) and OpenSSL (1.0.0) version detection | Spp | |
| Core/Build: Do not ignore command line cmake options: ACE_INCLUDE_DIR, ACE_LIBRARY and OPENSSL_INCLUDE_DIR | |||
| 2013-07-30 | Revert "CMake/MSVC: Fix VS 2013 compile -- Zm500 hack is no longer required" | Nay | |
| This reverts commit ca7377369f603081259adea0ba49cb03e74e609f. | |||
| 2013-07-19 | CMake/MSVC: Fix VS 2013 compile -- Zm500 hack is no longer required | Nay | |
| Signed-off-by: Nay <dnpd.dd@gmail.com> | |||
| 2013-06-27 | Build: Set _BUILD_DIRECTIVE even if the compiler is not properly detected | Spp | |
| 2013-05-19 | Cmake: Fix typo in msvc/settings.cmake | Nay | |
| 2013-05-18 | Buildsystem/MSVC: Fix a minor issue with /Zm heap allocation parameters not ↵ | click | |
| being used 32-bit environment | |||
| 2013-03-26 | Core/Build: All include directories are quoted to support path with spaces | Spp | |
| Closes #9504 | |||
| 2013-03-09 | Buildsystem: Add support for compiling with MinGW on Windows | Nay | |
| Tested with: - Windows 8 x64 - MySQL 5.5.30 win32 - OpenSSL 1.0.1c (32 bits) - No PCH - MinGW with GCC 4.7.0 TODO: - Fix compile/link with PCH enabled - Fix compile with WheatyExceptonionReport enabled (ignored for now) - Fix compile of .rc files (ignored for now) - Test with more platforms | |||
| 2013-02-27 | Buildsystem: Show the revision info as a full string during ↵ | click | |
| configurationphase as well (additional minichange to previous commit by shauren) | |||
| 2013-02-27 | Buildsystem: Added current branch name to generated revision info | Shauren | |
| 2013-02-12 | Buildsystem: Do not print warning that user needs to do a git pull with tags ↵ | Shauren | |
| if configured to not use git at all | |||
| 2013-02-11 | Buildsystem/CMake: Correct a few mistakes regarding WITHOUT_GIT, and add a ↵ | click | |
| better warning during configure-phase. | |||
| 2013-02-11 | Buildsystem/CMake: Fix an issue with MSVC not finding git-binary when ↵ | click | |
| updating the revisionhash/revisiondate + rename DISABLEGITCHECK parameter to WITHOUT_GIT (to adhere to our standard) Also cleaned up the checks slightly + moved git-specific testing to its own macro (minor changes to shaurens original patch applied) | |||
| 2013-02-11 | Buildsystem/CMake: Allow building the core without the gitchecks, this is ↵ | click | |
| done in the GUI, or through the DISABLEGITCHECK parameter on *nix-platforms. DO NOTE THAT WE WILL NOT GIVE SUPPORT ON ANY CORE-VERSION COMPILED WITH THIS FLAG, AS WE CAN NOT EFFECTIVELY FIND OUT WHAT REVISION YOU ARE ON | |||
| 2013-02-11 | Buildsystem/CMake: Drop a FATAL_ERROR-message if the git binary is not found ↵ | click | |
| or outdated. Allow for it to be pointed to through the ADVANCED settings in the CMake GUI if the above is true. | |||
| 2013-01-29 | Buildsystem/CMake: Revoke commit 7b49da48f9c3c21406fbe350de170757ea6e285f - ↵ | click | |
| it creates unwanted results when used with PCh on *nix platforms. | |||
| 2013-01-29 | Buildsystem/CMake: Change policy CMP0005 to NEW and corect some ↵ | click | |
| buildvariables accordingly ** Info from CMake: ** The OLD behavior for this policy is to place definition values given to add_definitions directly in the generated build rules without attempting to escape anything. ** The NEW behavior for this policy is to generate correct escapes for all native build tools automatically. If this breaks build, let us know on irc : irc.rizon.net/#trinity | |||
| 2013-01-22 | Tools/Extractors: Mmap extractors no longer depend on shared and MySQL libraries | Shauren | |
| 2013-01-01 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps | Vincent_Michael | |
| Conflicts: src/server/game/Movement/MovementGenerators/HomeMovementGenerator.cpp | |||
| 2013-01-01 | Update more copyright note for 2013. (alcohol sucks) | Vincent_Michael | |
| 2012-12-31 | Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps | Vincent_Michael | |
| 2012-12-31 | Buildsystem/MSVC: Enable and treat as errors compilation warning about not ↵ | Shauren | |
| matching virtual function signatures. This will help scripters who might sometimes use a hook using improper parameters (or miss 'const' for example) | |||
