aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2010-08-28Buildsystem: Update CMakeLists to use the proper check, not the old one...click
2010-08-26Core/Logging:Machiavelli
2010-08-26Core/DBLayer:Machiavelli
2010-08-26Buildsystem/Core: Adjust MySQL headers on relevant files to use simplified #i...click
2010-08-26Core/Cleanup:azazel
2010-08-24DBLayer:Machiavelli
2010-08-23Core: Fix some warningsSpp
2010-08-22Core:azazel
2010-08-22Core: Remove function-redefinitions for Windows (for now) - we'll sort this o...click
2010-08-22Core: replace redirectional outStaticDebug with a copy of debug for future us...click
2010-08-22Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces...click
2010-08-21Core: Remove "may be used uninitialized in this function", "unused parameter ...Spp
2010-08-21Core: Remove lots warnings:Spp
2010-08-21Core: Remove warning-ignores from Common.h, and fix a shitload of retarded wa...click
2010-08-21Core: Remove already defined FD_SETSIZE (picked up from Common.h)click
2010-08-21Core/Build: Clean up more nonPCH-issues + fix a warning in Timer.h (unsigned/...click
2010-08-21Buildsystem/PCH: Remove DatabaseEnv.h from PCH-list, due to the insane amount...click
2010-08-21Core: Make shared build happily without PCH (there are still issues with game...click
2010-08-21DB Layer:Machiavelli
2010-08-21Core/Includes: Include ACE as an external dependency, not local (#include "ac...click
2010-08-20* Remove support for map-based random number generation (which seems unused).silinoron
2010-08-20Properly update resultset parameter when using QueryCallback template.Machiavelli
2010-08-20Return proper MySQL connection for syncrhonous requests based on calling thre...Machiavelli
2010-08-20Core/Build: Fix non-PCH build, again... :Pclick
2010-08-20Buildsystem/Core: Adjust filenames to their correct caseclick
2010-08-19Switch to using SIMD-oriented Fast Mersenne Twister for random number generat...silinoron
2010-08-19Fix a crash in transaction commands.Machiavelli
2010-08-19- Call mysql_thread_end() for every deleted MySQLConnection instance, should ...Machiavelli
2010-08-19Properly end mysql connections and libraries on exit.Machiavelli
2010-08-19Solve one of the few culprits that cause authserver and worldserver to exit i...Machiavelli
2010-08-19- Fix Linux build (huge thanks to Aokromes for testing as always)Machiavelli
2010-08-18This should fix linux build - please confirm.Machiavelli
2010-08-18DBLayer:Machiavelli
2010-08-18Buildsystem/Core: Adjust header locations in CMake for collisions and shared ...click
2010-08-18Remove redundant files that I overlooked in my previous commit.Machiavelli
2010-08-18* HIGHLY EXPERIMENTAL - USE AT OWN RISK *Machiavelli
2010-08-17Buildsystem: Use "industry standard" foldernames on dpendencies + move/rename...click
2010-08-16Core: Use std::max instead of just max() in WheatyExceptionreport - fixes MS-...click
2010-08-16It might actually help you all to have the PCH-files as well...click
2010-08-16Buildsystem: Add PCH-support for targets shared, collision, authserver and wo...click
2010-08-16Fix Windows-build (YES, IT COMPILES!) - partial revert of revision a9386a2655click
2010-08-15Fix a crash related to concurrent access to config file by different threads.Machiavelli
2010-08-14Buildsystem/Linux: Deprecate and remove use of FindTermcap.cmake - it was onl...click
2010-08-14Core: Remove some useless defines (handled in the configfiles)click
2010-08-11Buildsystem: Removed unused MemoryLeaks filesShauren
2010-08-09BuildSystem/Windows: Add RelWithDebInfo configuration-type (reverts previous ...click
2010-08-08*Implement spell casting on transports (no more out of range error, etc)QAston
2010-08-08Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...click
2010-08-08Added #ifdef _WIN32 to Windows-specific filesShauren
2010-08-08More cleaning for CMakeListsShauren