aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver/Main.cpp
AgeCommit message (Expand)Author
2018-05-12Core/Misc: Fix FreezeDetector triggered on startupjackpoz
2018-01-06Core/Misc: Added compatibility layer for boost 1.66 and future std:: networki...Shauren
2018-01-01Update copyright note for 2018tkrokli
2017-12-17Shared/Metric: Fix crash on shutdownjackpoz
2017-06-19Core: ported headers cleanup from master branchariel-
2017-06-19Core/Grids: Ported cmangos/mangos-wotlk@ea99457e50790acde8928aa0f3dc4a9c096b4a8cShauren
2017-06-19Core/Misc: Cleanup worldserver/authserver main() functions to run destructors...Shauren
2017-06-05Build fixShauren
2017-05-27Core/Misc: fix some clang 5 warningsariel-
2017-05-23Core/Misc: Prefix all preprocessor defines from CompilerDefs with TRINITY_ to...Shauren
2017-01-02Update Copyright notice for 2017tkrokli
2016-12-31Core/World: Simplified sleep calculation routine for world update thread (#18...xinef1
2016-06-04Implement real time statistic visualization (#16956)Duarte Duarte
2016-04-18Core/Scripting: Use the path of the worldserver executable to search for the ...Naios
2016-04-11Core/Game: Add a dynamic script reloader which reloads scripts modules on cha...Naios
2016-03-31Core/Config: Error logging for ptree_bad_dataDDuarte
2016-03-28Core/Network: Change SocketMgr.StartNetwork to take the thread count by arg i...DDuarte
2016-03-18CMake: Use inherited dependencies in scriptsNaios
2016-03-12Core/Misc: fix buildMitchesD
2016-03-12Core/Debugging: Make abort() less bad on windows by forcing crash log generationShauren
2016-03-12Core/Logging: Force synchronous logging after io_service shutdown - fixes lo...Shauren
2016-03-11Core/Worldserver: Move the Realm instance into the game libraryNaios
2016-03-11Core/Database: Move singleton instances into compilation unitsNaios
2016-03-06Core: Backport 6.x realm changesDDuarte
2016-03-03Core/Database: Close the databases correctly when the DBUpdater failsNaios
2016-01-01Update copyright note for 2016Rushor
2015-09-29Core/Maps: Moved corpse management to map levelShauren
2015-09-22Map local guids 6.x -> 3.3.35:pete318
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-08-16Core/Build: Renamed Revision.h to GitRevision.h to avoid compile failure when...StormBytePP
2015-08-16Build fix for WheatyExceptionReport, c++ exceptions must not be thrown in SEH...Shauren
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 authserver argumentsDDuarte
2015-04-05Core/Misc: Warning fixesShauren
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-22Core/Server: Catch exceptions in int main()Duarte Duarte
2015-01-01Update copyright note for 2015Vincent-Michael
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