aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-31Core/Scripts: Fix a logic fail that overriden the script of an entity that ↵ariel-
changed entry Closes #19389
2017-03-30DB: Fix some SAIKillyana
Ref #18542
2017-03-30DB/Quests: (More) Components of ImportanceMrSmite
Fix class restrictions for Dungeon Set 2 armor quests - Components of Importance (8962,8963,8964,8965) - More Components of Importance (8985,8986,8987,8988) Updates issue #19375
2017-03-30DB/SAI: Restore some deleted SAI scriptsKillyana
Closes #19381 By @Vyrsenth
2017-03-30Add missing event_flags in SAI scripts (DBErrors)tkrokli
DBErrors.log: Missing Repeat flag. (385 lines) Error message reported by SmartAIMgr::LoadSmartAIFromDB
2017-03-29Rename 2017_04_27_01_world.sql to 2017_03_27_01_world.sqlAokromes
2017-03-29Core/Battlegrounds: disable health regen for battleground vehicles (#19183)Gustavo
Updates issue #950
2017-03-29Scripts: minimize duplicated enum names in header files (#19377)tkrokli
* Scripts: Minimize duplicated enum names in header files This reduces the number of cache resets with the Zapcc compiler - Standard followed is instance/raid TLA + DataTypes/CreaturesIds/etc - Partial cherry-pick of master commit 7eb4512eee5fc04994e2aa55126ccc97a8393506 - Removed unused defines in sunken_temple.h (the core scripts using these have been moved to SAI)
2017-03-28Core/AI: Build fixariel-
- Stop exposing DoublePosition constructor versions, they're only used for internal representation - Moved IsInBounds function to public scope
2017-03-28Core/AI: AreaBoundary refactorariel-
- Added an auxiliary function IsInBounds to base CreatureAI - Changed container to vector. Set had no sense because we're storing new pointers, they have different addresses even if the boundary is the same
2017-03-27DB: Fix Some DB errorsKillyana
Ref #18542
2017-03-27Core/Creature: added CREATURE_FLAG_EXTRA_GHOST_VISIBILITY to allowed db ↵ariel-
flags_extra mask - Cleaned up the mask to be a much nicer enum definition
2017-03-27Core/Global: reserve storage for script names vectorariel-
2017-03-27Rename 2017_99_99_99_world_335.sql to 2017_03_27_00_world_335.sqlAokromes
2017-03-27Added new creature extra flag which makes npc visible only to dead unitsxinef1
closes #19333 * Rename 9999_99_99_99_world.sql to 2017_99_99_99_world_335.sql - file affects creature removed in patch 4.0.3a * Update Creature.cpp
2017-03-27Update characters_database.sqlAokromes
2017-03-26Core/Scripts: implemented enchant Blade Wardingariel-
2017-03-26Core/Gameobject: remove virtual from GetScriptId, it's not overridenariel-
2017-03-26Game/AI: SMART_ACTION_JUMP_TO_POS should resume path when reached jump ↵tkrokli
location (#19029) SmartAI NPCs using SMART_ACTION_JUMP_TO_POS should resume their path when they have reached the jump location. The changes in this PR makes the action work as intended. Closes #18760
2017-03-26Typo fixAokromes
2017-03-26Core/Scripts: Add support for spawn specific C++ scriptsAokromes
By Krudor
2017-03-26DB/Quest: Challenge Overlord Mok'MorokkAokromes
By Fearless18, closes #5208
2017-03-26DB/Item: Improved Land MinesAokromes
By Rushor, closes #10205
2017-03-26Core/SmartAI: Missing parts on previous commitAokromes
By Malcrom
2017-03-26DB/Creature: Fix Verifonix faction and reputationAokromes
By offl, Closes #19323
2017-03-26DB/Creature: Fix Guardian of Icecrown creature_text typoAokromes
By TecDian Closes #19226
2017-03-25Core/Auras: fix a deleted memory access crashariel-
Closes #19319
2017-03-25Rename 2017_03_25_00_world.sql to 2017_03_25_01_world.sqlAokromes
2017-03-25Fix warningccrs
field '_top' will be initialized after field '_owner'
2017-03-25Core/Movement: 96f4c7c followupccrs
2017-03-25Core/MotionMaster: cleanup use of _expireListccrs
And restore broken _cleanFlag check/use on update (eca3645d8bb655b88e39f05e36b435171f738f70)
2017-03-25Core/Unit: cleanup UnitState enumccrs
2017-03-25Core/Movement: cleanup MovementGeneratorTypeccrs
2017-03-25DB/GameObject: remove 4 new DBErrorstkrokli
These 4 gameobject entries were removed from Zul'Aman in commit 226a69f5dc5effb8182cd5ffa64b0ff405c5d580 but went unnoticed because of deletion by map.
2017-03-24Core/Scripts: minor fixes in boss_the_lich_king (#19311)Gustavo
Closes #4427 Closes #7091
2017-03-23Core/Scripts: Updated Ulduar instance modelariel-
- Codestyle/indent fixes - Added ObjectData for some GOs - Added GetUlduarAI to creatures - Fixed possible out-of-bounds access in boss_razorscale_controllerAI (boss AI number beyond allocated boss size)
2017-03-23Core/SmartAI: Implement SMART_TARGET_VEHICLE_ACCESSORYAokromes
By Malcrom
2017-03-23Core/Spells: fix wrong distance calculations in AoE spells [Needs testing] ↵Chaouki Dhib
(#16290) Core/Spells: Fix wrong distance calculations in AoE spells. Pull request #16290 by chaodhib. God bless, finally.
2017-03-21Core/Misc: remove some weird and unneeded codeariel-
2017-03-21Core/Creatures: Fixed GMs being considered in party/raid with nearby ↵S.V
creatures without CREATURE_TYPE_FLAG_TREAT_AS_RAID_UNIT Ref #19340
2017-03-21Fixed dynamic linking (#19341)Sebastien Levy
2017-03-21Core/Misc: fix dynamic linkingariel-
2017-03-21Core/Misc: cache server MOTD and properly format it for RA and when issuing ↵ariel-
.server motd
2017-03-20Spell/Aura: Fix handling of max power reducing debuffs when removed. Fixes ↵treeston
issues with Reliquary of Souls encounter.
2017-03-20Core/Scripts: Fixed wrong calculation of Aura of DesireKeader
Closes #19322
2017-03-20Core/Items: Fixed durability problems for wrapped item (#19003)xinef1
2017-03-20Core/Spell: fix an issue with vehicle spells changing orientation of base ↵ariel-
vehicle Closes #17234
2017-03-20DB/Gameobject: add missing gameobjects to Zul'Amanariel-
Taken from UDB
2017-03-20Core/Scripts: Updated Zul'Aman instance modelariel-
- Codestyle/indent fixes - Use of DoorData and ObjectData - Added GetZulamanAI for creatures - Moved bosses to BossAI
2017-03-20DB/Quests: startup errors in quest_mail_sender tabletkrokli
Startup errors related to commit d4e15f1aac3159bb5e17808ee06efb847fdd4789 - Draenei & Blood Elf Orphan QuestId and RewardMailSenderEntry were switched - Oracle & Wolvar QuestId were from 4.0.3a and higher (not valid on 3.3.5)