summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Collapse)Author
23 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-17fix(UnitTest): fixes unit tests not compiling under windows (#21299)Patrick Müssig
2025-02-13refactor(Core/World): Create WorldSessionMgr to split session logic out of ↵Takenbacon
World (#21400)
2025-02-12feat(Core/Arena): Add support for arena seasons completion with progression ↵Anton Popovichenko
in runtime. (#19858) Co-authored-by: Winfidonarleyan <dowlandtop@yandex.com>
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-30refactor(src/common): remove unused imports (#19506)Francesco Borzì
* refactor(src/common): remove unused imports * fix: build * chore: fix build * chore: size_t -> std::size_t * chore: fix fuckup from previous commit * chore: fix build * chore: fix build * chore: fix build * chore: fix build with std::size_t * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build
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-12-02feat(Core/Scripting): move all script objects to separated files (#17860)Winfidonarleyan
* feat(Core/Scripts): move all script objects to separated files * Apply 5bfeabde813d26cf2317e39cffe598a9d1d738ab * try gcc build * again
2023-11-18chore(Core/Misc): sort includes (#17776)Winfidonarleyan
* chore(Cleanup): sort includes * fix build * fix build again
2023-08-14fix(build): macOS (#17007)Kitzunu
* fix(build): macOS * Revert "fix(build): macOS" This reverts commit 612c41e41b2aea55069c0cfaf751c3ba7205e52f. * Update Config.cpp
2023-08-14feat(Core/Config): Implement config override with env vars (#16817)Anton Popovichenko
* Core/Config: Implement config override with env vars Implement overriding of configuration from the .conf file with environment variables. Environment variables keys are autogenerated based on the keys defined in .conf file. Usage example: $ export TC_DATA_DIR=/usr $ AC_WORLD_SERVER_PORT=8080 ./worldserver * Add tests for env vars config
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
2023-02-12chore(Core/Misc): Change all TODO to doxygen comment (#14966)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-31refactor(Core/Misc): acore to Acore (#6043)Kitzunu
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
2021-01-29fix(Core/Tets): Removed duplicated mock method (#4219)Petric
2020-12-30refactor(Core/sWorld): improve singleton management (#3862)Francesco Borzì
2020-12-07chore(Core): forgot to add copyright in new files + small correction (#3861)Francesco Borzì
2020-12-06refactor(Core/sLog): improve singleton management (#3801)Francesco Borzì
2020-11-29test(Formulas.h): GetGrayLevel, GetColorCode, GetZeroDifference (#3734)Francesco Borzì
2020-08-18test: add code coverage report (#3312)Erdem MEYDANLI
2020-08-17test: fix unit test linking problem in ubuntu 18.04Erdem MEYDANLI
2020-08-15feature(testing-automation): unit tests with Google Framework (#3273)Francesco Borzì