aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-10Core/Packets: CMSG_VIOLENCE_LEVEL handlerDDuarte
2014-11-10Core/Packets: CMSG_CANCEL_TRADE handlerDDuarte
2014-11-10Core/Packets: Add a constructor to ClientPacket with expected opcode (asserted)DDuarte
Also move all trivial packet constructors from .cpp to .h
2014-11-10Core/AccountMgr: Fix two typos when checking length of passwordDDuarte
No real change, both MAX_ACCOUNT_STR and MAX_PASS_STR are currently 16
2014-11-10DB/World: Update faction and unit_class to default valuesDDuarte
2014-11-10SQL: Update auth_database.sqlDDuarte
It was missing an update to realmlist.gamebuild
2014-11-10Core/DataStores: Updating spells dbc part 2Intel
2014-11-10Build fixDDuarte
2014-11-10Core/Commands: Battle.net account command changesShauren
* All commands renamed from "battlenetaccount" to "bnetaccount" * bnetaccount create now also creates and links initial game account * Added new commands bnetaccount link/unlink to manage relations between existing accounts
2014-11-09Core/DataStores: Updating spells dbc part 1Intel
2014-11-09Build fixShauren
2014-11-09Core/PacketIO: Updated and enabled logout opcodesShauren
2014-11-09Core/LFG: Allow group bound to LFG instance to re-queue if someone leaves ↵jackpoz
the party (cherry picked from commit 064b47eccf6e9f4cb423340576a9a6f278ab4e69)
2014-11-09Core/Logging: Added connection index to packetlogShauren
2014-11-09SQL: Updated the base build with changes in 2d74ee9141828721Kinzcool
2014-11-09DB/Realmlist: Updated the required build to the actual base buildKinzcool
2014-11-09Core/Battle.net: Added more logs to auth processShauren
2014-11-09Merge pull request #13521 from ↵Duarte Duarte
TrinityCore/connection_patcher/fix_osx__document__fix_nonexistant_file_exception Connection patcher: fix osx, document, fix nonexistant file exception
2014-11-09Core/DBLayer: Fixed a few mismatched types and possible invalid memory ↵Shauren
access with aggregate fields in queries
2014-11-09Core/Misc: Use opcode definitions instead of magic values for known opcodes ↵Shauren
in IsInstanceOnlyOpcode
2014-11-09Core/NetworkIO: updated SMSG_UPDATE_WORLD_STATE, added SMSG_PVP_SEASON and ↵joschiwald
added packet class for SMSG_INIT_WORLD_STATES
2014-11-09Core/DataStores: Even more converted dbcsIntel
2014-11-09Core/Battle.net: Fixed a copypaste mistake in packet name loggingShauren
2014-11-09Core/NetworkIO: Added second connection to WorldSession, handle ↵Shauren
AuthContinuedSession and enabled ConnectTo and ResumeComms
2014-11-09Core/DataStores: More converted dbcsIntel
2014-11-08Core/LFG: Fix being unable to re-queue after leaving queuejackpoz
(cherry picked from commit c2a69e748e243c9c08050c3bca854be3c0dc2130)
2014-11-08DB/SAI: Added SAI for some mobs in Icecrown CitadelMitchesD
2014-11-08Core: Fix non-pch buildBernd Lörwald
2014-11-08Core/DataStores: Updated item dbcsIntel
2014-11-08SQL: Rename sqls after recent mergesDDuarte
2014-11-08Scripts/Ulduar: fix Achievs "Champion of Ulduar" and "Conqueror of Ulduar"treak
Signed-off-by: treak <goodfeelingzzz@gmail.com> (cherry picked from commit 341e374c723f0dc78e755ca962d22d5d9a8f54d8) Conflicts: src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp Codestyle (cherry picked from commit 3530b938a8d390d4d39ac840d5b0e7403b08dbc5)
2014-11-08Dep/CastLib: Update to ↵DDuarte
https://github.com/ladislav-zezula/CascLib/commit/3e3f4f443cb7b2893cbbe60b0a6efafebf48bc40
2014-11-08Scripts/Instance: The StonecoreMihapro
(cherry picked from commit 50bf6cad6a6bf1e4190a492c3a88316d6d831656)
2014-11-08Core/DataStores: Updated GameObjectDisplayInfo.dbc, GemProperties.dbc, ↵Intel
GlyphProperties.dbc, GlyphSlot.dbc, GuildPerkSpells.dbc structs
2014-11-08Core/DataStores: Updated DungeonEncounter.dbc, DurabilityCosts.dbc, ↵Intel
DurabilityQuality.dbc, EmotesEntry.dbc, EmotesText.dbc, Faction.dbc, FactionTemplate.dbc structs
2014-11-08Tools/ConnectionPatcher: fix: adapt to compiler optimization around ↵Bernd Lörwald
Signature pattern on osx clients
2014-11-08Tools/ConnectionPatcher: allow to find pattern multiple timesBernd Lörwald
2014-11-08Tools/ConnectionPatcher: fix: use patterns for mac on macBernd Lörwald
2014-11-08Tools/ConnectionPatcher: fix: don't try setting permissions for non-existing ↵Bernd Lörwald
file when patching module
2014-11-08Tools/ConnectionPatcher: add documentation on what is patchedBernd Lörwald
2014-11-08Core/ObjectMgr: Fixed function const qualifierIntel
2014-11-08Core/DataStores: Updated CreatureFamily.dbc, CreatureModelData.dbc, ↵Intel
CreatureSpellData.dbc, CreatureType.dbc, CurrencyTypes.dbc, DestructibleModelData.dbc structs
2014-11-08Core/Zmq: Added 50ms wait in the Run() loop to get rid of excessive cpu usageRat
(cherry picked from commit cbb6ca03399b6288ddda3d37bb42558af8103649) (cherry picked from commit 34553afa955ea700832e9f3d72c81efb79ab9d09)
2014-11-08Core/DataStores: Updated ChrClassesXPowerTypes.dbc, CinematicSequences.dbc, ↵Intel
CreatureDisplayInfo.dbc, CreatureDisplayInfoExtra.dbc structs
2014-11-08Core/NetworkIO: updated CMSG_RANDOMIZE_CHAR_NAME, SMSG_RANDOMIZE_CHAR_NAME, ↵joschiwald
SMSG_CLIENTCACHE_VERSION, SMSG_MOTD
2014-11-08Core/IPC: Fixed a possible crash on shutdownShauren
2014-11-07DB/Quest: Coward Delivery... Under 30 Minutes or it's FreeDr-J
Script http://www.wowhead.com/quest=11711/coward-delivery-under-30-minutes-or-its-free
2014-11-07Core/LFG: Fix party members not being able to vote to kick Leaderjackpoz
(cherry picked from commit 1802fb3e1efcf4c6c37b98189555bf23de62b0e0)
2014-11-07DB/Quest: Across TransboreaDr-J
Script http://www.wowhead.com/quest=11930/across-transborea
2014-11-07Core/DataStores: Updated ChatChannels.dbc, ChrClasses.dbc, ChrRaces.dbc structsIntel