aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver/Main.cpp
AgeCommit message (Expand)Author
2015-10-06Core/Battle.net:Shauren
2015-09-28Core/Maps: Moved corpse management to map levelShauren
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-08-16Merge pull request #15297 from StormBytePP/3.3.5_rename_Revision.hjackpoz
2015-08-16Core/Build: Removed obsolete SystemConfig.h and made genrev be part of shared...StormBytePP
2015-08-16Core/Logging: Refactored appender creation to allow using logging without mys...Shauren
2015-07-04Core/Executables: Add --version and -v to worldserver and bnetserver argumentsDDuarte
2015-06-10Core/Bnet: Fixed bnetserver not shutting down correctly when started as windo...Shauren
2015-06-06Core/Bnet: Implemented starting bnetserver as a windows serviceShauren
2015-04-28Core/Entities: Reworked guid scopesShauren
2015-03-22Core/Misc: Warning fixesShauren
2015-03-21Core/Worldserver: Set updates enabled default value to "none" -> disabledNaios
2015-03-21Core/Updates: Add an automatic database update system. Automatically detects ...Naios
2015-03-11Revert "Core/Server: Catch exceptions in int main()"jackpoz
2015-02-15Core/Server: Catch exceptions in int main()Duarte Duarte
2015-01-01Update copyright note for 2015Vincent-Michael
2014-11-11Conf: Changed hotfix database's name to actually match the initial nameKinzcool
2014-11-11Core/Databases: Add hotfix database to world config and prepared statement fo...devil1234
2014-11-09Core/NetworkIO: updated SMSG_UPDATE_WORLD_STATE, added SMSG_PVP_SEASON and ad...joschiwald
2014-11-09Core/NetworkIO: Added second connection to WorldSession, handle AuthContinued...Shauren
2014-10-17Core: Implemented IPC (Inter-process communication) between worldserver and b...Shauren
2014-10-03Core/Worldserver: Fix worldserver stuck on "Halting process" on shutdownjackpoz
2014-09-28WorldServer/Misc: Log possible errors on shutdownjackpoz
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-09-09Core/NetworkIO: Use reactor style sending on linux to reduce locking overheadShauren
2014-08-11Core/NetworkIO: Restore networking related scripting hooksleak
2014-08-10Resolve shutdown crash/leak if MySQL server is not runningleak
2014-08-10Core/Worldserver: Replaced old hack sending key events to unblock console threadShauren
2014-07-29Core/Config: User-friendlyfy configuration parsing errorsDDuarte
2014-07-28Core/Instances: Explicitly unload InstanceSaveMgr before MapManager, fixes in...Shauren
2014-07-23Core/Misc: Silenced 500 OS X Warnings and removed deprecated finite() method.Jared P. Jones
2014-07-23Core/Mains: Handle SIGBREAK to achieve clean shutdown when users click X butt...Shauren
2014-07-17Core/Misc: Fix abort() on shutdown on *nixjackpoz
2014-07-16GCC compile fixesleak
2014-07-15[Auth\Worldserver] Use boost to load console arguments. (Added a few style ch...Chaplain
2014-07-13Fixed the worldserver not using the path to the config file as defined in cmakeSubv
2014-07-09Fixed the first world connection being slowSubv
2014-07-08Fixed FreezeDetectorHandler trigger timeleak
2014-07-08Replaced the LogWorker thread with Boost ASIOleak
2014-07-07Renamed WorldTcpSession back to WorldSocketleak
2014-07-07Readd support for TCP_NODELAY socket optionleak
2014-07-06Removed some dead codeSubv
2014-07-06Change the freeze detector thread to be a periodic callback running on the th...leak
2014-07-06Some groundwork for replacing the ACE based WorldSocket handlingleak
2014-07-04Refactored both world and auth mainleak
2014-07-02Some ground work for ASIO based RemoteAccess handlingleak
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-07-28Servers: Fix some code style issues in world and authserverNay
2013-07-15Core/Config: Refactored ConfigMgrShauren