aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
AgeCommit message (Expand)Author
2024-06-04Core/Misc: Added Loading.Locales to enable/disable the load of locales (#30013)Antonio Martín Berti
2024-06-02Remove excesive white line on worldserver.conf.distAokromes
2024-06-02Core/Misc: Fixed windows _UNICODE incompatibilitiesShauren
2024-05-31CI/GitHub: Add Windows x86_64 CI (github actions) support. (#29773)Fabian König
2024-05-07Core/Misc: Minor change to make_unique_ptr_with_deleter to make it accept onl...Shauren
2024-04-30Core/Misc: Refactor loading process to remove exit() calls that cause deadloc...Shauren
2024-04-04Core/OutdoorPvP: Fixed shutdown crashShauren
2024-04-04Core/Misc: Replace shared_ptr with unique_ptr with deleter for cleanups in ma...Shauren
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
2023-01-02Core/Characters: Added Dracthyr Evoker creation data (#28624)fluxurion
2022-12-17Core/Misc: Updated default expansion to 9Shauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-10-25Core/Misc: Added missing config option Guild.SaveInterval to worldserver defa...M'Dic
2022-10-13Core/Misc: Fixed worldserver shutdown with --update-databases-onlyShauren
2022-10-13Core/Threading: Create ThreadPool classShauren
2022-10-04Core/Instances: Add new config options to control the time when both daily an...Shauren
2022-10-04Core/Instances: Delete InstanceSaveMgr and replace most of its uses with new ...Shauren
2022-10-04Core/Instances: Instance lock rewrite (WIP)Shauren
2022-09-29Core/World: Include more details about MaxCoreStuckTime asserts (#28188)Giacomo Pozzoni
2022-09-05Core/Crypto: Fixed loading legacy openssl provider for RC4 on windowsShauren
2022-07-31Core/PacketIO: Updated packet structures to 9.2.7Shauren
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
2022-07-11Core/WorldStates: Migrate pvp season worldstates to new systemShauren
2022-06-10Core/Chat: Apply chat flood control to addon messages as well (#26908)stoneharry
2022-06-10Core/World: Allow specifying minimum world updates diff in configShauren
2022-06-10Core/Metric: Send metrics in smaller intervalsjackpoz
2022-05-06Core/Crypto: Fixed EVP_PKEY reference counting for copied objectsShauren
2022-05-03Core/Crypto: Switch away from most deprecated openssl functions and removed u...Shauren
2022-03-19Flash worldserver on taskbar on thread start (#26886)Maks Szokalski
2022-03-13Core/Config: Implement config override with env vars (#26811)Anton Popovichenko