aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-22Build fixKeader
2018-09-22DB/Script: Fix wrong target typeKillyana
2018-09-22DB/GameEvent: Add darkmoon build event to Terokkar and missing spawn to MulgoreKillyana
Closes #18043
2018-09-21DB/Event: Add missing spawns for Brewfest Building eventKillyana
Ref #18043
2018-09-21DB/SAI: Make some targets randomKillyana
Ref #22471 #17979
2018-09-21Core/SAI: Add maxSize parameter to SMART_TARGET_CREATURE_DISTANCE, ↵jackpoz
SMART_TARGET_GAMEOBJECT_DISTANCE, SMART_TARGET_CREATURE_RANGE and SMART_TARGET_GAMEOBJECT_RANGE
2018-09-21Core/SAI: Add a 4th target parameter to SAIjackpoz
2018-09-21DB/Quest: Hah...You're Not So Big Now!Killyana
Closes #22478
2018-09-21Scripts/ICC: 2e4358f726 followupccrs
ref https://github.com/TrinityCore/TrinityCore/commit/2e4358f726354d3954047eb63d4390ce39247335#r30588551
2018-09-21Scripts/TempleOfAhnQiraj: Despawn Skeram's images on death and fix an edge ↵Sarah Alexander
case where images would not spawn if he was casting during transition (#22474)
2018-09-21Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-preven… ↵Sarah Alexander
(#22475) * Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-prevention area trigger * Sartura engages players if they try to skip her by walking past down the tunnel * Clean up the instance script a bit
2018-09-20Scripts/ICC: 2e4358f726 followupccrs
std::list does not provide random access
2018-09-20Scripts/ICC: update Unchained Magic target selectionccrs
because we all love retri paladins and hate healers, right?, right?
2018-09-20Core/Movement: Add additional assertjackpoz
Add additional assert to FlightPathMovementGenerator
2018-09-20DB/Quest: Springing the TrapKillyana
Closes #5137
2018-09-19Scripts/UBRS: Open General Drakkisath's gates once he is defeated (#22462)Sarah Alexander
Closes #15769
2018-09-18DB/Quest: Remove wrong quest starter/ender for "The Pit of Saron" alliance sideKillyana
Update #22459
2018-09-18DB/Creature: Fix some root for some npcsKillyana
Closes #22447
2018-09-18DB/SAI: Sundered RumblerKillyana
2018-09-18DB/Creature: Warp AberrationKillyana
2018-09-18Core/Chat: Validate UTF8 in chat messagesTreeston
2018-09-18Core/Chat: Fix chat filter to not block certain non-ASCII charactersTreeston
2018-09-18DB/SAI: Fix React state with WaypointKillyana
Closes #22376
2018-09-18Core/Chat: Some more chat filtering cleanup:Treeston
* Always filter control characters * Clean up stripping of duplicate whitespace * Adjust .conf.dist to accurately describe what the config settings do
2018-09-18Core/Chat: Some hyperlink follow-ups:Treeston
* Ignore messages containing invalid links again instead of trying to sanitize them. Closes #22451. * No longer filter messages on the addon channel. Closes #22450.
2018-09-17DB/Creature: Fix some spawns on top of Shadow VaultKillyana
2018-09-17Core/Chat: Fix validation of tradeskill recipes that belong to multiple ↵Treeston
skill lines
2018-09-17Core/Chat: Fix tradeskill hyperlinks - embedded GUID is now properly read as ↵Treeston
base 16 (not 10). Closes #22446.
2018-09-17Core/Scripts: Unify Chrono Literals (#22420)DanVS
* Unify Chrono Literals * Retire IN_MILLISECONDS * Build fix * Build fix (sequel) * Retire urand() * Edge cases * Build * Whitespaces * More edge cases * Additional cases
2018-09-17Core/Player: Delay resurrection on release for unreachable maps until ↵Treeston
teleport has completed. Closes #21481.
2018-09-17Core/Player: Clean up duel related code. Fix a check for abusive client ↵Treeston
behavior, sanitize pointer usage, code style. Closes #22374.
2018-09-17Scripts/Commands: Add .debug dummy. It does nothing, which means you can ↵Treeston
make it do anything.
2018-09-17Core/Chat: Add a missing terminator checkTreeston
2018-09-16Core/Guild: Implement character gender and send in packet. (#22436)Kittnz
Closes #22433 Credit xvwyh
2018-09-15Core/Spells: Include RealPointsPerLevel when determining if aura is negative ↵HelloKitty
(#22427)
2018-09-15Nopch fix (#22437)Gildor
2018-09-14GameObject/SAI: Rookery Egg SpawnerKillyana
Closes #22430
2018-09-13Update worldserver.conf.distAokromes
2018-09-13Movement/TaxiPath: Properly clean up list of taxi destinations upon arrival ↵Treeston
at final node. Closes #22089.
2018-09-13Fix gcc warningsShauren
2018-09-13gcc build fixTreeston
2018-09-13Core/Ticket: Validate Hyperlinks in ticket contents. Closes #22408.Treeston
2018-09-13Misc: add missing copyright headerccrs
2018-09-13Misc: Update Quests.LowLevelHideDiff to wotlkKillyana
Closes #17421
2018-09-13Misc: Reverse Quests.HighLevelHideDiff changesKillyana
Ref #17421
2018-09-13[3.3.5] Core/Chat: Unify chat hyperlink parsing (PR #22417)Treeston
- Validate most link properties all the time - If enabled, also validate link text (needs locale) - Instead of blocking the entire message, sanitize it - Apply filtering to DND/AFK messages. Closes #22399
2018-09-12DB/Creature: Fix unit flag for Lich King and Sindragosa involved on Where ↵Killyana
Dragons Fell quest
2018-09-12Build: missing case from previous commitccrs
2018-09-12Core\Misc: create CommonHelpers and move a couple definitions from PlayerAI ↵ccrs
into it
2018-09-12Core/Unit: Erm, so it turns out that releasing your spirit actually never ↵Treeston
set your death state to DEAD. It stayed as CORPSE. That's wrong, of course, but we didn't notice because zombie corpses (see f50a8e5). Zombie corpses are gone, so now it caused a bug. That's fixed too. Closes #21873. (Finally.)