aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
AgeCommit message (Expand)Author
2025-01-09Core/Network: Simplify worldserver port configuration: removed InstanceServer...Shauren
2024-12-12Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timerShauren
2024-11-12Core/Networking: Support IPv6Shauren
2024-11-11Misc/Config: updated config expansion levelOvahlord
2024-10-03Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow it...Shauren
2024-09-21Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...Shauren
2024-09-18Core/Misc: remove character creation code for Demon Hunters, Evokers and Alli...Ovahlord
2024-09-16Build: Automatically include WindowsSettings.manifest in all executables inst...Shauren
2024-09-16Core/Common: Compile ServiceWin32 as part of common project instead of direct...Shauren
2024-09-16Core/CrashHandler: Compile WheatyExceptionReport only once and moved its glob...Shauren
2024-08-26Core/Config: implemented a config setting for rated battleground conquest rew...Ovahlord
2024-08-26Core/Player: updated currency constants and fixed sending random battleground...Ovahlord
2024-08-26Core/Config: updated current arena season to 9 (Vicious Gladiator)Ovahlord
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-07-18Build: CMake cleanupShauren
2024-06-20Build: Normalize executable locations in build directory for all platformsShauren
2024-06-20Core/Misc: Added Loading.Locales to enable/disable the load of locales (#30013)Antonio Martín Berti
2024-06-20Remove excesive white line on worldserver.conf.distAokromes
2024-06-20Core/Misc: Fixed windows _UNICODE incompatibilitiesShauren
2024-06-20CI/GitHub: Add Windows x86_64 CI (github actions) support. (#29773)Fabian König
2024-06-16Core/Config: revert lfg option mask to dungeon finder enabled as this is the ...Ovahlord
2024-06-16Core/LFG: update LFG options mask to current retail/classic state and incorpo...Ovahlord
2024-05-28Core/Misc: Minor change to make_unique_ptr_with_deleter to make it accept onl...Shauren
2024-05-28Core/Misc: Refactor loading process to remove exit() calls that cause deadloc...Shauren
2024-05-28Core/OutdoorPvP: Fixed shutdown crashShauren
2024-05-28Core/Misc: Replace shared_ptr with unique_ptr with deleter for cleanups in ma...Shauren
2024-04-01Core/Config: disable AE loot by defaultOvahlord
2024-03-10Config/WorldServer: updated max player level and expansion config settingsOvahlord
2024-03-09Core/World: set Death Knight starting level back to 55Ovahlord
2024-01-23Core/Loot: implemented a custom server config setting to enable or disable AE...Ovahlord
2024-01-23Core/Database: Fixed HotfixDatabase not being closed on shutdown with --updat...Shauren
2023-12-28Core/Creatures: Refactor CreatureEliteType (#29525)Teleqraph
2023-12-23Core/Accounts: Migrate RA credentials checking to use AccountMgr instead of c...Shauren
2023-12-17Core/Bnet: Rewrite LoginRESTService using boost::beast instead of gsoap as ht...Shauren
2023-12-08Core/Misc: Minor code modernization - kill std::bindShauren
2023-12-01Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-11-24Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
2023-11-14Core/BattlegroundMap: Load all cells when created & mark all creatures as act...Jeremy
2023-10-11Misc/Config: Fixed comment for CharacterCreating.EvokersPerRealm and Characte...Marek Madejski
2023-09-19Core/Quests: Fix questgiver status for trivial and future quests (#29328)Meji
2023-08-03Core/Realms: Minor refactor to realm address storage (remove LocalSubnetMask ...Shauren
2023-07-15Core/Network: Refactor local/remote ip address selection code and allow using...Shauren
2023-07-15Core/Network: Cleanup asio using directivesShauren
2023-06-09Core/Config: Implement reading config overrides from subdirectory (#29068)Смердокрыл
2023-05-09Core/Units: Power handling improvementsShauren
2023-02-16Update worldserver.conf.distAokromes
2023-01-31Core/Misc: Update config option CharactersPerAccount (Dragonflight)Meji
2023-01-29Core/Players: Several currency fixes and improvements (#28676)Meji
2023-01-09Core/Conf: Update MaxPlayerLevel 60 > 70 (#28663)Az'gath
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren