aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-05Core/Arena: Fix Arena.ArenaStartPersonalRating setting not having effect if t...jackpoz
2022-02-05Core/Players: Directly store PlayerSpell in m_spells, not as pointerShauren
2022-02-05Core/SAI: Do not allow SMART_EVENT_RESET to call SMART_ACTION_CALL_SCRIPT_RESETjackpoz
2022-02-05Scripts/Obsidian Sanctum: Fix portals not being visiblejackpoz
2022-02-05Core/SAI: Reduce the chance of infinite loops/stack overflows (#25398)Giacomo Pozzoni
2022-02-05Core/Misc: Allow all kinds of non-map containers in grid searchersShauren
2022-02-05Scripts/Icecrown Citadel: Finish script registration refactoring - RegisterSp...Shauren
2022-02-05Scripts/Icecrown Citadel: Fix scriptname conflictShauren
2022-02-05Scripts/ICC: update Lich King scripts to new model (#25396)ForesterDev
2022-02-05Scripts/ICC: update Sindragosa scripts to new model (#25395)ForesterDev
2022-02-05Scripts/ICC: update Professor Putricide scripts to new model (#25394)ForesterDev
2022-02-05Scripts/ICC: update Lady Deathwhisper scripts to new model (#25393)ForesterDev
2022-02-05Scripts/ICC: update Rotface scripts to new model (#25392)ForesterDev
2022-02-05Scripts/ICC: update Festergut scripts to new model (#25391)ForesterDev
2022-02-05Scripts/ICC: update Valithria Dreamwalker scripts to new model (#25390)ForesterDev
2022-02-05Scripts/Icecrown Citadel: update Blood Council scripts to new model (#25389)ForesterDev
2022-02-05Scripts/Commands: Convert argument parsing of .npc commandsTreeston
2022-02-05Scripts/Commands: Convert argument parsing of gameobject commandsTreeston
2022-02-04Common/Util: Trinity::StringTo<double> support (PR #25364)Treeston
2022-02-04Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,...Treeston
2022-02-04Core/Player: Fixed incorrect prepared statement parameter types in Player::_S...robinsch
2022-02-04Core/Totem: Immune to all positive spells. (#25326)Houston
2022-02-04Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2022-02-04UnitTests: Add a first set of item hyperlink testsTreeston
2022-02-04Core/Chat: Add missing initialization to chat link data structuresShauren
2022-02-04Core/Chat: Correct Hyperlink validation for incomplete achievements.Treeston
2022-02-04Scripts/Commands: Fix a crash in .help - closes #25360Treeston
2022-02-04Core/ChatCommands: C++17 cleanup (again) (PR #25323)Treeston
2022-02-04Core/AI: SortByDistance will now sort the referenced list instead of a copy o...Ovahlord
2022-02-04Core/Config: Restore ability to load additional config files for custom scriptsShauren
2022-02-04Core/Misc: Update Worldserver.conf for AhBot Pricing -make things more clear ...Jinnaix
2022-02-04Core/Spell: Fix name clashing between local variables and class member fields...Giacomo Pozzoni
2022-02-04Core/Unit: send npcs home after fear runs out (#25347)Jinnaix
2022-02-04Core/AHBot: Warn about different AHBot behavior when AllowTwoSide.Interaction...jackpoz
2022-02-04Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni
2022-02-04Common/Utilities: Make StringTo<bool>'s signature match that of the other int...Treeston
2022-02-04Scripts: Minor loop refactors (#25325)Maks Szokalski
2022-02-04Scripts/InstanceScript: Fix an issue where LoadAllGrids would load creatures ...kvipka
2022-02-04Build: Put tests-extractor_common under correct folder when WITH_SOURCE_TREE ...Shauren
2022-02-04Script/Azuremyst_isle: Remove useless logAokromes
2022-02-04Warning fixShauren
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-02-04Common/Utilities: Properly read std::from_chars documentation and check for o...Treeston
2022-02-04Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...Treeston
2022-02-04Core/Warden: Ensure Warden packets do not exceed 512 bytes. This should recti...Treeston
2022-02-04Core/SAI: Implement SMART_TARGET_ACTION_INVOKER in SMART_EVENT_FRIENDLY_HEALT...Giacomo Pozzoni
2022-02-04Core/Warden: Fix warden timeout ticking twice as fast as it shouldShauren
2022-02-04Core/ChatCommands: Do not try to consume integral types if the token is empty...Peter Keresztes Schmidt
2022-02-04Core/Movement: Fix RandomMovementGenerator for swimming creaturesjackpoz
2022-02-04Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...Treeston