summaryrefslogtreecommitdiff
path: root/src/test/mocks/WorldMock.h
AgeCommit message (Collapse)Author
32 hoursfeat(bash): test command in dashboard + fix tests (#23030)Yehonal
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-30feat(Core/Config): Improvements to config caching (#21647)Takenbacon
2025-02-13refactor(Core/World): Create WorldSessionMgr to split session logic out of ↵Takenbacon
World (#21400)
2025-02-01refactor(Core/ObjectMgr): Change GetAcoreString from char const* to s… ↵Kitzunu
(#21213) ...ring
2024-08-08refactor(Core/World): Move SendGMText to ChatHandler and allow `fmt` (#19490)Kitzunu
* refactor(Core/World): Move SendGMText to WorldSession and allow `fmt` - Move SendGMText from World to WorldSession - Make SendGMText use fmt - Make SendGMText parse acore_string entries * Update cs_message.cpp * tokenize the string only once * Move to chathandler * Update WorldSession.cpp * make sure we have a session
2024-07-29refactor(Core/Chat): Move SendWorldText(optional) to ChatHandler and … ↵Kitzunu
(#19501) * refactor(Core/Chat): Move SendWorldText(optional) to ChatHandler and allow `fmt` * Update src/server/game/Battlegrounds/BattlegroundQueue.cpp * Update src/server/game/Battlegrounds/BattlegroundQueue.cpp * Update src/server/game/Misc/BanMgr.cpp * Update src/server/game/Misc/BanMgr.cpp * Update src/server/game/Misc/BanMgr.cpp * Update src/server/game/Misc/BanMgr.cpp * Update src/server/game/Misc/BanMgr.cpp * Update src/server/game/Misc/BanMgr.cpp * Update src/server/game/Misc/BanMgr.cpp * Update src/server/game/Misc/BanMgr.cpp
2024-07-20chore(Core/Misc): Remove deprecated code (#19413)Kitzunu
* Config - Deprecated for 3 years * ChatCommand - Deprecated for 2 years * getLevel() - Deprecated for 2 years * SendGlobalText - Deprecated for 8 years +
2024-01-01feat(Core/World): Implement DoForAllPlayers() helper for all online p… ↵Andrew
(#18060) * feat(Core/World): Implement DoForAllPlayers() helper for all online players * Update src/server/game/World/World.cpp Co-authored-by: Winfidonarleyan <dowlandtop@yandex.com> * Update src/server/game/World/World.cpp Co-authored-by: Winfidonarleyan <dowlandtop@yandex.com> * rename * Update WorldMock.h * Update WorldMock.h --------- Co-authored-by: Winfidonarleyan <dowlandtop@yandex.com>
2023-11-18chore(Core/Misc): sort includes (#17776)Winfidonarleyan
* chore(Cleanup): sort includes * fix build * fix build again
2023-08-06refactor(Core/Motd): Move motd to MotdMgr (#16933)Kitzunu
2023-02-21refactor(Core/Autobroadcast): Move autobroadcast to it's own file (#15147)Kitzunu
2023-02-20refactor(Core/Motd): Move motd from conf to db (#15111)Kitzunu
2022-04-28refactor(DB): Handle SQL files in a new way (#11494)Kitzunu
* refactor(DB): Handle SQL files in a new way * remove proof that it works files * Update rev_1650721405699287200.sql * Update rev_1650721339143444200.sql * Update rev_1650721386624384400.sql * fix build * fix
2022-01-24feat(Core/Time): Implement saparated manager for game time (#8630)Kargatum
2022-01-08refactor(Core/Packet): Chat (#9509)IntelligentQuantum
* Chat * . * Update GameObject.cpp * Update Object.cpp * Update Player.cpp
2022-01-03Core/Packet: WorldState (#9435)IntelligentQuantum
* Core/Packet: WorldState * Test * WRONG Co-authored-by: acidmanifesto <joshua.lee.betts@gmail.com>
2021-12-26feat(Core/Player): Implement player specific settings (#9483)Skjalf
2021-11-22refactor(Core/Misc): headers cleanup (#9259)Kargatum
2021-11-20feat(Scripts/Commands): Implement restart/shutdown reasons (#9242)Skjalf
2021-11-18refactor(Core/Cache): move the GlobalPlayerCache to its own class (#9166)Skjalf
2021-09-30feat(License): add new headers information about license (#7941)Kargatum
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2021-07-16feat(Core): replace ACE network with Boost.Asio (#6574)Kargatum
2021-05-30feat(Core/Command): server debug (#6007)Kitzunu
* initial work * fix query * load * clean up * remove from startup * ACE * remove static * Update MySQLThreading.cpp * not used * Update MySQLThreading.cpp * unit testing * Update WorldMock.h * show Boost ver * Update WorldMock.h * include * Now we have boost::filesystem woo * fix build * fix typo
2021-05-27feat(Core/RealmList): port TrinityCore realm api (#5626)Kargatum
* feat(Core/RealmList): port TrinityCore realm api * 1 * whitespace cleanup * Update data/sql/updates/pending_db_auth/rev_1620114805872279900.sql Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> * 1 * 2 * Update data/sql/updates/pending_db_auth/rev_1620114805872279900.sql Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> * ` * 1 * small corrects * finish maybe * realm.Id.Realm * ws * 1 Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-04-25feat(Core/Misc): implement ObjectGuid class (port from TC) (#4885)UltraNix
2021-04-17feat(Core/Logging): rework logging (#4692)Kargatum
* feat(Core/Logging): rework logging * correct level for sql.sql * del unused config options * Correct build * correct after merge * whitespace 20:29:37 1. 'Player.cpp'. Replace (1) 20:29:37 2. 'ObjectMgr.cpp'. Replace (3) * 1 * correct logging * correct affter merge * 1 * 2 * LOG_LEVEL_WARN * #include "AppenderDB.h" * 3 * 4 * 5 * 1. 'WorldSocket.cpp'. Replace (1) * 6 * 1
2021-02-24refactor(Core): sort #includes alphabetically (#4579)Kitzunu
2020-12-30refactor(Core/sWorld): improve singleton management (#3862)Francesco Borzì