| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-31 | Core/Scripts: Fix a logic fail that overriden the script of an entity that ↵ | ariel- | |
| changed entry Closes #19389 | |||
| 2017-03-30 | DB: Fix some SAI | Killyana | |
| Ref #18542 | |||
| 2017-03-30 | DB/Quests: (More) Components of Importance | MrSmite | |
| 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-30 | DB/SAI: Restore some deleted SAI scripts | Killyana | |
| Closes #19381 By @Vyrsenth | |||
| 2017-03-30 | Add missing event_flags in SAI scripts (DBErrors) | tkrokli | |
| DBErrors.log: Missing Repeat flag. (385 lines) Error message reported by SmartAIMgr::LoadSmartAIFromDB | |||
| 2017-03-29 | Rename 2017_04_27_01_world.sql to 2017_03_27_01_world.sql | Aokromes | |
| 2017-03-29 | Core/Battlegrounds: disable health regen for battleground vehicles (#19183) | Gustavo | |
| Updates issue #950 | |||
| 2017-03-29 | Scripts: 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-28 | Core/AI: Build fix | ariel- | |
| - Stop exposing DoublePosition constructor versions, they're only used for internal representation - Moved IsInBounds function to public scope | |||
| 2017-03-28 | Core/AI: AreaBoundary refactor | ariel- | |
| - 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-27 | DB: Fix Some DB errors | Killyana | |
| Ref #18542 | |||
| 2017-03-27 | Core/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-27 | Core/Global: reserve storage for script names vector | ariel- | |
| 2017-03-27 | Rename 2017_99_99_99_world_335.sql to 2017_03_27_00_world_335.sql | Aokromes | |
| 2017-03-27 | Added new creature extra flag which makes npc visible only to dead units | xinef1 | |
| 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-27 | Update characters_database.sql | Aokromes | |
| 2017-03-26 | Core/Scripts: implemented enchant Blade Warding | ariel- | |
| 2017-03-26 | Core/Gameobject: remove virtual from GetScriptId, it's not overriden | ariel- | |
| 2017-03-26 | Game/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-26 | Typo fix | Aokromes | |
| 2017-03-26 | Core/Scripts: Add support for spawn specific C++ scripts | Aokromes | |
| By Krudor | |||
| 2017-03-26 | DB/Quest: Challenge Overlord Mok'Morokk | Aokromes | |
| By Fearless18, closes #5208 | |||
| 2017-03-26 | DB/Item: Improved Land Mines | Aokromes | |
| By Rushor, closes #10205 | |||
| 2017-03-26 | Core/SmartAI: Missing parts on previous commit | Aokromes | |
| By Malcrom | |||
| 2017-03-26 | DB/Creature: Fix Verifonix faction and reputation | Aokromes | |
| By offl, Closes #19323 | |||
| 2017-03-26 | DB/Creature: Fix Guardian of Icecrown creature_text typo | Aokromes | |
| By TecDian Closes #19226 | |||
| 2017-03-25 | Core/Auras: fix a deleted memory access crash | ariel- | |
| Closes #19319 | |||
| 2017-03-25 | Rename 2017_03_25_00_world.sql to 2017_03_25_01_world.sql | Aokromes | |
| 2017-03-25 | Fix warning | ccrs | |
| field '_top' will be initialized after field '_owner' | |||
| 2017-03-25 | Core/Movement: 96f4c7c followup | ccrs | |
| 2017-03-25 | Core/MotionMaster: cleanup use of _expireList | ccrs | |
| And restore broken _cleanFlag check/use on update (eca3645d8bb655b88e39f05e36b435171f738f70) | |||
| 2017-03-25 | Core/Unit: cleanup UnitState enum | ccrs | |
| 2017-03-25 | Core/Movement: cleanup MovementGeneratorType | ccrs | |
| 2017-03-25 | DB/GameObject: remove 4 new DBErrors | tkrokli | |
| These 4 gameobject entries were removed from Zul'Aman in commit 226a69f5dc5effb8182cd5ffa64b0ff405c5d580 but went unnoticed because of deletion by map. | |||
| 2017-03-24 | Core/Scripts: minor fixes in boss_the_lich_king (#19311) | Gustavo | |
| Closes #4427 Closes #7091 | |||
| 2017-03-23 | Core/Scripts: Updated Ulduar instance model | ariel- | |
| - 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-23 | Core/SmartAI: Implement SMART_TARGET_VEHICLE_ACCESSORY | Aokromes | |
| By Malcrom | |||
| 2017-03-23 | Core/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-21 | Core/Misc: remove some weird and unneeded code | ariel- | |
| 2017-03-21 | Core/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-21 | Fixed dynamic linking (#19341) | Sebastien Levy | |
| 2017-03-21 | Core/Misc: fix dynamic linking | ariel- | |
| 2017-03-21 | Core/Misc: cache server MOTD and properly format it for RA and when issuing ↵ | ariel- | |
| .server motd | |||
| 2017-03-20 | Spell/Aura: Fix handling of max power reducing debuffs when removed. Fixes ↵ | treeston | |
| issues with Reliquary of Souls encounter. | |||
| 2017-03-20 | Core/Scripts: Fixed wrong calculation of Aura of Desire | Keader | |
| Closes #19322 | |||
| 2017-03-20 | Core/Items: Fixed durability problems for wrapped item (#19003) | xinef1 | |
| 2017-03-20 | Core/Spell: fix an issue with vehicle spells changing orientation of base ↵ | ariel- | |
| vehicle Closes #17234 | |||
| 2017-03-20 | DB/Gameobject: add missing gameobjects to Zul'Aman | ariel- | |
| Taken from UDB | |||
| 2017-03-20 | Core/Scripts: Updated Zul'Aman instance model | ariel- | |
| - Codestyle/indent fixes - Use of DoorData and ObjectData - Added GetZulamanAI for creatures - Moved bosses to BossAI | |||
| 2017-03-20 | DB/Quests: startup errors in quest_mail_sender table | tkrokli | |
| 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) | |||
