aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
AgeCommit message (Expand)Author
2019-07-12Scripts/Commands: .account ban no longer fails if an account containing the s...Treeston
2019-07-09Core/Weather: Fixed weather updates to be thread safeShauren
2019-07-08Scripts/Commands: update .wp commands to use orientation field from DB (PR #2...ForesterDev
2019-07-08Entities/Unit: Nuke Map::ForceRespawn from orbit, with the following implicat...Treeston
2019-07-07Entities/Creature: Some asserts are now LOG_ERRORs that block spawning. Fix a...Treeston
2019-07-05Core/Unit: Implement more helper methods (#23555)ForesterDev
2019-07-03Core/Quest: fix money reward for quests turned in at level cap. (#23495)Wyrserth
2019-07-02Core/Player: add helper methods GetNativeGender/SetNativeGender/SetGender (#2...ForesterDev
2019-07-01Core/Unit: rename several getters to follow codestyleccrs
2019-06-26Coding standards (#23514)Aokromes
2019-06-23Core/Entities: Kick engagement logic upstairs to Unit (from ThreatManager), s...Treeston
2019-06-16Core/Commands: implement commands to look up a map/item/quest name for a give...Wyrserth
2019-05-29Core/Channel: Fix CRT Debug Assert triggered with invalid channel namesjackpoz
2019-04-28Core/Commands: Fix heap-use-after-free in ".ticket delete" commandjackpoz
2019-04-27Scripts/Commands: Add .debug asan commandsjackpoz
2019-04-24Core/Object: Range check (#23179)Jozef DĂșc
2019-04-24Scripts/Commands: add some missing checks for .guild create command (#23201)ForesterDev
2019-04-03Core/Misc: Warning fixes (/W4) (#23149)Gustavo
2019-02-24Core/Commands: Don't re-add active quests with ".quest add" commandjackpoz
2019-02-15[3.3.5] Commands: lookup player shows which character is online (#23039)TheWinchesters
2019-02-05Core/Misc: Fix issues reported by static analysisjackpoz
2019-01-15Core/Commands: Fixed creature/gameobject move commands not updating which cel...Shauren
2019-01-10Core/Movement: correct logic wrongly ported in 2a84562dc8ccrs
2019-01-01Happy New Year, folks. It's 2019!Treeston
2019-01-01Scripts/Commands: Fix crash caused by .set npc model (#22877)Giacomo Pozzoni
2018-12-30Core/Creatures: Port trainer changes from masterGhaster
2018-11-11Core/Util: Redesign SmartEnum to properly work for large enums (>64 entries) ...Treeston
2018-10-28Add rotation to .gob info (#22723)Rochet2
2018-10-25Core/Command: Fix gameobject turn orientation saving (#22712)Rochet2
2018-10-11Core/Commands: fix .appear command provide wrong undermap position (#22624)ForesterDev
2018-10-11Core/Commands: Fix quest remove error message (#22623)ForesterDev
2018-10-09Split quest template locales (#22596)AlcDenat
2018-09-23Core/Commands: Fixed crash in .go commandsShauren
2018-09-17Scripts/Commands: Add .debug dummy. It does nothing, which means you can make...Treeston
2018-09-09kill some whitespacesAokromes
2018-09-09Core/ChatCommands: Implement achievement link parsingTreeston
2018-09-08another build fixTreeston
2018-09-08Scripts/Commands: Rewrite .account commands to new modelTreeston
2018-09-07Scripts/Commands: New argument parsing methodology (PR #22363)Treeston
2018-09-06Core/RBAC: Simplification part 1. Nobody needs different permissions for each...Treeston
2018-08-30Scripts/Commands: Cleanup and trinity_string for .go instance. Hi shauren.Treeston
2018-08-30Scripts/Commands: New command ".go instance". Goes to an instance.Treeston
2018-08-28Scripts/Commands: .npc info now includes react state infoTreeston
2018-08-23Core/AI: Clean up charm AI handling, we now have two unique_ptr instead of a ...Treeston
2018-08-17Core/Commands: Fixed .damage command to work with spell schools caused by bad...Shauren
2018-08-16Scritpts/Commands: Fix area name display if no area present. Closes #21727.Treeston
2018-08-14Scripts/Commands: Fix .quest complete to properly work with PvP kill quests. ...Treeston
2018-07-18Scripts/Commands: Demangled typeinfo of f7466c2 for gcc/cmakeTreeston
2018-07-18Scripts/Commands: .npc info and .gobj info now show runtime AI typenames in a...Treeston
2018-06-26Core/Unit: Name and implement UNIT_FLAG_NON_ATTACKABLE_2 (PR #22087)killerwife