aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
AgeCommit message (Expand)Author
2021-04-15Core/Misc: Replace time(NULL) with GameTime::GetGameTime()jackpoz
2021-04-15Scripts/Commands: Add failure state for quest remove (#20611)Andrew Letson
2021-04-13Core/Cheats: Power - set max power on all powers initially + on regenerate (#...Matan Shukry
2021-04-05Core/Misc: Change all unix time columns in character database to bigint (signed)Shauren
2021-03-15Scripts/Commands: modify command .dismount to target any selected player (#19...ForesterDev
2021-03-15Core/Misc: minor typo and codestyle fixesariel-
2021-03-03Core/Commands: Fixed .bnetaccount gameaccountcreate command generating too lo...Shauren
2021-02-25Core/Creatures: Implemented extra flag to use offhand attacks (#21008)Ovah
2021-02-06Core/Misc: Fix static analysis issuesjackpoz
2021-01-29Core/Misc: waypoint movementccrs
2021-01-25Core/Commands: Fixed .go zonexy command (#25825)Robingad
2021-01-23Scripts/Commands: Fixed .modify gender not setting correct customizations (#2...Matan Shukry
2020-12-31Core/Commands: Add .reload vehicle_templateShauren
2020-12-30Core/Commands: Add optional broadcast text id argument to .debug play sound c...Shauren
2020-12-27Core/Chat: Send broadcast text id in sound packets to allow playing encrypted...Shauren
2020-12-23Core/Players: Introduce configurable allied race starting level and fix defau...Shauren
2020-12-08Core/DataStores: Updated db2 structures to 9.0.2Shauren
2020-12-08Core/PacketIO: Fill new packet fields with dataShauren
2020-12-08Core/Misc: First set of required db changes for 9.0Shauren
2020-12-08Core/PacketIO: Updated most packet structures to 9.0.1Shauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-23Core/Misc: random refactorsTreeston
2020-08-23Core/Spawn: Move spawn group state management from sObjectMgr to the Map obje...Treeston
2020-08-23Scripts/Commands: .npc delete and .gobj delete now work while the specified g...Treeston
2020-08-23Core/Misc: Remove Whitespacessirikfoll
2020-08-23Core/Movement: waypoint movement (#20121)ccrs
2020-08-22Scripts/Commands: Fix some quirkiness and potential crashes with live DB modi...Treeston
2020-08-22Scripts/Commands: New utility command: .list spawnpoints.Treeston
2020-08-22Dynamic Creature/Go spawning:r00ty-tc
2020-08-18Scripts/Commands: Fix a crash on summon when no group is avaible (#20029)Regigicas
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-08-13[3.3.5] Combat/Threat rewrite - prep & refactor (#19966)Treeston
2020-08-03Core/Authserver: Authserver cleanup (PR#25093)Treeston
2020-07-31Core/Creatures: Fix typoAokromes
2020-07-31Core/Creatures: Move gossip trainer assignment to creature_trainer table - sa...Shauren
2020-07-16Combat/threat rewrite prep - merge RBAC/DB changes.treeston
2020-07-16Core/Scripts: Fixed GAMEOBJECT_TYPE_DOOR closing automatically after being op...S.V
2020-07-16Correct some missing auth DB changes from b59ca1c.treeston
2020-07-16Rename .debug uws to .debug worldstate (clarity change).treeston
2020-07-16Add new command 'npc showloot'. Does exactly what it says on the tin.treeston
2020-07-16- Add new commands .group set assistant, .group set maintank and .group set m...treeston
2020-07-16Removed a now-unused local (ca02629 follow-up)treeston
2020-07-16Make some adjustments to .summon and .group summon behavior to make them more...treeston
2020-07-16So, I came in trying to fix gameobject LoS. So I restructured some stuff.treeston
2020-07-16[3.3.5] Get zone/area IDs from vmap data in the liquid update (#19840)Treeston
2020-07-16Some improvements to .debug raidreset command. Now supports heroic difficulty...treeston
2020-06-27Core/DataStores: Simplified string memory allocation in db2 files, dropped un...Shauren
2020-06-25Core/Players: Remove deprecated skill related config AlwaysMaxWeaponSkill and...Shauren
2020-06-22DB/Account: update account_access table (#24788)ForesterDev
2020-06-14Scripts/Command: implement .debug play music commandForesterDev