aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-15Scripts/Misc: Attempt to fix the buildGiacomo Pozzoni
2020-02-15DB: Rename fileKillyana
2020-02-15Scripts/Gameobject: Journal of Jandice Barov- Convert script to SAI. (#24157)Rushor
* Scripts/Gameobject: Journal of Jandice Barov- Convert script to SAI. (Thanks to Sunwell) * Scripts/Gameobject: Journal of Jandice Barov - Update script and move go spawn to bossscript * Update boss_jandice_barov.cpp Co-authored-by: Eridium <6587064+Killyana@users.noreply.github.com>
2020-02-15TDB 335.20021 - 2020/02/15TDB335.20021TDB Release
2020-02-14Scripts/Gameobject: Remove deprecated script for Cat Figurine (#24150)Rushor
Scripts/Gameobject: Remove deprecated script for Cat Figurine
2020-02-14DB/Quest: Boiling PointKillyana
Closes #24152
2020-02-14Core/Guilds: Don't rely on implicit guid->uint64 conversion for member lookupShauren
2020-02-14DB/Gossip: Fix some gossipsKillyana
2020-02-14DB/Gossip: Fix gossips for Neill Ramstein & Ram Master RayKillyana
2020-02-14Core/Misc: Remove redundant null pointer checks before delete (#24140)Ujp8LfXBJ6wCPR
* Identified by clang-tidy readability-delete-null-pointer
2020-02-14Core/Misc: Remove redundant copy constructor for Position and WorldLocation ↵Ujp8LfXBJ6wCPR
(#24151) * Default compiler generated ones do the same
2020-02-14DB/Spawns: Add missing spawns related to BrewfestKillyana
2020-02-13DB/Locales: Add locales for a gossip optionKillyana
2020-02-13DB/Conditions: Fix loot conditions for Brann's CommunicatorKillyana
2020-02-13DB/Quest: Fix gossips related to "The Mechagnomes" questKillyana
2020-02-13DB/Text: Update some gossips with broadcastKillyana
2020-02-13DB/SAI: Fix some SAIKillyana
2020-02-12DB/Locales: Fix some locales for npc_textKillyana
Ref #24130
2020-02-11DB/Quest: World Event Dungeon - HummelKillyana
2020-02-11DB/Misc: Elite Tauren Chieftains World's End Tavern ConcertsKillyana
Closes #24148
2020-02-11DB/Creature: Love BoatsKillyana
Closes #14027
2020-02-11Scripts/Kalimdor: Move script of Hand of Iruxos Crystal to database. (#24141)Rushor
* Scripts/Kalimdor: Move script of Hand of Iruxos Crystal to database. * Scripts/Kalimdor: Hand of Iruxos Crystal - Add despawn for gameobject. * Scripts/Kalimdor: Hand of Iruxos Crystal - Add despawn for gameobject. * Remove unneeded commentline * Rename 9999_99_99_99_world.sql to 2020_02_11_00_world.sql Co-authored-by: Aokromes <Aokromes@users.noreply.github.com>
2020-02-10DB/Text: Fix and remove some npc_textKillyana
2020-02-08DB/GameEvents: Update end time for some eventsKillyana
Closes #24125
2020-02-08DB/Logs: Move some logs back to DB errorsKillyana
Ref https://github.com/TrinityCore/TrinityCore/commit/38d3b35561e2634fe633f1c21b1d786b2899e9cb Ref #22282
2020-02-08DB/npc_text: Sync npc_text data with broadcast_textKillyana
Ref #22282
2020-02-08Scripts/Spells: Nourish (#24057)Sorikoff
* Scripts/Spells: Nourish * Rename 9999_99_99_99_world.sql to 2020_02_08_02_world.sql * Update 2020_02_08_02_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-02-08Core/Vehicles: implement vehicle seat addon table to specify seat ori… ↵Ovah
(#24112) * Core/Vehicles: implement vehicle seat addon table to specify seat orientation offsets and exit positions in form of offsets or absolute positions * converted Traveler's Tundra Mammoth to seat addon table data * first follow batch * whoopsie * Core/Vehicles: go from local copies to pointers * Update and rename 2020_99_99_99_world.sql to 2020_02_08_01_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-02-08Core/PacketIO: update cinematic packets to new system. Implement ↵ForesterDev
CMSG_OPENING_CINEMATIC and CMSG_COMPLETE_MOVIE (#24135) * Server/PacketIO: Enable SMSG_TRIGGER_CINEMATIC & SMSG_TRIGGER_MOVIE. * Update SMSG_TRIGGER_CINEMATIC & SMSG_TRIGGER_MOVIE to new Format. Signed-off-by: AriDEV <aridev666@gmail.com> # Conflicts: # src/server/game/Entities/Player/Player.cpp # src/server/game/Server/Packets/MiscPackets.cpp # src/server/game/Server/Packets/MiscPackets.h # src/server/game/Server/Protocol/Opcodes.cpp * Core/Scripts: Add server-side script support for movie completion (#18308) # Conflicts: # src/server/game/Entities/Player/Player.h # src/server/game/Handlers/MiscHandler.cpp # src/server/game/Scripting/ScriptMgr.h # src/server/game/Server/Packets/MiscPackets.h # src/server/game/Server/Protocol/Opcodes.cpp # src/server/game/Server/WorldSession.h * Core/PacketIO: CMSG_COMPLETE_CINEMATIC, CMSG_NEXT_CINEMATIC_CAMERA and enabled some opcodes # Conflicts: # src/server/game/Server/Protocol/Opcodes.cpp # src/server/game/Server/WorldSession.h * Core/Protocol: Implemented CMSG_OPENING_CINEMATIC # Conflicts: # src/server/game/Handlers/GuildHandler.cpp # src/server/game/Server/Protocol/Opcodes.cpp # src/server/game/Server/WorldSession.h * fix build Co-authored-by: Krudor <erikstrandberg93@hotmail.com> Co-authored-by: MitchesD <majklprofik@seznam.cz> Co-authored-by: Kaelima <kaelima@live.se>
2020-02-08Core/Scripting: fixed hourly bell sounds (#24127)schell244
* fixed hourly bell sounds * use switch and moved variable * fix typo
2020-02-08Use boost::optional and boost::none instead of smelly pointer (#24134)Ujp8LfXBJ6wCPR
* Remove bad pointer usage from CharacterCache Use TrinityCore Option type instead which is intended for this purpose. (Wrapper around boost::option until C++17 bump is finalised) * Unify codestyle regarding TC optional type Based upon advice from @Shauren
2020-02-08Sync npc_text naming (#24128)Eridium
* Sync npc_text naming Ref #22287 Ref #22282 We will update the table with data from broadcast_text later * Fix sql * Rename 2020_99_99_99_world_335.sql to 2020_02_08_00_world_335.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-02-08Core/Misc: Some refactoring, #23603 prep: (#23676)Treeston
- Split SpawnMetadata off from SpawnData - No longer allocate Creature/Gameobject objects in ObjectGridLoader just to check their typeid and delete them afterwards Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-02-08Build: Enable and require c++17 (#23868)Giacomo Pozzoni
* Build: Enable and require c++17 * Build: Raise Visual Studio version from 2017 15.2 to 2017 15.9 * Build: Raise GCC version from 6.3.0 to 7.1.0 * Reduce branch differences * Fix build after latest merge * Cleanup after latest merge
2020-02-06nopch build fixKeader
2020-02-06Game/Battlegrounds: Fixed Position and Rotation of Alterac Valley GatesKeader
2020-02-01Scripts/Spells: Gift of the Harvester (#24111)Sorikoff
* Scripts/Spells: Gift of the Harvester * Scripts/Spells: nopch * Scripts/Spells: nopch * Scripts/Spells: validate * Rename 9999_99_99_99_world.sql to 2020_02_01_03_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-02-01Sync broadcast_text naming (#24102)funjoker
* Sync broadcast_text naming official namings for broadcast_text * Rename 2020_01_24_00_world_335.sql to 2020_02_01_02_world_335.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-02-01Core/PacketIO: convert some packets to to new packet class (#24100)ForesterDev
* Core/PacketIO: updated SMSG_INVALIDATE_PLAYER, SMSG_BINDER_CONFIRM, SMSG_BIND_POINT_UPDATE, SMSG_PLAYER_BOUND and SMSG_LOGIN_SET_TIME_SPEED * small corrections
2020-02-01Core/Movement: Fix WaypointMovementGenerator ignoring ↵Giacomo Pozzoni
EscortAI::SetEscortPaused() on Gossip Hello (#24005) Fix WaypointMovementGenerator ignoring EscortAI::SetEscortPaused() when talking to a NPC, scheduling a 3 minutes pause on the WaypointMovementGenerator even if it was already disabled with no timer, waiting for the player to select a gossip entry to resume the movement.
2020-02-01Core/Items: implement some helper methods for easier readability (#24113)ForesterDev
2020-02-01Scripts/Borean Tundra: Iruk (#24117)Sorikoff
* Scripts/Borean Tundra: Iruk * Apply suggestions from code review Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update 9999_99_99_99_world.sql * Rename 9999_99_99_99_world.sql to 2020_02_01_01_world.sql Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-02-01Scripts/The Barrens: Beaten Corpse (#24124)Sorikoff
* Scripts/The Barrens: Beaten Corpse * Rename 9999_99_99_99_world.sql to 2020_02_01_00_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-01-30DB/Creature: Plagued Dragonflayer Tribesman & Plagued Dragonflayer ↵Killyana
Rune-Caster & Plagued Dragonflayer Handler Closes #24122
2020-01-28DB/Creature: Add missing spawns to The Shattered HallsKillyana
2020-01-28Update 2020_01_28_01_world.sqlAokromes
2020-01-28DB/Creature: Visiting WarlockKillyana
2020-01-28DB/Creature: Death RayKillyana
2020-01-28DB/Creature: Lunar Cluster Credit Marker & Lunar Firework Credit MarkerKillyana
2020-01-28Core/Scripting: fixed build. Re-enable ModifyVehiclePassengerExitPos for ↵Ovah
CreatureScript to allow scripted creatures that already have an AI to benefit from its functionality as well