aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
AgeCommit message (Expand)Author
2015-04-10Core: Whitespace/tab2spaces cleanupclick
2015-04-07Core/Command: Sanitize input for .account set gmlevel <username> handlingclick
2015-03-30Core/Misc: Remove unused headersleak
2015-03-29Core/Dungeon Finder: Allow to execute "lfg" commands from consolejackpoz
2015-03-29Core/Dungeon Finder: Restore ".lfg queue debug" logging additional informationjackpoz
2015-03-19Split up LANG_MAP_POSITION to fix a crash when issuing .gps commandariel-
2015-02-02Core/Build: Use std namespace in getline callsNayd
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-26Scripts/Commands: Fix a conversion loss at the mute history commandNyeriah
2014-11-27Core/Scripts: Fix buildNayd
2014-11-26Core: Use the correct function to convert strings to unsigned longs and unsig...Nayd
2014-11-11Scripts/Commands: mod xp commandHeihachi
2014-11-10Core/Commands: implement .pvpstats commandShinDarth
2014-10-25AHBot related fixesRochet2
2014-10-19Core/Misc: fixed a scenario when character factionchange create unexpected re...joschiwald
2014-10-19Core/Misc: Remove unsafe not thread-safe localtime() callsjackpoz
2014-10-18Scripts/Commands: Fix static analysis issuesNyeriah
2014-10-18Scripts/Commands: Implement mutehistory command for GM's with requested impro...Heihachi
2014-10-18Scripts/Commands: Implement commands to set and get boss states during run timeNyeriah
2014-10-18Merge pull request #13353 from ShinDarth/335_quest_trackerDuarte Duarte
2014-10-18Core/Quest: implement Quest TrackerShinDarth
2014-10-18Core/ObjectAccessor: don't use singleton when calling static methodsjoschiwald
2014-10-17Core/Players: Fix players not being notified if on loading screenjackpoz
2014-10-09Build: Fixed game & collision depending on each other for linkingShauren
2014-10-08Core/Logging: Replaced direct calls to GetCounter() in logs with ToString()Shauren
2014-09-19Core/Commands: Fix displaying in .baninfo character command.xjose93
2014-09-19Core/Grids: Replace some magic numbers with constantsShocker
2014-09-19Core/Misc: Multiple static analysis issues fixed (small optimizations and cle...DDuarte
2014-09-16Merge branch 'ObjectGuid' of https://github.com/TrinityCore/TrinityCoreShauren
2014-09-16Core/Logging: Fixed incorrect usage of guid in logsShauren
2014-09-16Core/Scripts: Fixed incorrect guid usage in logsShauren
2014-09-16Core/Scripts: Fixed incorrect guid usage in logsShauren
2014-09-14Scripts/Commands: Fix ".npc info" immune mask outputjackpoz
2014-09-14Scripts/Commands: Fixed build with -DSCRIPTS=0Shauren
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-09-13Core/Chat: cleanup MonsterText methodsjoschiwald
2014-09-13Core/Scripts: Nuke db_script_string table and make SCRIPT_COMMAND_TALK with b...DDuarte
2014-09-13Core/Entities: Use new PackedGuid classShauren
2014-09-08Scripts/Commands: Allow to set a custom duration to the Freeze command applie...Odyssey
2014-09-07Core: Remove whitespace (again, again, ...)Vincent-Michael
2014-09-07Core: Remove again whitespace (meh :/)Vincent-Michael
2014-09-06Scripts/Commands: Fix issues reported by static analysisjackpoz
2014-09-05Scripts/Commands: Move instance command strings to databaseNyeriah
2014-09-05Merge pull request #13016 from Odyssey/pinfoDuarte Duarte
2014-09-05Merge pull request #13039 from Nyeriah/pr-cmdDuarte Duarte
2014-09-05Scripts/Commands: Move cs_misc command output hardcoded strings to DB so they...Odyssey
2014-09-03Core/Tickets: Send global GM system messages on ticket completeNyeriah
2014-09-01Merge pull request #13004 from Nyeriah/pr-cmdDuarte Duarte
2014-08-31Scripts/Commands: Fix up logic at group join command, so it doesn't return fu...Nyeriah
2014-09-01Scripts/Commands: Replace regex usageDDuarte