aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-03temp disable packet pchShauren
2016-06-03Core/PacketIO: Implemented new Cast HighGuid type and fix some mistakes with ↵Warpten
SMSG_MOVE_UPDATE_APPLY_MOVEMENT_FORCE Core/Updatefields: Health is now stored as an unsigned long int.
2016-06-03Update worldserver.conf.dist (#17270)Sean Rhone
- Very minor typo
2016-06-03Core/PacketIO: Update a few movement-related structures and enable some opcodes.Warpten
2016-06-03Core/PacketIO: Updated SMSG_DB_REPLYShauren
2016-06-02Core/PacketIO: Fixed starting spline movement with 0 length segmentsShauren
2016-06-02Core/Spells: Define SPELL_EFFECT_ALTER_ITEMShocker
2016-06-02Travis: Remove unneeded apt-get updatejackpoz
(cherry picked from commit 24ac2bb9be5099b67edfd3239ab2ec8c12362a7a)
2016-06-01Core/Auras: Send aura update to client when aura amount changes and aura has ↵Shauren
SPELL_ATTR8_AURA_SEND_AMOUNT
2016-06-01Travis: Move to Ubuntu 14.04 Trusty Travic-CI from Ubuntu 12.04jackpoz
(cherry picked from commit 21ee9be110b20b95e319c8aa14d64083fbf33736) # Conflicts: # .travis.yml
2016-06-01Core/PacketIO: Updated SMSG_UPDATE_OBJECTShauren
2016-06-01Core/Garrison: Crash fixShauren
2016-06-01Core/Players: Fixed Player::LoadFromDBShauren
2016-05-31DB/Quest: Fix some Monk Trainer questsKillyana
Closes #16017 By Suraf
2016-05-31Core/PacketIO: Fixed setting player declined namesShauren
Closes #16669
2016-05-31Core/Auras: Fix copypaste mistake from fde9e8985f203048f07909bf0d3b0865cda55c42Shauren
2016-05-31Update 2016_05_31_04_world.sqlAokromes
2016-05-31DB/Quest: Never Trust a Big Barb and a SmileAokromes
Closes #16311 by Crosha
2016-05-31Update 2016_05_31_01_world.sqlAokromes
2016-05-31DB/Spell: Teleport to Saurok Creation PitAokromes
Closes #16694 (by deleted account)
2016-05-31DB/Profession: Fixed Jewelcrafting teachers and their spellsAokromes
Closes #17151 by Fredi100
2016-05-31DB/Profession: Added Enchanting trainer spellsAokromes
Closes #17162 by IzFrost
2016-05-31DB/SAI: Cloud Prince (upgrade script) and Storm Young DragonAokromes
Closes #17173, by Mihapro
2016-05-31DB/Profession: Fixed riding teachers and their spellsAokromes
Closes #17161 by Fredi100
2016-05-30Core/Players: Fixed character appearance validationShauren
2016-05-30Core/PacketIO: Updated opcodes to 7.0.3.21796Shauren
2016-05-30Core/GameObjects: Updated GameObjectTemplate to 7.0.3.21796Shauren
2016-05-30Core/Entites: Updated updatefields to 7.0.3.21796Shauren
2016-05-30Core/Addons: Removed AddonMgrShauren
2016-05-30Core/DataStores: Updated db2 to 7.0.3.21796Shauren
2016-05-30Core/Spells: Implemented auras 394 and 469 ↵Shauren
SPELL_AURA_SHOW_CONFIRMATION_PROMPT (WITH_DIFFICULTY)
2016-05-30Update 2016_05_30_02_world.sqlAokromes
2016-05-30DB/Misc: Fix startup errorsAokromes
2016-05-30DB/Misc: Fix startup errorsAokromes
2016-05-30DB/Misc: Fix startup errorsAokromes
2016-05-30DB/Misc: Fix startup errorsAokromes
2016-05-30DB/Misc: Fix startup errorsAokromes
2016-05-30Rename file, again.Aokromes
2016-05-29Core/Spells: Defined new spell attribute (SPELL_ATTR12_IS_GARRISON_BUFF)Shauren
2016-05-29Core/DB/Updater: English grammar corrections (#17207)Trond B Krokli
Improve English text in strings and comments in UpdateFetcher.cpp - replace incorrect text with the intended words in some output strings - corrections in the comments to point out the intention of the code
2016-05-29Update 2016_05_26_06_world.sqlAokromes
2016-05-28Core/Auras: Implemented aura 475 - ↵Shauren
SPELL_AURA_ALLOW_USING_GAMEOBJECTS_WHILE_MOUNTED
2016-05-27Core/DataStores: Updated db2 to 7.0.3.21737Shauren
2016-05-27Rename sqlShauren
2016-05-27Core/Battleground: Areatriggers will now check if player leaves the start ↵Golrag
area before the battleground begins in the following battlegrounds: (#15935)
2016-05-26Core/Pets: Fixed wrong prepared statement in ↵Shauren
bc1a81747ae032bc2ae3681d99f5f6058d20caff Thanks Lordron for pointing it out
2016-05-26DB/Creature: Add missing Anvilrage Overseer SAI (6.x Only)Kittnz
by Kodekc Closes #17148
2016-05-26Core/Pets: Implemented pet specializations (#17058)myran2
* Use prepared statements in Pet::SavePetToDB * Add support for resetting all of a player's pet specializations * Send one big spell unlearn/learn packet instead of lots of small ones * Implemented Adaptation talent
2016-05-26Core/Auras: Implemented SPELL_AURA_MOD_SPELL_COOLDOWN_BY_HASTE, ↵Shauren
SPELL_AURA_MOD_GLOBAL_COOLDOWN_BY_HASTE, SPELL_AURA_MOD_COOLDOWN_BY_HASTE_REGEN and SPELL_AURA_MOD_GLOBAL_COOLDOWN_BY_HASTE_REGEN
2016-05-26Core/GameObjects: Add isUse parameter to GossipHello for distinction between ↵Shocker
CMSG_GAMEOBJECT_USE and CMSG_GAMEOBJECT_REPORT_USE