aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-29Core/Quests: Implemented SMSG_QUESTGIVER_QUEST_DETAILS Packet StructureIntel
2014-12-28DB/Creature: Add trigger and civilian flags to the other difficulty entries ↵Nyeriah
of the Combustion trigger
2014-12-28SQL: Sync auth baseVincent-Michael
2014-12-28Rename fileNayd
2014-12-28DB/Auth: Add more locales to battlenet_componentsNayd
Thanks @Luhzinha Closes #13800
2014-12-28Core/Quests: Fixed index typos and added some missing data to quest query packetIntel
2014-12-28Core/GameObjects: Fix crash if GameObject cannot be createdjackpoz
Close #13798
2014-12-28CMake: Ignore MSVC warning C4351Nayd
new behavior: elements of array 'array' will be default initialized "If you want the new behavior, which is likely, because the array was explicitly added to the constructor's member initialization list, use the warning pragma to disable the warning. The new behavior should be fine for most users."
2014-12-28Scripts/Nexus: Keristrasza converted to BossAI and EventMapMitchesD
(cherry picked from commit d3e2918c57786800b8cbc63287f43f37111a6317)
2014-12-28Core/Quests: Updated Quest System to new FormatIntel
All quest requirements are now in quest_objectives table quest_template table contains _ONLY_ WDB data and must not be modified Currently supported objectives are MONSTER, GAMEOBJECT, ITEM, TALKTO, CURRENCY, REPUTATION, MONEY, PLAYERKILLS, AREATRIGGER
2014-12-28SQL: Added a missing semicolonKinzcool
2014-12-28DB/Quests: Added quest_details data from 4.3.4.15595Kinzcool
2014-12-28Core/Misc: Prevent crashing server with CMSG_TIME_SYNC_RESP and fixed some ↵Intel
warnings
2014-12-28Core/Packets: Fix SMSG_GAMEOBJECT_QUERY_RESPONSE data size calculationVincent-Michael
2014-12-28Core: NPC Interaction change for unfriendly reputation.pete318
For units with unfriendly reputation, check using the normal reaction function, instead of reading faction directly. This allows specific buffs that alter creature reaction to work on the player, this allowing players to complete quests. Closes #13629 (cherry picked from commit 17f6dcb76282523ac43d8a1e6cebbe0043ab44fa) Conflicts: src/server/game/Entities/Player/Player.cpp
2014-12-28Scripts/Quests: Fix Quest A Spirit Guidepete318
- Ensures rep adjustment buff is always applied (overrides evade, implements existing evade + re-apply buff) - Removes un-owned ravagers with incorrect faction from DB (the correct ones are spawned with their masters without the DB entries) - Create some extra steps in the wolf's waypoints in order to generate some AI events for the Ryga NPC. I think it's a bit of a dirty solution, but it seems to work with minimal changes. - Created RP series of events with Ryga NPC and Ancestral Wolf Spirit (Ryga Kneels, talks to wolf, then returns to spawn position after around a minute). Closes #13619 Fix #4028 (cherry picked from commit f2444eedf92fce39f7685eafead61d88d4ad89ef) Conflicts: sql/updates/world/2014_12_28_02_world.sql
2014-12-28Core/Spells: Fix build in LoadSpellInfoCorrections()Nayd
2014-12-28Scripts/Instance: The Stonecore updatesMihapro
Stonecore Teleporters scripted. Some corrections, better handlings, fixed Travis warnings ... Closes #13626 (cherry picked from commit 9a941ae125c8b22b802270f7f419c1a8bfd2a343) Conflicts: src/server/scripts/Maelstrom/Stonecore/boss_high_priestess_azil.cpp src/server/scripts/Maelstrom/Stonecore/boss_ozruk.cpp src/server/scripts/Maelstrom/Stonecore/instance_stonecore.cpp src/server/scripts/Maelstrom/Stonecore/stonecore.cpp
2014-12-28Core/Spells: Remove a not-required spell dbc correction ↵Nayd
(b0b7a55bdba20aad5b7914c55933daa70afe59ba) (cherry picked from commit 81a0e68c9f506c909771454cb92d246f5997384d)
2014-12-28Scripts/Quests: Fix Red Snapper - Very Tasty! GObGooyeth
Fix 'School of Red Snapper' now disappear correctly when using 'Draenei Fishing Net', the bug is caused because the GameObject is SpellFocus type. Fix #1673 Closes #13748 (cherry picked from commit b0b7a55bdba20aad5b7914c55933daa70afe59ba)
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