aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-07-19Core/PacketIO: Enabled and updated a bunch of opcodesShauren
2012-07-18Core/Player: Moved guild id storing back to updatefieldsShauren
2012-07-18Core/PacketIO: Zlib compression stream structure is kept per session - ↵Shauren
compress packets individually for each receiver
2012-07-18Core/Units: Some cleanup in movement packet related functions - try to keep ↵Shauren
only one function handling a packet, not have it scattered all over the place
2012-07-18Core/PacketIO: Implemented packet compression for any opcode.Shauren
2012-07-17Core/Players: Update rune cooldown handling for cataclysmShauren
2012-07-17Core/PacketIO: Updated and enabled CMSG_CAST_SPELL, SMSG_SPELL_START and ↵Shauren
SMSG_SPELL_GO
2012-07-17Core/PacketIO: Updated and enabled MSG_MOVE_TELEPORT, MSG_MOVE_TELEPORT_ACK, ↵Shauren
MSG_MOVE_WORLDPORT_ACK, SMSG_NEW_WORLD and SMSG_TRANSFER_PENDING
2012-07-17Core/Spells: fix typo from king of the junglekandera
2012-07-17Core/PacketIO: Updated and enabled addon chat messagesShauren
2012-07-17Core/Spells: Fix Bauble of True Blood crit healVincent-Michael
2012-07-17Core/PacketIO: Enabled and update CMSG_ZONEUPDATE, SMSG_CANCEL_COMBAT, ↵Shauren
SMSG_NOTIFICATION, SMSG_QUERY_TIME_RESPONSE, SMSG_SET_FORCED_REACTIONS and SMSG_WEATHER
2012-07-17Core/PacketIO: Updated more movement packet structuresShauren
2012-07-17Core/Spell: Fix Idol of the Crying Wind calculationVincent-Michael
2012-07-16Core/PacketIO: Unset CMSG_GUILD_RANK and CMSG_GUILD_ROSTERNay
2012-07-16Core/PacketIO: Fix some wrong opcodes, now in sync with WPPNay
2012-07-16Core/PacketIO: Remove a wrong opcode, add one and correct an opcode nameNay
2012-07-16Core/PacketIO: Removed more duplicates, thanks HornShauren
2012-07-16Core/PacketIO: Removed many duplicate opcodesShauren
2012-07-16Core/PacketIO: 321 opcodes from WPPNay
2012-07-16Core/PacketIO: Updated and enabled most player movement client opcodes, huge ↵Shauren
thanks to Horn for doing half of the job
2012-07-15Core/Commands: Convert ticket commands in commandscriptVincent-Michael
2012-07-15Merge pull request #7095 from LordJZ/ticketmgrNay
Some TicketMgr fixes
2012-07-15Merge pull request #7039 from Vincent-Michael/banCommandNay
Core/Commands: Convert ban / unban / baninfo / banlist commands in commandscript
2012-07-15Scripts/Commands: When GM is invisible use a transparency visual aura (to ↵Nay
make it obvious that invisibility is active) Thanks to Kretol for the idea and Aokromes for the spell id
2012-07-15Core/PacketIO: Updated and enabled SMSG_PLAYER_MOVEShauren
2012-07-14Core/Objects: Use standard 64bit integer literals that work on all compilersShauren
2012-07-14Core/MovementShauren
* Updated movement flags * Cleaned up MovementStatusElements enum * Updated and enabled MSG_MOVE_START_FORWARD
2012-07-14Core/PacketIO: Enabled logout opcodesShauren
2012-07-14Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Shauren
2012-07-14Tools: Updated default extractors client buildShauren
2012-07-14Core/Commands: Convert ban / unban / baninfo / banlist commands in commandscriptVincent-Michael
2012-07-14Drop obsolete check.LordJZ
2012-07-14Allow for GM ticket response text up to 15999 characters.LordJZ
2012-07-14Core/WorldSocket: Restored opcode check lost in between mergesShauren
2012-07-13Core/Movement: Update spline flags and enabled creature movementShauren
2012-07-13Merge pull request #7090 from Faq/Idol4kandera
Core/Spellaura: Fix Idol of Worship
2012-07-13Core/Instance: fix attumen/midnight encounter (thx zwerg) closes #6188Kandera
2012-07-13Core/Spellaura: Fix Idol of WorshipFaq
2012-07-13Core/Spells - Idol of the Crying Wind;Faq
+ Fixing typo;
2012-07-13Core: Fix buildNay
2012-07-13Core/Spells: fix proc for king of the jungle talent. closes #5983Kandera
2012-07-13Core/Player: Fix issues with 'ignore this slot' option on equipment manager ↵NNN666
usage
2012-07-13Core/PacketIO: Typo fix, thanks Zakamurite for noticingShauren
2012-07-13Core/Warden: Workaround for an OpenSSL bug in the ARC4 stream cipher ↵leak
initialization that causes crashes on some OS - Skip loading warden_action overrides when warden is disabled fixes #6486
2012-07-12Core/PacketIO: Updated SMSG_UPDATE_OBJECT structureShauren
2012-07-12Core/Achievements: Corrected packet buildingShauren
2012-07-12Core/Items: Updated data sent in SMSG_DB_REPLYShauren
2012-07-12Core/PacketIO: Next batch of enabled opcodesShauren
2012-07-12Core/PacketIO: More structure updates (SMSG_DB_REPLY, CMSG_REQUEST_HOTFIX) ↵Shauren
and enabled opcodes with verified structures