aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-26SQLs: Replace placehold variable by default world db nameDuarte Duarte
Travis tests SQL imports and it would fail otherwise. Do not forget to change the variable to your world database name (if different from 'world') in the file 2014_12_25_00_hotfixes_locale_broadcast_text.sql
2014-12-26DB/Quests: Splitted quest_template into different tablesKinzcool
2014-12-26Scripts/Naxxramas: Add script support for quarter teleporters and spawn ↵Nyeriah
missing ones Updates #13255 (cherry picked from commit aff5229cd1777581bd85079d064037a57bf17799)
2014-12-25DB/Quests: Moved quest visual effects to their own tableKinzcool
2014-12-26Core/DataStores: Added DB2ManagerShauren
* Moved DB2 helpers to new class * Moved hotfix data to hotfixes database and core management functions to DB2Manager class * Updated HotfixNotifyBlob packet
2014-12-25Merge pull request #13744 from Golrag/OpcodesDuarte Duarte
Core/Opcodes: Add some opcodes
2014-12-25Merge pull request #13751 from Unholychick/6.0.3Duarte Duarte
Core/Scripts: Add new SpellScript hook
2014-12-25Core/Scripts: Rewrite Devour MagicUnholychick
Rewrite Devour Magic to use new spellscript hook OnEffectSuccessfulDispel.
2014-12-25Core/Scripts: Add new SpellScript hook OnEffectSuccessfulDispelUnholychick
Adds SpellScript hook to execute scripts after succesful dispels, example could be warlock pets Devour Magic, which should only trigger when succesfully dispelling an aura.
2014-12-25Core/DataStores: Moved broadcast_text handling to DB2StorageShauren
2014-12-25Core/PetitionsHandler: Move charter costs to configmthsena
(cherry picked from commit 0c1d3aa344921b324b7bf5e164a228a0d2a1aa70) Conflicts: src/server/game/World/World.h
2014-12-25Core/Items: Fix signed/unsigned mismatch warningsNayd
2014-12-25Scripts/Nexus: Implement Grand Magus Telestra's seasonal costumeNyeriah
Closes #13643 (cherry picked from commit e2f7b91298d6588c062db2d1132a62ddd8a4437a)
2014-12-25Scripts/Nexus: rewritten instance scriptMitchesD
(cherry picked from commit f743fb3e43036bdfd4e6b96dff1a82c19e3faa59)
2014-12-25Core/DataStores: Implemented loading locale strings from database to DB2StorageShauren
2014-12-24Core/DataStores: Implemented loading hotfixes database into DB2StorageShauren
2014-12-24Dep/zlib: Update zlib from version 1.2.7 to 1.2.8Nayd
"Version 1.2.8 fixes a very rare bug in decompression. All users are encouraged to upgrade immediately. Version 1.2.8 also has these improvements: Add new inflateGetDictionary() function Fix bug where gzopen() immediately followed by gzclose() would write an empty file instead of an empty gzip stream. Fix bug in gzclose() when gzwrite() runs out of memory"
2014-12-24Core/DBLayer: Removed a few old authserver prepared statementsShauren
2014-12-24Core/Battle.net: Fixed client crashes happening when reconnecting too soon ↵Shauren
after being kicked
2014-12-24Define some opcodesGolrag
2014-12-24Core/Items: Added item level capsShauren
2014-12-23Core/Players: Fixed melee damageShauren
2014-12-23Core: Fix non pch build²Vincent-Michael
2014-12-23Core: Fix non pch buildVincent-Michael
2014-12-23Core/Items: Fixed autocomplete typoShauren
2014-12-22Merge pull request #13740 from AriDEV/6.xDuarte Duarte
Update PLAYER_EXPLORED_ZONES_SIZE to prevent console spam on entering Dr...
2014-12-23Because saving a file is hard.Shauren
2014-12-23Core/Items: Updated item stat calculationsShauren
* Implemented item modifiers * Implemented item bonuses
2014-12-23Core/Packets: moved chat packet building function to packet builder classjoschiwald
2014-12-22Update PLAYER_EXPLORED_ZONES_SIZE to prevent console spam on entering ↵AriDEV
Draenor zones. Signed-off-by: AriDEV <aridev666@gmail.com>
2014-12-22Merge pull request #13739 from ProjectcoreDevs/patch-1Duarte Duarte
Core/Opcode Add CMSG_BUY_ITEM Opcode
2014-12-22Core/Opcode Add CMSG_BUY_ITEM OpcodeProjectCoreDevs
2014-12-21Core/Players: Fix a flaw as timed quests can still turn failed even if completeNyeriah
(cherry picked from commit 0043a5dd2217cf8ad7cbbc903a380c8d1fb5a1bc)
2014-12-21DB/CreatureText: Update Feledren the Banished's creature text with its ↵Northstrider
missing sound Closes #13732 (cherry picked from commit 249270c52c658fc1a8cca14a55ea33abc5d21855)
2014-12-21Core/Items: remade inventory packets to new packet systemRat
2014-12-21Tools/ConnectionPatcher: Fix build on GCC/ClangNayd
2014-12-21Core/Items: Refactored ItemTemplateShauren
2014-12-21Core/Spells: fixed wrong aura update targetsRat
2014-12-21Core/Spells: fixed aura crash (mostly for lvl 100 warriors)Rat
2014-12-21Core/MovementPacket: Fix spline stuff for SMSG_UPDATE_OBJECTVincent-Michael
2014-12-20Tools/ConnectionPatcher: Restore previous functionally that downloaded ↵Nayd
modules if they did not exist
2014-12-20Merge pull request #13723 from AriDEV/6.xDuarte Duarte
Server/DataStore: Added Scenario to MapTypes
2014-12-20Server/DataStore: Added Scenario to MapTypesAriDEV
Signed-off-by: AriDEV <aridev666@gmail.com>
2014-12-20Core/Items: Missed reforging codeShauren
2014-12-20Core/Items: Removed reforgingShauren
2014-12-20Core/MovementPacket: Fix typo (meh @Intelz)Vincent-Michael
2014-12-20Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
2014-12-20Core/Items: fixed inventory item moving/splittingRat
2014-12-20Core: Fix buildVincent-Michael
2014-12-20Core/Items: fixed item destroy (needs porting..)Rat