aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
AgeCommit message (Expand)Author
2022-01-26Scripts/Commands: Use enum type arg for HandleDebugAnimCommand (PR #25256)Peter Keresztes Schmidt
2022-01-26Core/ChatCommands: Add support for enum type arguments (PR #25242)Peter Keresztes Schmidt
2022-01-26Core/Unit: Make HandleEmoteCommand typesafe (#25249)Peter Keresztes Schmidt
2022-01-26Core/Warden: Warden refactors (PR #25235)Treeston
2022-01-26Core/Misc: Code cleanupjackpoz
2022-01-26Scripts/Command: Fix .mmap loc always printing command usagejackpoz
2022-01-26Scripts/Comamnds: Improve ".debug objectcount" command (#25208)Giacomo Pozzoni
2022-01-26Core/Misc: Fix static analysis issues (#25194)Giacomo Pozzoni
2022-01-24Core/Misc: Fix static analysis issues (#25178)Giacomo Pozzoni
2022-01-24Core/WorldObject: Replace non-std::chrono SummonGameObject overloadsCarbenium
2022-01-24Core/WorldObject: Remove non-std::chrono SummonCreature overloadCarbenium
2022-01-24Core/WorldObject: Partially std::chrono-ify SummonCreature overloadsCarbenium
2022-01-23Core/Crypto: c++17-ify crypto code cherry picked earlier that was downgraded ...Shauren
2022-01-23Core/Metric: Add more metrics about World::Update() loop (#25098)Giacomo Pozzoni
2022-01-23Core/Misc: Replace boost::shared_mutex with std::shared_mutex (#24328)Giacomo Pozzoni
2022-01-23Core/Misc: Replace boost::optional with std::optional part 2Shauren
2022-01-23Core/Misc: Replace boost::optional with std::optional (#25047)Peter Keresztes Schmidt
2022-01-23Core/DataStores: Port refactors from Update DBC field names to generated ones...Peter Keresztes Schmidt
2022-01-19Core/Commands: Fixed wrong field being used to determine instance type in .lo...Shauren
2022-01-16Core/Items: Reagent bank (#27592)Aqua Deus
2022-01-09Core/Guilds: Separate guild rank id from guild rank orderShauren
2022-01-06DB/Account: update account_access table cherry-pick take 2 (with refactors)ForesterDev
2022-01-06Scripts/Commands: Add .debug objectcount <optional map id> chat commandjackpoz
2022-01-04Core/Commands: Fixed .npc add overwriting existing spawns when used on transp...Shauren
2022-01-04Core/MMAPs: Adjust walkable climb and fix a lot of mmap raycast issues (#24539)Giacomo Pozzoni
2022-01-01Core/Player: add helper methods for PLAYER_FLAGS_DEVELOPER (#24511)ForesterDev
2022-01-01Core/Log: Log all character kicks to "network.kick" categoryjackpoz
2022-01-01Core/Misc: Remove whitespace at the end of linesjackpoz
2022-01-01Core/Logs: Log full guid instead of just low guid, part 2Giacomo Pozzoni
2021-12-28Core/Phasing: Implemented db spawns in personal phases (#26345)Matan Shukry
2021-12-26Core/Player: Initial War Mode support (#25926)Matan Shukry
2021-12-24Core/Chat: Add SpellInfo const* handler for command args. Use it to update .c...Treeston
2021-12-22Core/Database: Fix build with Maria DB on some distros (#24248)Giacomo Pozzoni
2021-12-22Core/Server: correct timestamp format for shutdown/restart notification broad...ForesterDev
2021-12-21Core/Creature: Use proper name for wander distance. (#24133)ratkosrb
2021-12-21Core/Misc: Some refactoring, #23603 prep: (#23676)Treeston
2021-12-19additional output for additem command (#24006)Michael
2021-12-18Core/Commands: Fixed wrong permissions for .lookup map commands (#23800)Kelno
2021-12-18Core/Map: Kill zoneId from RespawnInfo, all it did was significantly slow dow...Shauren
2021-12-18[3.3.5] Core/Authserver: TOTP rewrite: (PR #23633)Treeston
2021-12-18Scripts/Commands: Add .go boss, and do a usability pass over .go instance to ...Treeston
2021-12-18Scripts/Commands: Cleanup some output from .go instanceTreeston
2021-12-18Core/Pooling: Quest pooling rewrite: (PR#23627)Treeston
2021-12-17Core/AI: Finally move the "is creature engaged" flag to be a property of the ...Treeston
2021-12-16Scripts/Commands: Adjust .list respawns to use enum iteration. Add enum itera...Treeston
2021-12-16Scripts/Commands: Add .debug questreset to force daily/weekly/monthly quest r...Treeston
2021-12-16Core/Misc: Various dynspawn cleanup and refactors split off from pooling rewr...Treeston
2021-12-16Core/Commands: Add .debug guidlimits <optional map id> chat commandjackpoz
2021-12-15Scripts/Commands: .account ban no longer fails if an account containing the s...Treeston
2021-12-15Scripts/Commands: update .wp commands to use orientation field from DB (PR #2...ForesterDev