aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-30Core/PacketLog: Save session ip and port information in saved packetsDDuarte
This data is put into the "optional data" part of each packet of the PKT 3.1 format It will be used with WPP to debug some networking issues
2014-07-29DB/Misc: Some SAI, Waypoints, and emote fixes for Outlands.Malcrom
2014-07-30Scripts/OutdoorPvP: dropped redundand codejoschiwald
2014-07-30DB/SAI: Eversong woods scriptsDr-J
A couple of quest complete scripts for eversong woods * The Fallen Courier * Abandoned Investigations
2014-07-29DB/SAI: More updates to SAI. A lot of non working SAI fixed.Malcrom
2014-07-29DB/SAI: Some SAI updates to use CMCMalcrom
2014-07-29DB/TEXT: Replace incorrect textDr-J
Replace text on infused crystal http://www.wowhead.com/npc=16364 with correct emote text which should be used by this npc during quest powering our defenses, Leaving https://github.com/TrinityCore/TrinityCore/issues/12696 open though as there are sill more issues with this quest.
2014-07-29Scripts/OutdoorPvP: replaced some chat texts with proper defense messagesjoschiwald
2014-07-29DB/SAI: Some SAI updates to use CMCMalcrom
2014-07-29DB/Waypoints: Pathing for Unending Voidwraith at Manaforge Ultrus. Only ↵Malcrom
Visual but nice to have done :)
2014-07-29Scripts/BloodmystIsle: Fix StartUp ErrorsVincent-Michael
2014-07-29DB/Misc: Kill some startup errors V2Dr-J
Resubmit for errors fixed in https://github.com/TrinityCore/TrinityCore/commit/7aff8037b50d2167596de976d12e8c947c9d3a9e from https://github.com/TrinityCore/TrinityCore/commit/e594630d30a831acf5562bf5f964ea4f33c9ace2
2014-07-29Core/Authserver: Fixed invalid memory access when AsByteArray returns less ↵Shauren
bytes than expected
2014-07-29Update 2014_07_28_13_world_sai.sqlDr-J
Kill some startup errors.
2014-07-29Core/Conditions: Added more infos for CONDITION_SPELL error logVincent-Michael
2014-07-29Core/Chat: Restored split alliance and horde chat channelsShauren
Closes #12664
2014-07-29Core/Channels: Do not allow creation of channels starting with digitsDDuarte
2014-07-29DB/SAI: Add some missing textsDr-J
* adds texts for Bimble Longberry * Rescripts Miles Sidney and Wright Williams so texts are said in order of dialect rather than just random texts, also adds the missing texts.
2014-07-29DB/Creature: Spawn missing spawns (3.3.5)Dr-J
Spawn Miles Sidney and Wright Williams who are missing from 3.3.5 world db
2014-07-29Core/Config: User-friendlyfy configuration parsing errorsDDuarte
It will now print useful error messages that pinpoint the issue with the config file (missing file, bad syntax, etc) In memory of MitchesD that lost 18 hours finding a problem with his config because of a duplicated line.
2014-07-29Update Socket.hShauren
Added missing typename keyword
2014-07-29Core/Socket: Fixed expected template evaluated type for AsyncWrite if ↵Shauren
PacketType is a pointer (Bla* const& is not what we want)
2014-07-29Merge pull request #12683 from dr-j/masterDr-J
DB/SAI: Henry Stern
2014-07-28DB/SAI: Henry SternDr-J
Replace a non functioning core script with SAI
2014-07-28Update razorfen_downs.cppDr-J
2014-07-28CI/Travis: Add steps to create databases and import SQLsDDuarte
This way the automated build with error if sqls contain errors. Do NOT import world_database.sql, keep using TDB releases.
2014-07-28DB/Misc: Expedition Armory Fixup - Add missing spawns, pathing, and update ↵Malcrom
some SAI
2014-07-28Core/Instances: Explicitly unload InstanceSaveMgr before MapManager, fixes ↵Shauren
invalid memory access at shutdown Closes #12635
2014-07-28Update 2014_07_28_07_world_sai.sqlDr-J
slight change to reflect recent changes in db structure
2014-07-28DB/Misc: Fixup Twilight Ridge area of Nagrand. Add missing spawns and ↵Malcrom
waypoints, fix visuals, and fix SAI.
2014-07-28DB/Waypoints: Replace estimated path for Stronglimb Deeproot with proper dataMalcrom
2014-07-28DB/Waypoints: Fix pathing for creatures in cave between Zangermarsh and ↵Malcrom
Blades Edge
2014-07-28Rename 2014_07_28_07_world_misc.sql to 2014_07_28_08_world_misc.sqlMalcrom
2014-07-28DB/Misc: Add some pathing, equipment, and missing Combat AI for several ↵Malcrom
npc's in Nagrand
2014-07-28DB/SAI: Alpha WorgDr-J
Original Script by @Malcrom, updated by me Garwal should be invisible to players without aura from http://www.wowhead.com/spell=43060 this is also the spell which forces reputation on garwal to be hostile but the server side spell which Garwal is meant to cast 43062 Alpha Worg: Garwal's Invisibility which is in spell dbc now but does not work so players can still see him without quest but hes friendly. Closes #8412
2014-07-28Core/Network: Fixed packets being properly received only by the first player ↵Shauren
when broadcasted to everyone Closes #12675
2014-07-28Core/Startup: Change an error about "broken zone-data" on guild loading to debugDDuarte
This "error" happens when player is on zone 0 or transport.
2014-07-28DB/Misc: Remove some hacksDr-J
Remove some hacks and rescript some quests to work properly using server side spells now as we know them * Slim Pickings * Master the Storm
2014-07-28DB/Creature: Fix Lesser Scorching TotemDr-J
As with other totems this needs spell in spell1 in creature template Fixes the issue with totems used by Bristlelimb shamans not working as in https://github.com/TrinityCore/TrinityCore/commit/cdadcc62a0cda6ff8a56d02a3a96bc575ef0f761
2014-07-28DB/Waypoints: Add waypoints to all Fen Striders in Zangermash and add one ↵Malcrom
missing spawn
2014-07-28DB/Quest: Saving Princess StillpineDr-J
Original work by @Malcrom, modified and made to work by me. Closes #4518 Known issues Scorching Totem used by Bristlelimb Shaman does not work it summons totem but totem does nothing High Chief Bristlelimb maybe missing wp/pathing except for the above working as intended
2014-07-28Core/Networking: Attempt to fix some exceptionsDDuarte
Call the non-throwing versions of socket.remote_endpoint in GetRemoteIpAddress and GetRemotePort. Sh*t will still be broken tho
2014-07-27Db/Pathing: Pathed second set of Murkblood Invaders in NagrandMalcrom
2014-07-27DB/Misc: Fix up Kil'Sorrow Area in Nagrand. Added spawns, pathing, visual ↵Malcrom
spells, and fixed SAI.
2014-07-28DB/Creature: Fix Angus Stern spawn pointAokromes
Closes #12661
2014-07-27DB/SAI: Re-add a line of sai Dr-J
Re-add a line of sai which I accidentally deleted in https://github.com/TrinityCore/TrinityCore/commit/1c345e59bcfc0606b7cf785b51eb524350e54072 and because of it broke the Kessel Run
2014-07-27DB/Creature: Zangen StonehoofDr-J
Script daily event with Zangen Stonehoof
2014-07-27Fixed a rare crash case when authserver socket was forcefully closed during readleak
Closes #12634
2014-07-27Tools/mmaps: Change the PCQ queue to uint32 againDDuarte
6f272ea5b7d65518 re-added support for non-pointer types
2014-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren