aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
AgeCommit message (Expand)Author
2010-09-06Core: add possibility to disable creating of characters of specified races/cl...azazel
2010-09-03Fix compilation, thanks tru.bazoozoo, closes issue 3778Shocker
2010-09-03Core/DBLayerMachiavelli
2010-09-02Core/DBLayer:Machiavelli
2010-09-02Some old typo fixes, closes issues #3747, #2756, #2607, thanks 2010phenix/jea...Shocker
2010-08-31Core: Fix more warnings and fix compile under linux 64Spp
2010-08-30Core: Fix more warningsSpp
2010-08-30Buildsystem: Remove some cruft (double set) of SCRIPT_LIB in worldserver CMak...click
2010-08-30Buildsystem: Clean up target link-definitions a bitclick
2010-08-29Rewrite much of the GM ticket systemsilinoron
2010-08-28Buildsystem: Update CMakeLists to use the proper check, not the old one...click
2010-08-26Core/Logging:Machiavelli
2010-08-26Buildsystem/Core: Adjust MySQL headers on relevant files to use simplified #i...click
2010-08-25* Change default config value for group visibility mode, allow visibility of ...Shocker
2010-08-25Change default settings for OffhandCheckAtSpellUnlearn (new: 1) and MaxArenaP...Shocker
2010-08-23Replace World::getConfig with World::getFloatConfig, World::getIntConfig, and...silinoron
2010-08-23- Fix potential singleton memory deallocation problemsMachiavelli
2010-08-23Core: Fix Windows compileSpp
2010-08-23Core: Fix more warningsSpp
2010-08-23Core: Fix some warningsSpp
2010-08-22Fix typo - thanks menkeclick
2010-08-22Core/SOAP: Fix semaphore locking on non-POSIX systems (thanks to menke/arrai)click
2010-08-21Core: Remove "may be used uninitialized in this function", "unused parameter ...Spp
2010-08-20* Remove support for map-based random number generation (which seems unused).silinoron
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-19Config: Cosmetic changes in worldserver.conf fileSpp
2010-08-18DBLayer:Machiavelli
2010-08-17Add support for recruit-a-friend XP and reputation multipliers.silinoron
2010-08-18* HIGHLY EXPERIMENTAL - USE AT OWN RISK *Machiavelli
2010-08-17Buildsystem: Use "industry standard" foldernames on dpendencies + move/rename...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-14Buildsystem/Linux: Deprecate and remove use of FindTermcap.cmake - it was onl...click
2010-08-14Dungeon Finder: Add config value to Enable/Disable Dungeon FinderSpp
2010-08-11Buildsystem: Clean up build-process on all platformsclick
2010-08-11Buildsystem: Removed unused MemoryLeaks filesShauren
2010-08-10Backed out changeset 2f79fd19c2c5 - needs some more thought, sorry - I promis...click
2010-08-10Buildsystem/Windows: Use CMAKE_INSTALL_PREFIX as result-dir for output (Thank...click
2010-08-10Buildsystem/Linux: Remove -DCENTOS flag and enforce linking with ncurses in c...click
2010-08-09BuildSystem/Windows: Add RelWithDebInfo configuration-type (reverts previous ...click
2010-08-09Buildsystem: Copy configuration-file over to binaries-directory on MSVC after...click
2010-08-08Fixed icons for windowsShauren
2010-08-08Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...click
2010-08-08* Some singleton renames for consistency:XTZGZoReX
2010-08-08* Rename: BattleGround -> Battleground.XTZGZoReX
2010-08-08* Some cleanups and fixes in cmakes.XTZGZoReX
2010-08-08Buildsystem: Make core buildable under Windows againclick
2010-08-07* Added new World::OnStartup/OnShutdown hooks.XTZGZoReX