aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-28Core/Opcodes:Golrag
Added Structure for: * CMSG_GAMEOBJECT_QUERY * CMSG_GAMEOBJ_REPORT_USE * CMSG_GAMEOBJ_USE * SMSG_GAMEOBJECT_QUERY_RESPONSE Closes #13791
2014-12-28Core/Player: Fix Restes/RaF exp on the exp bar and from killsHeihachi
Final Time :'( (cherry picked from commit 2d000a42e9a8dbc1f16450143835221d7a7c149a)
2014-12-28Shared/Networking: Fix buffer overflow in Socket handlingjackpoz
Fix a buffer overflow caused by Boost trying to store too much data in a buffer too small. (cherry picked from commit cdf6c884624be33b5782bcca0e206e5c291a517b)
2014-12-28Core/Scripts: Add Conjure Refreshment Table scriptGigi1237
- Fix Conjure Refreshment for characters above level 85 Closes #13780
2014-12-28Core/Achievements: Updated achievements - progress is currently not saved ↵Shauren
until a conversion of existing data from old to new criteria is made
2014-12-28Core/Battle.net: Fixed another client crash happening when logging out to ↵Shauren
character list
2014-12-28Scripts/ICC: fixed situations when LK tried to cast Necrotic Plague on pets ↵MitchesD
and then Necrotic Plague was omitted (cherry picked from commit 3d3dafbe380054ef60cbf99658aa42c442b01693)
2014-12-28Core/Aokromes: typo? fixRat
2014-12-28Core/Logs: Move runtime log to debugAokromes
because it's already checked at startup.
2014-12-27DB/Misc: Added misc data from various buildsKinzcool
2014-12-27Core/RBAC: Add two side trade to RBACmthsena
(cherry-picked from commit 3ee2f0d2bf9d5f859c8022ca49f1889c35584ffe)
2014-12-27Core/NetworkIO: Skip AntiDoS checks for queued packetsjackpoz
(cherry picked from commit d8c3115bbd1b544d6eca5d9aae3dfbb547353703)
2014-12-27DB/Quests: Added quest_offer_reward & quest_details data from various buildsVincent-Michael
2014-12-27Fix spell cooldown for guardian petsMrSmite
(cherry picked from commit 54cc8adac5db101f427b76373ce79d587f7e5332)
2014-12-27Fix non pch buildGacko
2014-12-27ItemTemplate: Fix warning about missing cases.Gacko
2014-12-26DB/Quests: Added quest_offer_reward data from various buildsKinzcool
2014-12-26DB/Quests: Added some objective data from 6.0.3.19116Kinzcool
2014-12-27Server/Currency: Implement Apexis CrystalsAriDEV
2014-12-26DB/GameObjects: Added more gameobject_template data from 6.0.3.19342Kinzcool
2014-12-27DB/Gameobjects: Added more gameobject wdb data (build 19034)Vincent-Michael
2014-12-27DB/Gameobjects: Added some gameobject wdb dataVincent-Michael
2014-12-27SQL: Meh (@Kinzcool)Vincent-Michael
2014-12-27DB/Quests: Added more data to quest_greetingVincent-Michael
2014-12-26DB/Quests: Added some data to quest_greetingKinzcool
2014-12-26DB/Quests: Accommodated quest_greeting table for gameobject entitiesKinzcool
2014-12-26DB/Quests: Moved non-WDB data from quests to its own tableKinzcool
2014-12-26Scripts/Commands: Fix a conversion loss at the mute history commandNyeriah
(cherry picked from commit 5d4f26d82028823f4672e370deaf0f6069fb225f)
2014-12-26Scripts/Oculus: Implement a couple of missing textsNyeriah
(cherry picked from commit 63c1e265aace363a1d889b1621c0cc3a9263e956)
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-26Tools/MapExtractor: Fixed problem with DBFilesClient extraction for some ↵et65
locales. Closes #13359
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