aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-08-02Core/PacketIO: Enabled more opcodesVincent-Michael
2015-08-02Core/PacketIO: Added and enabled CMSG_SET_PVP opcodeVincent-Michael
2015-08-02Core/PacketIO: Enabled void storage opcodesVincent-Michael
2015-08-02Core/PacketIO: Removed useless stuff (only debug for me)Vincent-Michael
2015-08-02Core/PacketIO: Enabled CMSG_VIOLENCE_LEVEL, SMSG_SPELL_ENERGIZE_LOG, ↵Vincent-Michael
SMSG_SPELL_HEAL_LOG opcode
2015-08-02Core/PacketIO: Updated and enabled CMSG_TOGGLE_PVP opcodeVincent-Michael
2015-08-01Core/BattleNet: Removed bad lineVincent-Michael
2015-08-01Core/Opcodes: enabled duel opcodes and updated CMSG_OPENING_CINEMATICMitchesD
2015-08-01Core/Misc: Update game creature template locale in simple systemVincent-Michael
2015-07-31Core/PacketIO: Updated TutorialAction enum for 6.2.0 and fix typoVincent-Michael
2015-07-31Merge pull request #15191 from Rushor/actionRushor
Core/SAI: Add SMART_ACTION_RISE_UP for Z Axis
2015-07-31Core/PacketIO: Updated and enabled trade opcodesShauren
2015-07-31Fix SpellAurasEffects build on GCC 5.1DDuarte
Closes #14655
2015-07-30Core/Threading: Marked CMSG_SET_EVERYONE_IS_ASSISTANT as unsafeShauren
2015-07-30Core/SAI: Add SMART_ACTION_RISE_UP for Z AxisRushor
* closes #15188
2015-07-29Build fixShauren
2015-07-29Core/Opcodes: enabled loot and equip opcodesZerixx
2015-07-29Core/PacketIO: Added utility packet array class to handle loop counter ↵Shauren
limiting in packets received from the client
2015-07-28Merge pull request #15145 from pete318/runeforging6xDuarte Duarte
[6.x] Core/Spell: Learn DK runeforging skill, when receving the spell book ability.
2015-07-28Merge pull request #14924 from Golrag/calendarDuarte Duarte
Core/PacketIO: CalendarPackets:
2015-07-28Core/PacketIO: updated CMSG_INSTANCE_LOCK_RESPONSE and fixed instance ↵MitchesD
binding of gamemasters
2015-07-28Scripts/RubySanctum: Widen random angles for meteor flames.Warpten
Don't QQ because "OMG you're not testing any of your stuff", I can't build TC atm. Memo: Meteor Flames have ``` [12] UNIT_CREATED_BY_SPELL: 74689/1.046616E-40 ``` which isn't in DBCs, exists, but is not seen in sniffs.
2015-07-28Core/PacketIO: CalendarPackets:Golrag
CMSG_CALENDAR_GET CMSG_CALENDAR_GET_EVENT CMSG_CALENDAR_GUILD_FILTER CMSG_CALENDAR_ADD_EVENT CMSG_CALENDAR_UPDATE_EVENT CMSG_CALENDAR_REMOVE_EVENT CMSG_CALENDAR_COPY_EVENT CMSG_CALENDAR_GET_NUM_PENDING CMSG_CALENDAR_EVENT_SIGN_UP CMSG_CALENDAR_REMOVE_INVITE CMSG_CALENDAR_EVENT_STATUS CMSG_SET_SAVED_INSTANCE_EXTEND CMSG_CALENDAR_EVENT_MODERATOR_STATUS SMSG_CALENDAR_EVENT_INVITE SMSG_CALENDAR_SEND_CALENDAR SMSG_CALENDAR_SEND_EVENT SMSG_CALENDAR_EVENT_INVITE_ALERT SMSG_CALENDAR_EVENT_INVITE_STATUS SMSG_CALENDAR_EVENT_INVITE_REMOVED SMSG_CALENDAR_EVENT_INVITE_MODERATOR_STATUS SMSG_CALENDAR_EVENT_INVITE_REMOVED_ALERT SMSG_CALENDAR_CLEAR_PENDING_ACTION SMSG_CALENDAR_EVENT_UPDATED_ALERT SMSG_CALENDAR_EVENT_REMOVED_ALERT SMSG_CALENDAR_SEND_NUM_PENDING SMSG_CALENDAR_COMMAND_RESULT SMSG_CALENDAR_RAID_LOCKOUT_UPDATED SMSG_CALENDAR_EVENT_INITIAL_INVITES SMSG_CALENDAR_EVENT_INVITE_STATUS_ALERT // NYI SMSG_CALENDAR_EVENT_INVITE_NOTES_ALERT // NYI SMSG_CALENDAR_EVENT_INVITE_NOTES // NYI
2015-07-28Core/PacketIO: Updated and enabled SMSG_ITEM_PUSH_RESULTShauren
2015-07-27Update boss_halion.cppAokromes
2015-07-27Core/Opcodes: enabled some opcodes which have structure up to dateMitchesD
2015-07-27Core/PacketIO: updated SMSG_INSTANCE_SAVE_CREATEDMitchesD
2015-07-27Scripts/RubySanctum: Fixed Meteor FlamesWarpten
2015-07-27Merge pull request #15164 from LuqJensen/mimironUnholychick
Scripts/Ulduar: Fix a visual issue with Mimirons Rocket Strike and Fix Mimiron DB target attacking players (cherry picked from commit 66bbdfb82cc27eb6fd39b93e8c11ea0aedf21c75) Conflicts: sql/updates/world/2015_07_26_05_world.sql
2015-07-27Travis build fixShauren
2015-07-26Core/Garrisons: Fixed entering/leaving garrisons from a different map than ↵Shauren
Draenor
2015-07-26Core/PacketIO: updated totem packetsjoschiwald
2015-07-26Core/PacketIO: updated SMSG_QUEST_LOG_FULL (empty packet)MitchesD
2015-07-25Core: Header cleanup in game/*/*.cppVincent-Michael
2015-07-25Scripts/Ulduar: fixed freya loot and added missing conditionsjoschiwald
thanks @Keader Closes #15098 (cherry picked from commit 8a9f1b871ac7a3c165d00f1404eaf3d91e3c5060) Conflicts: sql/updates/world/2015_07_25_04_world.sql
2015-07-25Scripts/RubySanctum: Halion: Correctly spawn X-shaped flames.Warpten
(cherry picked from commit a82e55f6841284a68c4bb2500e342a591cb59c7a)
2015-07-25Core/Collision: Removed direct GameObject references from collision projectShauren
2015-07-25Core/PacketIO: Fixed bad opcode nameVincent-Michael
2015-07-25Core/Misc: Removed ReadAsPacked/WriteAsPacked methods from ObjectGuid, they ↵Shauren
are not needed anymore as guids are always written packed
2015-07-24Core/SmartScripts: added new action SMART_ACTION_COMBAT_STOPMitchesD
* this avoid using hacks like evade, faction change or rooting. I wonder how SAI could be without this
2015-07-23Core/PacketIO: updated SMSG_CONVERT_RUNE and SMSG_RESYNC_RUNESMitchesD
2015-07-23Fix non pch build for Visual Studio 2015 compilerVincent-Michael
2015-07-23Misc: Removed tabsShauren
2015-07-22Core/Misc: Add a few consts to methodsDDuarte
2015-07-22Fix non pch build.Gacko
2015-07-22Core/Scripts: converted leftover of SMSG_CONTROL_UPDATEMitchesD
* forgot in my last commit, thanks joschi for notice
2015-07-22Implement correction from 3.3.5 into 6.x for runeforging skill learnt frompete318
Death Knight quest.
2015-07-22Core/AuctionHouse: Fix misleading logAokromes
2015-07-22Core/Utilities: Add std::chrono::duration overloads to EventMap.Naios
* makes it possible to write: ```c++ events.ScheduleEvent(1, Seconds(10)); // ... or ... events.ScheduleEvent(2, Minutes(1) + Seconds(20)); // ... or with C++14 support: events.ScheduleEvent(2, 45s); ```
2015-07-22Core/Database: Enable perfect forwarding for chat format calls.Naios