aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-22Core/Misc: Remove whitespacejackpoz
2020-08-22Core/SAI: Remove completed timed action lists even while evadingjackpoz
Fixes #25294
2020-08-22Scripts/Commands: Convert argument parsing of some misc commands to new ↵Peter Keresztes Schmidt
system (#25308) * Core/Shared: Make WeatherType smart * Scripts/Commands: Convert argument parsing of some misc commands to new system
2020-08-22Scripts/Commands: Convert argument parsing of cast commands to new system ↵Peter Keresztes Schmidt
(#25309)
2020-08-22Scripts/Commands: Fix two unreachable code issues found by PVS-studio (#25311)Peter Keresztes Schmidt
2020-08-22DB/Quest: Convert & update support for 'Ebon Blade Prisoners' to SAIoffl
Closes #24672
2020-08-22DB/Quest: Convert & update support for Borean Tundra escort quests to SAIoffl
Closes #25001
2020-08-22TDB 335.20082 - 2020/08/22TDB335.20082TDB Release
2020-08-22Scripts/Commands: Convert argument parsing of message commands to new system ↵Peter Keresztes Schmidt
(#25305)
2020-08-22Core/ChatCommands: Add std::wstring argument type (#25302)Peter Keresztes Schmidt
2020-08-22Scripts/Commands: Convert argument parsing of most list commands to new ↵Peter Keresztes Schmidt
system (#25303)
2020-08-22DB/SAI: Update some scripts using CMC cast flagoffl
2020-08-22DB/SAI: Remove SMARTCAST_INTERRUPT_PREVIOUS from Invoker Cast, Cross Cast ↵offl
and Self Cast actions Ref aae38bec116d5fb60d1f5900867cfe33388ed0bb Not needed at all for these action types, you can't interrupt player's spells by this event flag and there's no reason to interrupt creature's spells
2020-08-22Core/Misc: Reserve master branch trinity_string idsShauren
2020-08-22DB/Creature: Gravis Slipknotoffl
Closes #25300 Waypoint and equipment taken from https://github.com/cmangos/tbc-db/commit/ea2fab0a4f29cdea1fd5d169ae793156713d7997 https://github.com/cmangos/tbc-db/commit/381c51582b3edadda64ab02ad5afd9fa12b35a78 Thanks illfated for providing model fix
2020-08-22DB/SAI: Make Bonestripper Buzzard & Vulture move to invoker rather than ↵offl
random creature Ref #20821
2020-08-21DB/Quest: Add support for 'Bodyguard for Hire' & 'Gizelton Caravan'offl
Closes #1657 Closes #3260 Info for some parts taken from https://github.com/TrinityCore/TrinityCore/pull/20116 https://github.com/classicdb/database/pull/686 https://github.com/classicdb/database/commit/baff23f7cc4eab3348fdadf50c793435eaf93d81
2020-08-21DB/Reputation: Adjust reputation amount given after killing members of ↵offl
Gelkis / Magram Clan Centaur
2020-08-21DB/SAI: Remove SMARTCAST_INTERRUPT_PREVIOUS from more event typesoffl
Ref aae38bec116d5fb60d1f5900867cfe33388ed0bb
2020-08-21Build/GCC: Raise required version to 8.3.0 (#25297)Giacomo Pozzoni
Even when building with Clang, make sure to have libstdc++ >= 8
2020-08-21Core/Misc: Update worldserver.conf.dist to match actual defaults.Treeston
2020-08-21CI/GitHub: Build on GCC (#25288)Giacomo Pozzoni
* CI/GitHub: Build on GCC * Mark warnings as errors
2020-08-21Core/Warden: Add Lua checks to Warden (PR #25286)Treeston
2020-08-21Core/Gossip: Add new helper method to ScriptedGossip for resolving menuId -> ↵Maks Szokalski
sender (PR #25293)
2020-08-20Tools/VMapExtractor: Make Shauren happy, fmt::sprintf -> Trinity::StringFormatTreeston
2020-08-20Tools/VMapExtractor: Clean-up some patches of horrendously creaky code to ↵Treeston
make them slightly less creaky (and get rid of gcc warnings)
2020-08-20Core/PacketIO: Fixed incorrect displaying quest item rewards as choicesShauren
2020-08-20Core/Pets: Fixed automatic resurrecting pets on battleground graveyardsShauren
Closes #25289
2020-08-20Core/Warden: Ignore the `length` value in the database for MEM_CHECK checks. ↵Treeston
Hi there Aokromes.
2020-08-20Core/Warden: More refactors lifted from #25286.Treeston
2020-08-20Core/Warden: Some Warden refactors lifted from #25286.Treeston
2020-08-20Core/Networking: Initialize MPSCQueueIntrusive dummy node without undefined ↵Shauren
behavior
2020-08-20Core/Misc: Remove NULLShauren
2020-08-20Scripts/Spells: Replace RegisterAuraScript with RegisterSpellScript and ↵Shauren
remove it
2020-08-20Scripts/Spells: Convert remaining spell_generic scripts to simplified script ↵Shauren
registration using new additional constructor argument support
2020-08-20Core/Scripts: Unify RegisterSpellScript and RegisterAuraScript macros to do ↵Shauren
the same thing and implemented passing custom arguments to spell script classes
2020-08-20Core/Util: Added another template utility - find_type_ifShauren
* Trinity::find_type_if - Find a type matching predicate in a given template parameter pack
2020-08-20Core/Util: Added new utilitiesShauren
* Trinity::new_from_tuple - same as std::make_from_tuple except allocates object using "new" * Trinity::is_tuple - detects whether given type is a tuple specialization * advstd::type_identity - C++20 std::type_identity
2020-08-20Scripts/Commands: Convert argument parsing of event commands to new system ↵Peter Keresztes Schmidt
(PR #25275)
2020-08-20Common/Misc: Clean-up a GCC sign comparison warningTreeston
2020-08-20Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)Peter Keresztes Schmidt
2020-08-19Scripts/Commands: Convert argument parsing of gm commands to new system (#25279)Peter Keresztes Schmidt
2020-08-19Scripts/Commands: Convert argument parsing of remaining go command to new ↵Peter Keresztes Schmidt
system (#25284)
2020-08-19Core/PacketIO: Update SMSG_QUESTGIVER_OFFER_REWARD (#25251)NoName
Co-authored-by: Carbenium <carbenium@outlook.com>
2020-08-19Scripts/Commands: Convert argument parsing of honor commands to new systemCarbenium
2020-08-19Core/Warden: Add .debug warden force, allowing you to force specific warden ↵Treeston
checks to be sent
2020-08-18DB/Creature: Remove incorrectly added event from Thule Ravenclawoffl
Ref ad2552d04ae2656f25ede26a90cadf28a931e3bf This event belongs to Ravenclaw Apparition only, also removes permanent SetActive
2020-08-18Scripts/Commands: Convert argument parsing of deserter commands to new ↵Peter Keresztes Schmidt
system (PR #25276)
2020-08-18DB/Quest: Add correct action type to give quest credit for 'Escorting Erland'offl
Closes #25280 Ref eea3cf14017065dbf11deb0aa12f4cd7dd06abd6
2020-08-18DB/SAI: Remove unnecessary SetActive in DK start zoneJildor
Closes #25278